@charset 'UTF-8';

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

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

audio,
canvas,
video {
    display: inline-block
}

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

[hidden] {
    display: none
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

button,
html,
input,
select,
textarea {
    font-family: "Source Sans Pro", Helvetica, sans-serif
}

body {
    color: #141412;
    line-height: 1.5;
    margin: 0
}

a {
    color: #444;
    text-decoration: none;
    transition: .3s
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    color: #89d700;
    outline: 0
}

a:hover {
    text-decoration: underline
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: Bitter, Georgia, serif;
    line-height: 1.3
}

h1 {
    font-size: 48px;
    margin: 33px 0
}

h2 {
    font-size: 30px;
    margin: 25px 0
}

h3 {
    font-size: 22px;
    margin: 22px 0
}

h4 {
    font-size: 20px;
    margin: 25px 0
}

h5 {
    font-size: 18px;
    margin: 30px 0
}

h6 {
    font-size: 16px;
    margin: 36px 0
}

p {
    color: #000;
    font-size: 16px;
    line-height: 170%;
}

address {
    font-style: italic;
    margin: 0 0 24px
}

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

p {
    margin: 0 0 24px;
    font-family: 'Open Sans', sans-serif;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none
}

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

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px
}

blockquote blockquote {
    margin-right: 0
}

blockquote cite,
blockquote small {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase
}

blockquote em,
blockquote i {
    font-style: normal;
    font-weight: 300
}

blockquote b,
blockquote strong {
    font-weight: 400
}

small {
    font-size: smaller
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

dl {
    margin: 0 20px
}

dt {
    font-weight: 700
}

dd {
    margin: 0 0 20px
}

menu,
ul {
    list-style-type: square
}

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

li>ol,
li>ul {
    margin: 0
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle
}

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

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    min-width: inherit;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline
}

button,
input {
    line-height: normal
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

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

input[type=checkbox],
input[type=radio] {
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    padding-right: 2px;
    width: 270px
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%
}

caption,
td,
th {
    font-weight: 400;
    text-align: left
}

caption {
    font-size: 16px;
    margin: 20px 0
}

th {
    font-weight: 700;
    text-transform: uppercase
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0
}

del {
    color: #333
}

ins {
    background: #fff9c0;
    text-decoration: none
}

hr {
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px
}

::-webkit-input-placeholder {
    color: #89d700
}

:-moz-placeholder {
    color: #89d700
}

::-moz-placeholder {
    color: #89d700
}

:-ms-input-placeholder {
    color: #89d700
}

html {
    overflow-x: hidden
}

body {
    overflow-x: hidden;
    font-size: 14px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Roboto, sans-serif;
    color: #666;
    font-weight: 400
}

::-webkit-input-placeholder {
    color: #666
}

:-moz-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
blockquote,
caption,
dd,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
menu,
ol,
pre,
table,
ul {
    margin: 0;
    color: #444
}

p {
    margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Dosis, sans-serif;
    line-height: 1.3
}

.h1,
h1 {
    font-size: 48px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 22px
}

.h4,
h4 {
    font-size: 20px
}

.h5,
h5 {
    font-size: 18px
}

.h6,
h6 {
    font-size: 16px
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .h1,
    h1 {
        font-size: 36px
    }

    .h2,
    h2 {
        font-size: 26px
    }

    .h3,
    h3 {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {

    .h1,
    h1 {
        font-size: 32px
    }

    .h2,
    h2 {
        font-size: 24px
    }

    .h3,
    h3 {
        font-size: 18px
    }
}

.h1,
.h2,
h1,
h2 {
    font-weight: 700
}

.h3,
.h4,
h3,
h4 {
    font-weight: 700
}

.h5,
.h6,
h5,
h6 {
    font-weight: 500
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}

.hidden {
    display: none
}

.theme-color {
    color: #89d700
}

.poss-relative {
    position: relative
}

a {
    transition: .3s
}

img {
    max-width: 100%
}

ul {
    list-style: none
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

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

.clearfix:after {
    clear: both
}

ul {
    list-style: none;
    padding-left: 0
}

a#scrollUp {
    background: #fff;
    color: #303030;
    bottom: 40px;
    right: 40px;
    border-radius: 100px;
    height: 45px;
    width: 45px;
    font-size: 25px;
    text-align: center;
    padding: 9px 0;
    box-shadow: 0 0 15px 0 rgba(50, 50, 50, .2)
}

a#scrollUp:hover {
    background: #89d700;
    color: #fff
}

.pt--180 {
    padding-top: 180px
}

.color--theme {
    color: #89d700
}

.color--light {
    color: #999
}

.color--dark {
    color: #333
}

.color--black {
    color: #000
}

.color--white {
    color: #fff
}

.bg--theme {
    background: #89d700
}

.bg--light {
    background: #999
}

.bg--dark {
    background: #333
}

.bg--black {
    background: #000
}

.bg--white {
    background: #fff
}

.bg__cat--1 {
    background: #0095e8
}

.bg__cat--2 {
    background: #f6f6f6
}

.bg__cat--3 {
    background: #2f85d8
}

.bg__cat--4 {
    background: #b1c642
}

.bg__cat--5 {
    background: #ffc10d
}

.bg__cat--6 {
    background: #ff5d52
}

.bg__cat--7 {
    background: #68b9d8
}

.bg__cat--8 {
    background: #292929
}

.bg__cat--9 {
    background: #111
}

.bg__cat--10 {
    background: #fe5629
}

.bg-image--1 {
    background-image: url(images/bg/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-image--2 {
    background-image: url(images/bg/2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-image--3 {
    background-image: url(images/bg/3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-image--4 {
    background-image: url(assets/images/bg/4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-image--5 {
    background-image: url(assets/images/bg/5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-image--6 {
    background-image: url(images/bg/6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-image--7 {
    background-image: url(images/bg/7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-image--8 {
    background-image: url(images/bg/8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-image--9 {
    background-image: url(images/bg/9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-image--10 {
    background-image: url(images/bg/10.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-image--11 {
    background-image: url(images/bg/11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-image--12 {
    background-image: url(images/bg/12.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-image--13 {
    background-image: url(images/bg/13.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-image--14 {
    background-image: url(images/bg/14.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-image--15 {
    background-image: url(images/bg/15.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-image--16 {
    background-image: url(images/bg/16.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-image--17 {
    background-image: url(images/bg/17.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-image--18 {
    background-image: url(images/bg/18.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-image--19 {
    background-image: url(images/bg/19.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-image--20 {
    background-image: url(images/bg/20.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-image--21 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed
}

.bg-image--22 {
    background-image: url(images/bg/22.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-image--23 {
    background-image: url(images/bg/23.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-image--24 {
    background-image: url(images/bg/24.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-image--25 {
    background-image: url(images/bg/25.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-image--26 {
    background-image: url(images/bg/26.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-image--27 {
    background-image: url(images/bg/27.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-image--28 {
    background-image: url(images/bg/28.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-image--29 {
    background-image: url(images/bg/29.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-image--30 {
    background-image: url(images/bg/30.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-pngimage--1 {
    background-image: url(images/bg-png/1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-pngimage--2 {
    background-image: url(images/bg-png/2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-pngimage--3 {
    background-image: url(images/bg-png/3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-pngimage--4 {
    background-image: url(images/about_image_new.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-pngimage--5 {
    background-image: url(images/bg-png/5.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-pngimage--6 {
    background-image: url(images/bg-png/6.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-pngimage--7 {
    background-image: url(images/bg-png/7.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-pngimage--8 {
    background-image: url(images/bg-png/8.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-pngimage--9 {
    background-image: url(images/bg-png/9.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-pngimage--10 {
    background-image: url(images/bg-png/10.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.slider__activation {
    padding-left: 50px
}

.mt--30 {
    margin-top: 30px
}

.mt--40 {
    margin-top: 40px
}

.mt--50 {
    margin-top: 50px
}

.mt--60 {
    margin-top: 60px
}

.mt--70 {
    margin-top: 70px
}

.mt--80 {
    margin-top: 80px
}

.mt--90 {
    margin-top: 90px
}

.mt--100 {
    margin-top: 100px
}

.pb--30 {
    padding-bottom: 30px
}

.pb--40 {
    padding-bottom: 40px
}

.pb--50 {
    padding-bottom: 50px
}

.pb--60 {
    padding-bottom: 60px
}

.pb--70 {
    padding-bottom: 70px
}

.pb--80 {
    padding-bottom: 80px
}

.pb--90 {
    padding-bottom: 90px
}

.pb--100 {
    padding-bottom: 100px
}

.pb--110 {
    padding-bottom: 110px
}

.pb--120 {
    padding-bottom: 120px
}

.pb--130 {
    padding-bottom: 130px
}

.pb--140 {
    padding-bottom: 140px
}

.pb--150 {
    padding-bottom: 150px
}

.fw--900 {
    font-weight: 900
}

.fw--700 {
    font-weight: 700
}

.fw--600 {
    font-weight: 600
}

.fw--500 {
    font-weight: 500
}

.fw--400 {
    font-weight: 400
}

.fw--300 {
    font-weight: 300
}

.text--italic {
    font-style: italic
}

.text--normal {
    font-style: normal
}

.text--underline {
    font-style: underline
}

.body--font {
    font-family: Roboto, sans-serif
}

.heading--font {
    font-family: Dosis, sans-serif
}

.fullscreen {
    min-height: 100vh;
    width: 100%
}

.fixed--height {
    height: 730px;
    width: 100%
}

.w--100 {
    width: 100%
}

.w--75 {
    width: 75%
}

.w--50 {
    width: 50%
}

.w--33 {
    width: 33.33%
}

.w--25 {
    width: 25%
}

.w--10 {
    width: 10%
}

.h--100 {
    height: 100%
}

.h--75 {
    height: 75%
}

.h--50 {
    height: 50%
}

.h--25 {
    height: 25%
}

.h--33 {
    height: 33.33%
}

.h--10 {
    height: 10%
}

.section-padding--xlg {
    padding: 180px 0
}

.section--padding--xlg--top {
    padding-top: 190px
}

.section-padding--lg {
    padding: 70px 0
}

.section-lg-padding--top {
    padding-top: 150px
}

.section-padding--bottom {
    padding-bottom: 150px
}

.section-padding--md {
    padding: 140px 0
}

.section-padding--md--top {
    padding-top: 140px
}

.section-padding--md--bottom {
    padding-bottom: 130px
}

.section-md-padding--bottom {
    padding-bottom: 140px
}

.section-padding--sm {
    padding: 100px 0
}

.section-padding--xs {
    padding: 80px 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-padding--xlg {
        padding: 120px 0
    }

    .section-padding--top {
        padding-top: 150px
    }

    .section-padding--bottom {
        padding-top: 100px
    }

    .section-padding--lg {
        padding: 100px 0
    }

    .section-padding--md {
        padding: 85px 0
    }

    .section-padding--sm {
        padding: 70px 0
    }

    .section-padding--xs {
        padding: 60px 0
    }

    .md-mt-40 {
        margin-top: 40px
    }

    .md-mt-60 {
        margin-top: 60px
    }
}

@media only screen and (max-width:767px) {
    .section-padding--xlg {
        padding: 90px 0
    }

    .section-padding--lg {
        padding: 70px 0
    }

    .section-padding--md {
        padding: 60px 0
    }

    .section-padding--sm {
        padding: 50px 0
    }

    .section-padding--xs {
        padding: 50px 0
    }

    .sm-mt-40 {
        margin-top: 40px
    }

    .sm-mt-60 {
        margin-top: 60px
    }
}

@media only screen and (max-width:575px) {
    .xs-mt-60 {
        margin-top: 60px
    }

    .xs-mt-40 {
        margin-top: 40px
    }

    .xs-mt-30 {
        margin-top: 30px
    }

    .xs-mt-60 {
        margin-top: 60px
    }
}

@media only screen and (max-width:420px) {
    .xxs-mt-60 {
        margin-top: 60px
    }

    .xxs-mt-30 {
        margin-top: 30px
    }
}

[data-black-overlay],
[data-overlay] {
    position: relative
}

[data-black-overlay]>*,
[data-black-overlay]>div,
[data-overlay]>*,
[data-overlay]>div {
    position: relative;
    z-index: 2
}

[data-black-overlay]:before,
[data-overlay]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1
}

[data-overlay]:before {
    background-color: #89d700
}

[data-black-overlay]:before {
    background-color: #000
}

[data-black-overlay="1"]:before,
[data-overlay="1"]:before {
    opacity: .1
}

[data-black-overlay="2"]:before,
[data-overlay="2"]:before {
    opacity: .2
}

[data-black-overlay="3"]:before,
[data-overlay="3"]:before {
    opacity: .3
}

[data-black-overlay="4"]:before,
[data-overlay="4"]:before {
    opacity: .4
}

[data-black-overlay="5"]:before,
[data-overlay="5"]:before {
    opacity: .5
}

[data-black-overlay="6"]:before,
[data-overlay="6"]:before {
    opacity: .6
}

[data-black-overlay="7"]:before,
[data-overlay="7"]:before {
    opacity: .7
}

[data-black-overlay="8"]:before,
[data-overlay="8"]:before {
    opacity: .8
}

[data-black-overlay="9"]:before,
[data-overlay="9"]:before {
    opacity: .9
}

[data-black-overlay="10"]:before,
[data-overlay="10"]:before {
    opacity: 1
}

.dcare__btn {
    transform: perspective(1px) translateZ(0);
    transition-duration: .3s;
    background: #fe5629 none repeat scroll 0 0;
    box-shadow: 0 0 1px transparent;
    transform: perspective(1px) translateZ(0);
    transition-duration: .5s;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    padding: 0 24px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    z-index: 2
}

.dcare__btn::before {
    background: #89d700 none repeat scroll 0 0;
    border-radius: 25%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(2);
    transform-origin: 50% 50% 0;
    transition-duration: .5s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1
}

.dcare__btn:active::before,
.dcare__btn:focus::before,
.dcare__btn:hover::before {
    transform: scale(0)
}

.dcare__btn:hover {
    color: #fff;
    box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
}

.dcare__btn.btn__gray {
    color: #666
}

.dcare__btn.btn__gray:hover {
    color: #fff
}

.dcare__btn.btn__gray::before {
    background: #ddd none repeat scroll 0 0
}

.dcare__btn.hover--theme {
    background: #89d700 none repeat scroll 0 0
}

.dcare__btn.min__height-btn {
    font-size: 16px;
    height: 37px;
    line-height: 35px;
    padding: 0 25px
}

.dcare__btn.max__height-btn {
    height: 54px;
    line-height: 52px;
    padding: 0 26px
}

.dcare__btn.btn__white {
    color: #666
}

.dcare__btn.btn__white:hover {
    color: #fff
}

.dcare__btn.btn__white::before {
    background: #fff none repeat scroll 0 0
}

.dcare__btn.black__btn {
    color: #fff
}

.dcare__btn.black__btn:hover {
    color: #fff
}

.dcare__btn.black__btn::before {
    background: #444 none repeat scroll 0 0
}

.dcare__btn.btn__f1f1f1 {
    color: #666
}

.dcare__btn.btn__f1f1f1:hover {
    color: #fff
}

.dcare__btn.btn__f1f1f1::before {
    background: #f1f1f1 none repeat scroll 0 0
}

.dcare__btn.hover__444 {
    background: #444 none repeat scroll 0 0
}

.dcare__btn.btn__org {
    color: #fff
}

.dcare__btn.btn__org:hover {
    color: #fff
}

.dcare__btn.btn__org::before {
    background: #fe5629 none repeat scroll 0 0
}

.dcare__btn.btn__333333 {
    color: #fff
}

.dcare__btn.btn__333333::before {
    background: #333 none repeat scroll 0 0
}

.dcare__btn.btn__f6f6f6 {
    color: #666;
    border: 1px solid #efefef;
    font-size: 18px;
    height: 38px;
    line-height: 34px;
    border-radius: 0
}

.dcare__btn.btn__f6f6f6:hover {
    color: #fff;
    border: 1px solid #f6f6f6
}

.dcare__btn.btn__f6f6f6::before {
    background: #f6f6f6 none repeat scroll 0 0;
    border-radius: 5%
}

.play__btn,
a.play__btn,
button.play__btn {
    display: inline-block;
    height: 55px;
    width: 55px;
    background: #fff;
    line-height: 55px;
    text-align: center;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.play__btn img,
a.play__btn img,
button.play__btn img {
    padding-left: 5px;
    position: relative
}

.play__btn:after,
.play__btn:before,
a.play__btn:after,
a.play__btn:before,
button.play__btn:after,
button.play__btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: 0 0;
    border: 1px solid #fff;
    z-index: -1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    opacity: 0
}

.play__btn:before,
a.play__btn:before,
button.play__btn:before {
    z-index: 2;
    -webkit-animation: playbutton-effect 1s ease-in-out infinite;
    -moz-animation: playbutton-effect 1s ease-in-out infinite;
    -ms-animation: playbutton-effect 1s ease-in-out infinite;
    -o-animation: playbutton-effect 1s ease-in-out infinite;
    animation: playbutton-effect 1s ease-in-out infinite
}

.play__btn:after,
a.play__btn:after,
button.play__btn:after {
    z-index: 2;
    -webkit-animation: playbutton-effect 1s ease-in-out infinite;
    -moz-animation: playbutton-effect 1s ease-in-out infinite;
    -ms-animation: playbutton-effect 1s ease-in-out infinite;
    -o-animation: playbutton-effect 1s ease-in-out infinite;
    animation: playbutton-effect 1s ease-in-out infinite;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s
}

.play__btn:hover,
a.play__btn:hover,
button.play__btn:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.yu2fvl {
    z-index: 9999;
    top: 0
}

.yu2fvl-iframe {
    display: block;
    height: 100%;
    width: 100%;
    border: 0
}

.yu2fvl-overlay {
    z-index: 9998;
    background: #000;
    opacity: .8
}

.yu2fvl-close {
    position: absolute;
    top: 1px;
    left: 100%;
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #f10 !important;
    background-color: #f10 !important;
    color: #fff;
    border: 0;
    background: 0 0;
    cursor: pointer
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .yu2fvl-close {
        left: auto;
        right: 0;
        top: auto;
        bottom: 100%
    }
}

@media only screen and (max-width:767px) {
    .yu2fvl-close {
        left: auto;
        right: 0;
        top: auto;
        bottom: 100%
    }

    .video h2 {
        color: #fff;
        font-size: 32px
    }

    .video h4 {
        font-size: 22px;
        line-height: 32px
    }
}

.section__title h2.title__line {
    color: #444;
    font-size: 44px;
    line-height: 33px;
    margin-bottom: 23px;
    padding-bottom: 45px;
    position: relative;
    font-family: Dosis, sans-serif;
    font-weight: 700
}

.section__title h2.title__line::before {
    background: rgba(0, 0, 0, 0) url(images/icons/title.png) no-repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 14px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 290px
}

.section__title h2.title__line.title__line--4::before {
    background: rgba(0, 0, 0, 0) url(images/icons/title-4.png) no-repeat scroll 0 0
}

.section__title h2.title__line.white__line::before {
    background: rgba(0, 0, 0, 0) url(images/icons/title-2.png) no-repeat scroll 0 0
}

.section__title p {
    color: #777;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding: 0 22%
}

.section__title.white--title h2.title__line {
    color: #fff
}

.section__title.white--title p {
    color: #fff
}

.container-fluid .section__title p {
    padding: 0 34%
}

.title__line--3 {
    font-size: 24px;
    margin-bottom: 43px;
    text-transform: capitalize;
    font-family: Dosis, sans-serif
}

.section__title--2 h2.title__line {
    color: #444;
    font-size: 48px;
    line-height: 37px;
    padding-top: 30px;
    position: relative;
    font-family: Dosis, sans-serif;
    z-index: 2
}

.section__title--2 h2.title__line::before {
    background-image: url(images/icons/line-4.png);
    background-repeat: no-repeat;
    content: "";
    height: 30px;
    position: absolute;
    top: 0;
    width: 110px
}

.section__title--2 h2.title__line::after {
    bottom: -35px;
    color: #e8eaeb;
    content: attr(data-shadow);
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    transform: scaleY(-1);
    z-index: -1
}

.section__title--2 h2.title__line.white--title {
    color: #fff
}

.section__title--2 h2.title__line.white--title::after {
    bottom: -35px;
    color: #1d5832;
    content: attr(data-shadow);
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    transform: scaleY(-1);
    z-index: -1
}

.section__title--2 h2 span.theme-color-2 {
    color: #faae08
}

.shop__title {
    font-family: Dosis, sans-serif;
    font-size: 24px;
    line-height: 81px
}

.section__title--2.line--white h2.title__line::before {
    background-image: url(images/icons/line-6.png);
    background-repeat: no-repeat;
    content: "";
    height: 30px;
    position: absolute;
    top: 0;
    width: 110px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .container-fluid .section__title p {
        padding: 0 10%
    }
}

@media only screen and (max-width:767px) {
    .section__title p {
        font-size: 14px;
        line-height: 24px;
        padding: 0 5%
    }

    .section__title h2.title__line {
        font-size: 28px;
        padding-bottom: 24px
    }

    .container-fluid .section__title p {
        padding: 0
    }
}

@media only screen and (max-width:575px) {
    .section__title--2 h2.title__line {
        font-size: 41px
    }
}

@media only screen and (max-width:420px) {
    .section__title--2 h2.title__line {
        font-size: 31px
    }

    .welcome__juniro__three .welcome-tab .nav-item {
        padding: 0 13px
    }
}

.dacre__social__link {
    margin-left: -4px;
    margin-right: -4px
}

.dacre__social__link li {
    margin: 0 4px
}

.dacre__social__link li.twitter a {
    background: #1da1f2
}

.dacre__social__link li.vimeo a {
    background: #1ab7ea
}

.dacre__social__link li.pinterest a {
    background: #c8232c
}

.dacre__social__link li a {
    background: #3c5998;
    border-radius: 100%;
    display: block;
    height: 40px;
    line-height: 43px;
    text-align: center;
    width: 40px
}

.dacre__social__link li a i {
    color: #fff;
    font-size: 18px
}

.dacre__social__link--2 {
    margin-left: -4px;
    margin-right: -4px
}

.dacre__social__link--2 li {
    margin: 0 4px
}

.dacre__social__link--2 li.twitter a {
    color: #1da1f2
}

.dacre__social__link--2 li.twitter a:hover {
    background: #1da1f2;
    color: #fff
}

.dacre__social__link--2 li.vimeo a {
    color: #1ab7ea
}

.dacre__social__link--2 li.vimeo a:hover {
    background: #1ab7ea;
    color: #fff
}

.dacre__social__link--2 li.pinterest a {
    color: #c8232c
}

.dacre__social__link--2 li.pinterest a:hover {
    background: #c8232c;
    color: #fff
}

.dacre__social__link--2 li.facebook a {
    color: #3b5998
}

.dacre__social__link--2 li.facebook a:hover {
    background: #3b5998;
    color: #fff
}

.dacre__social__link--2 li.linkedin a {
    color: #0e76a8
}

.dacre__social__link--2 li.linkedin a:hover {
    background: #0e76a8;
    color: #fff
}

.dacre__social__link--2 li.tumblr a {
    color: #34526f
}

.dacre__social__link--2 li.tumblr a:hover {
    background: #34526f;
    color: #fff
}

.dacre__social__link--2 li a {
    background: #fff;
    border-radius: 100%;
    display: block;
    height: 40px;
    line-height: 44px;
    text-align: center;
    width: 40px
}

.dacre__social__link--2 li a i {
    font-size: 18px
}

.dacre__social__link--2.bg--2 li a {
    background: #f6f6f6
}

.dacre__social__link--2.bg--2.with__border li a {
    border: 1px solid #e1e1e1
}

.dacre__social__link--2.bg--2.with__border li a:hover {
    border: 1px solid transparent
}

.dacre__social__link--3 {
    margin-left: -4px;
    margin-right: -4px
}

.dacre__social__link--3 li {
    margin: 0 4px
}

.dacre__social__link--3 li.twitter a {
    color: #1da1f2
}

.dacre__social__link--3 li.twitter a:hover {
    background: #1da1f2;
    color: #fff
}

.dacre__social__link--3 li.vimeo a {
    color: #1ab7ea
}

.dacre__social__link--3 li.vimeo a:hover {
    background: #1ab7ea;
    color: #fff
}

.dacre__social__link--3 li.pinterest a {
    color: #c8232c
}

.dacre__social__link--3 li.pinterest a:hover {
    background: #c8232c;
    color: #fff
}

.dacre__social__link--3 li.facebook a {
    color: #3b5998
}

.dacre__social__link--3 li.facebook a:hover {
    background: #3b5998;
    color: #fff
}

.dacre__social__link--3 li a {
    background: #f6f6f6;
    border-radius: 100%;
    display: block;
    height: 40px;
    line-height: 44px;
    text-align: center;
    width: 40px
}

.dacre__social__link--3 li a i {
    font-size: 18px
}

.dcare__page__list li {
    margin: 0 7px
}

.dcare__page__list li a {
    border: 1px solid #e1e1e1;
    border-radius: 100%;
    display: block;
    height: 35px;
    line-height: 33px;
    text-align: center;
    width: 35px
}

.dcare__page__list li a.page {
    border: medium none;
    color: #777;
    text-transform: capitalize;
    transition: all .3s ease 0s;
    width: auto
}

.dcare__page__list li a.page:hover {
    color: #89d700
}

.dcare__page__list li:first-child {
    margin-right: 5px
}

.dcare__page__list li:last-child {
    margin-left: 5px
}

.blog__thumb__active,
.shop-active,
.slide--active {
    position: relative
}

.blog__thumb__active .dcare-arrow,
.shop-active .dcare-arrow,
.slide--active .dcare-arrow {
    background: #000 none repeat scroll 0 0;
    border: medium none;
    color: #bcbcbc;
    display: inline-block;
    font-size: 30px;
    height: 40px;
    margin-top: -17px;
    opacity: 0;
    outline: medium none;
    position: absolute;
    top: 50%;
    transition: all .3s ease-in-out 0s;
    visibility: hidden;
    width: 40px;
    z-index: 2
}

.blog__thumb__active .dcare-arrow:hover,
.shop-active .dcare-arrow:hover,
.slide--active .dcare-arrow:hover {
    background: #89d700;
    color: #fff
}

.blog__thumb__active .dcare-arrow i,
.shop-active .dcare-arrow i,
.slide--active .dcare-arrow i {
    line-height: 35px
}

.blog__thumb__active .dcare-arrow:active,
.blog__thumb__active .dcare-arrow:focus,
.shop-active .dcare-arrow:active,
.shop-active .dcare-arrow:focus,
.slide--active .dcare-arrow:active,
.slide--active .dcare-arrow:focus {
    outline: 0
}

.blog__thumb__active .dcare-arrow.dacre-prev,
.shop-active .dcare-arrow.dacre-prev,
.slide--active .dcare-arrow.dacre-prev {
    left: 0
}

.blog__thumb__active .dcare-arrow.dcare-next,
.shop-active .dcare-arrow.dcare-next,
.slide--active .dcare-arrow.dcare-next {
    right: 0
}

.blog__thumb__active:hover .dcare-arrow,
.shop-active:hover .dcare-arrow,
.slide--active:hover .dcare-arrow {
    opacity: 1;
    visibility: visible
}

.activation__one [class*=col-] {
    max-width: 100%
}

.activation__one {
    position: relative
}

.activation__one .junior__classes {
    margin-bottom: 18px
}

.activation__one .owl-nav div {
    position: absolute;
    left: -76px;
    top: 50%
}

.activation__one .owl-nav div.owl-next {
    left: auto;
    right: -76px
}

.activation__one.owl-theme .owl-nav [class*=owl-] {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #ddd;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    height: 45px;
    line-height: 37px;
    margin: 0;
    padding: 0;
    width: 45px
}

.activation__one.owl-theme .owl-nav [class*=owl-]:hover {
    background: #89d700 none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
    border: 1px solid #89d700
}

.owl-theme .owl-nav {
    margin-top: 0
}

.testimonial__slide--3.owl-theme .owl-nav [class*=owl-] {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 37px;
    margin: 0;
    padding: 0;
    width: 40px
}

.testimonial__slide--3 {
    position: relative
}

.testimonial__slide--3 .owl-nav div {
    border-radius: 100%;
    height: 40px;
    left: -43px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 40px;
    transition: .4s
}

.testimonial__slide--3 .owl-nav div.owl-next {
    left: auto;
    right: -43px
}

.testimonial__slide--3.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fe5629 none repeat scroll 0 0;
    color: #fff
}

.arrival__product__activation.owl-theme .owl-dots .owl-dot span {
    backface-visibility: visible;
    background: transparent none repeat scroll 0 0;
    border: 2px solid #444;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 0 3px;
    transition: .6s ease 0s;
    width: 10px;
    opacity: 1
}

.arrival__product__activation.owl-theme .owl-dots .owl-dot.active span,
.arrival__product__activation.owl-theme .owl-dots .owl-dot:hover span {
    background: #000 none repeat scroll 0 0;
    border: 2px solid transparent;
    height: 16px;
    width: 16px
}

.arrival__product__activation {
    position: relative
}

.arrival__product__activation.owl-theme .owl-dots {
    bottom: 44px;
    left: 50%;
    position: absolute
}

.testimonial__slide--4 {
    position: relative
}

.testimonial__slide--4 .owl-nav div {
    bottom: -59px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.testimonial__slide--4.owl-theme .owl-nav [class*=owl-] {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    color: #858585;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    transition: all .5s ease 0s;
    width: 30px
}

.testimonial__slide--4.owl-theme .owl-nav [class*=owl-]:hover {
    background: #cccaca none repeat scroll 0 0;
    color: #fff
}

.testimonial__slide--4 .owl-nav div.owl-next {
    left: calc(50% + 37px)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .testimonial__slide--3 .owl-nav div {
        left: -20px
    }

    .testimonial__slide--3 .owl-nav div.owl-next {
        right: -20px
    }

    .arrival__product__activation.owl-theme .owl-dots {
        bottom: 11px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .activation__one .owl-nav div {
        left: -11px
    }

    .activation__one .owl-nav div.owl-next {
        right: -11px
    }

    .testimonial__slide--3 .owl-nav div {
        left: -20px
    }

    .testimonial__slide--3 .owl-nav div.owl-next {
        right: -20px
    }
}

@media only screen and (max-width:767px) {
    .activation__one .owl-nav div {
        left: 0
    }

    .activation__one .owl-nav div.owl-next {
        right: 0
    }
}

.junior__header__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 60px
}

.junior__header__top .jun__header__top__left .top__address li i {
    color: #89d700;
    padding-right: 7px
}

.junior__header__top .jun__header__top__left .top__address a {
    color: #777;
    font-size: 14px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.junior__header__top .jun__header__top__left .top__address a:hover {
    color: #89d700
}

.junior__header__top .jun__header__top__right .accounting li a {
    color: #777;
    font-size: 14px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.junior__header__top .jun__header__top__right .accounting li a:hover {
    color: #89d700
}

.top__address li+li {
    margin-left: 20px;
    padding-left: 20px;
    position: relative
}

.top__address li+li::before {
    content: "/";
    font-size: 16px;
    left: 0;
    position: absolute
}

.accounting li+li {
    margin-left: 14px;
    padding-left: 14px;
    position: relative
}

.accounting li+li::before {
    content: "/";
    left: 0;
    position: absolute
}

.header_top_line::before {
    background: rgba(0, 0, 0, 0) url(images/icons/line.jpg) repeat scroll center center;
    content: "";
    height: 5px;
    position: absolute;
    top: 0;
    width: 200%;
    opacity: .8;
    background-repeat: repeat;
    -webkit-animation: bgRunning 3s linear 0s infinite both;
    -moz-animation: bgRunning 3s linear 0s infinite both;
    -ms-animation: bgRunning 3s linear 0s infinite both;
    -o-animation: bgRunning 3s linear 0s infinite both;
    animation: bgRunning 3s linear 0s infinite both
}

@-webkit-keyframes bgRunning {
    from {
        background-position: left center
    }

    to {
        background-position: right center
    }
}

@-o-keyframes bgRunning {
    from {
        background-position: left center
    }

    to {
        background-position: right center
    }
}

@-moz-keyframes bgRunning {
    from {
        background-position: left center
    }

    to {
        background-position: right center
    }
}

@keyframes bgRunning {
    from {
        background-position: left center
    }

    to {
        background-position: right center
    }
}

.shopbox {
    height: 100px;
    position: relative
}

.shopbox a {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px
}

.shopbox span {
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    position: absolute;
    right: -7px;
    top: 16px;
    z-index: 2
}

.shopbox span::before {
    background: rgba(0, 0, 0, 0) url(images/icons/shop.png) no-repeat scroll 0 0;
    content: "";
    height: 34px;
    left: -8px;
    position: absolute;
    top: -4px;
    width: 34px;
    z-index: -1
}

.classes__icon img,
.shopbox span::before {
    -webkit-animation: rotate 3s linear 0s infinite normal;
    animation: rotate 3s linear 0s infinite normal
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

.mainmenu__wrapper.bg__cat--1.poss-relative.header_top_line:after {
    position: absolute;
    top: 100%;
    left: 0;
    background: url(images/icons/line-2.png) no-repeat scroll center top;
    content: "";
    height: 17px;
    width: 100%
}

.sticky__header.is-sticky {
    animation: .4s ease-in-out 0s normal both 1 running fadeInDown;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    left: 0;
    position: fixed;
    top: 0;
    transition: box-shadow .5s ease-in-out 0s;
    width: 100%;
    z-index: 99
}

.header--one .sticky__header.is-sticky {
    background: #0095e8 none repeat scroll 0 0
}

.header--2 .junior__header__top {
    height: 80px
}

.header--2 .junior__header__top .jun__header__top__left .top__address a {
    color: #fff
}

.header--2 .top__address li span {
    color: #fff
}

.header--2 .top__address li+li::before {
    display: none
}

.header--2 .junior__header__top .jun__header__top__right .accounting li a {
    color: #fff
}

.header--2 .accounting li+li::before {
    display: none
}

.header--2 .mainmenu__wrapper {
    padding: 10px 0
}

.logo img {
    max-width: 130px
}

.header--2 .shopbox a {
    background: #f6f6f6 none repeat scroll 0 0;
    border-radius: 10px;
    color: #89d700;
    height: 35px;
    line-height: 35px;
    width: 35px;
    font-size: 18px
}

.header--3 .mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu>li>a {
    color: #777
}

.header--3 .junior__header__top {
    height: 130px
}

.header--3 .row.menu__separator {
    align-items: center;
    border-bottom: 1px solid #ddd;
    height: 130px
}

.header--3 .jun__header__top__right {
    display: flex;
    justify-content: space-between
}

.header--3 .jun__header__top__right p {
    color: #444;
    font-size: 14px
}

.header--3 .jun__header__top__right p span {
    font-size: 16px;
    font-weight: 700
}

.header--3 .jun__header__top__right {
    position: relative
}

.header--3 .jun__header__top__right::before {
    background: #ddd none repeat scroll 0 0;
    content: "";
    height: 40px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 1px
}

.header--3 .mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu {
    justify-content: flex-start;
    margin-left: -15px
}

.header--3 .mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu>li:first-child {
    margin-left: 0
}

.header--3 .mainmenu__right {
    display: flex;
    justify-content: flex-end;
    margin-right: -15px
}

.header--3 .accounting {
    margin-right: 60px
}

.header--3 .mainmenu__wrapper {
    padding-top: 0
}

.header--3 .accounting li+li::before {
    display: none
}

.header--3 .shopbox a {
    background: transparent none repeat scroll 0 0;
    color: #89d700;
    font-size: 18px;
    height: auto;
    line-height: inherit;
    text-align: center;
    width: auto
}

.header--3 .mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu {
    height: 90px
}

.header--3 .shopbox {
    height: 90px
}

.header__variation--4 .mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu {
    height: 80px
}

.header__variation--4 .shopbox {
    height: 80px
}

.header--3.header__variation--4 .mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu>li>a {
    color: #fff
}

.header__variation--4 .accounting li a {
    color: #fff
}

.header__variation--4 .shopbox span {
    right: -8px;
    top: 8px
}

.header--3.header__variation--4 .shopbox a {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    height: auto;
    line-height: inherit;
    text-align: center;
    width: auto
}

.header__variation--4 .sticky__header.is-sticky {
    background: #000
}

.header--5 .jun__header__top__left p {
    color: #777;
    font-family: Open Sans;
    font-weight: 700
}

.header--5 .jun__header__top__left p span {
    color: #fe5629;
    font-weight: 400
}

.header--5 .junior__header__top {
    border-bottom: 1px solid #eee
}

.header--5 .accounting li+li::before {
    display: none
}

.header--5 .mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu>li>a {
    color: #444
}

.header--5 .mainmenu__wrapper {
    padding-top: 11px
}

.header--5 .shopbox a {
    background: #444 none repeat scroll 0 0;
    height: 37px;
    line-height: 37px;
    width: 37px
}

.header--5 .shopbox a i {
    color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .header--2 a.minicart-trigger,
    .header--3 a.minicart-trigger,
    .header--5 a.minicart-trigger {
        color: #707070
    }

    .header--2 .mean-container a.meanmenu-reveal span,
    .header--3 .mean-container a.meanmenu-reveal span,
    .header--5 .mean-container a.meanmenu-reveal span {
        background: #707070
    }

    .header--3 .mainmenu__wrapper,
    .header--5 .mainmenu__wrapper {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

@media only screen and (max-width:767px) {

    .header--2 a.minicart-trigger,
    .header--3 a.minicart-trigger,
    .header--5 a.minicart-trigger {
        color: #707070
    }

    .header--2 .mean-container a.meanmenu-reveal span,
    .header--3 .mean-container a.meanmenu-reveal span,
    .header--5 .mean-container a.meanmenu-reveal span {
        background: #707070
    }

    .header--2 .top__address li+li {
        margin-left: 0;
        padding-left: 0
    }

    .header--3 .mainmenu__wrapper,
    .header--5 .mainmenu__wrapper {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

@media only screen and (max-width:575px) {
    .header--3 .mainmenu__wrapper {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

@media only screen and (max-width:420px) {

    .header--2 .junior__header__top,
    .junior__header__top {
        height: auto;
        padding: 20px 0
    }

    .header--3 .jun__header__top__right::before,
    .top__address li+li::before {
        display: none
    }

    .top__address li+li {
        margin-bottom: 7px;
        margin-left: 0;
        margin-top: 7px;
        padding-left: 0;
        position: relative
    }

    .header--3 .jun__header__top__right {
        flex-wrap: wrap
    }

    .header--3 .jun__header__top__right p {
        flex-basis: 100%
    }

    .header--3 .jun__header__top__right p+p {
        margin-top: 8px
    }
}

.mainmenu__wrapper {
    position: relative;
    padding-top: 13px;
    z-index: 9
}

.mainmenu__wrapper .logo {
    align-items: center;
    display: flex;
    height: 100px
}

.mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu {
    justify-content: flex-end
}

.mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu>li {
    align-self: stretch;
    display: flex;
    margin: 0 20px
}

.mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu>li>a {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all .3s ease 0s
}

.mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu>li>a:hover {
    color: #89d700
}

.header--2 .mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu>li>a {
    color: #444
}

@media only screen and (min-width:992px) {
    .mainmenu li.drop {
        position: relative
    }

    .mainmenu li.drop>ul.dropdown__menu {
        opacity: 0;
        top: 100%;
        transform: scale(.7);
        transition: all .3s ease 0s;
        visibility: hidden;
        background: #fff none repeat scroll 0 0;
        position: absolute;
        left: 0;
        z-index: 99;
        min-width: 210px;
        padding-left: 5px;
        padding-right: 5px
    }

    .mainmenu li.drop:hover>ul.dropdown__menu {
        opacity: 1;
        transform: scale(1);
        transition: all .3s ease 0s;
        visibility: visible
    }

    .mainmenu li.drop>ul.dropdown__menu li {
        transition: all .3s ease 0s
    }

    .mainmenu li.drop:hover>ul.dropdown__menu>li {
        opacity: 1
    }

    .mainmenu li.drop>ul.dropdown__menu a {
        font-size: 14px;
        font-weight: 400;
        line-height: 32px;
        padding: 6px 20px 6px 8px;
        text-transform: capitalize;
        transition: all .3s ease 0s;
        color: #969696;
        display: block
    }

    .mainmenu li.drop:hover>ul.dropdown__menu>li:not(:last-child) {
        border-bottom: 1px solid #f2f2f2
    }

    .mainmenu li.drop:hover>ul.dropdown__menu>li:hover>a {
        color: #000;
        padding-left: 7px;
        background: #ddd none repeat scroll 0 0
    }
}

@media only screen and (max-width:991px) {
    a.minicart-trigger {
        position: absolute;
        right: 57px;
        z-index: 9991;
        top: 21px;
        font-size: 27px;
        color: #fff
    }

    a.minicart-trigger:hover {
        color: #89d700
    }

    .mainmenu__wrapper .logo {
        align-items: center;
        display: flex;
        height: 100px;
        position: absolute;
        left: 0;
        top: -15px;
        z-index: 9991
    }
}

.slide .slide__inner h1 {
    background: #89d700;
    color: #fff;
    display: inline-block;
    font-family: Dosis, sans-serif;
    font-size: 72px;
    font-weight: 700;
    padding: 13px 30px
}

.slide .slide__inner .slider__text {
    display: block;
    margin-bottom: 30px;
    margin-top: 1px
}

.slide .slide__inner .slider__text h2 {
    background: #89d700;
    color: #fff;
    font-family: Dosis, sans-serif;
    font-size: 48px;
    padding: 10px 30px;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 700
}

.slider__btm__img-1 {
    bottom: 0;
    position: absolute;
    right: -36px;
    width: 651px
}

.slider__btm__img-2 {
    position: absolute;
    right: 15.5%;
    top: 0;
    width: 329px
}

.slider--two .slide .slide__inner h1 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #444;
    font-family: Dosis, sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 55px;
    margin-bottom: 25px;
    padding: 0
}

.slider--two .slide .slide__inner h6 {
    color: #5f9bc5;
    font-family: Dosis, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase
}

.slider--two .slide .slide__inner p {
    color: #777;
    line-height: 23px
}

.slider--two .slide .slide__inner .slider__btn {
    margin-top: 47px
}

.slider--two.slider__fixed--height {
    height: 770px
}

.slider--three .slide .slide__inner {
    text-align: center
}

.slider--three .slide .slide__inner h1 {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: Dosis, sans-serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 72px;
    padding: 0;
    text-transform: uppercase
}

.slider--three .slide .slide__inner h6 {
    color: #5f9bc5;
    font-family: Dosis, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase
}

.slider--three .slide .slide__inner h4 {
    color: #fff;
    font-family: Dosis, sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 72px;
    margin-bottom: 40px;
    margin-top: 12px;
    text-transform: capitalize
}

.slider--three .slide .slide__inner p {
    color: #777;
    line-height: 23px
}

.slider--three .slide .slide__inner .slider__btn {
    margin-top: 47px
}

.slider--four .slide .slide__inner {
    text-align: left
}

.slider--four .slide .slide__inner h1 {
    background: transparent none repeat scroll 0 0;
    color: #444;
    display: inline-block;
    font-family: Dosis, sans-serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 72px;
    padding: 0;
    text-transform: inherit
}

.slider--four .slide .slide__inner h6 {
    color: #444;
    font-family: Dosis, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
    text-transform: capitalize;
    margin-top: 2px
}

.slider--four .slide .slide__inner h6 span.color-pink {
    color: #fe007d
}

.slider--four .slide .slide__inner h6 span.secondary-color {
    color: #fe5629
}

.slider--four .slide .slide__inner h6 span.separator {
    color: #fe5629
}

.slider--four .slide .slide__inner h4 {
    color: #fff;
    font-family: Dosis, sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 72px;
    margin-bottom: 40px;
    margin-top: 12px;
    text-transform: capitalize
}

.slider--four .slide .slide__inner p {
    color: #777;
    font-size: 16px;
    line-height: 25px;
    width: 60%;
    margin-top: 14px
}

.slider--four .slide .slide__inner .slider__btn {
    margin-top: 47px
}

.slider--four.slider__fixed--height {
    height: 850px
}

.slider--five .slide .slide__inner {
    text-align: left
}

.slider--five .slide .slide__inner h1 {
    background: transparent none repeat scroll 0 0;
    color: #444;
    display: inline-block;
    font-family: Dosis, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 24px;
    margin-top: 14px;
    padding: 0 12% 0 0
}

.slider--five .slide .slide__inner h6 {
    color: #fe5629;
    font-family: Dosis, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.slider--five .slide .slide__inner h4 {
    color: #fff;
    font-family: Dosis, sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 72px;
    margin-bottom: 40px;
    margin-top: 12px;
    text-transform: capitalize
}

.slider--five .slide .slide__inner p {
    color: #777;
    font-size: 16px;
    line-height: 25px;
    width: 60%;
    margin-top: 14px
}

.slider--five .slide .slide__inner .slider__btn {
    margin-top: 45px
}

.slider--five.slider__fixed--height {
    height: 770px
}

.slide__carosel .owl-nav div {
    height: 65px;
    left: -80px;
    line-height: 65px;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s ease 0s;
    width: 65px;
    padding: 0 !important;
    text-align: center !important
}

.slide__carosel .owl-nav div.owl-next {
    left: auto;
    right: -80px
}

.slide__carosel:hover .owl-nav div {
    left: 20px
}

.slide__carosel:hover .owl-nav div.owl-next {
    left: auto;
    right: 20px
}

.slide__carosel.owl-theme .owl-nav [class*=owl-] {
    background: rgba(0, 0, 0, .1);
    border-radius: 100%;
    color: #fff;
    cursor: pointer
}

.slide__carosel.owl-theme .owl-nav [class*=owl-] {
    font-size: 24px
}

.slide__carosel.owl-theme .owl-nav .disabled {
    opacity: 1
}

.slide__carosel.owl-theme .owl-nav [class*=owl-]:hover {
    background: #89d700 none repeat scroll 0 0
}

.slide__carosel .slide__inner h1 {
    animation-delay: .4s;
    animation-duration: 1s
}

.slide__carosel .slide__inner .slider__text h2,
.slide__carosel .slide__inner h4,
.slide__carosel .slide__inner h6 {
    animation-delay: 1s;
    animation-duration: 1s
}

.slide__carosel .slide__inner .slider__text h2 {
    animation-delay: 1s;
    animation-duration: 1s
}

.slide__carosel .slide__inner h6 {
    animation-delay: .4s;
    animation-duration: .4s
}

.slide__carosel .slide__inner p {
    animation-delay: 1.2s;
    animation-duration: 1.2s
}

.slide__carosel .slider__btn .dcare__btn {
    animation-delay: 1.5s;
    animation-duration: 1s
}

.slide__carosel .slide__inner .slider__text h2,
.slide__carosel .slide__inner h1,
.slide__carosel .slide__inner h4,
.slide__carosel .slide__inner h6,
.slide__carosel .slide__inner p,
.slide__carosel .slider__btn .dcare__btn,
.slider__btm__img-1,
.slider__btm__img-2 {
    animation-fill-mode: both;
    animation-name: fadeOut
}

.slider__btm__img-1 {
    animation-delay: 1.2s;
    animation-duration: 1.2s
}

.slider__btm__img-2 {
    animation-delay: 1.5s;
    animation-duration: 1s
}

.slide__carosel .owl-item.active .slider__btm__img-1 {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.slide__carosel .owl-item.active .slider__btm__img-2 {
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.slide__carosel .owl-item.active .slide__inner h1 {
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.slide__carosel .owl-item.active .slider__text h2 {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

.slide__carosel .owl-item.active .slide__inner h6,
.slide__carosel .owl-item.active .slider__btn .dcare__btn,
.slide__carosel .owl-item.active .slider__text h4 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.slide__carosel .owl-item.active .slide__inner h4,
.slide__carosel .owl-item.active .slide__inner h6,
.slide__carosel .owl-item.active .slide__inner p {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.slide__carosel .owl-item.active .slider__btn .dcare__btn {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .slider--five .slide .slide__inner p {
        width: 90%
    }

    .slider__btm__img-1 {
        width: 448px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .fullscreen {
        min-height: 70vh
    }

    .slider--three .slide .slide__inner h1 {
        font-size: 67px
    }

    .slider--five .slide .slide__inner p {
        width: 93%
    }

    .slider__btm__img-1 {
        width: 351px
    }
}

@media only screen and (max-width:767px) {
    .slide .slide__inner h1 {
        font-size: 59px
    }

    .fullscreen {
        min-height: 70vh
    }

    .slider--three .slide .slide__inner h1 {
        font-size: 52px
    }

    .fixed--height {
        height: auto;
        padding: 100px 0
    }

    .slider--three .slide .slide__inner .slider__btn {
        margin-top: 17px
    }

    .slider--three .slide .slide__inner h4 {
        margin-bottom: 12px;
        margin-top: 0
    }

    .slider--four .slide .slide__inner h1 {
        font-size: 54px;
        line-height: 62px
    }

    .slider--four .slide .slide__inner p {
        width: 80%
    }

    .slider--four .slide .slide__inner .slider__btn {
        margin-top: 32px
    }

    .slider--five .slide .slide__inner p {
        width: 100%
    }

    .slider--five .slide .slide__inner h1 {
        font-size: 40px;
        margin-bottom: 18px;
        padding: 0
    }

    .slider__btm__img-1 {
        display: none
    }

    .slider__btm__img-2 {
        display: none
    }

    .slider--five.slider__fixed--height,
    .slider--four.slider__fixed--height,
    .slider--two.slider__fixed--height {
        height: auto;
        padding: 100px 0
    }
}

@media only screen and (max-width:575px) {
    .slide .slide__inner h1 {
        font-size: 48px
    }

    .fullscreen {
        min-height: auto;
        padding: 100px 0
    }

    .slider--three .slide .slide__inner h1 {
        font-size: 39px
    }

    .slider--four .slide .slide__inner h1 {
        font-size: 41px
    }

    .slider--four .slide .slide__inner p {
        width: 100%
    }
}

@media only screen and (max-width:420px) {
    .slide .slide__inner h1 {
        font-size: 30px
    }

    .slide .slide__inner .slider__text h2 {
        font-size: 30px
    }

    .slider--two .slide .slide__inner h1 {
        font-size: 30px;
        line-height: 39px
    }

    .slider--three .slide .slide__inner h1 {
        font-size: 38px;
        line-height: 40px
    }

    .slider--three .slide .slide__inner h1 {
        line-height: 57px;
        font-size: 30px
    }

    .slider--three .slide .slide__inner h4 {
        font-size: 38px;
        line-height: 53px
    }

    .slider--four .slide .slide__inner h1 {
        font-size: 31px;
        line-height: 49px
    }

    .slider--five .slide .slide__inner h1 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 0
    }
}

.bcare__banner {
    position: relative
}

.bcare__banner .banner__inner {
    left: 0;
    padding: 34px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.bcare__banner .banner__inner.banner__content--bottom {
    bottom: 0;
    text-align: center;
    top: auto;
    transform: translateY(0);
    width: 100%
}

.bcare__banner .banner__inner.banner__content--right {
    left: auto;
    right: 32px;
    text-align: right
}

.bcare__banner .banner__inner.banner__content--right h4 {
    color: #c23060;
    font-family: Roboto, sans-serif
}

.bcare__banner .banner__inner.banner__content--right h2 {
    font-size: 36px;
    line-height: 36px
}

.bcare__banner .banner__inner h4 {
    color: #072b3d;
    font-size: 24px;
    line-height: 30px;
    font-family: Roboto, sans-serif
}

.bcare__banner .banner__inner h2 {
    color: #444;
    font-size: 48px;
    line-height: 66px;
    font-family: Roboto, sans-serif
}

.bcare__banner .banner__offer {
    position: absolute;
    right: 29%;
    top: 78px
}

.bcare__banner .banner__offer span {
    background: #fe5629 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: 35px;
    line-height: 33px;
    padding: 0 12px;
    text-transform: capitalize
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .bcare__banner .banner__inner.banner__content--right h2 {
        font-size: 26px;
        line-height: 29px
    }

    .bcare__banner .banner__inner h2 {
        font-size: 26px;
        line-height: 39px
    }
}

@media only screen and (max-width:767px) {
    .bcare__banner .banner__inner.banner__content--right h2 {
        font-size: 26px;
        line-height: 29px
    }

    .bcare__banner .banner__inner h2 {
        font-size: 26px;
        line-height: 39px
    }
}

.jn__welcome__wrapper {
    margin-top: 50px;
    padding: 0 77px
}

.jn__welcome__wrapper .welcome__juniro__inner h3 {
    color: #333;
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 13px;
    font-family: Dosis, sans-serif
}

.jn__welcome__wrapper .welcome__juniro__inner p {
    color: #777;
    font-size: 15px;
    line-height: 27px;
    padding-right: 7%
}

.jn__welcome__wrapper .welcome__juniro__inner .wel__btn {
    margin-top: 48px
}

.jn__welcome__wrapper .jnr__Welcome__thumb {
    position: relative;
    margin-right: -28px
}

.jn__welcome__wrapper .jnr__Welcome__thumb a.play__btn {
    color: #89d700;
    font-size: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    margin-left: 19px
}

.jn__welcome__wrapper .jnr__Welcome__thumb a.play__btn i {
    padding-left: 5px
}

.jn__welcome__wrapper .jnr__Welcome__thumb a.play__btn::before {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    bottom: 0;
    content: "";
    height: 65px;
    left: -25px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(1);
    transition: transform .2s cubic-bezier(.56, .2, .25, 1) 0s;
    width: 65px;
    z-index: -1
}

.jn__welcome__wrapper .jnr__Welcome__thumb a.play__btn:hover::before {
    transform: scale(1.15)
}

.jn__welcome__wrapper .welcome__juniro__inner h3 span.theme-color {
    color: #89d700
}

.jn__welcome__wrapper .welcome__juniro__inner h3 span {
    color: #fed706
}

.welcome--2 .jn__welcome__wrapper {
    margin-top: 80px;
    padding: 0
}

.welcome--2 .jn__welcome__wrapper .jnr__Welcome__thumb a.play__btn {
    margin-left: 0
}

.welcome--2 .jnr__Welcome__thumb::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: .4;
    position: absolute;
    width: 100%;
    border-radius: 5px;
    top: 0;
    left: 0
}

.welcome--2 .jnr__Welcome__thumb {
    border-radius: 5px
}

.welcome--2 .welcome__juniro__inner {
    padding-left: 60px
}

.welcome--2 .jn__welcome__wrapper .welcome__juniro__inner p {
    padding-right: 0;
    font-size: 1.2em;
    line-height: 170%
}

.welcome--2 .dcare__btn {
    height: 44px;
    line-height: 41px
}

.welcome__juniro__three .welcome-tab {
    margin-bottom: 23px;
    margin-left: -2px;
    margin-right: -2px
}

.welcome__juniro__three .welcome-tab .nav-item {
    border: 1px solid #eee;
    border-radius: 5px;
    color: #777;
    font-family: Dosis, sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 35px;
    line-height: 32px;
    margin: 0 2px;
    padding: 0 19px;
    text-transform: capitalize
}

.welcome__juniro__three .welcome-tab .nav-item.active,
.welcome__juniro__three .welcome-tab .nav-item:hover {
    background: #ff5020 none repeat scroll 0 0;
    border: 1px solid #ff5020;
    color: #fff
}

.welcome__juniro__three .single__welcome__content {
    margin-bottom: 37px
}

.welcome__juniro__three .single__welcome__content p {
    padding-right: 22%
}

.junior__welcome__area {
    overflow: hidden
}

.jn__welcome__wrapper--2 {
    margin-top: 80px
}

.welcome__images {
    bottom: 0;
    position: absolute;
    right: 199px;
    width: 49%
}

.wcu img {
    max-width: 250px
}

.dacre__choose__option .choose .col-1 {
    margin-top: 6px
}

.welcome__images--2 {
    position: absolute;
    right: 16%;
    top: 32%
}

.welcome__juniro__three .dcare__btn {
    box-shadow: 0 0 35px rgba(255, 80, 32, .1)
}

.single__welcome__content.tab-pane:not(.active) {
    display: none
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .jn__welcome__wrapper .welcome__juniro__inner p {
        padding-right: 15%
    }

    .client__details p {
        font-size: 19px;
        line-height: 27px
    }

    .welcome--2 .welcome__juniro__inner {
        padding-left: 30px
    }

    .welcome__images--2 {
        right: 9%;
        top: 41%
    }

    .welcome__images {
        right: 71px;
        width: 69%
    }

    .welcome__juniro__three .single__welcome__content p {
        padding-right: 1%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .jn__welcome__wrapper .welcome__juniro__inner p {
        padding-right: 5%
    }

    .jn__welcome__wrapper .jnr__Welcome__thumb a.play__btn {
        margin-left: 0
    }

    .jn__welcome__wrapper {
        padding: 0
    }

    .jn__welcome__wrapper .jnr__Welcome__thumb {
        text-align: center
    }

    .welcome--2 .welcome__juniro__inner {
        padding-left: 0
    }

    .jnr__Welcome__thumb img {
        width: 100%
    }

    .welcome__images {
        margin-top: 25px;
        position: inherit;
        width: 100%
    }

    .welcome__images--2 {
        right: 6%;
        top: 45%
    }

    .jn__welcome__wrapper .jnr__Welcome__thumb {
        margin-right: 0
    }
}

@media only screen and (max-width:767px) {
    .jn__welcome__wrapper {
        padding: 0
    }

    .jn__welcome__wrapper .welcome__juniro__inner p {
        padding-right: 0
    }

    .jn__welcome__wrapper .jnr__Welcome__thumb a.play__btn {
        margin-left: 0
    }

    .welcome--2 .welcome__juniro__inner {
        padding-left: 0
    }

    .jnr__Welcome__thumb img {
        width: 100%
    }

    .welcome--2 .jn__welcome__wrapper .welcome__juniro__inner p {
        padding-right: 5%
    }

    .welcome__images {
        margin-top: 25px;
        position: inherit;
        width: 100%
    }

    .welcome__images--2 {
        right: -2%;
        top: 44%
    }

    .jn__welcome__wrapper .jnr__Welcome__thumb {
        margin-right: 0
    }
}

@media only screen and (max-width:575px) {
    .jn__welcome__wrapper .welcome__juniro__inner h3 {
        font-size: 30px
    }

    .welcome__images--2 {
        display: none
    }

    .welcome__juniro__three .welcome-tab .nav-item {
        font-size: 14px;
        padding: 0 13px
    }

    .welcome__juniro__three .single__welcome__content p {
        padding-right: 0
    }
}

.service {
    box-shadow: 0 0 13px rgba(0, 0, 0, .1);
    padding: 0 10%;
    position: relative;
    text-align: center;
    height: 100%
}

.service .service__icon {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    height: 85px;
    left: 50%;
    line-height: 85px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: -43px;
    transform: translateX(-50%);
    width: 85px
}

.service .service__details {
    padding-bottom: 30px;
    padding-top: 70px
}

.service .service__details h6 a {
    color: #333;
    display: block;
    font-family: Dosis, sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 21px;
    transition: all .3s ease 0s
}

.service .service__details p {
    color: #777;
    font-size: 15px;
    line-height: 27px
}

.service .service__btn {
    margin-top: 28px
}

.service .service__btn a.dcare__btn--2 {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #777;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 44px;
    line-height: 42px;
    padding: 0 36px;
    text-transform: capitalize;
    transition: all .5s ease 0s
}

.service .service__btn a.dcare__btn--2:hover {
    background: #89d700 none repeat scroll 0 0;
    border: 1px solid #89d700;
    color: #fff
}

.service--2 .service {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.service--2 .service:hover .service__icon {
    background: #444 none repeat scroll 0 0
}

.service--2 .service:hover {
    transform: translateY(-20px)
}

.service--2 .service .service__icon {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.service--2 .service .service__details {
    padding-bottom: 38px;
    padding-top: 62px
}

.service--2 .service .service__details h6 a {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 21px
}

.service--2 .service .service__details h6 a:hover {
    color: #89d700
}

.service--2 .service .service__details p {
    color: #fff;
    line-height: 23px
}

.service--2 .service .service__btn {
    margin-top: 28px
}

.service--2 .border__color::before {
    box-shadow: 8px 0 10px rgba(0, 0, 0, .2)
}

.service--3 {
    text-align: center
}

.service--3 .service__inner h4 a {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    margin-top: 15px;
    text-transform: capitalize;
    font-family: Dosis, sans-serif
}

.service--3 .service__inner p {
    color: #fff;
    margin-top: 17px
}

.service--3 .service__inner .service__btn {
    margin-top: 13px
}

.service--3 .service__inner .service__btn a {
    background: transparent none repeat scroll 0 0;
    border-bottom: 2px solid #a0a0a0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    text-transform: capitalize
}

.service--3 .service__inner .service__btn a:hover {
    background: #fff none repeat scroll 0 0;
    border-bottom: 2px solid transparent;
    border-radius: 5px;
    color: #666;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 24px
}

.border__color {
    position: relative
}

.border__color::before {
    background: #f59e01 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%
}

.border__color.border__color--2::before {
    background: #b1c642 none repeat scroll 0 0
}

.border__color.border__color--3::before {
    background: #ff4069 none repeat scroll 0 0
}

.border__color.border__color--4::before {
    background: #f7cb4f none repeat scroll 0 0
}

.border__color.border__color--5::before {
    background: #b1c642 none repeat scroll 0 0
}

.border__color.border__color--6::before {
    background: #f7cb4f none repeat scroll 0 0
}

.border__color.border__color--7::before {
    background: #f5594e none repeat scroll 0 0
}

.border__color.border__color--8::before {
    background: #68b9d8 none repeat scroll 0 0
}

.jnr__call__action__wrap {
    padding: 70px 0
}

.jnr__call__action__wrap .callto__action__inner h2 {
    color: #fff;
    font-family: Dosis, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 4px
}

.jnr__call__action__wrap .callto__action__inner p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 9px
}

.jnr__call__action__wrap .callto__action__btn a.dcare__btn {
    font-size: 16px
}

.call__to__action--2 .jnr__call__action__wrap {
    padding: 99px 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .callto__action__inner {
        flex-basis: 74%
    }

    .jnr__call__action__wrap .callto__action__inner h2 {
        font-size: 35px
    }

    .callto__action__btn {
        flex-basis: 26%;
        text-align: right
    }

    .jnr__call__action__wrap .callto__action__inner p {
        padding-right: 10%
    }
}

@media only screen and (max-width:767px) {
    .jnr__call__action__wrap .callto__action__inner h2 {
        font-size: 39px
    }

    .jnr__call__action__wrap .callto__action__inner p {
        margin-bottom: 23px
    }
}

@media only screen and (max-width:575px) {
    .jnr__call__action__wrap .callto__action__inner h2 {
        font-size: 30px
    }
}

.junior__classes {
    margin-top: 40px;
    text-align: center;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1)
}

.junior__classes .classes__thumb a img {
    width: 100%
}

.junior__classes .classes__inner {
    position: relative
}

.junior__classes .classes__inner .classes__icon {
    left: 50%;
    position: absolute;
    top: -50px;
    transform: translateX(-50%)
}

.junior__classes .classes__inner .classes__icon span {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.junior__classes .classes__inner .class__details {
    padding-top: 46px;
    padding-bottom: 34px;
    padding-top: 46px
}

.junior__classes .classes__inner .class__details h4 a {
    color: #444;
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    transition: .3s;
    font-family: Dosis, sans-serif
}

.junior__classes .classes__inner .class__details h4 a::before {
    background: #ddd none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100px
}

.junior__classes .classes__inner .class__details h4 a:hover {
    color: #89d700
}

.junior__classes .classes__inner .class__details .class__time {
    margin-bottom: 24px
}

.junior__classes .classes__inner .class__details .class__time li {
    color: #777;
    font-size: 16px
}

.junior__classes .classes__inner .class__details .class__time li+li {
    margin-top: 2px
}

.junior__classes .classes__inner .class__details .class__btn a.dcare__btn--2 {
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #777;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: 40px;
    line-height: 37px;
    padding: 0 30px;
    text-transform: capitalize;
    transition: all .5s ease 0s
}

.junior__classes .classes__inner .class__details .class__btn a.dcare__btn--2:hover {
    background: #89d700 none repeat scroll 0 0;
    border: 1px solid #89d700;
    color: #fff
}

@media only screen and (max-width:767px) {
    .row.classes__wrap.activation__one {
        margin-left: 0
    }
}

.testimonial__container {
    padding: 0 100px
}

.testimonial__container .testimonial {
    padding: 49px 0
}

.testimonial__container .testimonial .testimonial__inner .test__icon {
    margin-top: 29px
}

.testimonial__container .testimonial .testimonial__inner .client__details p {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 30px;
    margin-top: 7px;
    padding: 0 12%
}

.testimonial__container .testimonial .testimonial__inner .client__details .client__info {
    margin-top: 16px
}

.testimonial__container .testimonial .testimonial__inner .client__details .client__info h6 {
    color: #fff;
    font-family: Dosis, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px;
    text-transform: uppercase
}

.testimonial__container .testimonial .testimonial__inner .client__details .client__info span {
    color: #fff;
    font-size: 14px
}

.testimonial__bg {
    position: relative;
    z-index: 2
}

.testimonial__bg::before {
    background: rgba(0, 0, 0, 0) url(images/testimonial/bg/1.png) repeat scroll center center/cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.owl-carousel .owl-item img {
    margin: auto;
    width: auto
}

.testimonial__inner p {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 38px;
    margin-top: 18px;
    font-style: italic
}

.testimonial {
    padding: 0 17%
}

.tes__info h6 {
    color: #fff;
    font-family: Dosis, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.tes__info span {
    color: #fff;
    display: inline-block;
    margin-top: 8px
}

.tes__info {
    margin-top: 30px
}

.testimonial--3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 0 60px
}

.testimonial--3 .testimonial__content {
    padding-left: 67px;
    padding-top: 50px;
    position: relative
}

.testimonial--3 .testimonial__content::before {
    color: #fff;
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 30px;
    position: absolute;
    top: 0
}

.testimonial--3 .testimonial__content p {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    padding-right: 10%;
    font-style: italic
}

.testimonial--3 .testimonial__content .tes__info {
    margin-top: 17px
}

.testimonial--3 .testimonial__thumb {
    -webkit-flex-basis: 44%;
    -moz-flex-basis: 44%;
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%
}

.testimonial--4 {
    background: #fe5629 none repeat scroll 0 0;
    margin-left: -15px;
    margin-right: -15px;
    padding: 100px 0;
    text-align: center
}

.testimonial--4 .testimonial__inner {
    position: relative
}

.testimonial--4 .testimonial__inner::before {
    color: #fff;
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 60px;
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%)
}

.testimonial--4 .testimonial__inner .clint__img {
    margin-bottom: 29px
}

.testimonial--4 .testimonial__inner .clint__info h6 {
    color: #fff;
    font-family: Dosis, sans-serif;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase
}

.testimonial--4 .testimonial__inner .clint__info span {
    color: #fff
}

.testimonial--4 .testimonial__inner .clint__info p {
    color: #fff;
    font-family: Dosis, sans-serif;
    font-size: 24px;
    line-height: 38px;
    margin-top: 13px;
    padding: 0 20%
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .testimonial--4 {
        padding: 80px 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .testimonial__container {
        padding: 0
    }

    .testimonial__container .testimonial .testimonial__inner .client__details p {
        padding: 0 10%
    }

    .testimonial__container .testimonial .testimonial__inner .client__details .client__info {
        margin-top: 27px
    }

    .testimonial__container .testimonial .testimonial__inner .client__details .client__info span {
        display: block;
        margin-top: 13px
    }

    .testimonial--3 .testimonial__content p {
        padding-right: 0
    }

    .testimonial--4 .testimonial__inner .clint__info p {
        font-size: 18px;
        line-height: 30px
    }

    .testimonial--4 {
        padding: 93px 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .testimonial__container {
        padding: 0
    }

    .testimonial__container .testimonial .testimonial__inner .client__details p {
        padding: 0 15%
    }

    .testimonial__inner {
        padding: 45px 0
    }

    .testimonial {
        padding: 0 4%
    }

    .testimonial--3 .testimonial__content {
        padding-left: 20px
    }

    .testimonial--3 .testimonial__content p {
        padding-right: 0
    }
}

@media only screen and (max-width:767px) {
    .testimonial__container {
        padding: 0
    }

    .testimonial__container .testimonial .testimonial__inner .client__details p {
        font-size: 22px
    }

    .testimonial {
        padding: 0 4%
    }

    .dcare__kidezone__wrapper {
        flex-wrap: wrap
    }

    .kidz__zone {
        flex-basis: 50%
    }

    .testimonial--3 .testimonial__content p {
        font-size: 22px;
        line-height: 35px;
        padding-right: 0
    }

    .testimonial--3 .testimonial__content {
        padding-left: 20px
    }

    .testimonial--3 {
        padding: 0 15px
    }
}

@media only screen and (max-width:575px) {
    .testimonial__slide--3 .owl-nav {
        display: none
    }

    .testimonial--3 {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0
    }
}

@media only screen and (max-width:420px) {
    .testimonial--4 .testimonial__inner .clint__info p {
        font-size: 18px;
        line-height: 31px;
        padding: 0 10px
    }

    .testimonial--4 .testimonial__inner::before {
        font-size: 50px;
        right: 30px
    }
}

.gallery {
    margin-top: 30px;
    overflow: hidden;
    position: relative
}

.gallery .gallery__thumb a {
    display: block;
    position: relative;
    z-index: 2
}

.gallery .gallery__thumb a::before {
    background: #0095e8 none repeat scroll 0 0;
    content: "";
    height: 172%;
    left: -167%;
    opacity: .9;
    position: absolute;
    top: -70.5%;
    transform: rotate(45deg);
    transition: all .5s ease 0s;
    width: 100%;
    z-index: 1
}

.gallery .gallery__thumb a::after {
    background: #89d700 none repeat scroll 0 0;
    content: "";
    height: 168%;
    opacity: .9;
    position: absolute;
    right: -169%;
    top: 11%;
    transform: rotate(45deg);
    transition: all .5s ease 0s;
    width: 136%;
    z-index: 1
}

.gallery .gallery__thumb a img {
    width: 100%
}

.gallery .gallery__hover__inner {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s ease 0s;
    width: 100%;
    z-index: 9
}

.gallery .gallery__hover__inner .gallery__hover__action {
    transform: scale(0);
    transition: all .5s ease 0s
}

.gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom {
    display: flex;
    justify-content: center;
    margin-bottom: 23px
}

.gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom li {
    margin: 0 5px
}

.gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom li a i {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    transition: all .4s ease 0s;
    width: 40px
}

.gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom li a:hover i {
    background: #fe5629 none repeat scroll 0 0;
    border: 1px solid #fe5629
}

.gallery .gallery__hover__inner .gallery__hover__action .gallery__title a {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    transition: all .3s ease 0s;
    font-family: Dosis, sans-serif;
    font-weight: 700
}

.gallery:hover .gallery__thumb a::before {
    left: -36%
}

.gallery:hover .gallery__thumb a::after {
    right: -69%
}

.gallery:hover .gallery__hover__action {
    transform: scale(1)
}

.gallery__hover__action h4 a:hover {
    color: #f90
}

.gallery--2 .gallery__thumb a::before,
.gallery--3 .gallery__thumb a::before {
    display: none
}

.gallery--2 .gallery .gallery__thumb a::after {
    background: #e9ebf8 none repeat scroll 0 0;
    content: "";
    height: 120%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(0);
    transition: all .5s ease 0s;
    width: 136%;
    z-index: 1
}

.gallery--2 .gallery:hover .gallery__thumb a::after {
    opacity: .8
}

.gallery--2 .gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom li a i {
    background: rgba(0, 0, 0, .2) none repeat scroll 0 0;
    border: 1px solid transparent
}

.gallery--2 .gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom li a:hover i {
    background: #89d700 none repeat scroll 0 0;
    border: 1px solid #89d700
}

.gallery--2 .gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom {
    margin-bottom: 0
}

.gallery--3 .gallery .gallery__thumb a::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(0);
    transition: all .5s ease 0s;
    width: 100%;
    z-index: 1;
    border-radius: 5px
}

.gallery--3 .gallery:hover .gallery__thumb a::after {
    opacity: .7
}

.gallery--3 .gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom {
    margin-bottom: 0
}

.gallery--3 .gallery:hover .gallery__thumb a::after {
    right: 0
}

.gallery--3 .gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom li a i {
    background: #fff none repeat scroll 0 0;
    color: #666;
    font-size: 18px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    transition: all .4s ease 0s;
    width: 45px
}

.gallery--3 .gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom li a:hover i {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #89d700
}

.gallery-page-one .gallery,
.gallery-page-three .gallery {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
    overflow: hidden;
    position: relative
}

.gallery-page-one.gallery--3 .gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom li a i {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 39px;
    width: 40px
}

.gallery-page-one.gallery--3 .gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom li a:hover i {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #89d700;
    color: #89d700
}

.gallery-page-one.gallery--3 .gallery .gallery__thumb a::after,
.gallery-page-three.gallery--3 .gallery .gallery__thumb a::after {
    border-radius: 0
}

.gallery-page-three.gallery--3 .gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom li a i {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #000;
    color: #fff
}

.gallery-page-three.gallery--3 .gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom li a:hover i {
    background: #89d700 none repeat scroll 0 0;
    border: 1px solid #89d700;
    color: #fff
}

.gallery-page-three.gallery--3 .gallery .gallery__thumb a::after {
    background: #fff none repeat scroll 0 0
}

.gallery-page-three.gallery--3 .gallery:hover .gallery__thumb a::after {
    opacity: .9
}

.gallery__menu {
    text-align: center
}

.gallery__menu button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #666;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 700;
    height: 60px;
    line-height: 57px;
    padding: 0 30px;
    transition: all .4s ease 0s
}

.gallery__menu button.is-checked {
    color: #89d700
}

.gallery__menu button:hover {
    color: #89d700
}

.blog {
    text-align: center;
    margin-top: 40px
}

.blog .blog__date {
    background: #89d700 none repeat scroll 0 0;
    height: 40px;
    line-height: 40px
}

.blog .blog__date span {
    color: #fff
}

.blog .blog__thumb a img {
    width: 100%
}

.blog .blog__inner {
    background: #fff none repeat scroll 0 0;
    padding-top: 40px
}

.blog .blog__inner span {
    color: #777
}

.blog .blog__inner h4 a {
    color: #333;
    display: block;
    font-family: Dosis, sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 6px;
    transition: all .3s ease 0s
}

.blog .blog__inner h4 a:hover {
    color: #89d700
}

.blog .blog__inner p {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 36px;
    padding: 0 23px;
    color: #777
}

.blog .blog__inner ul.blog__meta {
    align-items: center;
    background: #89d700 none repeat scroll 0 0;
    height: 40px;
    padding: 0 20px;
    position: relative
}

.blog .blog__inner ul.blog__meta::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    width: 1px
}

.blog .blog__inner ul.blog__meta::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 52%;
    position: absolute;
    width: 1px
}

.blog .blog__inner ul.blog__meta li a {
    color: #fff
}

.blog-page {
    margin-top: -40px
}

.blog__2 {
    margin-top: 40px;
    overflow: hidden;
    position: relative
}

.blog__2 .blog__thumb a {
    display: block
}

.blog__2 .blog__thumb a img {
    width: 100%
}

.blog__2 .blog__inner {
    bottom: 0;
    margin-bottom: -187px;
    padding: 30px 22px;
    position: absolute;
    transition: all .5s ease 0s;
    z-index: 2
}

.blog__2 .blog__inner::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    width: 100%;
    z-index: -1
}

.blog__2 .blog__inner .blog__hover__inner h2 {
    color: #444;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 25px;
    padding-top: 32px;
    transition: .5s;
    font-family: Dosis, sans-serif
}

.blog__2 .blog__inner .blog__hover__inner .bl__meta {
    margin-bottom: 14px
}

.blog__2 .blog__inner .blog__hover__inner .bl__meta p {
    color: #777;
    font-size: 12px;
    line-height: 30px
}

.blog__2 .blog__inner .blog__hover__inner .bl__details p {
    font-size: 14px;
    line-height: 23px
}

.blog__2 .blog__inner .blog__hover__inner .blog__btn {
    display: flex;
    margin-top: 34px
}

.blog__2 .blog__inner .blog__hover__inner .blog__btn a.bl__btn {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #777;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 38px;
    line-height: 36px;
    margin-right: 25px;
    padding: 0 24px;
    transition: all .3s ease 0s
}

.blog__2 .blog__inner .blog__hover__inner .blog__btn a.bl__btn:hover {
    background: #fe5629 none repeat scroll 0 0;
    border: 1px solid #fe5629;
    color: #fff
}

.blog__2 .blog__inner .blog__hover__inner .blog__btn a.bl__share__btn {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 100%;
    color: #fe5629;
    display: inline-block;
    font-size: 18px;
    height: 38px;
    line-height: 35px;
    text-align: center;
    transition: all .3s ease 0s;
    width: 38px
}

.blog__2 .blog__inner .blog__hover__inner .blog__btn a.bl__share__btn:hover {
    background: #fe5629 none repeat scroll 0 0;
    border: 1px solid #fe5629;
    color: #fff
}

.blog__2:hover .blog__inner {
    margin-bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .blog__2 .blog__inner .blog__hover__inner .bl__meta p {
        display: none
    }

    .blog__2 .blog__inner .blog__hover__inner h2 {
        font-size: 19px;
        line-height: 26px;
        padding-bottom: 9px;
        padding-top: 21px
    }

    .blog__2 .blog__inner .blog__hover__inner .blog__btn {
        margin-top: 19px
    }

    .blog__2 .blog__inner {
        margin-bottom: -153px
    }

    .blog__2 .blog__inner {
        padding: 30px 10px
    }

    .blog__single.blog__item .blog__content {
        padding: 0 0 30px 19px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog__2 .blog__inner {
        margin-bottom: -241px
    }

    .blog__2 .blog__inner .blog__hover__inner h2 {
        font-size: 19px;
        line-height: 29px;
        padding-bottom: 10px;
        padding-top: 16px
    }

    .blog__2 .blog__inner .blog__hover__inner .blog__btn {
        margin-top: 12px
    }

    .blog__2 .blog__inner .blog__hover__inner .bl__meta {
        margin-bottom: 5px
    }

    .blog__2 .blog__inner .blog__hover__inner .bl__meta p {
        font-size: 11px;
        line-height: 17px
    }

    .blog__2 .blog__inner .blog__hover__inner h2 {
        padding-bottom: 25px;
        padding-top: 18px
    }

    .blog__2 .blog__inner {
        margin-bottom: -174px
    }

    .blog__single.blog__item .blog__content {
        padding: 0 10px 30px 30px
    }
}

@media only screen and (max-width:420px) {
    .bl__details {
        display: none
    }

    .blog__2 .blog__inner .blog__hover__inner h2 {
        font-size: 19px;
        line-height: 31px
    }

    .blog__2 .blog__inner .blog__hover__inner .blog__btn {
        margin-top: 0
    }

    .blog__2 .blog__inner .blog__hover__inner .bl__meta p {
        line-height: 25px
    }

    .blog__2 .blog__inner .blog__hover__inner h2 {
        padding-bottom: 12px;
        padding-top: 34px
    }

    .blog__2 .blog__inner {
        margin-bottom: -124px
    }

    .dcare__page__list li a {
        height: 30px;
        line-height: 30px;
        width: 30px
    }

    .dcare__page__list li {
        margin: 0 4px
    }

    .blog__single .blog__content .blog__btn {
        flex-wrap: wrap
    }

    .blog__single .blog__content .blog__btn .bl__meta {
        margin-top: 20px
    }
}

.upcomming__event {
    margin-left: 120px;
    margin-top: 40px;
    position: relative
}

.upcomming__event .upcomming__thumb img {
    width: 100%
}

.upcomming__event .upcomming__inner {
    left: 54px;
    position: absolute;
    top: 37px
}

.upcomming__event .upcomming__inner h6 a {
    color: #444;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 24px;
    padding-bottom: 10px;
    position: relative;
    transition: .3s;
    font-family: Dosis, sans-serif
}

.upcomming__event .upcomming__inner h6 a:hover {
    color: #89d700
}

.upcomming__event .upcomming__inner h6 a::before {
    border: 1px dashed #d0d0d0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 120px
}

.upcomming__event .upcomming__inner p {
    margin-bottom: 24px;
    padding-right: 10%
}

.upcomming__event .upcomming__inner .event__time {
    margin-left: -27px;
    text-align: center
}

.upcomming__event .upcomming__inner .event__time li i {
    border: 1px solid #777;
    border-radius: 100%;
    color: #777;
    display: block;
    font-size: 22px;
    height: 45px;
    line-height: 42px;
    margin: auto auto 9px;
    padding-right: 0;
    text-align: center;
    width: 45px
}

.upcomming__event .upcomming__inner .event__time li+li {
    margin-top: 12px
}

.upcomming__event .event__occur {
    left: -27%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.upcomming__event .event__occur .enent__pub {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.upcomming__event .event__occur .enent__pub span {
    color: #89d700;
    display: block
}

.upcomming__event .event__occur .enent__pub span.time {
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 6px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .upcomming__event .event__occur {
        left: -38%
    }

    .upcomming__event .upcomming__inner p {
        margin-bottom: 11px
    }

    .upcomming__event .upcomming__inner .event__time {
        text-align: left
    }

    .upcomming__event .upcomming__inner .event__time li i {
        margin: auto 12px 0 auto;
        padding-right: 0;
        text-align: center;
        width: 45px;
        display: inline-block
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .upcomming__event .event__occur {
        left: -17%
    }

    .upcomming__event .upcomming__inner {
        left: 69px
    }
}

@media only screen and (max-width:767px) {
    .upcomming__event {
        margin-left: 0
    }

    .upcomming__event .event__occur {
        left: -22%
    }
}

@media only screen and (max-width:575px) {
    .upcomming__event {
        margin-left: 0;
        margin-top: 40px;
        position: relative
    }

    .upcomming__event .event__occur {
        left: 50%;
        top: 0;
        transform: translateY(-72%) translateX(-50%)
    }

    .upcomming__event {
        margin-top: 122px
    }

    .upcomming__event .upcomming__inner {
        left: 24px;
        top: 37px
    }

    .upcomming__event .upcomming__inner p {
        margin-bottom: 9px;
        padding-right: 7px;
        font-size: 13px;
        line-height: 23px
    }

    .upcomming__event .upcomming__inner h6 a {
        margin-bottom: 13px
    }

    .upcomming__event .event__occur {
        display: none
    }
}

.subscribe__inner {
    padding: 30px 0 40px;
    text-align: center
}

.subscribe__inner h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 27px;
    text-transform: capitalize;
    font-family: Dosis, sans-serif
}

.news__input input {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #777;
    height: 53px;
    padding: 0 30px;
    width: 100%
}

.htc__news__inner {
    display: flex;
    justify-content: space-between;
    padding: 0 240px
}

.news__input {
    flex-basis: 80%
}

.subscribe__btn input.bst__btn {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #777;
    font-size: 16px;
    font-weight: 700;
    height: 53px;
    padding: 0 27px;
    text-transform: capitalize;
    transition: all .3s ease 0s
}

.subscribe__btn {
    flex-basis: 20%;
    text-align: right
}

.subscribe__btn input.bst__btn:hover {
    background: #89d700 none repeat scroll 0 0;
    color: #fff
}

.bcare__subscribe {
    margin-top: -103px;
    position: relative;
    transform: translateY(103px);
    z-index: 1
}

.bcare__subscribe.subscribe--1 .container {
    box-shadow: 0 23px 57px 21px rgba(114, 111, 111, .25);
    border-radius: 5px
}

.bcare__subscribe.subscrive--2 {
    margin-top: 0;
    transform: translateY(0)
}

.subscrive--2 .subscribe__inner {
    padding: 70px 0 80px
}

.subscrive--2 .subscribe__inner h2 {
    margin-bottom: 20px
}

.subscrive--2 .news__input input {
    height: 50px
}

.subscrive--2 .subscribe__btn input.bst__btn {
    height: 50px;
    padding: 0 50px;
    color: #777
}

.subscrive--2 .subscribe__btn {
    margin-left: 5px
}

.subscrive--2 .subscribe__btn input.bst__btn:hover {
    color: #fff
}

.subscribe--3 .subscribe__inner h2 {
    color: #444
}

.subscribe--3 .news__input input {
    background: #89d700 none repeat scroll 0 0;
    color: #fff;
    outline: 0
}

.subscribe--3 .subscribe__btn input.bst__btn {
    background: #89d700 none repeat scroll 0 0;
    color: #fff
}

.subscribe__position {
    position: relative
}

.bcare__subscribe.subscribe--3 {
    left: 50%;
    margin-top: 0;
    position: absolute;
    top: 37%;
    transform: translateY(0) translateX(-50%);
    width: 100%;
    outline: 0
}

.subscribe--3 .news__input input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.subscribe--3 .news__input input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.subscribe--3 .news__input input:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.subscribe--3 .subscribe__btn input.bst__btn:hover {
    background: #ff5020 none repeat scroll 0 0;
    color: #fff
}

.subscribe__style--5 .subscribe__inner {
    background: #f6f6f6 none repeat scroll 0 0;
    margin-left: -15px;
    margin-right: -15px;
    padding: 166px 0;
    text-align: center;
    box-shadow: 0 1px 35px rgba(181, 181, 181, .11)
}

.subscribe__style--5 .subscribe__inner h2 {
    color: #777
}

.subscribe__style--5 .subscribe__inner .subscribe__btn {
    margin-left: 3px
}

.subscribe__style--5 .subscribe__inner .htc__news__inner {
    padding: 0 160px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .htc__news__inner {
        padding: 0 119px
    }

    .subscribe--3 .htc__news__inner {
        padding: 0 89px
    }

    .subscribe__style--5 .subscribe__inner .htc__news__inner {
        padding: 0 44px
    }

    .testimonial__slide--4 .owl-nav div.owl-next {
        left: 58%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .bcare__subscribe.subscribe--3 {
        top: 29%
    }
}

@media only screen and (max-width:767px) {
    .bcare__subscribe.subscribe--3 {
        top: 40%
    }

    .subscribe__style--5 .subscribe__inner .htc__news__inner {
        padding: 0 38px
    }
}

@media only screen and (max-width:575px) {
    .bcare__subscribe.subscribe--3 {
        top: 30%
    }
}

@media only screen and (max-width:420px) {
    .bcare__subscribe.subscribe--3 {
        top: 37%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .htc__news__inner {
        padding: 0 100px
    }

    .subscribe__btn {
        margin-left: 10px
    }
}

@media only screen and (max-width:767px) {
    .htc__news__inner {
        padding: 0
    }

    .subscribe__btn {
        margin-left: 20px
    }

    .news__input input {
        height: 40px
    }

    .subscribe__btn input.bst__btn {
        height: 40px
    }

    .subscribe__inner {
        padding: 40px 20px
    }
}

@media only screen and (max-width:575px) {
    .subscribe__inner h2 {
        font-size: 23px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:420px) {
    .htc__news__inner {
        display: block;
        padding: 0
    }

    .subscribe__btn {
        margin-top: 20px;
        text-align: center
    }
}

.cartbox-wrap {
    position: absolute;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .7s ease-in-out 0s;
    -moz-transition: all .7s ease-in-out 0s;
    -ms-transition: all .7s ease-in-out 0s;
    -o-transition: all .7s ease-in-out 0s;
    transition: all .7s ease-in-out 0s;
    z-index: 9998px
}

.cartbox-wrap .body-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(30, 30, 30, .85);
    z-index: 9991;
    visibility: hidden;
    opacity: 0;
    cursor: url(images/icon/close.png), crosshair
}

.cartbox-wrap.is-visible {
    visibility: visible;
    opacity: 1
}

.cartbox-wrap.is-visible .body-overlay {
    visibility: visible;
    opacity: 1
}

.cartbox-wrap.is-visible .cartbox {
    right: 0;
    -webkit-animation: slideInRight .7s ease-in-out both;
    -moz-animation: slideInRight .7s ease-in-out both;
    -ms-animation: slideInRight .7s ease-in-out both;
    -o-animation: slideInRight .7s ease-in-out both;
    animation: slideInRight .7s ease-in-out both
}

.cartbox {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9992;
    height: 100%;
    width: 465px;
    background: #fafafa;
    min-height: 100vh;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 25px 35px;
    -webkit-transition: all .7s ease-in-out 0s;
    -moz-transition: all .7s ease-in-out 0s;
    -ms-transition: all .7s ease-in-out 0s;
    -o-transition: all .7s ease-in-out 0s;
    transition: all .7s ease-in-out 0s;
    overflow-y: auto
}

.cartbox .cartbox-close {
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    background: 0 0;
    font-size: 25px;
    text-transform: uppercase;
    margin-right: -5px;
    border: 0 none
}

.cartbox .cartbox-close:hover {
    color: #89d700
}

.cartbox__items {
    padding-bottom: 20px;
    border-bottom: 1px solid #aaa
}

.cartbox__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0
}

.cartbox__item:last-child {
    border-bottom: none
}

.cartbox__item__thumb {
    width: 70px;
    display: inline-block
}

.cartbox__item__thumb a {
    display: inline-block
}

.cartbox__item__content {
    flex-grow: 100;
    padding-left: 25px;
    padding-right: 25px
}

.cartbox__item__content h5 {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 4px;
    text-transform: capitalize
}

.cartbox__item__content h5 a:hover {
    color: #89d700
}

.cartbox__item__content p {
    font-size: 12px;
    margin-bottom: 0
}

.cartbox__item__content span.price {
    font-weight: 500;
    color: #89d700
}

button.cartbox__item__remove {
    background: 0 0;
    font-size: 20px;
    padding: 0;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    color: #999;
    border: 0 none
}

button.cartbox__item__remove:hover {
    color: #89d700
}

.cartbox__total {
    margin-top: 20px
}

.cartbox__total ul {
    padding-left: 0;
    list-style: none
}

.cartbox__total ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.5
}

.cartbox__total ul li.shipping-charge span.price:before {
    content: "+";
    font-size: 16px;
    padding-right: 3px
}

.cartbox__total ul li.grandtotal {
    font-size: 24px;
    color: #000;
    margin-top: 7px;
    font-weight: 700
}

.cartbox__buttons {
    margin-top: 30px
}

.cartbox__buttons a.cr-btn {
    text-align: center;
    margin-top: 20px;
    display: block;
    height: 50px;
    padding: 4px 30px;
    border-radius: 0
}

.cartbox__buttons a.cr-btn:before {
    border-radius: 0
}

.cartbox__item__thumb a img {
    max-width: 100%
}

.cartbox__buttons a {
    display: block;
    font-family: Open Sans;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.cartbox__buttons a+a {
    margin-top: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .cartbox {
        width: 400px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .cartbox {
        width: 350px;
        padding: 15px 25px
    }
}

@media only screen and (max-width:767px) {
    .cartbox {
        width: 350px;
        padding: 15px 15px
    }
}

@media only screen and (max-width:575px) {
    .cartbox {
        width: calc(100% - 30px);
        padding: 15px 15px
    }
}

@media only screen and (max-width:575px) {
    .brand__list li+li {
        margin-top: 30px
    }

    .brand__list li a img {
        width: auto
    }

    .brand__list {
        display: block !important;
        text-align: center
    }
}

.team {
    margin-top: 40px;
    position: relative;
    text-align: center
}

.team:hover .team__thumb .team__hover__action {
    transform: scaleY(1)
}

.team .team__thumb {
    position: relative
}

.team .team__thumb a {
    display: block;
    position: relative
}

.team .team__thumb a img {
    width: 100%
}

.team .team__thumb .team__hover__action {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: scaleY(0);
    transform-origin: center bottom 0;
    transition: all .5s ease 0s;
    width: 100%;
    z-index: 2
}

.team .team__thumb .team__hover__action::before {
    background: #ff5400 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.team .team__thumb .team__hover__action .team__hover__inner {
    padding: 0 7%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.team .team__thumb .team__hover__action .team__hover__inner p {
    color: #fff;
    line-height: 23px;
    margin-bottom: 28px;
    padding: 0 4px
}

.team .team__details {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 34px 0
}

.team .team__details .team__info h6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
    font-family: Dosis, sans-serif
}

.team .team__details .team__info span {
    color: #777;
    line-height: 32px;
    text-transform: capitalize
}

.team--2 {
    margin-top: 40px;
    position: relative
}

.team--2 .team__hover__action {
    bottom: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all .3s ease 0s;
    width: 100%;
    z-index: 2
}

.team--2 .team__hover__action::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.team--2 .team__hover__action .team__hover__inner {
    bottom: 0;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute
}

.team--2 .team__hover__action .team__hover__inner h4 a {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    text-transform: capitalize;
    transition: all .4s ease 0s
}

.team--2 .team__hover__action .team__hover__inner span {
    color: #fff;
    display: inline-block;
    margin-top: 7px;
    text-transform: capitalize;
    transition: all .5s ease 0s
}

.team--2 .team__hover__action .team__hover__inner p {
    color: #fff;
    margin-bottom: 26px;
    transition: all .6s ease 0s
}

.team--2:hover .team__hover__action {
    opacity: 1
}

.team__style--3 {
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    overflow: hidden;
    margin-top: 40px
}

.team__style--3 .team__hover__action {
    background: #f6f6f6 none repeat scroll 0 0;
    height: 100%;
    margin-top: -149px;
    position: absolute;
    text-align: center;
    top: 100%;
    transition: all .5s ease 0s;
    width: 100%
}

.team__style--3 .team__info h6 a {
    color: #444;
    font-size: 24px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-family: Dosis, sans-serif
}

.team__style--3 .team__info span {
    color: #777;
    display: block;
    margin-top: 8px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.team__style--3 .team__info {
    padding: 34px 0 26px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.team__style--3:hover .team__hover__action {
    background: rgba(255, 84, 0, .9) none repeat scroll 0 0;
    margin-top: 0;
    top: 0
}

.team__details {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.team__style--3:hover .team__details {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.team__style--3:hover .team__info h6 a {
    color: #fff;
    display: block;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 3px;
    font-family: Dosis, sans-serif
}

.team__style--3:hover .team__info span {
    color: #fff;
    text-transform: capitalize
}

.team__style--3:hover .team__info {
    padding: 0
}

.team__style--3 .team__info p {
    color: #fff
}

.team__details p {
    color: #fff;
    line-height: 23px;
    margin-bottom: 28px;
    margin-top: 20px;
    padding: 0 7%
}

.team__thumb img {
    width: 100%
}

.team__style--3.hover-color-2:hover .team__hover__action {
    background: rgba(0, 0, 0, .64) none repeat scroll 0 0
}

.team__style--3.team--4 .team__hover__action {
    bottom: -100%
}

.team__style--3.team--4.hover-color-2:hover .team__hover__action {
    bottom: 0
}

@media only screen and (max-width:767px) {
    .team__hover__action {
        bottom: -202px
    }

    .hover-color-2 .team__hover__action {
        bottom: -142px
    }
}

@media only screen and (max-width:575px) {
    .team__hover__action {
        bottom: -132px
    }
}

@media only screen and (max-width:420px) {
    .team__hover__action {
        bottom: -168px
    }

    .hover-color-2 .team__hover__action {
        bottom: -174px
    }
}

.funfact {
    flex-basis: 50%;
    text-align: center
}

.funfact {
    text-align: center
}

.funfact .fact__title h2 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 9px;
    text-transform: capitalize;
    font-family: Dosis, sans-serif
}

.funfact .fact__count span.count {
    color: #b1c642;
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 36px;
    line-height: 30px;
    margin-top: 20px
}

.funfact .fact__count span.count.color--2 {
    color: #ff5020
}

.funfact .fact__count span.count.color--3 {
    color: #ffc10d
}

.funfact .fact__count span.count.color--4 {
    color: #68b9d8
}

@media only screen and (max-width:767px) {
    .funfact {
        flex-basis: 50%
    }

    .funfact:nth-child(n+3) {
        margin-top: 40px
    }
}

@media only screen and (max-width:420px) {
    .funfact {
        flex-basis: 100%
    }

    .funfact:nth-child(n+2) {
        margin-top: 40px
    }
}

.dacre__choose__option {
    margin-top: 40px
}

.dacre__choose__option .choose {
    display: flex;
    justify-content: space-between
}

.dacre__choose__option .choose .choose__inner {
    text-align: right
}

.dacre__choose__option .choose .choose__inner h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
    font-family: Dosis, sans-serif;
    font-weight: 700;
    color: #444
}

.dacre__choose__option .choose .choose__inner p {
    font-size: 14px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Roboto, sans-serif;
    color: #666;
    font-weight: 400;
    text-transform: uppercase;
}

.dacre__choose__option .choose .choose__icon {
    padding-left: 20px;
    padding-top: 11px
}

.dacre__choose__option .choose__big__img {
    text-align: center
}

.dacre__choose__option.text__align--left .choose .choose__inner {
    text-align: left
}

.dacre__choose__option.text__align--left .choose .choose__icon {
    padding-left: 0;
    padding-right: 20px
}

.choose:not(first-child) {
    margin-top: 40px
}

.popular__class__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap
}

.popular__class__group .dacre__popular__classes {
    background: #fff none repeat scroll 0 0;
    border-radius: 7px 5px 5px 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 30px
}

.popular__class__group .dacre__popular__classes .dc__popular__img {
    -webkit-flex-basis: 42%;
    -moz-flex-basis: 42%;
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
    position: relative
}

.popular__class__group .dacre__popular__classes .dc__popular__img a img {
    border-radius: 5px 0 0 5px;
    width: 100%
}

.popular__class__group .dacre__popular__classes .dc__popular__img .popular__class__hover {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.popular__class__group .dacre__popular__classes .dc__popular__img .popular__class__hover a {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    color: #fe5629;
    display: inline-block;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    transform: scale(0);
    transition: all .4s ease 0s;
    width: 45px
}

.popular__class__group .dacre__popular__classes .dc__popular__details {
    align-self: center;
    -webkit-flex-basis: 58%;
    -moz-flex-basis: 58%;
    -ms-flex-preferred-size: 58%;
    flex-basis: 58%;
    padding-left: 30px;
    padding-right: 30px
}

.popular__class__group .dacre__popular__classes .dc__popular__details .class__she {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.popular__class__group .dacre__popular__classes .dc__popular__details .class__she .class__date span {
    color: #777
}

.popular__class__group .dacre__popular__classes .dc__popular__details .class__she .class__price span {
    border: 1px solid #ddd;
    color: #444;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    height: 38px;
    line-height: 36px;
    padding: 0 19px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.popular__class__group .dacre__popular__classes .dc__popular__details h6 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 13px;
    padding-bottom: 16px;
    position: relative;
    text-transform: capitalize;
    font-family: Dosis, sans-serif
}

.popular__class__group .dacre__popular__classes .dc__popular__details h6::before {
    background-image: url(images/icons/line-3.png);
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 122px
}

.popular__class__group .dacre__popular__classes .dc__popular__details .class__size {
    margin-top: 15px
}

.popular__class__group .dacre__popular__classes:hover .popular__class__hover a {
    transform: scale(1)
}

.class__size li+li {
    padding-top: 2px
}

.popular__group__slide__init .owl-nav div {
    left: -110px;
    position: absolute;
    top: 50%
}

.popular__group__slide__init .owl-nav div.owl-next {
    left: auto;
    right: -110px
}

.popular__group__slide__init .owl-nav div i {
    background: #000 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 30px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    transition: all .3s ease 0s;
    width: 45px
}

.popular__group__slide__init .owl-nav div i:hover {
    background: #89d700;
    color: #fff
}

.popular__class__group .dacre__popular__classes:hover .dc__popular__details .class__she .class__price span {
    border: 1px solid #fe5629;
    color: #fe5629
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .popular__group__slide__init .owl-nav div {
        left: -30px
    }

    .popular__group__slide__init .owl-nav div.owl-next {
        right: -30px
    }

    .popular__class__group .dacre__popular__classes .dc__popular__img {
        flex-basis: 44%
    }

    .popular__class__group .dacre__popular__classes .dc__popular__details {
        flex-basis: 56%
    }

    .popular__class__group .dacre__popular__classes .dc__popular__details .class__she .class__price span {
        font-size: 17px;
        height: 33px;
        line-height: 29px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .popular__group__slide__init .owl-nav div {
        left: -50px
    }

    .popular__group__slide__init .owl-nav div.owl-next {
        right: -50px
    }
}

@media only screen and (max-width:767px) {
    .popular__group__slide__init .owl-nav div {
        left: -40px
    }

    .popular__group__slide__init .owl-nav div.owl-next {
        right: -40px
    }
}

@media only screen and (max-width:575px) {
    .popular__group__slide__init .owl-nav div {
        left: 0
    }

    .popular__group__slide__init .owl-nav div.owl-next {
        right: 0
    }

    .popular__class__group .dacre__popular__classes .dc__popular__img {
        flex-basis: 100%
    }

    .popular__class__group .dacre__popular__classes .dc__popular__details {
        flex-basis: 100%;
        padding: 20px 30px
    }

    .popular__class__group .dacre__popular__classes {
        flex-wrap: wrap
    }

    .popular__class__group .dacre__popular__classes+.dacre__popular__classes {
        display: none
    }
}

.product__nav {
    margin-top: 21px
}

.product__nav a {
    color: #444;
    margin: 0 19px;
    text-transform: uppercase;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.product__nav a.active,
.product__nav a:hover {
    color: #89d700;
    text-decoration: line-through
}

.product {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin-top: 50px;
    text-align: center
}

.product .product__imges {
    position: relative
}

.product .product__imges a {
    display: block
}

.product .product__imges a img {
    width: 100%
}

.product .product__imges .pro__ofer {
    position: absolute;
    right: 0;
    top: 40px
}

.product .product__imges .pro__ofer span {
    background: #ddd none repeat scroll 0 0;
    border-radius: 5px 0 0 5px;
    color: #fe5629;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    padding: 0 9px
}

.product .product__inner {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 30px;
    padding-top: 23px
}

.product .product__inner h4 {
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 4px;
    text-transform: capitalize;
    font-family: Dosis, sans-serif
}

.product .product__inner span {
    color: #444;
    font-size: 24px;
    font-weight: 700
}

.product .product__inner .pro__btn {
    margin-top: 19px
}

.product .product__inner .pro__btn .dcare__btn {
    font-size: 16px;
    height: 43px;
    line-height: 41px;
    padding: 0 26px
}

.product__cart__wrapper {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 70%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.product__cart__wrapper .cart__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product__cart__wrapper .cart__list li {
    margin: 0 1px
}

.product__cart__wrapper .cart__list li a {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 40px;
    line-height: 43px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 40px;
    text-align: center
}

.product__cart__wrapper .cart__list li a span {
    color: #666;
    font-size: 18px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.product__cart__wrapper .cart__list li a:hover span {
    color: #fe5629
}

.product:hover .product__cart__wrapper {
    opacity: 1;
    top: 50%
}

.product--2 {
    margin-top: 80px
}

.product--2 .product__imges {
    position: relative
}

.product--2 .product__imges a img {
    width: 100%
}

.product--2 .product__imges .pro__ofer {
    left: 0;
    position: absolute;
    top: 0
}

.product--2 .product__imges .pro__ofer span {
    background: #fff none repeat scroll 0 0;
    color: #fe5629;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    padding: 0 10px
}

.product--2:hover .product__cart__wrapper {
    opacity: 1;
    top: 50%
}

.product--2 .product__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 18px
}

.product--2 .product__inner .pro__title h4 {
    color: #444;
    font-family: Dosis, sans-serif;
    font-weight: 700;
    text-transform: capitalize
}

.product--2 .product__inner .pro__title .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product--2 .product__inner .pro__title .rating li i {
    color: #8bc34a
}

.product--2 .product__inner .pro__prize span {
    color: #444;
    font-size: 16px
}

.product--2 .product__inner .pro__prize span.old__prize {
    color: #999;
    padding-right: 14px;
    text-decoration: line-through
}

.product--2 .product__inner ul.rating li+li {
    margin-left: 6px
}

.single__product__item.tab-pane:not(.active) {
    display: none
}

.pro__label {
    position: absolute;
    right: 0;
    top: 35px
}

.pro__label span {
    background: #ddd none repeat scroll 0 0;
    border-radius: 5px 0 0 5px;
    color: #fe5629;
    display: inline-block;
    font-family: 'Lobster Two', cursive;
    font-weight: 700;
    height: 30px;
    line-height: 28px;
    padding: 0 10px
}

.shop-grid-page {
    margin-top: -30px
}

.product--2.product__grid {
    background: #fff none repeat scroll 0 0;
    margin-top: 30px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 20px -5px rgba(0, 0, 0, .1)
}

.product--2.product__grid:hover {
    -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 20px -5px rgba(0, 0, 0, .2)
}

.product--2.product__grid .product__inner {
    display: inherit;
    padding-bottom: 18px;
    text-align: center
}

.product--2.product__grid .product__inner .pro__prize {
    margin-top: 11px
}

#quickview-wrapper {
    position: relative;
    z-index: 9956748
}

.modal-dialog.modal__container {
    max-width: 1170px;
    background: #fff
}

.modal-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px
}

.product-images {
    max-width: 50%;
    padding-right: 50px
}

.product-info h1 {
    font-family: Dosis, sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize
}

.rating__and__review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.review a {
    color: #999
}

.s-price-box span.new-price {
    color: #ff4136;
    font-size: 23px;
    margin-right: 5px
}

.s-price-box span.old-price {
    color: #999;
    font-size: 15px;
    text-decoration: line-through
}

.product-info {
    padding-left: 50px;
    max-width: 50%
}

.quick-desc {
    color: #999;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 83%
}

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

.product-info .select__color h2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    text-transform: capitalize;
    font-family: Dosis, sans-serif
}

.product-info .select__color .color__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px
}

.product-info .select__color .color__list li a {
    background: #f10 none repeat scroll 0 0;
    border-radius: 100%;
    display: block;
    height: 30px;
    line-height: 31px;
    text-align: center;
    width: 30px;
    text-indent: 999px
}

.product-info .select__color .color__list li+li {
    margin-left: 15px
}

.product-info .select__color .color__list li.gold a {
    background: #c90 none repeat scroll 0 0
}

.product-info .select__color .color__list li.orange a {
    background: #c60 none repeat scroll 0 0
}

.product-info .select__size {
    margin-bottom: 25px;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-info .select__size h2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    text-transform: capitalize;
    font-family: Dosis, sans-serif
}

.product-info .select__size .color__list {
    display: flex
}

.product-info .select__size .color__list li {
    margin-left: 15px
}

.product-info .select__size .color__list li a {
    border-radius: 100%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px
}

.rating__and__review .rating {
    display: flex
}

.select__size ul.color__list li a {
    background: #f1f1f1 none repeat scroll 0 0;
    color: #999
}

.widget.widget_socialsharing_widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

h3.widget-title-modal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    text-transform: capitalize;
    font-family: Dosis, sans-serif;
    padding-right: 14px
}

.addtocart-btn {
    margin-top: 66px;
    text-align: left
}

.addtocart-btn a {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0 87px;
    text-transform: capitalize;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.addtocart-btn a:hover {
    background: #89d700;
    color: #fff
}

@media only screen and (max-width:767px) {
    .product__nav a {
        margin: 0 3px
    }

    .modal-product {
        flex-wrap: wrap
    }

    .product-images {
        max-width: 100%;
        padding-right: 0
    }

    .product-info {
        max-width: 100%;
        padding-left: 0
    }

    .addtocart-btn {
        margin-top: 27px
    }

    .product-info .select__size {
        margin-bottom: 16px;
        margin-top: 15px
    }

    .quick-desc {
        font-size: 13px;
        margin-bottom: 18px;
        margin-top: 10px;
        width: 88%
    }

    .product--2 .product__inner .pro__title h4 {
        font-size: 14px
    }
}

.single__event {
    background: #f5e581 none repeat scroll 0 0;
    margin-top: 30px
}

.single__event.bg__light__green {
    background: #90cda2 none repeat scroll 0 0
}

.single__event.bg__baby__pink {
    background: #f9b0b0 none repeat scroll 0 0
}

.single__event .event__thumb {
    position: relative
}

.single__event .event__thumb .event__hover__info {
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2
}

.single__event .event__thumb .event__hover__info::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.single__event .event__thumb .event__hover__info span {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 700;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.single__event .event__inner {
    align-self: center;
    padding: 25px 30px
}

.single__event .event__inner h6 {
    font-size: 19px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: Dosis, sans-serif
}

.single__event .event__inner .event__time__location {
    margin-top: 16px
}

.single__event .event__inner .event__time__location li {
    color: #333
}

.single__event .event__inner .event__time__location li i {
    font-size: 18px;
    padding-right: 8px
}

.event__time__location li+li {
    padding-top: 3px
}

.event__big__thumb {
    padding-right: 70px
}

.event__big__thumb .sin__event__thumb a {
    display: block
}

.event__big__thumb .sin__event__time {
    background: #f5e581 none repeat scroll 0 0;
    padding: 30px 0;
    text-align: center
}

.event__big__thumb .sin__event__time p {
    color: #777;
    font-size: 16px
}

.event__big__thumb .sin__event__time p i {
    color: #777;
    padding-right: 8px
}

.dcare__event__wrapper {
    padding-right: 50px
}

.event__big__thumb {
    position: relative
}

.event__big__thumb .owl-nav div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.event__big__thumb .owl-nav div.owl-next {
    left: auto;
    right: 70px
}

.event__big__thumb .owl-nav div i {
    background: #444 none repeat scroll 0 0;
    color: #fefefe;
    display: block;
    font-size: 30px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    width: 33px
}

.event__big__thumb.owl-carousel .owl-item img {
    width: 100%
}

.dcare__event {
    box-shadow: 0 0 35px rgba(42, 42, 42, .1);
    margin-top: 40px
}

.dcare__event .event__thumb a {
    display: block
}

.dcare__event .event__thumb a img {
    width: 100%
}

.dcare__event .event__content .event__pub {
    display: flex;
    padding: 20px
}

.dcare__event .event__content .event__pub .event__date {
    padding-right: 20px;
    position: relative;
    width: 86px
}

.dcare__event .event__content .event__pub .event__date::before {
    background: #faae08 none repeat scroll 0 0;
    content: "";
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.dcare__event .event__content .event__pub .event__date span {
    color: #fe5629;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 700
}

.dcare__event .event__content .event__pub .event__date span.date {
    font-size: 46px
}

.dcare__event .event__content .event__pub .event__time {
    padding-left: 20px
}

.dcare__event .event__content .event__pub .event__time li i {
    color: #faae08;
    font-size: 18px;
    padding-right: 7px
}

.dcare__event .event__content .event__inner {
    padding: 13px 20px 27px;
    position: relative
}

.dcare__event .event__content .event__inner::before {
    background: #eee none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 20px;
    position: absolute;
    right: 20px;
    top: 0;
    width: auto
}

.dcare__event .event__content .event__inner p a {
    color: #444;
    font-family: Dosis, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.dcare__event .event__content .event__inner p a:hover {
    color: #89d700
}

.dcare__event .event__content .event__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.dcare__event .event__content .event__btn li {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    height: 47px;
    line-height: 47px;
    text-align: center
}

.dcare__event .event__content .event__btn li a {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    display: block
}

.event__btn li:first-child {
    background: #fe5629 none repeat scroll 0 0
}

.event__btn li:last-child {
    background: #faae08 none repeat scroll 0 0
}

.event-grid-page {
    margin-top: -40px
}

.upcoming__event h2 {
    font-family: Dosis, sans-serif
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single__event .event__inner {
        padding: 30px 19px
    }

    .single__event .event__inner .event__time__location li {
        font-size: 12px
    }

    .event__big__thumb {
        padding-right: 30px
    }

    .event__big__thumb .owl-nav div.owl-next {
        right: 29px
    }

    .single__event .event__inner h6 {
        font-size: 19px
    }
}

@media only screen and (max-width:767px) {
    .upcomming__event .event__occur {
        left: 6%
    }

    .upcomming__event .event__occur {
        top: 68%
    }

    .dcare__event__wrapper {
        padding-right: 0
    }

    .event__big__thumb {
        padding-right: 0
    }

    .event__big__thumb .owl-nav div.owl-next {
        right: 0
    }
}

@media only screen and (max-width:575px) {
    .dcare__event__wrapper {
        padding-right: 0
    }

    .single__event .event__inner h6 {
        font-size: 21px
    }

    .single__event .event__inner .event__time__location li {
        font-size: 11px
    }

    .single__event .event__inner {
        padding: 26px 20px
    }

    .upcomming__event .event__occur {
        top: 90%
    }

    .upcomming__event .event__occur {
        left: 22%
    }
}

@media only screen and (max-width:420px) {
    .dcare__event .event__content .event__pub {
        display: block
    }

    .dcare__event .event__content .event__pub .event__date::before,
    .event__big__thumb .owl-nav div {
        display: none
    }

    .dcare__event .event__content .event__pub .event__time {
        margin-top: 11px;
        padding-left: 0
    }

    .single__event {
        flex-wrap: wrap
    }

    .event__thumb a img {
        width: 100%
    }

    .single__event .event__inner,
    .single__event .event__thumb {
        flex-basis: 100%
    }

    .single__event .event__inner .event__time__location li {
        font-size: 14px
    }

    .single__event .event__inner h6 {
        font-size: 25px
    }

    .event__big__thumb {
        padding-right: 0
    }

    .upcomming__event .event__occur {
        display: none
    }

    .upcomming__event {
        margin-top: 40px
    }
}

.dcare__kidezone__wrapper {
    text-align: center
}

.dcare__kidezone__wrapper .kidz__thumb {
    margin-bottom: 30px
}

.dcare__kidezone__wrapper .kidz__details h6 {
    color: #1a7097;
    font-family: Dosis, sans-serif;
    font-size: 24px;
    text-transform: uppercase
}

.dcare__kidezone__wrapper .kidz__details h6 span {
    color: #ee5250
}

.dcare__kidezone__wrapper .kidz__details p {
    font-size: 14px;
    margin-top: 3px;
    text-transform: capitalize
}

.dacre__kidz__area.section-padding--lg {
    padding: 150px 0 225px
}

@media only screen and (max-width:420px) {
    .kidz__zone {
        flex-basis: 100%
    }
}

.courses {
    box-shadow: 0 0 32px rgba(254, 46, 41, .1);
    margin-top: 40px
}

.courses:hover .courses__thumb a img {
    transform: scale(1.2)
}

.courses .courses__thumb {
    overflow: hidden
}

.courses .courses__thumb a img {
    transition: .3s;
    width: 100%
}

.courses .courses__inner ul.courses__meta {
    align-items: center
}

.courses .courses__inner ul.courses__meta li {
    align-self: center;
    background: #f6f6f6 none repeat scroll 0 0;
    flex-basis: 33.33%;
    height: 60px;
    line-height: 60px;
    text-align: center
}

.courses .courses__inner ul.courses__meta li.prize {
    color: #fe5629;
    font-size: 24px;
    font-weight: 700
}

.courses .courses__inner ul.courses__meta li.comment {
    background: #fe5629 none repeat scroll 0 0;
    color: #fff
}

.courses .courses__inner ul.courses__meta li.comment i {
    padding-right: 9px
}

.courses .courses__inner ul.courses__meta li.like {
    background: #faae08 none repeat scroll 0 0;
    color: #fff
}

.courses .courses__inner ul.courses__meta li.like i {
    padding-right: 9px
}

.courses .courses__inner .courses__wrap {
    padding: 30px 20px
}

.courses .courses__inner .courses__wrap .courses__date i {
    padding-right: 9px
}

.courses .courses__inner .courses__wrap .courses__content h4 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 14px;
    padding-bottom: 19px;
    position: relative;
    text-transform: capitalize;
    font-family: Dosis, sans-serif
}

.courses .courses__inner .courses__wrap .courses__content h4::before {
    background-image: url(images/icons/title-3.png);
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 122px
}

.courses .courses__inner .courses__wrap .courses__content p {
    margin-bottom: 20px
}

.class__grid__page {
    margin-top: -40px
}

.rating li i {
    color: #fe5629;
    font-size: 14px
}

.rating li span {
    color: #fe5629;
    font-size: 14px
}

.rating li+li {
    margin-left: 9px
}

.dacre__arrival__product {
    box-shadow: 11px 5px 43px rgba(196, 196, 196, .1);
    margin-left: -15px;
    margin-right: -15px
}

.dacre__arrival__product .arrival__thumb {
    position: relative
}

.dacre__arrival__product .arrival__thumb .new__arri__action {
    position: absolute;
    right: 45%;
    top: 80px
}

.dacre__arrival__product .arrival__thumb .new__arri__action span {
    background: #fe5629 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-family: Dosis, sans-serif;
    font-size: 16px;
    height: 37px;
    line-height: 37px;
    padding: 0 10px;
    text-transform: capitalize
}

.new__arrival__inner {
    margin-left: -15px;
    margin-right: -15px
}

.new__arrival__inner {
    padding-left: 70px
}

.new__arrival__inner .new__arival__content h2 {
    color: #444;
    font-size: 48px;
    margin-bottom: 22px;
    padding-bottom: 18px;
    position: relative;
    text-transform: capitalize;
    font-family: Dosis, sans-serif
}

.new__arrival__inner .new__arival__content h2::before {
    background-image: url(images/icons/title-4.png);
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    width: 304px
}

.new__arrival__inner .new__arival__content p {
    color: #777;
    font-size: 16px;
    line-height: 25px;
    padding-right: 37%
}

.new__arrival__inner .new__arival__content span {
    color: #fe5629;
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-top: 16px
}

.new__arrival__inner .new__arival__content h6 {
    color: #444;
    font-family: Dosis, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 19px;
    margin-top: 9px
}

.new__arrival__inner .new__arival__content .new__arrival__btn {
    margin-top: 27px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .new__arrival__inner .new__arival__content p {
        padding-right: 4%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .new__arrival__inner .new__arival__content p {
        font-size: 13px;
        line-height: 22px;
        padding-right: 5px
    }

    .new__arrival__inner .new__arival__content h2 {
        margin-bottom: 14px
    }

    .new__arrival__inner {
        padding-left: 20px
    }

    .new__arrival__inner .new__arival__content .new__arrival__btn {
        margin-top: 18px
    }

    .new__arrival__inner .new__arival__content h6 {
        margin-bottom: 11px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .new__arrival__inner {
        padding-bottom: 35px
    }

    .new__arrival__inner .new__arival__content p {
        padding-right: 21%
    }
}

@media only screen and (max-width:767px) {
    .new__arrival__inner .new__arival__content p {
        padding-right: 10%
    }

    .new__arrival__inner {
        padding-bottom: 35px
    }

    .arrival__product__activation.owl-theme .owl-dots {
        bottom: 20px
    }
}

@media only screen and (max-width:420px) {
    .new__arrival__inner {
        padding-left: 20px
    }

    .new__arrival__inner .new__arival__content h2::before {
        width: 271px
    }
}

.brand__list li {
    text-align: center
}

.brand__list li a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    display: block;
    height: 112px;
    line-height: 108px;
    padding: 0 20px;
    transition: all .3s ease 0s
}

.brand__list li a:hover {
    background: #ddd none repeat scroll 0 0;
    border: 1px solid #ddd
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .brand__list li {
        flex-basis: 33.33%
    }
}

@media only screen and (max-width:767px) {
    .brand__list li {
        flex-basis: 50%
    }
}

.ht__bradcaump__container {
    box-shadow: 8px 0 10px rgba(0, 0, 0, .2)
}

.ht__bradcaump__container img {
    max-width: inherit
}

.ht__bradcaump__container .bradcaump__inner {
    align-items: center;
    display: flex;
    height: 120px;
    justify-content: space-between;
    padding-bottom: 8px
}

.ht__bradcaump__container .bradcaump__inner h2 {
    color: #444;
    font-family: Dosis, sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase
}

.ht__bradcaump__container .bradcaump__inner .breadcrumb-item {
    color: #777;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .3s ease 0s
}

.ht__bradcaump__container .bradcaump__inner .brd-separetor {
    padding: 0 10px
}

.bradcaump-inner a.breadcrumb-item:hover {
    color: #89d700
}

.ht__bradcaump__container {
    box-shadow: 8px 0 10px rgba(0, 0, 0, .2);
    margin-bottom: 10px !important
}

.bradcaump__style--2 .ht__bradcaump__container {
    align-items: center;
    background-color: transparent;
    display: flex;
    height: 287px;
    box-shadow: none;
    margin-bottom: 0
}

@media only screen and (max-width:575px) {
    .ht__bradcaump__container .bradcaump__inner {
        display: block
    }

    .ht__bradcaump__container .bradcaump__inner h2 {
        margin-bottom: 15px
    }
}

.class__list {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    transition: all .5s ease 0s;
    box-shadow: 0 13px 43px 11px rgba(211, 209, 209, .1)
}

.courses__thumb {
    overflow: hidden;
    flex-basis: 30%
}

.courses__thumb a img {
    transition: .3s;
    width: 100%
}

.courses__inner {
    flex-basis: 70%;
    transition: all .5s ease 0s
}

ul.courses__meta {
    align-items: center
}

ul.courses__meta li {
    align-self: center;
    background: #89d700 none repeat scroll 0 0;
    flex-basis: 33.33%;
    height: 60px;
    line-height: 60px;
    text-align: center
}

ul.courses__meta li.prize {
    color: #fff;
    font-size: 24px;
    font-weight: 700
}

ul.courses__meta li.comment {
    background: #fe5629 none repeat scroll 0 0;
    color: #fff
}

ul.courses__meta li.comment i {
    padding-right: 9px
}

ul.courses__meta li.user {
    background: #faae08 none repeat scroll 0 0;
    color: #fff
}

ul.courses__meta li.user i {
    padding-right: 9px
}

.courses__wrap {
    padding: 50px 20px 22px 50px
}

.courses__date i {
    padding-right: 9px
}

.courses__content h4 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 11px;
    padding-bottom: 19px;
    position: relative;
    text-transform: capitalize;
    font-family: Dosis, sans-serif;
    font-weight: 700
}

.pd_all {
    padding: 30px;
}

/*.courses__content h4::before {
    background-image: url(images/icons/title-3.png);
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 122px
}
*/
.courses__content p {
    margin-bottom: 10px
}

.courses__type span {
    color: #89d700
}

.class__title {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
}

.class__title p {
    color: #666
}

.class__title p span {
    color: #fe5629
}

.class__available p {
    line-height: 15px;
    margin-bottom: 0
}

.class__available p+p {
    margin-top: 12px
}

.class__available {
    margin-top: 7px
}

.class__list:hover .courses__inner {
    margin-bottom: 0
}

.class__list__page {
    margin-top: -50px
}

.class__grid__page {
    margin-top: -40px
}

.rating li i {
    color: #fe5629;
    font-size: 14px
}

.rating li span {
    color: #fe5629;
    font-size: 14px
}

.rating li+li {
    margin-left: 9px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .class__list .courses__inner .courses__wrap .courses__content p {
        margin-bottom: 1px
    }

    .class__list .class__available p+p {
        margin-top: 0
    }

    .class__list .courses__inner .courses__wrap .courses__content p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 1px
    }

    .class__list .courses__inner .courses__wrap {
        padding: 23px 20px 30px 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .class__list {
        flex-wrap: wrap
    }

    .class__list .courses__inner {
        margin-bottom: -64px
    }

    .class__list .courses__inner .courses__wrap {
        padding: 50px 20px 22px
    }
}

@media only screen and (max-width:767px) {
    .class__list .courses__inner {
        flex-basis: 100%
    }

    .class__list .courses__thumb {
        flex-basis: 100%
    }

    .class__list {
        flex-wrap: wrap
    }

    .class__list .courses__inner {
        margin-bottom: -64px
    }

    .class__list .courses__inner .courses__wrap {
        padding: 50px 20px 22px
    }
}

@media only screen and (max-width:420px) {
    .courses__content .class__title {
        flex-wrap: wrap
    }
}

.event__list {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.event__list .event__thumb {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.event__list .event__thumb a {
    display: block
}

.event__list .event__thumb a img {
    width: 100%
}

.event__list .event__content {
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 40px
}

.event__list .event__content .event__pub {
    display: flex;
    padding-bottom: 14px
}

.event__list .event__content .event__pub .event__date {
    padding-right: 20px;
    position: relative
}

.event__list .event__content .event__pub .event__date::before {
    background: #faae08 none repeat scroll 0 0;
    content: "";
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.event__list .event__content .event__pub .event__date span {
    color: #fe5629;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 700
}

.event__list .event__content .event__pub .event__date span.date {
    font-size: 60px
}

.event__list .event__content .event__pub .event__time {
    padding-left: 20px
}

.event__list .event__content .event__pub .event__time li i {
    color: #faae08;
    font-size: 18px;
    padding-right: 7px
}

.event__list .event__content .event__inner {
    padding: 11px 18% 38px 0;
    position: relative
}

.event__list .event__content .event__inner::before {
    background: #eee none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 325px
}

.event__list .event__content .event__inner h2 a {
    color: #444;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 26px;
    padding-right: 18%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.event__list .event__content .event__inner h2 a:hover {
    color: #89d700
}

.event__list .event__content .event__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.event__list .event__content .event__btn li {
    height: 47px;
    line-height: 47px;
    text-align: center
}

.event__list .event__content .event__btn li a {
    color: #fff;
    display: block;
    font-family: Dosis, sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: 47px;
    padding: 0 48px;
    text-transform: capitalize
}

.event__btn li:first-child {
    background: #fe5629 none repeat scroll 0 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.event__btn li:first-child:hover,
.event__btn li:last-child:hover {
    background: #89d700
}

.event__btn li:last-child {
    background: #faae08 none repeat scroll 0 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.event-grid-page {
    margin-top: -40px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .event__list .event__content .event__inner h2 a {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 11px;
        padding-right: 0
    }

    .event__list .event__content .event__inner {
        padding: 11px 7% 15px 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .event__list {
        flex-wrap: wrap
    }

    .event__list .event__content {
        flex-basis: 100%;
        padding-bottom: 40px;
        padding-left: 40px;
        padding-top: 40px
    }

    .event__list .event__thumb {
        flex-basis: 100%
    }

    .event__list .event__content .event__inner h2 a {
        padding-right: 0
    }
}

@media only screen and (max-width:767px) {
    .event__list {
        flex-wrap: wrap
    }

    .event__list .event__content {
        flex-basis: 100%;
        padding-bottom: 40px;
        padding-left: 40px;
        padding-top: 40px
    }

    .event__list .event__thumb {
        flex-basis: 100%
    }

    .event__list .event__content .event__inner h2 a {
        padding-right: 0
    }
}

@media only screen and (max-width:575px) {
    .event__list .event__content {
        padding-left: 20px;
        padding-right: 20px
    }

    .event__list .event__content .event__inner {
        padding: 11px 0 38px
    }

    .event__list .event__content .event__inner h2 a {
        font-size: 20px;
        line-height: 33px
    }

    .event__list .event__content .event__btn li a {
        font-size: 14px
    }
}

@media only screen and (max-width:420px) {
    .event__list .event__content .event__inner h2 a {
        font-size: 18px
    }

    .event__list .event__content .event__pub {
        flex-wrap: wrap
    }

    .event__list .event__content .event__pub .event__time {
        padding-left: 0;
        margin-top: 14px
    }

    .event__list .event__content .event__btn li a {
        font-size: 14px;
        padding: 0 24px
    }
}

.sidebar__widgets .single__widget h4 {
    color: #444;
    font-family: Dosis, sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 37px;
    padding-bottom: 25px;
    position: relative;
    text-transform: uppercase
}

.sidebar__widgets .single__widget h4::before {
    background-image: url(images/icons/line-5.png);
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    height: 12px;
    position: absolute;
    width: 272px
}

.sidebar__widgets .single__widget.search form {
    position: relative
}

.sidebar__widgets .single__widget.search form input {
    border: 1px solid #e4e4e4;
    color: #777;
    font-size: 12px;
    height: 50px;
    padding-left: 30px;
    padding-right: 64px;
    width: 100%
}

.sidebar__widgets .single__widget.search form button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #b5b5b5;
    font-size: 18px;
    outline: medium none;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease 0s
}

.sidebar__widgets .single__widget.search form button:hover {
    color: #89d700
}

.sidebar__widgets .single__widget.about {
    margin-top: 50px
}

.sidebar__widgets .single__widget.about .about__content {
    border-radius: 5px;
    position: relative;
    z-index: 2
}

.sidebar__widgets .single__widget.about .about__content::before {
    background: #000 none repeat scroll 0 0;
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%
}

.sidebar__widgets .single__widget.about .about__content .about__info {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.sidebar__widgets .single__widget.about .about__content .about__info .about__inner span {
    color: #fff;
    font-size: 12px
}

.sidebar__widgets .single__widget.about .about__content .about__info .about__inner h6 {
    color: #fff;
    font-family: Dosis, sans-serif;
    font-weight: 600;
    margin-bottom: 27px;
    margin-top: 5px;
    text-transform: uppercase
}

.sidebar__widgets .single__widget.recent__post {
    margin-top: 40px
}

.sidebar__widgets .single__widget.recent__post ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.sidebar__widgets .single__widget.recent__post ul li:not(first-child) {
    margin-top: 30px
}

.sidebar__widgets .single__widget.recent__post ul li a img {
    width: 95px
}

.sidebar__widgets .single__widget.recent__post ul li .post__content {
    padding-left: 20px
}

.sidebar__widgets .single__widget.recent__post ul li .post__content h6 {
    font-family: Dosis, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px
}

.sidebar__widgets .single__widget.recent__post ul li .post__content span.date {
    color: #777;
    font-size: 12px
}

.sidebar__widgets .single__widget.recent__post ul li .post__content span.date i {
    padding-right: 7px
}

.sidebar__widgets .single__widget.offer {
    margin-top: 48px
}

.sidebar__widgets .single__widget.recent__comment {
    margin-top: 42px
}

.sidebar__widgets .single__widget.recent__comment>ul>li {
    padding-left: 30px
}

.sidebar__widgets .single__widget.recent__comment>ul>li h6 {
    font-family: Dosis, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 5px;
    position: relative
}

.sidebar__widgets .single__widget.recent__comment>ul>li h6::before {
    color: #777;
    content: "\f0e6";
    font-family: FontAwesome;
    font-size: 20px;
    left: -30px;
    position: absolute
}

.sidebar__widgets .single__widget.recent__comment>ul>li ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.sidebar__widgets .single__widget.recent__comment>ul>li ul li {
    color: #666;
    font-size: 12px
}

.sidebar__widgets .single__widget.recent__comment>ul>li ul li+li {
    margin-left: 15px;
    padding-left: 18px;
    position: relative
}

.sidebar__widgets .single__widget.recent__comment>ul>li ul li+li::before {
    background: #666 none repeat scroll 0 0;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 38%;
    width: 7px
}

.sidebar__widgets .single__widget.recent__comment>ul>li ul li a {
    color: #666;
    font-size: 12px
}

.sidebar__widgets .single__widget.recent__comment>ul>li:not(first-child) {
    margin-top: 28px
}

.sidebar__widgets .single__widget.Popular__classes {
    margin-top: 37px
}

.sidebar__widgets .single__widget.Popular__classes ul {
    margin-top: -20px
}

.sidebar__widgets .single__widget.Popular__classes ul li {
    padding-left: 23px;
    position: relative
}

.sidebar__widgets .single__widget.Popular__classes ul li+li {
    border-top: 1px solid #e5e5e5;
    height: 50px;
    line-height: 47px
}

.sidebar__widgets .single__widget.Popular__classes ul li::before {
    background: #646464 none repeat scroll 0 0;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(39deg);
    transition: all .3s ease 0s;
    width: 8px
}

.sidebar__widgets .single__widget.Popular__classes ul li:first-child {
    height: 50px;
    line-height: 50px
}

.sidebar__widgets .single__widget.Popular__classes ul li a {
    color: #646464;
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all .3s ease 0s
}

.sidebar__widgets .single__widget.Popular__classes ul li a:hover {
    color: #89d700
}

.sidebar__widgets .single__widget.Popular__classes ul li:hover::before {
    background: #89d700
}

.sidebar__widgets .single__widget.instagram__feed {
    margin-top: 23px
}

.sidebar__widgets .single__widget.instagram__feed ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sidebar__widgets .single__widget.instagram__feed ul li {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-bottom: 6px;
    padding: 0 3px
}

.sidebar__widgets .single__widget.recent__twitter {
    margin-top: 35px
}

.sidebar__widgets .single__widget.recent__twitter ul li:not(first-child) {
    margin-top: 20px
}

.sidebar__widgets .single__widget.recent__twitter ul li h6 {
    color: #444;
    font-family: Dosis, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative
}

.sidebar__widgets .single__widget.recent__twitter ul li h6::before {
    color: #777;
    content: "\f099";
    font-family: FontAwesome;
    font-size: 20px;
    left: 0;
    position: absolute
}

.sidebar__widgets .single__widget.recent__twitter ul li p {
    line-height: 23px;
    margin-bottom: 11px
}

.sidebar__widgets .single__widget.recent__twitter ul li .twit__time span {
    color: #777;
    font-size: 12px;
    font-weight: 600
}

.sidebar__widgets .single__widget.recent__twitter ul li .twit__time span+span {
    margin-left: 10px;
    padding-left: 18px;
    position: relative
}

.sidebar__widgets .single__widget.recent__twitter ul li .twit__time span+span::before {
    background: #666 none repeat scroll 0 0;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6px
}

.sidebar__widgets .single__widget.Social__network {
    margin-top: 31px
}

.sidebar__widgets .single__widget.tags {
    margin-top: 40px
}

.sidebar__widgets .single__widget.tags ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1px;
    margin-right: -1px
}

.sidebar__widgets .single__widget.tags ul li {
    margin-bottom: 20px;
    margin-left: 1px;
    margin-right: 1px
}

.sidebar__widgets .single__widget.tags ul li a {
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    color: #777;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    height: 36px;
    line-height: 33px;
    padding: 0 27px
}

.sidebar__widgets .single__widget.tags ul li a:hover {
    background: #89d700 none repeat scroll 0 0;
    border: 1px solid #89d700;
    color: #fff
}

.sidebar__widgets .single__widget.banner {
    margin-top: 35px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .sidebar__widgets .single__widget.recent__comment>ul>li ul li+li {
        margin-left: 4px;
        padding-left: 14px
    }

    .sidebar__widgets .single__widget.recent__comment>ul>li ul li {
        font-size: 10px
    }

    .sidebar__widgets .single__widget.recent__twitter ul li h6 {
        font-size: 13px
    }

    .sidebar__widgets .single__widget h4::before {
        width: 195px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .sidebar__widgets .single__widget.about .about__content img {
        width: 100%
    }

    .sidebar__widgets.sidebar--right {
        margin-top: 60px
    }

    .sidebar__widgets.sidebar--left {
        margin-top: 60px
    }

    .sidebar__widgets .single__widget.instagram__feed ul {
        flex-wrap: nowrap
    }

    .sidebar__widgets .single__widget.instagram__feed ul li a img {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .sidebar__widgets .single__widget.about .about__content img {
        width: 100%
    }

    .sidebar__widgets.sidebar--right {
        margin-top: 60px
    }

    .sidebar__widgets .single__widget.instagram__feed ul {
        flex-wrap: nowrap
    }
}

@media only screen and (max-width:575px) {
    .sidebar__widgets .single__widget.instagram__feed ul {
        flex-wrap: wrap
    }

    .sidebar__widgets .single__widget.instagram__feed ul li a img {
        width: 100%
    }

    .sidebar__widgets .single__widget.instagram__feed ul li {
        flex-basis: 50%
    }
}

.blog__single.sticky__blog {
    border: 1px solid #eee;
    padding: 40px
}

.blog__single .blog__thumb {
    position: relative
}

.blog__single .blog__thumb.sticky::before {
    background: #f6f6f6 none repeat scroll 0 0;
    border-radius: 100%;
    color: #777;
    content: "\f08d";
    font-family: FontAwesome;
    font-size: 20px;
    height: 40px;
    left: 40px;
    line-height: 41px;
    position: absolute;
    text-align: center;
    top: 40px;
    width: 40px
}

.blog__single .blog__thumb .video__post {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.blog__single .blog__thumb .video__post a.play__btn {
    color: #000;
    font-size: 24px;
    padding-left: 6px
}

.blog__single .blog__thumb.blg__audio {
    height: 334px;
    overflow: hidden
}

.blog__single .blog__thumb a img {
    width: 100%
}

.blog__single .blog__content h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
    padding-right: 20%;
    padding-top: 33px;
    position: relative;
    font-family: Dosis, sans-serif
}

.blog__single .blog__content h2.sticky {
    padding-left: 60px;
    padding-right: 13%
}

.blog__single .blog__content h2.sticky::before {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #f3f3f3;
    border-radius: 100%;
    content: "\f08d";
    font-family: FontAwesome;
    font-size: 20px;
    height: 40px;
    left: 0;
    margin-top: 11px;
    position: absolute;
    text-align: center;
    width: 40px
}

.blog__single .blog__content ul.bl__post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.blog__single .blog__content ul.bl__post li+li {
    margin-left: 19px;
    padding-left: 19px;
    position: relative
}

.blog__single .blog__content ul.bl__post li+li::before {
    content: "/";
    left: 0;
    position: absolute
}

.blog__single .blog__content p {
    line-height: 23px;
    margin-top: 16px
}

.blog__single .blog__content .blog__btn {
    display: flex;
    justify-content: space-between;
    margin-top: 41px
}

.blog__single .blog__content .blog__btn .bl__meta {
    display: flex
}

.blog__single .blog__content .blog__btn .bl__meta li a {
    color: #777
}

.blog__single .blog__content .blog__btn .bl__meta li a:hover {
    color: #89d700
}

.blog__single .blog__content .blog__btn .bl__meta li+li {
    margin-left: 20px;
    padding-left: 20px;
    position: relative
}

.blog__single .blog__content .blog__btn .bl__meta li+li::before {
    content: "/";
    left: 0;
    position: absolute
}

.blog__single.blog__item {
    border: 1px solid #eee
}

.blog__single.blog__item .blog__content {
    padding: 0 0 30px 30px
}

.blog__single.blog__item .blog__content h2 {
    padding-right: 16%
}

.blog__single.blog__item .blog__content p {
    padding-right: 8%
}

.blog__single.blog__item .blog__content ul.bl__post li {
    font-size: 12px
}

.blog__single.blog__item .blog__content .blog__btn {
    justify-content: start
}

.blog__single.blog__item .blog__content .blog__btn .blog__share {
    margin-left: 30px;
    position: relative
}

.blog__single.blog__item .blog__content .blog__btn .blog__share>a {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 100%;
    color: #777;
    display: block;
    font-size: 16px;
    height: 38px;
    line-height: 35px;
    text-align: center;
    width: 38px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.blog__single.blog__item .blog__content .blog__btn .blog__share>a:hover {
    background: #89d700;
    border: 1px solid #89d700;
    color: #fff
}

.blog__single.blog__item .blog__content .blog__btn .blog__share .dacre__social__link {
    left: calc(100% + 10px);
    position: absolute;
    top: 0
}

.blog__single .blog__thumb iframe {
    min-height: 334px;
    width: 100%;
    border: medium none;
    vertical-align: middle
}

.blog__single .dacre__social__link.clicked {
    opacity: 1
}

.blog__single .dacre__social__link {
    opacity: 0;
    transition: all .4s ease 0s
}

.blog__single {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background: #fff
}

.blog-list-rightsidebar {
    padding-right: 85px
}

.blog-list-leftsidebar {
    padding-left: 85px
}

.blog__single.text__post .blog__content h2.sticky::before {
    margin-top: 1px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .blog-list-rightsidebar {
        padding-right: 0
    }

    .blog-list-leftsidebar {
        padding-left: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog-list-rightsidebar {
        padding-right: 0
    }

    .blog-list-leftsidebar {
        padding-left: 0
    }
}

@media only screen and (max-width:767px) {
    .blog-list-rightsidebar {
        padding-right: 15px
    }

    .blog-list-leftsidebar {
        padding-left: 15px
    }
}

@media only screen and (max-width:575px) {
    .blog__single .blog__content h2 {
        font-size: 17px;
        line-height: 33px
    }

    .blog__single.blog__item .blog__content h2 {
        padding-right: 6%
    }
}

@media only screen and (max-width:420px) {
    .blog__single.sticky__blog {
        padding: 11px
    }

    .blog__single .blog__content h2.sticky::before {
        font-size: 14px;
        height: 30px;
        line-height: 28px;
        margin-top: 11px;
        width: 30px
    }

    .blog__single .blog__content h2.sticky {
        padding-left: 35px;
        padding-right: 0
    }

    .blog__single.blog__item .blog__content .blog__btn {
        display: block
    }

    .blog__single.blog__item .blog__content .blog__btn .blog__share {
        margin-left: 0;
        margin-top: 9px
    }

    .blog__single.blog__item .blog__content .blog__btn .blog__share .dacre__social__link {
        left: calc(14% + 10px)
    }
}

.dacre__blog__details .blog__inner {
    padding-top: 30px
}

.dacre__blog__details .blog__inner h2 {
    font-size: 24px;
    line-height: 34px;
    padding-right: 10%;
    font-family: Dosis, sans-serif
}

.dacre__blog__details .blog__inner ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    margin-top: 14px
}

.dacre__blog__details .blog__inner ul li {
    color: #777;
    font-size: 12px
}

.dacre__blog__details .blog__inner ul li+li {
    margin-left: 30px
}

.dacre__blog__details .blog__inner ul li a {
    color: #777;
    font-size: 12px
}

.dacre__blog__details .blog__inner p {
    color: #777;
    line-height: 23px
}

.dacre__blog__details .blog__inner span {
    color: #434343;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 38px;
    margin: 12px 0;
    font-family: Dosis, sans-serif
}

.dacre__blog__details .blog__inner blockquote {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #777;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 30px 10px 30px 80px;
    position: relative
}

.dacre__blog__details .blog__inner blockquote::before {
    color: #eee;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 60px;
    left: 0;
    position: absolute
}

.dacre__blog__details .blog__inner blockquote span {
    color: #777;
    display: block;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    margin: 0;
    position: relative;
    text-align: right
}

.dacre__blog__details .blog__inner blockquote span::before {
    background: #faae08 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 29%;
    top: 50%;
    transform: translateY(-50%);
    width: 40px
}

.kidz__details {
    margin-bottom: 33px
}

.kidz__details h4 {
    color: #434343;
    font-size: 24px;
    margin-bottom: 49px;
    font-family: Dosis, sans-serif
}

.kidz__details .kidz__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.kidz__details .kidz__container .single__kidz__details.thumb {
    flex-basis: 62%;
    margin-left: 15px
}

.kidz__details .kidz__container .single__kidz__details.details {
    flex-basis: 38%;
    margin-right: 15px
}

.kidz__details .kidz__container .single__kidz__details .kidz__thumb img {
    width: 100%
}

.kidz__details .kidz__container .single__kidz__details .kidz__inner {
    margin-top: 37px
}

.kidz__details .kidz__container .single__kidz__details .kidz__inner p {
    line-height: 23px
}

.kidz__details .single__kidz p {
    line-height: 23px;
    margin-top: 34px
}

.blog__page__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px
}

.blog__page__btn>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.blog__page__btn>ul li a {
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    color: #777;
    display: inline-block;
    font-weight: 700;
    height: 36px;
    line-height: 35px;
    padding: 0 37px;
    text-transform: capitalize;
    transition: all .5s ease 0s
}

.blog__page__btn>ul li a:hover {
    background: #89d700;
    border: 1px solid #89d700;
    color: #fff
}

.blog__page__btn .blog__share {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.blog__page__btn .blog__share span {
    color: #959595;
    display: inline-block;
    font-size: 16px;
    padding-right: 16px
}

.blog__author {
    margin-top: 80px;
    position: relative
}

.blog__author .author__info {
    margin-top: 22px
}

.blog__author .author__info span {
    color: #777;
    font-size: 12px
}

.blog__author .author__info h6 {
    color: #444;
    font-family: Dosis, sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 21px;
    margin-top: 6px;
    text-transform: capitalize
}

.blog__author .author__info h6 span {
    color: #777;
    font-size: 14px;
    font-weight: 400
}

.blog__author .author__info p {
    line-height: 23px;
    margin-bottom: 33px;
    padding: 0 13%
}

.blog__author .author__thumb {
    position: relative
}

.blog__author .author__thumb::before {
    background-image: url(images/icon/line-1.png);
    background-repeat: no-repeat;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 316px
}

.blog__author .author__thumb::after {
    background-image: url(images/icon/line-1.png);
    background-repeat: no-repeat;
    content: "";
    height: 1px;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 316px
}

.blog__latest {
    margin-top: 75px
}

.blog__comment {
    margin-top: 74px
}

.blog__comment .comment .comment__content {
    padding-left: 30px
}

.blog__comment .comment .comment__content .author__content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px
}

.blog__comment .comment .comment__content .author__content .author__info h4 {
    font-family: Dosis, sans-serif;
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: capitalize
}

.blog__comment .comment .comment__content .author__content .author__info ul {
    display: flex
}

.blog__comment .comment .comment__content .author__content .author__info ul li {
    color: #666;
    font-size: 12px;
    position: relative
}

.blog__comment .comment .comment__content .author__content .author__info ul li+li {
    margin-left: 10px;
    padding-left: 17px
}

.blog__comment .comment .comment__content .author__content .author__info ul li+li::before {
    background: #666 none repeat scroll 0 0;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 41%;
    width: 6px
}

.blog__comment .comment .comment__content p {
    line-height: 23px;
    padding-right: 22%
}

.blog__comment .comment.reply {
    margin-bottom: 50px;
    margin-left: 186px;
    margin-top: 50px
}

.commentfield {
    margin-top: 65px
}

.commentfield .single__input__box input {
    border: 1px solid #eee;
    border-radius: 5px;
    color: #777;
    height: 36px;
    opacity: 1;
    padding: 0 20px;
    width: 100%
}

.commentfield .single__input__box textarea {
    border: 1px solid #eee;
    border-radius: 5px;
    color: #666;
    height: 200px;
    margin-top: 30px;
    padding: 20px;
    resize: none;
    width: 100%
}

.submit__btn {
    margin-top: 30px
}

.submit__btn .dcare__btn {
    font-size: 16px;
    height: 36px;
    line-height: 35px;
    padding: 0 27px;
    text-transform: uppercase
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .blog__page__btn>ul li a {
        padding: 0 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog__page__btn>ul li a {
        padding: 0 20px
    }
}

@media only screen and (max-width:767px) {
    .blog__page__btn {
        flex-wrap: wrap
    }

    .blog__page__btn .blog__share {
        margin-top: 30px
    }

    .blog__author .author__thumb::after,
    .blog__author .author__thumb::before {
        display: none
    }

    .blog__comment .comment.reply {
        margin-left: 50px
    }

    .dacre__blog__details .blog__inner blockquote span::before {
        right: 52%
    }

    .kidz__details .kidz__container .single__kidz__details .kidz__inner {
        margin-top: 16px
    }
}

@media only screen and (max-width:575px) {

    .dacre__blog__details .blog__inner ul,
    .kidz__details .kidz__container {
        flex-wrap: wrap
    }

    .dacre__blog__details .blog__inner ul li+li {
        margin-left: 0
    }

    .dacre__blog__details .blog__inner ul li {
        flex-basis: 50%
    }

    .blog__page__btn>ul li a {
        padding: 0 19px
    }

    .blog__author .author__info p {
        padding: 0 5%
    }

    .dacre__blog__details .blog__inner blockquote span::before {
        right: 73%
    }

    .kidz__details .kidz__container .single__kidz__details.details {
        flex-basis: 100%
    }

    .kidz__details .kidz__container .single__kidz__details.thumb {
        flex-basis: 100%;
        margin-bottom: 20px;
        margin-left: 0;
        margin-top: 20px
    }
}

@media only screen and (max-width:420px) {
    .dacre__blog__details .blog__inner ul li {
        flex-basis: 100%
    }

    .dacre__blog__details .blog__inner h2 {
        font-size: 22px;
        line-height: 30px;
        padding-right: 0
    }

    .dacre__blog__details .blog__inner blockquote {
        font-size: 15px;
        line-height: 25px;
        padding: 30px 10px 30px 43px
    }

    .dacre__blog__details .blog__inner blockquote::before {
        font-size: 41px
    }

    .dacre__blog__details .blog__inner blockquote span::before {
        right: 93%
    }

    .blog__page__btn>ul li a {
        padding: 0 8px;
        font-size: 12px
    }

    .blog__single .blog__content ul.bl__post {
        flex-wrap: wrap
    }

    .blog__single .blog__content ul.bl__post li+li::before {
        display: none
    }

    .blog__single .blog__content ul.bl__post li+li {
        margin-left: 0;
        padding-left: 0
    }

    .blog__comment .comment.reply {
        margin-left: 0
    }
}

.shop__single__details h2 {
    font-family: Dosis, sans-serif;
    font-size: 24px;
    font-weight: 700
}

.shop__single__details .prize {
    margin-top: 13px
}

.shop__single__details .prize li {
    color: #444;
    font-size: 16px
}

.shop__single__details .prize li.old-prize {
    color: #999;
    padding-right: 14px;
    text-decoration: line-through
}

.shop__single__details .rating {
    margin-top: 12px
}

.shop__single__details .rating li i {
    color: #93c756
}

.shop__single__details p {
    color: #777;
    line-height: 23px;
    margin-bottom: 17px;
    margin-top: 11px
}

.shop__single__details .size_choose {
    margin-top: 25px
}

.shop__single__details .size_choose span {
    color: #444;
    font-weight: 700
}

.shop__single__details .size_choose .size__selest {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #eee;
    color: #777;
    height: 38px;
    margin-left: 40px;
    padding-left: 22px;
    width: 192px
}

.shop__single__details .product__qun {
    display: flex;
    margin-top: 20px
}

.shop__single__details .product__qun span {
    color: #777;
    font-weight: 700
}

.shop__single__details .product__qun a {
    background: #fafafa none repeat scroll 0 0;
    display: inline-block;
    height: 38px;
    line-height: 34px;
    margin-left: 10px;
    padding: 0 17px
}

.shop__single__details .shop__cat {
    display: flex;
    margin-bottom: 22px;
    margin-top: 11px
}

.shop__single__details .shop__cat span {
    color: #777;
    font-weight: 700
}

.shop__single__details .shop__cat ul {
    display: flex
}

.shop__single__details .shop__cat ul li a {
    color: #777;
    transition: all .3s ease 0s
}

.shop__single__details .shop__cat ul li a:hover {
    color: #89d700
}

.shop__single__details .color_choose {
    display: flex
}

.shop__single__details .color_choose span {
    font-weight: 700
}

.shop__single__details .color_choose .color__var {
    display: flex;
    margin-left: 15px
}

.shop__single__details .color_choose .color__var li a {
    background: #444 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 36px;
    text-indent: -999px;
    width: 36px
}

.shop__single__details .color_choose .color__var li+li {
    margin-left: 5px
}

.shop__single__details .color_choose .color__var li.gray a {
    background: #94b9e0 none repeat scroll 0 0
}

.shop__single__details .color_choose .color__var li.off-white a {
    background: #e2e2e2 none repeat scroll 0 0
}

.shop__single__details .color_choose .color__var li.org a {
    background: #fe5629 none repeat scroll 0 0
}

.shop__nav.nav.flex-wrap a {
    padding: 0
}

.shop--item.tab-pane:not(.active) {
    display: none
}

.single__des.tab-pane:not(.active) {
    display: none
}

.single-class-content.tab-pane:not(.active) {
    display: none
}

.single__product__item.tab-pane:not(.active) {
    display: none
}

.shop__des {
    align-items: center;
    border: 1px solid #ddd;
    height: 40px;
    margin-bottom: 35px;
    margin-top: 100px;
    width: 400px
}

.shop__des a {
    color: #777;
    font-weight: 700;
    padding: 0 15px;
    position: relative;
    text-transform: capitalize
}

.shop__des a.active,
.shop__des a:hover {
    color: #fe5629
}

.shop__des a+a::before {
    background: #ddd none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.shop__tab__bottom {
    margin-left: -7px;
    margin-right: -7px
}

.shop__tab__bottom a {
    margin: 0 7px
}

.product__history.d-flex ul.prize li.old-price {
    color: #999;
    font-size: 16px;
    padding-right: 16px;
    text-decoration: line-through
}

.product__history ul.prize {
    padding-right: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .shop__tab__bottom a {
        flex-basis: 29.33%
    }
}

@media only screen and (max-width:767px) {
    .shop__nav.nav.flex-wrap a {
        flex-basis: 100%
    }

    .shop__nav.nav.flex-wrap.shop__tab__bottom a {
        flex-basis: 30%
    }
}

@media only screen and (max-width:575px) {
    .shop__nav {
        margin-bottom: 30px
    }

    .shop__nav.nav.flex-wrap a+a {
        margin-left: 20px;
        margin-top: 0
    }
}

@media only screen and (max-width:420px) {
    .shop__single__details .shop__cat ul {
        flex-wrap: wrap
    }

    .shop__des {
        border: 1px solid transparent;
        height: 77px;
        width: auto
    }

    .shop__des a+a::before {
        display: none
    }

    .shop__des a {
        padding: 0 10px
    }

    .shop__nav.shop__tab__bottom.nav.flex-wrap a+a {
        margin-left: 0;
        margin-top: 0
    }

    .shop__nav.nav.flex-wrap a+a {
        margin-left: 0;
        margin-top: 0
    }

    .shop__nav.nav.flex-wrap a {
        flex-basis: 50%;
        padding: 0 10px
    }
}

.contact__map .google__map {
    margin-left: -15px;
    margin-right: -15px
}

.contact__map .child__image {
    margin-left: -15px;
    margin-right: -15px
}

#googleMap {
    width: 100%;
    height: 783px
}

.page__contact .address {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    position: relative;
    text-align: center
}

.page__contact .address .ct__icon {
    position: absolute;
    text-align: center;
    top: -42px;
    width: 100%
}

.page__contact .address .ct__icon i {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
    height: 85px;
    line-height: 85px;
    margin: auto;
    text-align: center;
    top: 0;
    width: 85px;
    border-radius: 100%;
    color: #777;
    font-size: 30px
}

.page__contact .address .address__inner {
    padding: 59px 20px 28px
}

.page__contact .address .address__inner h2 {
    font-family: Dosis, sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
    text-transform: capitalize
}

.page__contact .address .address__inner p {
    color: #777;
    line-height: 23px;
    margin-bottom: 18px
}

.page__contact .address .address__inner ul li {
    color: #777;
    line-height: 23px
}

.page__contact .address .address__inner ul li a {
    color: #777;
    line-height: 23px
}

.contact__box .single-contact-form.name {
    display: flex;
    margin-left: -15px;
    margin-right: -15px
}

.contact__box .single-contact-form.name input {
    flex-basis: 50%;
    margin: 0 15px
}

.contact__box .single-contact-form input {
    border: 1px solid #eee;
    color: #777;
    height: 45px;
    padding: 0 40px;
    width: 100%
}

.contact__box .single-contact-form textarea {
    border: 1px solid #eee;
    color: #777;
    min-height: 200px;
    padding: 20px;
    width: 100%
}

.contact__box .single-contact-form+.single-contact-form {
    margin-top: 30px
}

.contact__box .contact-btn {
    margin-top: 30px;
    text-align: center
}

.contact__box .contact-btn .dcare__btn {
    border: 0 none;
    text-transform: uppercase
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #googleMap {
        height: 408px
    }
}

@media only screen and (max-width:767px) {
    .page__contact .address .address__inner p {
        font-size: 13px
    }

    .page__contact .address .address__inner h2 {
        font-size: 20px;
        margin-bottom: 11px
    }

    .page__contact .address .address__inner {
        padding: 54px 20px 28px
    }
}

@media only screen and (max-width:575px) {
    .contact__box .single-contact-form.name {
        flex-wrap: wrap
    }

    .contact__box .single-contact-form.name input {
        flex-basis: 100%
    }

    .contact__box .single-contact-form.name input+input {
        margin-top: 30px
    }
}

.event_map_marker #evnetmap {
    width: 100%;
    height: 330px
}

.event-section .event__inner {
    padding-top: 34px
}

.event-section .event__inner span {
    color: #777
}

.event-section .event__inner span i {
    padding-right: 10px
}

.event-section .event__inner h4 {
    color: #434343;
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 26px;
    margin-top: 22px;
    padding-right: 20%;
    font-family: Dosis, sans-serif
}

.event-section .event__inner p {
    color: #777;
    line-height: 23px
}

.event-section .event__inner blockquote {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 16px 11px 43px rgba(196, 196, 196, .1);
    color: #444;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px;
    margin-right: 80px;
    margin-top: 40px;
    padding: 17px 15% 17px 18px;
    position: relative
}

.event-section .event__inner blockquote::before {
    background: #89d700 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 8px
}

.event-section .event__advertise {
    display: flex
}

.event-section .event__advertise .addver__thumb {
    flex-basis: 50%
}

.event-section .event__advertise ul {
    flex-basis: 50%;
    margin-top: -14px
}

.event-section .event__advertise ul li {
    color: #777;
    line-height: 23px;
    margin-top: 14px;
    padding-left: 24px;
    padding-right: 17%;
    position: relative
}

.event-section .event__advertise ul li::before {
    background: #646464 none repeat scroll 0 0;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: rotate(133deg);
    width: 7px
}

.event-section .event__advertise ul li:last-child::before {
    display: none
}

.event-section .event__advertise ul li:last-child {
    padding-left: 0;
    padding-right: 12%
}

.event-section .event__advertise p {
    color: #777;
    line-height: 23px
}

.event-section p {
    color: #777;
    line-height: 23px
}

.event-section .event__information {
    font-family: Dosis, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 20px
}

.event-section .event__location {
    background: #f6f6f6 none repeat scroll 0 0;
    margin-bottom: 50px
}

.event-section .event__location ul {
    float: left;
    margin-top: -14px;
    padding: 40px
}

.event-section .event__location ul li {
    color: #959595;
    line-height: 24px;
    margin-top: 14px
}

.event-section .event__location ul li span {
    padding-right: 14px
}

.event-section .event__location .event_map_marker {
    overflow: hidden
}

.event__share span {
    align-self: center;
    color: #6666;
    font-size: 16px;
    padding-right: 16px
}

.upcoming__event .single__event {
    margin-top: 50px
}

.upcoming__event .single__event .event__inner .event__time__location li {
    color: #333;
    font-size: 12px
}

.upcoming__event .single__event .event__inner .event__time__location li i {
    font-size: 14px;
    padding-right: 3px
}

.upcoming__event .single__event.bg__light__pink {
    background: #bddaff none repeat scroll 0 0
}

.enent__thumb {
    box-shadow: 0 16px 43px 11px rgba(196, 196, 196, .1);
    padding-bottom: 105px;
    position: relative
}

.box-timer {
    bottom: 0;
    padding: 0 100px;
    position: absolute;
    width: 100%
}

.countbox.timer-grid {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 16px 43px 11px rgba(196, 196, 196, .1);
    padding: 50px
}

.dcare-count.days {
    display: inline-block
}

.countbox.timer-grid div {
    display: flex;
    justify-content: center
}

.countbox.timer-grid div>span {
    background: #89d700 none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(69, 69, 69, .2);
    flex-basis: 25%;
    margin: 0 5px;
    padding: 24px 10px;
    text-align: center
}

.time-count {
    color: #fff;
    font-family: Lobster Two;
    font-size: 60px;
    font-weight: 700;
    line-height: 32px
}

.count-inner p {
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .event-section .event__advertise ul li {
        padding-left: 16px;
        padding-right: 13px;
        font-size: 13px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .event-section .event__advertise ul li:last-child {
        padding-right: 0
    }
}

@media only screen and (max-width:767px) {
    .event-section .event__advertise ul {
        flex-basis: 100%
    }

    .event-section .event__advertise {
        flex-wrap: wrap
    }

    .event-section .event__advertise .addver__thumb {
        flex-basis: 100%;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .event-section .event__location ul {
        float: inherit
    }

    .event-section .event__inner blockquote {
        margin-right: 55px;
        padding: 17px 3% 17px 18px
    }

    .box-timer {
        padding: 0
    }
}

@media only screen and (max-width:420px) {
    .count-inner p {
        font-size: 12px
    }

    .time-count {
        font-size: 20px
    }
}

.page-class-details .class__thumb {
    position: relative
}

.page-class-details .class__thumb .courses__images img {
    width: 100%
}

.page-class-details .class__thumb .courses__type {
    align-items: center;
    background: #232c6c none repeat scroll 0 0;
    border-radius: 5px;
    height: 75px;
    padding: 0 40px
}

.page-class-details .class__thumb .courses__type ul li {
    color: #fff
}

.page-class-details .class__thumb .courses__type ul li span {
    color: #89d700
}

.page-class-details .class__thumb .courses__type ul li+li {
    margin-left: 14px
}

.page-class-details .class__thumb .courses__type ul.rating li+li {
    margin-left: 8px
}

.page-class-details .class__thumb .courses__meta {
    align-items: center;
    bottom: 0;
    padding: 0 80px;
    position: absolute;
    width: 100%
}

.page-class-details .class__thumb .courses__meta li {
    background: #89d700 none repeat scroll 0 0;
    color: #fff;
    flex-basis: 33.33%;
    height: 60px;
    line-height: 60px;
    text-align: center
}

.page-class-details .class__thumb .courses__meta li i {
    padding-right: 8px
}

.page-class-details .class__thumb .courses__meta li:nth-child(2) {
    background: #fe5629 none repeat scroll 0 0
}

.page-class-details .class__thumb .courses__meta li:nth-child(3) {
    background: #faae08 none repeat scroll 0 0
}

.page-class-details .class__thumb .courses__meta li.prize {
    font-size: 24px;
    font-weight: 700
}

.page-class-details .courses__inner {
    padding-bottom: 40px
}

.page-class-details .courses__inner h2 {
    font-size: 48px;
    line-height: 73px;
    padding-bottom: 28px;
    font-family: Dosis, sans-serif
}

.page-class-details .courses__inner ul {
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px
}

.page-class-details .courses__inner ul li {
    color: #777
}

.page-class-details .courses__inner ul li span {
    color: #fe5629
}

.page-class-details .courses__inner ul li i {
    padding-right: 8px
}

.page-class-details .courses__inner p {
    color: #777;
    line-height: 23px;
    padding-top: 34px
}

.class-details-inner {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #eee #eee;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    padding: 40px
}

.page-class-details .class__nav {
    margin-bottom: 43px
}

.page-class-details .class__nav a {
    border-radius: 5px;
    color: #fff;
    flex-basis: 18%;
    font-family: Dosis, sans-serif;
    font-size: 24px;
    font-weight: 700;
    height: 67px;
    line-height: 66px;
    margin: 0 3px;
    padding: 0;
    text-align: center;
    transition: all .5s ease 0s
}

.page-class-details .class__nav a.active,
.page-class-details .class__nav a:hover {
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 4px #ddd
}

.page-class-details .class__view h2 {
    color: #777;
    display: inline-block;
    font-family: Dosis, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 35px;
    padding-bottom: 17px;
    position: relative
}

.page-class-details .class__view h2::before {
    background: #eee none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%
}

.page-class-details .class__view p {
    color: #666;
    line-height: 23px
}

.page-class-details .class__view blockquote {
    color: #444;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 40px;
    margin-top: 40px;
    padding-left: 18px;
    position: relative
}

.page-class-details .class__view blockquote::before {
    background: #89d700 none repeat scroll 0 0;
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    width: 8px
}

.page-class-details .class__view ul.class__related li {
    color: #666;
    margin-bottom: 17px;
    padding-left: 25px;
    position: relative
}

.page-class-details .class__view ul.class__related li::before {
    background: #646464 none repeat scroll 0 0;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: rotate(130deg);
    width: 8px
}

.page-class-details .class__view .share__us {
    align-items: center;
    display: flex;
    margin-top: 46px
}

.page-class-details .class__view .share__us span {
    color: #777;
    font-size: 16px;
    padding-right: 12px
}

.teacher h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 6px;
    padding-top: 14px;
    text-transform: capitalize;
    font-family: Dosis, sans-serif
}

.teacher span {
    color: #777;
    display: inline-block;
    line-height: 32px
}

.teacher p {
    color: #777;
    line-height: 23px;
    margin-bottom: 25px;
    margin-top: 13px
}

.teacher .class__service {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 30px;
    padding-right: 20%
}

.teacher .class__service li {
    box-shadow: 0 0 43px 11px rgba(211, 209, 209, .2);
    flex-basis: 25%;
    margin: 0 5px;
    padding: 32px 0;
    text-align: center
}

.teacher .class__service li span.title {
    color: #777;
    display: block;
    text-transform: capitalize
}

.teacher .class__service li span.count {
    color: #666;
    font-size: 24px;
    position: relative
}

.teacher .class__service li span.count::after {
    color: #666;
    content: "%";
    position: absolute
}

.teacher+.teacher {
    margin-top: 50px
}

.classs__review__inner h4 {
    color: #000;
    font-family: Dosis, sans-serif;
    font-weight: 400;
    text-transform: uppercase
}

.classs__review__inner p {
    color: #777;
    margin-bottom: 10px;
    margin-top: 5px
}

.classs__review__inner span {
    color: #777;
    font-weight: 700
}

.classs__review__inner ul.rating {
    display: flex
}

.classs__review__inner ul.rating li i {
    color: #8bc34a
}

.classs__review__inner .input__box span {
    color: #777;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize
}

.classs__review__inner .input__box textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 5px;
    min-height: 100px;
    padding: 10px;
    width: 100%
}

.classs__review__inner .input__box input {
    border: 1px solid #eee;
    border-radius: 5px;
    height: 38px;
    width: 100%
}

.classs__review__inner .input__box+.input__box {
    margin-top: 15px
}

.classs__review__inner .submit__btn--2 {
    margin-top: 15px
}

.related__class__wrapper {
    margin-top: 80px
}

.related__class__wrapper h2.title {
    font-size: 36px;
    line-height: 32px;
    padding-top: 30px;
    font-family: Dosis, sans-serif
}

.related__class__wrapper .related__classs {
    margin-top: 50px;
    position: relative
}

.related__class__wrapper .related__classs .calss__thumb a {
    display: block;
    position: relative
}

.related__class__wrapper .related__classs .calss__thumb a::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%
}

.related__class__wrapper .related__classs .calss__thumb a img {
    width: 100%
}

.related__class__wrapper .related__classs .class__details {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s ease 0s;
    width: 100%
}

.related__class__wrapper .related__classs .class__details h2 a {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    padding-bottom: 8px;
    position: relative;
    transition: all .3s ease 0s;
    font-family: Dosis, sans-serif
}

.related__class__wrapper .related__classs .class__details h2 a::before {
    background: #ddd none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100px
}

.related__class__wrapper .related__classs .class__hover__action {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s ease 0s;
    width: 100%;
    opacity: 0
}

.related__class__wrapper .related__classs .class__hover__action .classs__hover__inner h2 a {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    padding-bottom: 8px;
    position: relative;
    padding-top: 38px;
    font-family: Dosis, sans-serif
}

.related__class__wrapper .related__classs .class__hover__action .classs__hover__inner h2 a::before {
    background: #ddd none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100px
}

.related__class__wrapper .related__classs .class__hover__action .classs__hover__inner .courses__fee span {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    z-index: 2
}

.related__class__wrapper .related__classs .class__hover__action .classs__hover__inner .courses__fee span::before {
    background: rgba(0, 0, 0, 0) url(images/others/4.png) repeat scroll 0 0;
    content: "";
    height: 83px;
    left: 50%;
    position: absolute;
    top: -31px;
    transform: translateX(-50%);
    width: 89px;
    z-index: -1
}

.related__class__wrapper .related__classs .class__hover__action .classs__hover__inner ul {
    margin-bottom: 26px;
    margin-top: 20px
}

.related__class__wrapper .related__classs .class__hover__action .classs__hover__inner ul li {
    color: #fff;
    font-size: 16px
}

.related__class__wrapper .related__classs:hover .class__details {
    opacity: 0
}

.related__class__wrapper .related__classs:hover .class__hover__action {
    opacity: 1
}

.class__quality__desc.with--rightbar {
    padding-right: 120px
}

.class__quality__desc.with--leftsidebar {
    padding-left: 120px
}

.class__btn .dcare__btn {
    font-size: 16px;
    height: 40px;
    line-height: 36px;
    padding: 0 28px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .page-class-details .class__view blockquote {
        font-size: 15px
    }

    .class__quality__desc.with--rightbar {
        padding-right: 0
    }

    .class__quality__desc.with--leftsidebar {
        padding-left: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .page-class-details .class__view blockquote {
        font-size: 15px
    }

    .teacher .class__service li {
        flex-basis: 22%
    }

    .class__quality__desc.with--rightbar {
        padding-right: 0
    }

    .class__quality__desc.with--leftsidebar {
        padding-left: 0
    }
}

@media only screen and (max-width:767px) {
    .page-class-details .courses__inner h2 {
        font-size: 40px;
        line-height: 62px
    }

    .page-class-details .class__nav a {
        flex-basis: 31.33%
    }

    .teacher .class__service li {
        flex-basis: 47%;
        margin: 0 5px 10px
    }

    .page-class-details .class__view blockquote::before {
        height: 74px
    }

    .page-class-details .class__view blockquote {
        font-size: 14px
    }

    .class__quality__desc.with--rightbar {
        padding-right: 0
    }

    .class__quality__desc.with--leftsidebar {
        padding-left: 0
    }

    .teacher .class__service {
        padding-right: 0
    }
}

@media only screen and (max-width:575px) {
    .page-class-details .class__thumb .courses__type {
        padding: 0 10px
    }

    .page-class-details .class__thumb .courses__meta {
        padding: 0 43px
    }

    .class-details-inner {
        padding: 40px 20px
    }

    .page-class-details .courses__inner h2 {
        font-size: 30px;
        line-height: 43px
    }

    .teacher .class__service li {
        flex-basis: 45%
    }
}

@media only screen and (max-width:420px) {
    .page-class-details .class__thumb .courses__type {
        flex-wrap: wrap
    }

    .page-class-details .courses__inner ul {
        flex-wrap: wrap
    }

    .page-class-details .class__nav a {
        flex-basis: 100%;
        margin-bottom: 8px
    }
}

.wrapper {
    position: relative
}

.accountbox-wrapper,
.login-wrapper {
    z-index: -9991;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: fixed;
    overflow: hidden;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    visibility: hidden
}

.accountbox-wrapper.is-visible,
.login-wrapper.is-visible {
    visibility: visible;
    opacity: 1;
    z-index: 9991
}

.accountbox-wrapper .body-overlay,
.login-wrapper .body-overlay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -21;
    height: 100%;
    width: 100%;
    background: #15181c;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    cursor: url(images/icon/close.png), crosshair
}

.accountbox-wrapper.is-visible .accountbox,
.login-wrapper.is-visible .accountbox {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible
}

.accountbox-wrapper.is-visible .body-overlay,
.login-wrapper.is-visible .body-overlay {
    opacity: .85;
    visibility: visible;
    z-index: 21
}

.accountbox__inner {
    padding: 40px
}

.accountbox {
    background: #fff;
    position: absolute;
    z-index: 23;
    left: 50%;
    top: 50%;
    width: 460px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -120%);
    -moz-transform: translate(-50%, -120%);
    -ms-transform: translate(-50%, -120%);
    -o-transform: translate(-50%, -120%);
    transform: translate(-50%, -120%);
    -webkit-transition: transform .5s cubic-bezier(.38, .7, .66, .82) .3s;
    -moz-transition: transform .5s cubic-bezier(.38, .7, .66, .82) .3s;
    -ms-transition: transform .5s cubic-bezier(.38, .7, .66, .82) .3s;
    -o-transition: transform .5s cubic-bezier(.38, .7, .66, .82) .3s;
    transition: transform .5s cubic-bezier(.38, .7, .66, .82) .3s
}

.accountbox h4 {
    color: #ffb606;
    font-family: Dosis, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 42px
}

.accountbox .single-input {
    margin-top: 25px
}

.accountbox .single-input input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eee;
    color: #959595;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 42px;
    padding: 0 20px;
    width: 100%
}

.accountbox .single-input input:focus {
    border-color: #89d700
}

.accountbox .single-input input::placeholder {
    color: #959595 !important;
    opacity: 1
}

.accountbox .single-input input::-moz-placeholder {
    color: #959595 !important;
    opacity: 1
}

.accountbox .single-input button.sign__btn {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eee;
    color: #959595;
    height: 40px;
    margin-top: 15px;
    padding: 0 20px;
    transition: all .3s ease 0s
}

.accountbox .single-input button.sign__btn:hover {
    background: #89d700;
    border: 1px solid #89d700;
    color: #fff
}

.accountbox-login__others {
    margin-top: 25px
}

.accountbox-login__others h6 {
    background: #fff none repeat scroll 0 0;
    color: #959595;
    display: inline-block;
    font-family: Dosis, sans-serif;
    font-size: 14px;
    margin-bottom: 25px;
    padding: 0 10px;
    position: relative
}

.accountbox-login__others h6::before {
    background: #ddd none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 180px;
    z-index: -1
}

.accountbox h3 {
    background: #ffb606 none repeat scroll 0 0;
    border-top: 1px solid #999;
    color: #fff;
    font-family: Dosis, sans-serif;
    font-size: 14px;
    padding: 13px 0;
    text-align: center
}

.accountbox-login__others .dacre__social__link li a span {
    color: #fff
}

.accountbox-close-button {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: 0 0;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    color: #333;
    position: absolute;
    right: 4px;
    top: 6px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.accountbox-close-button:hover {
    opacity: .9;
    color: #89d700
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .accountbox-wrapper,
    .login-wrapper {
        overflow-x: hidden;
        overflow-y: scroll
    }

    .accountbox-wrapper .accountbox,
    .login-wrapper .accountbox {
        top: 50px
    }

    .accountbox-wrapper .accountbox .accountbox-close-button,
    .login-wrapper .accountbox .accountbox-close-button {
        left: auto;
        right: 0
    }

    .accountbox-wrapper.is-visible .accountbox,
    .login-wrapper.is-visible .accountbox {
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@media only screen and (max-width:767px) {

    .accountbox-wrapper,
    .login-wrapper {
        overflow-x: hidden;
        overflow-y: scroll
    }

    .accountbox-wrapper .accountbox,
    .login-wrapper .accountbox {
        top: 50px;
        width: calc(100% - 60px);
        -webkit-transform: translate(-50%, -120%);
        -moz-transform: translate(-50%, -120%);
        -ms-transform: translate(-50%, -120%);
        -o-transform: translate(-50%, -120%);
        transform: translate(-50%, -120%);
        left: 50%
    }

    .accountbox-wrapper .accountbox.is-visible,
    .login-wrapper .accountbox.is-visible {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .accountbox-wrapper.is-visible .accountbox,
    .login-wrapper.is-visible .accountbox {
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@media only screen and (max-width:575px) {

    .accountbox-wrapper,
    .login-wrapper {
        overflow-x: hidden;
        overflow-y: scroll
    }

    .accountbox-wrapper .accountbox,
    .login-wrapper .accountbox {
        padding: 45px 30px;
        padding-right: 30px;
        top: 50px;
        width: calc(100% - 60px);
        -webkit-transform: translate(-50%, -120%);
        -moz-transform: translate(-50%, -120%);
        -ms-transform: translate(-50%, -120%);
        -o-transform: translate(-50%, -120%);
        transform: translate(-50%, -120%);
        left: 50%
    }

    .accountbox-wrapper .accountbox.is-visible,
    .login-wrapper .accountbox.is-visible {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .accountbox-wrapper.is-visible .accountbox,
    .login-wrapper.is-visible .accountbox {
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@media only screen and (max-width:575px) {

    .accountbox-wrapper .accountbox,
    .login-wrapper .accountbox {
        padding: 0
    }

    .accountbox .single-input {
        margin-top: 9px
    }

    .accountbox-login__others {
        margin-top: 10px
    }

    .accountbox h4 {
        font-size: 15px;
        margin-bottom: 15px
    }
}

.single-accordion {
    margin-bottom: 30px
}

.mb--20 {
    margin-bottom: 20px
}

input[type=submit] {
    cursor: pointer
}

.single-accordion {
    margin-bottom: 30px
}

.order-details .dcare__btn {
    border: 0 none
}

.accordion-head {
    background-color: #89d700;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    height: 47px;
    line-height: 49px;
    padding: 0 12px 0 28px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    font-family: Roboto, sans-serif
}

.accordion-head:focus,
.accordion-head:hover {
    color: #fff
}

.accordion-head.collapsed {
    background-color: #f1f2f3;
    color: #333
}

.accordion-head.collapsed:focus {
    color: #333
}

.accordion-head.collapsed:hover {
    color: #89d700
}

.accordion-body {
    overflow: hidden;
    padding: 30px;
    border: 1px solid #eee;
    border-top: none
}

.checkout-method-list {
    float: left;
    margin-bottom: 15px;
    width: 100%;
    padding-left: 0;
    list-style: none
}

.checkout-method-list li {
    display: block;
    text-transform: capitalize;
    cursor: pointer;
    float: left;
    margin-right: 30px
}

.checkout-method-list li::before {
    content: "\f192";
    font-family: Fontawesome;
    float: left;
    line-height: 24px;
    padding-left: 1px;
    margin-right: 10px;
    font-size: 16px
}

.checkout-method-list li.active::before {
    color: #89d700
}

.shipping-method h5 {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 700;
    font-style: italic
}

.shipping-method p span {
    font-weight: 700;
    color: #333;
    text-transform: capitalize;
    margin-right: 10px
}

.payment-method-list {
    float: left;
    width: 100%;
    padding-left: 0;
    list-style: none
}

.payment-method-list li {
    display: block;
    text-transform: capitalize;
    cursor: pointer;
    float: left;
    margin-right: 30px
}

.payment-method-list li::before {
    content: "\f192";
    font-family: Fontawesome;
    float: left;
    line-height: 24px;
    padding-left: 1px;
    margin-right: 10px;
    font-size: 16px
}

.payment-method-list li.active::before {
    color: #89d700
}

.shipping-form-toggle {
    display: inline-block;
    text-transform: capitalize;
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    border: none;
    margin-bottom: 20px
}

.shipping-form-toggle::before {
    content: "\f192";
    font-family: Fontawesome;
    float: left;
    line-height: 24px;
    padding-left: 1px;
    margin-right: 10px;
    font-size: 16px
}

.shipping-form-toggle.active::before {
    color: #89d700
}

.checkout-login-form {
    float: left;
    width: 100%
}

.checkout-login-form .input-box input {
    width: 100%;
    border: 1px solid #ededed;
    background-color: #fff;
    height: 40px;
    line-height: 24px;
    padding: 7px 15px;
    color: #666;
    font-size: 15px;
    float: left
}

.checkout-login-form .input-box input[type=submit] {
    width: 120px;
    margin-right: 0;
    background-color: #89d700;
    padding: 8px 15px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    border-radius: 50px
}

.checkout-login-form .input-box input[type=submit]:hover {
    background-color: #79be00
}

.checkout-register-form {
    display: none;
    float: left;
    width: 100%
}

.checkout-register-form .input-box input {
    width: 100%;
    border: 1px solid #ededed;
    background-color: #fff;
    height: 40px;
    line-height: 24px;
    padding: 7px 15px;
    color: #666;
    font-size: 15px;
    float: left
}

.checkout-register-form .input-box input[type=submit] {
    width: 120px;
    margin-right: 0;
    background-color: #89d700;
    padding: 8px 15px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    border-radius: 50px
}

.checkout-register-form .input-box input[type=submit]:hover {
    background-color: #79be00
}

.checkout-form {
    float: left;
    width: 100%
}

.checkout-form.shipping-form {
    display: none
}

.checkout-form input {
    width: 100%;
    border: 1px solid #ededed;
    background-color: #fff;
    height: 40px;
    line-height: 24px;
    padding: 7px 15px;
    color: #666;
    font-size: 15px;
    float: left
}

.checkout-form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(0, 0, 0, 0) url(images/icons/select-arrow-down-2.png) no-repeat scroll right 5px center;
    width: 100%;
    border: 1px solid #ededed;
    background-color: #fff;
    height: 40px;
    line-height: 24px;
    padding: 7px 15px;
    color: #666;
    font-size: 15px;
    float: left
}

.checkout-form select option {
    padding: 5px 15px
}

.checkout-form textarea {
    width: 100%;
    border: 1px solid #ededed;
    background-color: #fff;
    height: 120px;
    line-height: 24px;
    padding: 7px 15px;
    color: #666;
    font-size: 15px;
    float: left
}

.payment-form {
    float: left;
    width: 100%;
    display: none
}

.payment-form label {
    display: block;
    font-size: 15px
}

.payment-form input {
    width: 100%;
    border: 1px solid #ededed;
    background-color: #fff;
    height: 40px;
    line-height: 24px;
    padding: 7px 15px;
    color: #666;
    font-size: 15px;
    float: left
}

.payment-form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(0, 0, 0, 0) url(images/icons/select-arrow-down-2.png) no-repeat scroll right 5px center;
    width: 100%;
    border: 1px solid #ededed;
    background-color: #fff;
    height: 40px;
    line-height: 24px;
    padding: 7px 15px;
    color: #666;
    font-size: 15px;
    float: left
}

.payment-form select option {
    padding: 5px 15px
}

.payment-form a {
    color: #89d700;
    font-size: 15px;
    margin-top: 5px
}

.order-details-wrapper h2 {
    background: #89d700;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    padding: 0 12px 0 28px;
    text-transform: uppercase;
    width: 100%;
    margin: 0
}

.order-details {
    background-color: #f1f2f3;
    padding: 10px 0;
    text-align: left;
    float: left;
    width: 100%
}

.order-details ul {
    padding-left: 0;
    list-style: none
}

.order-details ul li {
    border-bottom: 1px solid #e9e9e9;
    display: block;
    float: left;
    padding: 16px 28px;
    text-align: left;
    width: 100%
}

.order-details ul li:last-child {
    border-bottom: 0 solid transparent
}

.order-details ul li p {
    color: #606060;
    display: block;
    margin: 0;
    width: 60%;
    float: left
}

.order-details ul li p:last-child {
    width: 40%
}

.order-details ul li p.strong {
    color: #303030;
    font-weight: 600;
    text-transform: uppercase
}

.order-details ul li p input {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 3px
}

.order-details ul li p label {
    color: #606060;
    display: block;
    float: left;
    font-weight: 300;
    margin: 0;
    overflow: hidden;
    line-height: 20px
}

.car-header-title h2 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase
}

.table-content table {
    background: #fff none repeat scroll 0 0;
    border-color: #eaeaea;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%
}

.table-content table th {
    border-top: medium none;
    font-weight: 700;
    padding: 20px 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap
}

.table-content table td,
.table-content table th {
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea
}

.table-content table td {
    border-top: medium none;
    font-size: 13px;
    padding: 20px 10px;
    text-align: center;
    vertical-align: middle
}

.table-content table td input {
    background: #e5e5e5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #6f6f6f;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
    padding: 0 5px 0 10px;
    width: 60px
}

.table-content table td.product-subtotal {
    font-size: 14px;
    font-weight: 700;
    width: 120px;
    color: #777
}

.table-content table td.product-name a {
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
    color: #6f6f6f
}

.table-content table td.product-name {
    width: 270px
}

.table-content table td.product-thumbnail {
    width: 130px
}

.table-content table td.product-remove i {
    color: #919191;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px
}

.table-content table .product-price .amount {
    font-size: 15px;
    font-weight: 700;
    color: #777
}

.table-content table td.product-remove i:hover {
    color: #252525
}

.table-content table td.product-quantity {
    width: 180px
}

.table-content table td.product-remove {
    width: 150px
}

.table-content table td.product-price {
    width: 130px
}

.table-content table td.product-name a:hover {
    color: #89d700
}

.cart_totals table tr.order-total .amount,
.cart_totals table tr.order-total th {
    font-size: 20px;
    text-transform: uppercase;
    white-space: nowrap
}

.owl-theme .owl-controls .owl-page span {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    border-radius: 100%;
    display: block;
    height: 13px;
    margin: 3px;
    width: 13px;
    transition: .3s
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    border: 2px solid #c1c1c1
}

.product-thumbnail a img {
    width: 100%
}

.table-content table .title-top th {
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent
}

.cartbox__btn {
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding: 40px
}

.cart__btn__list li a {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    font-family: Dosis, sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding: 0 26px;
    text-transform: capitalize;
    transition: all .3s ease 0s
}

.cart__btn__list li a:hover {
    background: #89d700 none repeat scroll 0 0;
    color: #fff
}

.cartbox-total {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 0 40px
}

.cartbox__total__area {
    margin-top: 90px
}

.cart__total__amount {
    background: #89d700 none repeat scroll 0 0;
    display: flex;
    height: 60px;
    justify-content: space-between;
    line-height: 60px;
    padding: 0 40px
}

.cart__total__list li {
    color: #444;
    font-family: Dosis, sans-serif;
    font-size: 18px;
    height: 60px;
    line-height: 60px
}

.cart__total__tk li {
    color: #444;
    font-size: 18px;
    font-weight: 700;
    height: 60px;
    line-height: 60px
}

.cart__total__amount span {
    color: #fff;
    font-size: 18px
}

.wishlist-table table {
    background: #fff none repeat scroll 0 0;
    border-color: #c1c1c1;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    width: 100%
}

.wishlist-table table th {
    font-weight: 600
}

.wishlist-table table td,
.wishlist-table table th {
    border-bottom: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    font-size: 14px;
    padding: 15px 10px;
    text-align: center;
    color: #767676
}

.wishlist-table table .product-remove {
    padding: 0 15px;
    width: 20px
}

.table-content table .product-remove>a,
.wishlist-table table .product-remove>a {
    font-size: 25px
}

.wishlist-table table .product-thumbnail {
    width: 150px
}

.wishlist-table table td.product-price .amount {
    font-weight: 700
}

.wishlist-table table .wishlist-in-stock {
    color: #767676
}

.wishlist-table table .product-add-to-cart>a {
    background: #252525 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 10px 56px;
    text-transform: uppercase;
    width: 260px
}

.wishlist-table table .product-add-to-cart>a:hover {
    background: #89d700;
    color: #fff
}

.wishlist-table table .product-add-to-cart {
    width: 240px
}

.wishlist-share {
    margin-bottom: 35px;
    margin-top: 20px
}

.wishlist-share .social-icon ul {
    margin-top: 10px
}

.gallery__inner h2 {
    font-size: 36px;
    margin-bottom: 23px;
    margin-top: 30px;
    text-transform: capitalize;
    font-family: Dosis, sans-serif
}

.gallery__inner p {
    color: #777;
    line-height: 23px
}

.gallery__new {
    display: flex;
    margin-bottom: 31px;
    margin-top: 38px
}

.gallery__list li a {
    color: #777;
    display: block;
    padding-right: 11%;
    position: relative
}

.gallery__list {
    flex-basis: 45%
}

.gallery__sm__thumb {
    flex-basis: 55%
}

.gallery__sm__thumb img {
    width: 100%
}

.gallery__list li {
    padding-left: 20px;
    position: relative
}

.gallery__list li+li {
    padding-top: 13px
}

.gallery__list li::before {
    background: #646464 none repeat scroll 0 0;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 53%;
    transform: rotate(137deg);
    width: 8px
}

.gallery__details__wrapper p {
    line-height: 23px
}

.gallery__details__wrapper h4 {
    color: #444;
    font-family: Dosis, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 50px;
    text-transform: uppercase
}

.gallery__share {
    align-items: center;
    display: flex;
    margin-top: 30px
}

.gallery__share span {
    color: #959595;
    display: inline-block;
    font-size: 16px;
    padding-right: 19px;
    text-transform: capitalize
}

.gallery__inner img {
    width: 100%
}

.gallery__details__wrapper.with--rightbar {
    padding-right: 50px
}

@media only screen and (max-width:767px) {
    .gallery__new {
        flex-wrap: wrap
    }

    .gallery__sm__thumb {
        flex-basis: 100%
    }

    .gallery__list {
        flex-basis: 100%;
        margin-bottom: 20px
    }

    .gallery__list li a {
        padding-right: 4%
    }
}

@media only screen and (max-width:575px) {
    .gallery__inner h2 {
        font-size: 25px
    }

    .gallery__details__wrapper.with--rightbar {
        padding-right: 0
    }

    .gallery__list li a {
        padding-right: 0
    }
}

.service a,
.service p {
    color: #fff !important
}

.bod-col:nth-child(2n+1) {
    clear: both
}

.bod-col {
    margin-bottom: 160px
}

.bod-image,
.bod-item {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.bod-item {
    box-shadow: 0 0 5px 0 #ddd;
    background: #fff;
    padding: 10px 10px 40px
}

.position-initial a {
    position: initial
}

.bod-item a {
    display: block;
    position: relative;
    text-align: center;
    color: #444
}

.bod-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin: -110px auto 0;
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: 0 0 9px 5px #e6e6e6c9;
    border: 6px solid #fff;
    background-color: #fff
}

.bod-content {
    padding: 100px 0 20px;
    text-align: center
}

.bod-item h4 {
    font-size: 1.2em;
    margin: 12px 0 0;
    text-transform: uppercase
}

.bod-item h5 {
    margin: 10px 0;
    font-size: 1.1em;
    text-transform: capitalize
}

.table-bordered {
    border: 1px solid #ddd
}

.table-col table thead {
    background: #697ea4
}

.table-col table tbody tr td,
.table-col table tbody tr th,
.table-col table thead tr td h4,
.table-col table thead tr th {
    padding: 10px;
    font-size: 14px
}

.table-col thead tr th {
    color: #fff
}

table thead tr th {
    font-weight: 700;
    color: #000;
    font-size: 1.2em
}

table tbody tr td {
    font-size: 1.2em;
    text-align: left;
    vertical-align: middle !important
}

.bod-item span.read-less a,
.bod-item span.read-more a {
    padding: 0;
    margin: 0
}

.bod-item span.read-less,
.bod-item span.read-more {
    background-color: transparent !important;
    color: #fff;
    padding: 0;
    border-radius: 0;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    border: 0;
    width: 150px;
    display: block;
    margin: 15px auto 0
}

.nicdark_navigation {
    border-bottom: 1px solid #ddd
}

.class__list .courses__inner .courses__wrap .courses__content h4 a {
    color: #444
}

.pd-right-0 {
    padding-right: 0 !important;
    padding-left: 10px !important
}

.pd-left-0 {
    padding-left: 0 !important;
    padding-right: 10px !important
}

.slide__carosel.owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin-top: 140px
}

.main-links a {
    box-shadow: 0 4px 0 0 #353b3d;
    font-family: Raleway, sans-serif !important;
    padding: 5px 10px;
    font-size: 15px;
    color: #fff;
    margin: 10px;
    display: inline-block;
    border-radius: 5px 5px 5px 5px;
    background-color: #404547;
    text-decoration: none
}

.main-links a:active,
.main-links a:focus,
.main-links a:hover {
    background-color: #1e3a57;
    box-shadow: 0 4px 0 0 #15283c;
    color: #fff;
    text-decoration: none
}

table p {
    margin-bottom: 0 !important
}

a {
    text-decoration: none !important
}

.nicdark_menu>li:nth-child(5)>a:active,
.nicdark_menu>li:nth-child(5)>a:focus,
.nicdark_menu>li:nth-child(5)>a:hover {
    color: #68b9d8
}

.nicdark_menu>li:nth-child(4)>a:active,
.nicdark_menu>li:nth-child(4)>a:focus,
.nicdark_menu>li:nth-child(4)>a:hover {
    color: #ff5d52
}

.nicdark_menu>li:nth-child(3)>a:active,
.nicdark_menu>li:nth-child(3)>a:focus,
.nicdark_menu>li:nth-child(3)>a:hover {
    color: #ffc10d
}

.nicdark_menu>li:nth-child(2)>a:active,
.nicdark_menu>li:nth-child(2)>a:focus,
.nicdark_menu>li:nth-child(2)>a:hover {
    color: #b1c642
}

.nicdark_menu>li:first-child>a:active,
.nicdark_menu>li:first-child>a:focus,
.nicdark_menu>li:first-child>a:hover {
    color: red
}

.vc_sep_line {
    background: #ff5020;
    height: 4px;
    display: block;
    position: relative;
    width: 50px;
    margin-bottom: 40px
}

.our-school-story h2 {
    font-weight: 600;
    font-size: 2.7em;
    margin-top: 0;
    padding-bottom: 18px;
    font-family: Dosis, sans-serif;
    color: #fff
}

.our-school-story h5 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: Dosis, sans-serif;
    margin-bottom: 10px
}

.our-school-story p {
    font-size: 1.1em;
    line-height: 170%;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px
}

.col-left-style {
    padding: 20px
}

.our-school-story span {
    color: #6f6f6f;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 32px;
    font-family: Dosis, sans-serif;
    letter-spacing: .5px;
    display: block;
    margin-bottom: 20px
}

.play-btn {
    display: inline-block;
    position: relative
}

.play-btn.is-play {
    background-color: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer
}

.play-btn.is-play .button-outer-circle {
    background: rgba(255, 255, 255);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%
}

.play-btn.is-play .button-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.play-btn.is-play .button-icon .triangle {
    -webkit-animation: fadeIn 7s ease;
    animation: fadeIn 7s ease
}

.play-btn.is-play .button-icon .path {
    stroke-dasharray: 90;
    stroke-dashoffset: 0;
    -webkit-animation: triangleStroke 2s;
    animation: triangleStroke 2s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

.has-scale-animation {
    -webkit-animation: smallScale 2s infinite;
    animation: smallScale 2s infinite
}

.has-delay-short {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes triangleStroke {
    from {
        stroke-dashoffset: 90
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes triangleStroke {
    from {
        stroke-dashoffset: 90
    }

    to {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes smallScale {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes smallScale {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

.modal-header button.close span {
    margin-top: -6px;
    display: block
}

.modal-header button.close {
    padding: 0;
    margin: 0;
    text-shadow: none;
    color: #fff;
    opacity: 1;
    font-weight: 700;
    font-size: 36px;
    border-radius: 100%;
    z-index: 9;
}

iframe {
    display: block
}

.title-style h2:before {
    left: 0;
    right: 0;
    margin: auto;
    filter: brightness(0) invert(1)
}

.title-style h2 {
    color: #fff !important
}

.comment-item {
    position: relative;
    padding-bottom: 20px
}

.comment-holder {
    background: #fff;
    border-radius: 30px 30px 0 0;
    padding: 20px 20px 100px;
    text-align: center
}

.comment-item blockquote {
    font-size: 16px;
    color: #fff;
    padding: 0;
    position: relative;
    letter-spacing: .25px;
    border-color: #a6c437;
    margin: 0;
    font-style: normal;
    text-align: left;
    line-height: 180%;
    font-family: Raleway, sans-serif
}

.bottom-separator {
    margin-top: -20px;
    padding-bottom: 20px;
    border-radius: 0 0 30px 30px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    overflow: hidden;
    display: block
}

.bottom-separator:after {
    box-shadow: 0 0 0 100px #fff;
    border-radius: 100%;
    position: absolute;
    height: 190px;
    content: '';
    right: -20%;
    left: -20%
}

.author-box {
    width: 134px;
    text-align: center;
    height: 134px;
    margin: auto;
    background-color: #fff;
    border-radius: 100%;
    font-weight: 700;
    padding: 49px 0;
    font-size: 1.5em;
    color: #8dbd11;
    margin-top: -90px;
    border: 1px solid #8ebe14;
    z-index: 1;
    position: relative
}

.color3 {
    color: #68b9d8;
    border: 1px solid #68b9d8
}

.color2 {
    color: #ff5d52;
    border: 1px solid #ff5d52
}

.color1 {
    color: #ffc10d;
    border: 1px solid #ffc10d
}

.comment-item blockquote b,
.comment-item blockquote strong {
    font-weight: 600
}

.jn__welcome__wrapper--2 .col-4:nth-child(3) .comment-holder {
    background: #68b9d8
}

.jn__welcome__wrapper--2 .col-4:nth-child(2) .comment-holder {
    background: #ff5d52
}

.jn__welcome__wrapper--2 .col-4:nth-child(1) .comment-holder {
    background: #ffc10d
}

.jn__welcome__wrapper--2 .col-4:nth-child(1) .bottom-separator:after {
    box-shadow: 0 0 0 100px #ffc10d
}

.jn__welcome__wrapper--2 .col-4:nth-child(2) .bottom-separator:after {
    box-shadow: 0 0 0 100px #ff5d52
}

.jn__welcome__wrapper--2 .col-4:nth-child(3) .bottom-separator:after {
    box-shadow: 0 0 0 100px #68b9d8
}

.our-school-story img {
    width: 100%
}

.ba_div {
    padding-bottom: 0
}

.ht__bradcaump__container img,
.ht__bradcaump__container img.banner_image {
    max-width: 100%;
    width: 100%
}

.ht__bradcaump__container .bradcaump-inner img {
    width: initial
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

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

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

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

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

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

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

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

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

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

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

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

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

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

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

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

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

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

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

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

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

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

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

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

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

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

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

.slide__carosel .owl-nav div {
    height: 65px;
    left: -80px;
    line-height: 65px;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s ease 0s;
    width: 65px;
    padding: 0 !important;
    text-align: center !important
}

.slide__carosel .owl-nav div.owl-next {
    left: auto;
    right: -80px
}

.slide__carosel:hover .owl-nav div {
    left: 20px
}

.slide__carosel:hover .owl-nav div.owl-next {
    left: auto;
    right: 20px
}

.slide__carosel.owl-theme .owl-nav [class*=owl-] {
    background: rgba(0, 0, 0, .1);
    border-radius: 100%;
    color: #fff;
    cursor: pointer
}

.slide__carosel.owl-theme .owl-nav [class*=owl-] {
    font-size: 24px
}

.slide__carosel.owl-theme .owl-nav .disabled {
    opacity: 1
}

.slide__carosel.owl-theme .owl-nav [class*=owl-]:hover {
    background: #89d700 none repeat scroll 0 0
}

.slide__carosel .slide__inner h1 {
    animation-delay: .4s;
    animation-duration: 1s
}

.slide__carosel .slide__inner .slider__text h2,
.slide__carosel .slide__inner h4,
.slide__carosel .slide__inner h6 {
    animation-delay: 1s;
    animation-duration: 1s
}

.slide__carosel .slide__inner .slider__text h2 {
    animation-delay: 1s;
    animation-duration: 1s
}

.slide__carosel .slide__inner h6 {
    animation-delay: .4s;
    animation-duration: .4s
}

.slide__carosel .slide__inner p {
    animation-delay: 1.2s;
    animation-duration: 1.2s
}

.slide__carosel .slider__btn .dcare__btn {
    animation-delay: 1.5s;
    animation-duration: 1s
}

.slide__carosel .slide__inner .slider__text h2,
.slide__carosel .slide__inner h1,
.slide__carosel .slide__inner h4,
.slide__carosel .slide__inner h6,
.slide__carosel .slide__inner p,
.slide__carosel .slider__btn .dcare__btn,
.slider__btm__img-1,
.slider__btm__img-2 {
    animation-fill-mode: both;
    animation-name: fadeOut
}

.slider__btm__img-1 {
    animation-delay: 1.2s;
    animation-duration: 1.2s
}

.slider__btm__img-2 {
    animation-delay: 1.5s;
    animation-duration: 1s
}

.slide__carosel .owl-item.active .slider__btm__img-1 {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.slide__carosel .owl-item.active .slider__btm__img-2 {
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.slide__carosel .owl-item.active .slide__inner h1 {
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.slide__carosel .owl-item.active .slider__text h2 {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

.slide__carosel .owl-item.active .slide__inner h6,
.slide__carosel .owl-item.active .slider__btn .dcare__btn,
.slide__carosel .owl-item.active .slider__text h4 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.slide__carosel .owl-item.active .slide__inner h4,
.slide__carosel .owl-item.active .slide__inner h6,
.slide__carosel .owl-item.active .slide__inner p {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.slide__carosel .owl-item.active .slider__btn .dcare__btn {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .slider--five .slide .slide__inner p {
        width: 90%
    }

    .slider__btm__img-1 {
        width: 448px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .fullscreen {
        min-height: 70vh
    }

    .slider--three .slide .slide__inner h1 {
        font-size: 67px
    }

    .slider--five .slide .slide__inner p {
        width: 93%
    }

    .slider__btm__img-1 {
        width: 351px
    }
}

@media only screen and (max-width:767px) {
    .slide .slide__inner h1 {
        font-size: 59px
    }

    .fullscreen {
        min-height: 70vh
    }

    .slider--three .slide .slide__inner h1 {
        font-size: 52px
    }

    .fixed--height {
        height: auto;
        padding: 100px 0
    }

    .slider--three .slide .slide__inner .slider__btn {
        margin-top: 17px
    }

    .slider--three .slide .slide__inner h4 {
        margin-bottom: 12px;
        margin-top: 0
    }

    .slider--four .slide .slide__inner h1 {
        font-size: 54px;
        line-height: 62px
    }

    .slider--four .slide .slide__inner p {
        width: 80%
    }

    .slider--four .slide .slide__inner .slider__btn {
        margin-top: 32px
    }

    .slider--five .slide .slide__inner p {
        width: 100%
    }

    .slider--five .slide .slide__inner h1 {
        font-size: 40px;
        margin-bottom: 18px;
        padding: 0
    }

    .slider__btm__img-1 {
        display: none
    }

    .slider__btm__img-2 {
        display: none
    }

    .slider--five.slider__fixed--height,
    .slider--four.slider__fixed--height,
    .slider--two.slider__fixed--height {
        height: auto;
        padding: 0;
    }
}

@media only screen and (max-width:575px) {
    .slide .slide__inner h1 {
        font-size: 48px
    }

    .fullscreen {
        min-height: auto;
        padding: 100px 0
    }

    .slider--three .slide .slide__inner h1 {
        font-size: 39px
    }

    .slider--four .slide .slide__inner h1 {
        font-size: 41px
    }

    .slider--four .slide .slide__inner p {
        width: 100%
    }
}

@media only screen and (max-width:420px) {
    .slide .slide__inner h1 {
        font-size: 30px
    }

    .slide .slide__inner .slider__text h2 {
        font-size: 30px
    }

    .slider--two .slide .slide__inner h1 {
        font-size: 30px;
        line-height: 39px
    }

    .slider--three .slide .slide__inner h1 {
        font-size: 38px;
        line-height: 40px
    }

    .slider--three .slide .slide__inner h1 {
        line-height: 57px;
        font-size: 30px
    }

    .slider--three .slide .slide__inner h4 {
        font-size: 38px;
        line-height: 53px
    }

    .slider--four .slide .slide__inner h1 {
        font-size: 31px;
        line-height: 49px
    }

    .slider--five .slide .slide__inner h1 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 0
    }
}

.slide__carosel .slider__btn .dcare__btn {
    animation-delay: 1.5s;
    animation-duration: 1s
}

.dcare__btn.black__btn {
    color: #fff
}

.dcare__btn.max__height-btn {
    height: 54px;
    line-height: 52px;
    padding: 0 26px
}

.dcare__btn {
    transform: perspective(1px) translateZ(0);
    transition-duration: .3s;
    background: #fe5629 none repeat scroll 0 0;
    box-shadow: 0 0 1px transparent;
    transform: perspective(1px) translateZ(0);
    transition-duration: .5s;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    padding: 0 24px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    z-index: 2
}

.dcare__btn.black__btn::before {
    background: #444 none repeat scroll 0 0
}

.dcare__btn::before {
    background: #89d700 none repeat scroll 0 0;
    border-radius: 25%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(2);
    transform-origin: 50% 50% 0;
    transition-duration: .5s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1
}

.slider--two .slide .slide__inner h1 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #444;
    font-family: Dosis, sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 55px;
    margin-bottom: 25px;
    padding: 0
}

.slider--two .slide .slide__inner h6 {
    color: #5f9bc5;
    font-family: Dosis, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase
}

.slider--two .slide .slide__inner p {
    color: #777;
    line-height: 23px
}

.slider--two .slide .slide__inner .slider__btn {
    margin-top: 47px
}

.slider--two.slider__fixed--height {
    height: 770px
}

[data-aos][data-aos][data-aos-duration='50'],
body[data-aos-duration='50'] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay='50'],
body[data-aos-delay='50'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='50'].aos-animate,
body[data-aos-delay='50'] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration='100'],
body[data-aos-duration='100'] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay='100'],
body[data-aos-delay='100'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='100'].aos-animate,
body[data-aos-delay='100'] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration='150'],
body[data-aos-duration='150'] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay='150'],
body[data-aos-delay='150'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='150'].aos-animate,
body[data-aos-delay='150'] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration='200'],
body[data-aos-duration='200'] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay='200'],
body[data-aos-delay='200'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='200'].aos-animate,
body[data-aos-delay='200'] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration='250'],
body[data-aos-duration='250'] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay='250'],
body[data-aos-delay='250'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='250'].aos-animate,
body[data-aos-delay='250'] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration='300'],
body[data-aos-duration='300'] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay='300'],
body[data-aos-delay='300'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='300'].aos-animate,
body[data-aos-delay='300'] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration='350'],
body[data-aos-duration='350'] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay='350'],
body[data-aos-delay='350'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='350'].aos-animate,
body[data-aos-delay='350'] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration='400'],
body[data-aos-duration='400'] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay='400'],
body[data-aos-delay='400'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='400'].aos-animate,
body[data-aos-delay='400'] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration='450'],
body[data-aos-duration='450'] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay='450'],
body[data-aos-delay='450'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='450'].aos-animate,
body[data-aos-delay='450'] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration='500'],
body[data-aos-duration='500'] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay='500'],
body[data-aos-delay='500'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='500'].aos-animate,
body[data-aos-delay='500'] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration='550'],
body[data-aos-duration='550'] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay='550'],
body[data-aos-delay='550'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='550'].aos-animate,
body[data-aos-delay='550'] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration='600'],
body[data-aos-duration='600'] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay='600'],
body[data-aos-delay='600'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='600'].aos-animate,
body[data-aos-delay='600'] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration='650'],
body[data-aos-duration='650'] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay='650'],
body[data-aos-delay='650'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='650'].aos-animate,
body[data-aos-delay='650'] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration='700'],
body[data-aos-duration='700'] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay='700'],
body[data-aos-delay='700'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='700'].aos-animate,
body[data-aos-delay='700'] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration='750'],
body[data-aos-duration='750'] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay='750'],
body[data-aos-delay='750'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='750'].aos-animate,
body[data-aos-delay='750'] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration='800'],
body[data-aos-duration='800'] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay='800'],
body[data-aos-delay='800'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='800'].aos-animate,
body[data-aos-delay='800'] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration='850'],
body[data-aos-duration='850'] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay='850'],
body[data-aos-delay='850'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='850'].aos-animate,
body[data-aos-delay='850'] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration='900'],
body[data-aos-duration='900'] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay='900'],
body[data-aos-delay='900'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='900'].aos-animate,
body[data-aos-delay='900'] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration='950'],
body[data-aos-duration='950'] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay='950'],
body[data-aos-delay='950'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='950'].aos-animate,
body[data-aos-delay='950'] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration='1000'],
body[data-aos-duration='1000'] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay='1000'],
body[data-aos-delay='1000'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='1000'].aos-animate,
body[data-aos-delay='1000'] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration='1050'],
body[data-aos-duration='1050'] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay='1050'],
body[data-aos-delay='1050'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='1050'].aos-animate,
body[data-aos-delay='1050'] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration='1100'],
body[data-aos-duration='1100'] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay='1100'],
body[data-aos-delay='1100'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='1100'].aos-animate,
body[data-aos-delay='1100'] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration='1150'],
body[data-aos-duration='1150'] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay='1150'],
body[data-aos-delay='1150'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='1150'].aos-animate,
body[data-aos-delay='1150'] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration='1200'],
body[data-aos-duration='1200'] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay='1200'],
body[data-aos-delay='1200'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='1200'].aos-animate,
body[data-aos-delay='1200'] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration='1250'],
body[data-aos-duration='1250'] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay='1250'],
body[data-aos-delay='1250'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='1250'].aos-animate,
body[data-aos-delay='1250'] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration='1300'],
body[data-aos-duration='1300'] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay='1300'],
body[data-aos-delay='1300'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='1300'].aos-animate,
body[data-aos-delay='1300'] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration='1350'],
body[data-aos-duration='1350'] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay='1350'],
body[data-aos-delay='1350'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='1350'].aos-animate,
body[data-aos-delay='1350'] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration='1400'],
body[data-aos-duration='1400'] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay='1400'],
body[data-aos-delay='1400'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='1400'].aos-animate,
body[data-aos-delay='1400'] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration='1450'],
body[data-aos-duration='1450'] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay='1450'],
body[data-aos-delay='1450'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='1450'].aos-animate,
body[data-aos-delay='1450'] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration='1500'],
body[data-aos-duration='1500'] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay='1500'],
body[data-aos-delay='1500'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='1500'].aos-animate,
body[data-aos-delay='1500'] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration='1550'],
body[data-aos-duration='1550'] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay='1550'],
body[data-aos-delay='1550'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='1550'].aos-animate,
body[data-aos-delay='1550'] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration='1600'],
body[data-aos-duration='1600'] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay='1600'],
body[data-aos-delay='1600'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='1600'].aos-animate,
body[data-aos-delay='1600'] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration='1650'],
body[data-aos-duration='1650'] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay='1650'],
body[data-aos-delay='1650'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='1650'].aos-animate,
body[data-aos-delay='1650'] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration='1700'],
body[data-aos-duration='1700'] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay='1700'],
body[data-aos-delay='1700'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='1700'].aos-animate,
body[data-aos-delay='1700'] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration='1750'],
body[data-aos-duration='1750'] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay='1750'],
body[data-aos-delay='1750'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='1750'].aos-animate,
body[data-aos-delay='1750'] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration='1800'],
body[data-aos-duration='1800'] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay='1800'],
body[data-aos-delay='1800'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='1800'].aos-animate,
body[data-aos-delay='1800'] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration='1850'],
body[data-aos-duration='1850'] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay='1850'],
body[data-aos-delay='1850'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='1850'].aos-animate,
body[data-aos-delay='1850'] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration='1900'],
body[data-aos-duration='1900'] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay='1900'],
body[data-aos-delay='1900'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='1900'].aos-animate,
body[data-aos-delay='1900'] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration='1950'],
body[data-aos-duration='1950'] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay='1950'],
body[data-aos-delay='1950'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='1950'].aos-animate,
body[data-aos-delay='1950'] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration='2000'],
body[data-aos-duration='2000'] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay='2000'],
body[data-aos-delay='2000'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='2000'].aos-animate,
body[data-aos-delay='2000'] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration='2050'],
body[data-aos-duration='2050'] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay='2050'],
body[data-aos-delay='2050'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='2050'].aos-animate,
body[data-aos-delay='2050'] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration='2100'],
body[data-aos-duration='2100'] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay='2100'],
body[data-aos-delay='2100'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='2100'].aos-animate,
body[data-aos-delay='2100'] [data-aos].aos-animate {
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration='2150'],
body[data-aos-duration='2150'] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay='2150'],
body[data-aos-delay='2150'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='2150'].aos-animate,
body[data-aos-delay='2150'] [data-aos].aos-animate {
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration='2200'],
body[data-aos-duration='2200'] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay='2200'],
body[data-aos-delay='2200'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='2200'].aos-animate,
body[data-aos-delay='2200'] [data-aos].aos-animate {
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration='2250'],
body[data-aos-duration='2250'] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay='2250'],
body[data-aos-delay='2250'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='2250'].aos-animate,
body[data-aos-delay='2250'] [data-aos].aos-animate {
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration='2300'],
body[data-aos-duration='2300'] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay='2300'],
body[data-aos-delay='2300'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='2300'].aos-animate,
body[data-aos-delay='2300'] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration='2350'],
body[data-aos-duration='2350'] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay='2350'],
body[data-aos-delay='2350'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='2350'].aos-animate,
body[data-aos-delay='2350'] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration='2400'],
body[data-aos-duration='2400'] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay='2400'],
body[data-aos-delay='2400'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='2400'].aos-animate,
body[data-aos-delay='2400'] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration='2450'],
body[data-aos-duration='2450'] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay='2450'],
body[data-aos-delay='2450'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='2450'].aos-animate,
body[data-aos-delay='2450'] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration='2500'],
body[data-aos-duration='2500'] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay='2500'],
body[data-aos-delay='2500'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='2500'].aos-animate,
body[data-aos-delay='2500'] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration='2550'],
body[data-aos-duration='2550'] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay='2550'],
body[data-aos-delay='2550'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='2550'].aos-animate,
body[data-aos-delay='2550'] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration='2600'],
body[data-aos-duration='2600'] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay='2600'],
body[data-aos-delay='2600'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='2600'].aos-animate,
body[data-aos-delay='2600'] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration='2650'],
body[data-aos-duration='2650'] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay='2650'],
body[data-aos-delay='2650'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='2650'].aos-animate,
body[data-aos-delay='2650'] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration='2700'],
body[data-aos-duration='2700'] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay='2700'],
body[data-aos-delay='2700'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='2700'].aos-animate,
body[data-aos-delay='2700'] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration='2750'],
body[data-aos-duration='2750'] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay='2750'],
body[data-aos-delay='2750'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='2750'].aos-animate,
body[data-aos-delay='2750'] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration='2800'],
body[data-aos-duration='2800'] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay='2800'],
body[data-aos-delay='2800'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='2800'].aos-animate,
body[data-aos-delay='2800'] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration='2850'],
body[data-aos-duration='2850'] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay='2850'],
body[data-aos-delay='2850'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='2850'].aos-animate,
body[data-aos-delay='2850'] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration='2900'],
body[data-aos-duration='2900'] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay='2900'],
body[data-aos-delay='2900'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='2900'].aos-animate,
body[data-aos-delay='2900'] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration='2950'],
body[data-aos-duration='2950'] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay='2950'],
body[data-aos-delay='2950'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='2950'].aos-animate,
body[data-aos-delay='2950'] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration='3000'],
body[data-aos-duration='3000'] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay='3000'],
body[data-aos-delay='3000'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='3000'].aos-animate,
body[data-aos-delay='3000'] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translate(0)
}

[data-aos=fade-up] {
    transform: translateY(100px)
}

[data-aos=fade-down] {
    transform: translateY(-100px)
}

[data-aos=fade-right] {
    transform: translate(-100px)
}

[data-aos=fade-left] {
    transform: translate(100px)
}

[data-aos=fade-up-right] {
    transform: translate(-100px, 100px)
}

[data-aos=fade-up-left] {
    transform: translate(100px, 100px)
}

[data-aos=fade-down-right] {
    transform: translate(-100px, -100px)
}

[data-aos=fade-down-left] {
    transform: translate(100px, -100px)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate(0) scale(1)
}

[data-aos=zoom-in] {
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    transform: translateY(100px) scale(.6)
}

[data-aos=zoom-in-down] {
    transform: translateY(-100px) scale(.6)
}

[data-aos=zoom-in-right] {
    transform: translate(-100px) scale(.6)
}

[data-aos=zoom-in-left] {
    transform: translate(100px) scale(.6)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    transform: translateY(100px) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform: translateY(-100px) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform: translate(-100px) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform: translate(100px) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translate(0)
}

[data-aos=slide-up] {
    transform: translateY(100%)
}

[data-aos=slide-down] {
    transform: translateY(-100%)
}

[data-aos=slide-right] {
    transform: translateX(-100%)
}

[data-aos=slide-left] {
    transform: translateX(100%)
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

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

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

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

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

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

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

.slick-track:after {
    clear: both
}

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

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

[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
}

.slick-loading .slick-list {
    background: #fff url(http://www.skoolroom.in/404.shtml) center center no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(http://www.skoolroom.in/404.shtml);
    src: url(http://www.skoolroom.in/404.shtml#iefix) format('embedded-opentype'), url(http://www.skoolroom.in/404.shtml) format('woff'), url(http://www.skoolroom.in/404.shtml) format('truetype'), url(http://www.skoolroom.in/404.shtml#slick) format('svg')
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

/*.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
*/
.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: 'â†'
}

[dir=rtl] .slick-prev:before {
    content: 'â†’'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: 'â†’'
}

[dir=rtl] .slick-next:before {
    content: 'â†'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #868e96;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

*,
::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
}

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

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    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;
    font-family: 'Open Sans', sans-serif;
}

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

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

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: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

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
}

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

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #868e96;
    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
}

output {
    display: inline-block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    transition: all .2s ease-in-out;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #868e96
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f8f9fa;
    border-radius: .25rem
}

a>code {
    padding: 0;
    color: inherit;
    background-color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #212529
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:991px) {
    .container {
        max-width: 960px
    }

    .nicdark_navigation {
        position: relative;
    }

    .slowdown {
        margin-top: 0;
    }

    .no-js .owl-carousel,
    .owl-carousel.owl-loaded {
        clear: both;
    }

    .slide__carosel.owl-carousel.owl-theme.owl-loaded.owl-drag {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .bi_one {
        display: none;
    }

    .our-school-story {
        flex: 100% !important;
        max-width: inherit !important;
        margin: 0 !important;
    }

    .align_box {
        align-items: center;
    }
}

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

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

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

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

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

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

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

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

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

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

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

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

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

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

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

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

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

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

.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.333333%
}

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        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.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

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

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

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

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

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

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

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

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

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

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

    .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-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.333333%
    }

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        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.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

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

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

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

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

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

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

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

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

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

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

    .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-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.333333%
    }

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        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.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

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

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

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

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

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

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

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

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

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

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

    .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-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.333333%
    }

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        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.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

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

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

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

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

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

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

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

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

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

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

    .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-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.333333%
    }

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

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

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

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

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

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

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

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

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

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

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef
}

.table tbody+tbody {
    border-top: 2px solid #e9ecef
}

.table .table {
    background-color: #fff
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #e9ecef
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #e9ecef
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #dddfe2
}

.table-hover .table-secondary:hover {
    background-color: #cfd2d6
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #cfd2d6
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #e9ecef
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm.table-bordered {
        border: 0
    }
}

@media (max-width:767px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md.table-bordered {
        border: 0
    }
}

@media (max-width:991px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg.table-bordered {
        border: 0
    }
}

@media (max-width:1199px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #868e96;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #868e96;
    opacity: 1
}

.form-control::placeholder {
    color: #868e96;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.col-form-legend {
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    font-size: 1rem
}

.form-control-plaintext {
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.form-control-plaintext.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-plaintext.btn,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.form-control-plaintext.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

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

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .5rem
}

.form-check.disabled .form-check-label {
    color: #868e96
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}

.form-check-inline {
    display: inline-block;
    margin-right: .75rem
}

.form-check-inline .form-check-label {
    vertical-align: middle
}

.valid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, .8);
    border-radius: .2rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid+.form-check-label,
.was-validated .form-check-input:valid+.form-check-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-indicator,
.was-validated .custom-control-input:valid~.custom-control-indicator {
    background-color: rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid~.custom-control-description,
.was-validated .custom-control-input:valid~.custom-control-description {
    color: #28a745
}

.custom-file-input.is-valid~.custom-file-control,
.was-validated .custom-file-input:valid~.custom-file-control {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-control::before,
.was-validated .custom-file-input:valid~.custom-file-control::before {
    border-color: inherit
}

.custom-file-input.is-valid:focus,
.was-validated .custom-file-input:valid:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, .8);
    border-radius: .2rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid+.form-check-label,
.was-validated .form-check-input:invalid+.form-check-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-indicator,
.was-validated .custom-control-input:invalid~.custom-control-indicator {
    background-color: rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid~.custom-control-description,
.was-validated .custom-control-input:invalid~.custom-control-description {
    color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-control,
.was-validated .custom-file-input:invalid~.custom-file-control {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-control::before,
.was-validated .custom-file-input:invalid~.custom-file-control::before {
    border-color: inherit
}

.custom-file-input.is-invalid:focus,
.was-validated .custom-file-input:invalid:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0
    }

    .form-inline .form-check-label {
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0
    }

    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: .25rem;
        vertical-align: text-bottom
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active {
    background-image: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96
}

.btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96
}

.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76;
    box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
    color: #111;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #111;
    background-color: #d39e00;
    border-color: #c69500;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not([disabled]):not(.disabled).active,
.btn-light:not([disabled]):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #111;
    background-color: #dae0e5;
    border-color: #d3d9df;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not([disabled]):not(.disabled).active,
.btn-dark:not([disabled]):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent
}

.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
    box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not([disabled]):not(.disabled).active,
.btn-outline-light:not([disabled]):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not([disabled]):not(.disabled).active,
.btn-outline-dark:not([disabled]):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #868e96
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #868e96;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #868e96;
    white-space: nowrap
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn+.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.btn+.dropdown-toggle-split::after {
    margin-left: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
    z-index: 3
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap
}

.input-group-addon {
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:not(:last-child) {
    border-right: 0
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,
.input-group-btn:not(:last-child)>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.form-control+.input-group-addon:not(:first-child) {
    border-left: 0
}

.input-group-btn {
    position: relative;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 3
}

.input-group-btn:first-child>.btn+.btn {
    margin-left: 0
}

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
    margin-right: -1px
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
    z-index: 2;
    margin-left: 0
}

.input-group-btn:not(:first-child)>.btn-group:first-child,
.input-group-btn:not(:first-child)>.btn:first-child {
    margin-left: -1px
}

.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:hover,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:hover {
    z-index: 3
}

.custom-control {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active~.custom-control-indicator {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-indicator {
    background-color: #e9ecef
}

.custom-control-input:disabled~.custom-control-description {
    color: #868e96
}

.custom-control-indicator {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-indicator {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
    background-color: #007bff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-indicator {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-controls-stacked {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.custom-controls-stacked .custom-control {
    margin-bottom: .25rem
}

.custom-controls-stacked .custom-control+.custom-control {
    margin-left: 0
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple] {
    height: auto;
    background-image: none
}

.custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-control {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #007bff
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-control:lang(en):empty::after {
    content: "Choose file..."
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.custom-file-control:lang(en)::before {
    content: "Browse"
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #868e96
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #ddd
}

.nav-tabs .nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-pane {
    display: none
}

.tab-pane.active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:767px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:991px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:1199px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group .card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group .card:only-child {
        border-radius: .25rem
    }

    .card-group .card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group .card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }

    .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #868e96;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #868e96
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    background-color: #fff;
    border-color: #ddd
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #ddd
}

.page-link:focus,
.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #868e96
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6c757d
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #111;
    background-color: #ffc107
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #111;
    background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2
}

.alert-secondary hr {
    border-top-color: #cfd2d6
}

.alert-secondary .alert-link {
    color: #2e3133
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #007bff
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #868e96;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

a.list-group-item-primary,
button.list-group-item-primary {
    color: #004085
}

a.list-group-item-primary:focus,
a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
    color: #004085;
    background-color: #9fcdff
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #464a4e;
    background-color: #dddfe2
}

a.list-group-item-secondary,
button.list-group-item-secondary {
    color: #464a4e
}

a.list-group-item-secondary:focus,
a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
    color: #464a4e;
    background-color: #cfd2d6
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
    color: #fff;
    background-color: #464a4e;
    border-color: #464a4e
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

a.list-group-item-success,
button.list-group-item-success {
    color: #155724
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #155724;
    background-color: #b1dfbb
}

a.list-group-item-success.active,
button.list-group-item-success.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

a.list-group-item-info,
button.list-group-item-info {
    color: #0c5460
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #0c5460;
    background-color: #abdde5
}

a.list-group-item-info.active,
button.list-group-item-info.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #856404
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #856404;
    background-color: #ffe8a1
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #721c24
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #721c24;
    background-color: #f1b0b7
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

a.list-group-item-light,
button.list-group-item-light {
    color: #818182
}

a.list-group-item-light:focus,
a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
    color: #818182;
    background-color: #ececf6
}

a.list-group-item-light.active,
button.list-group-item-light.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

a.list-group-item-dark,
button.list-group-item-dark {
    color: #1b1e21
}

a.list-group-item-dark:focus,
a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

a.list-group-item-dark.active,
button.list-group-item-dark.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 15px;
    margin: -15px -15px -15px auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px
}

.tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tooltip.bs-tooltip-auto[x-placement^=top],
.tooltip.bs-tooltip-top {
    padding: 5px 0
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.bs-tooltip-top .arrow {
    bottom: 0
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.bs-tooltip-auto[x-placement^=right],
.tooltip.bs-tooltip-right {
    padding: 0 5px
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.bs-tooltip-right .arrow {
    left: 0
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.bs-tooltip-auto[x-placement^=bottom],
.tooltip.bs-tooltip-bottom {
    padding: 5px 0
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.bs-tooltip-bottom .arrow {
    top: 0
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bs-tooltip-auto[x-placement^=left],
.tooltip.bs-tooltip-left {
    padding: 0 5px
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.bs-tooltip-left .arrow {
    right: 0
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid
}

.popover .arrow::before {
    content: "";
    border-width: .8rem
}

.popover .arrow::after {
    content: "";
    border-width: .8rem
}

.popover.bs-popover-auto[x-placement^=top],
.popover.bs-popover-top {
    margin-bottom: .8rem
}

.popover.bs-popover-auto[x-placement^=top] .arrow,
.popover.bs-popover-top .arrow {
    bottom: 0
}

.popover.bs-popover-auto[x-placement^=top] .arrow::after,
.popover.bs-popover-auto[x-placement^=top] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-top .arrow::before {
    border-bottom-width: 0
}

.popover.bs-popover-auto[x-placement^=top] .arrow::before,
.popover.bs-popover-top .arrow::before {
    bottom: -.8rem;
    margin-left: -.8rem;
    border-top-color: rgba(0, 0, 0, .25)
}

.popover.bs-popover-auto[x-placement^=top] .arrow::after,
.popover.bs-popover-top .arrow::after {
    bottom: calc((.8rem - 1px) * -1);
    margin-left: -.8rem;
    border-top-color: #fff
}

.popover.bs-popover-auto[x-placement^=right],
.popover.bs-popover-right {
    margin-left: .8rem
}

.popover.bs-popover-auto[x-placement^=right] .arrow,
.popover.bs-popover-right .arrow {
    left: 0
}

.popover.bs-popover-auto[x-placement^=right] .arrow::after,
.popover.bs-popover-auto[x-placement^=right] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-right .arrow::before {
    margin-top: -.8rem;
    border-left-width: 0
}

.popover.bs-popover-auto[x-placement^=right] .arrow::before,
.popover.bs-popover-right .arrow::before {
    left: -.8rem;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.bs-popover-auto[x-placement^=right] .arrow::after,
.popover.bs-popover-right .arrow::after {
    left: calc((.8rem - 1px) * -1);
    border-right-color: #fff
}

.popover.bs-popover-auto[x-placement^=bottom],
.popover.bs-popover-bottom {
    margin-top: .8rem
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow,
.popover.bs-popover-bottom .arrow {
    top: 0
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::after,
.popover.bs-popover-auto[x-placement^=bottom] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-bottom .arrow::before {
    margin-left: -.8rem;
    border-top-width: 0
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::before,
.popover.bs-popover-bottom .arrow::before {
    top: -.8rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::after,
.popover.bs-popover-bottom .arrow::after {
    top: calc((.8rem - 1px) * -1);
    border-bottom-color: #fff
}

.popover.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.popover.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.popover.bs-popover-auto[x-placement^=left],
.popover.bs-popover-left {
    margin-right: .8rem
}

.popover.bs-popover-auto[x-placement^=left] .arrow,
.popover.bs-popover-left .arrow {
    right: 0
}

.popover.bs-popover-auto[x-placement^=left] .arrow::after,
.popover.bs-popover-auto[x-placement^=left] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-left .arrow::before {
    margin-top: -.8rem;
    border-right-width: 0
}

.popover.bs-popover-auto[x-placement^=left] .arrow::before,
.popover.bs-popover-left .arrow::before {
    right: -.8rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.bs-popover-auto[x-placement^=left] .arrow::after,
.popover.bs-popover-left .arrow::after {
    right: calc((.8rem - 1px) * -1);
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.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 {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #868e96 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover {
    background-color: #6c757d !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
    border: 1px solid #e9ecef !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: #868e96 !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-white {
    border-color: #fff !important
}

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

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

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

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

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-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:576px) {
    .d-sm-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

.d-print-block {
    display: none !important
}

@media print {
    .d-print-block {
        display: block !important
    }
}

.d-print-inline {
    display: none !important
}

@media print {
    .d-print-inline {
        display: inline !important
    }
}

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

@media print {
    .d-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .d-print-none {
        display: none !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.857143%
}

.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:576px) {
    .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:768px) {
    .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:992px) {
    .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:1200px) {
    .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 (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

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

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

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

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .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 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

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

@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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
    margin: auto !important
}

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

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

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

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

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

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

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

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

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

    .m-sm-1 {
        margin: .25rem !important
    }

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

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

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

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

    .m-sm-2 {
        margin: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-sm-0 {
        padding: 0 !important
    }

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

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

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

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

    .p-sm-1 {
        padding: .25rem !important
    }

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

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

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

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

    .p-sm-2 {
        padding: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-sm-auto {
        margin: auto !important
    }

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

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

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

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

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

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

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

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

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

    .m-md-1 {
        margin: .25rem !important
    }

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

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

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

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

    .m-md-2 {
        margin: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-md-0 {
        padding: 0 !important
    }

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

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

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

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

    .p-md-1 {
        padding: .25rem !important
    }

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

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

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

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

    .p-md-2 {
        padding: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-md-auto {
        margin: auto !important
    }

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

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

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

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

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

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

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

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

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

    .m-lg-1 {
        margin: .25rem !important
    }

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

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

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

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

    .m-lg-2 {
        margin: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-lg-0 {
        padding: 0 !important
    }

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

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

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

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

    .p-lg-1 {
        padding: .25rem !important
    }

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

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

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

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

    .p-lg-2 {
        padding: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-lg-auto {
        margin: auto !important
    }

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

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

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

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

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

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

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

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

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

    .m-xl-1 {
        margin: .25rem !important
    }

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

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

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

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

    .m-xl-2 {
        margin: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-xl-0 {
        padding: 0 !important
    }

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

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

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

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

    .p-xl-1 {
        padding: .25rem !important
    }

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

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

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

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

    .p-xl-2 {
        padding: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-xl-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:576px) {
    .text-sm-left {
        text-align: left !important
    }

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
    .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: #868e96 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #6c757d !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-muted {
    color: #868e96 !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
}

a {
    text-shadow: none;
    color: #0d638f
}

ul {
    margin: 0;
    padding: 0
}

.ace-responsive-menu li {
    list-style: none
}

.ace-responsive-menu li ul {
    display: none
}

.ace-responsive-menu>li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    float: left
}

.ace-responsive-menu li .menu-active {
    position: relative
}

.ace-responsive-menu>li>a>.arrow:before {
    margin-left: 15px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: " \276F";
    font-weight: 300;
    text-shadow: none;
    width: 10px;
    display: inline-block;
    transform: rotate(90deg)
}

.ace-responsive-menu li ul.sub-menu li>a>.arrow:before {
    content: "\f105" !important
}

.ace-responsive-menu>li>ul.sub-menu {
    display: none
}

.ace-responsive-menu li ul.sub-menu li a {
    display: block;
    white-space: normal;
}

.ace-responsive-menu>li>ul.sub-menu>li {
    position: relative
}

.ace-responsive-menu>li>ul.sub-menu>li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0;
    display: none;
    list-style: none
}

.ace-responsive-menu>li>ul.sub-menu>li ul.sub-menu>li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0;
    display: none;
    list-style: none
}

.ace-responsive-menu>li>ul.sub-menu li>a>.arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 0;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none
}

.menu-toggle {
    display: none;
    float: left;
    width: 100%;
    background: #333
}

.menu-toggle h3 {
    float: left;
    color: #fff;
    padding: 0 10px;
    font-weight: 600;
    font-size: 16px
}

.menu-toggle .icon-bar {
    display: block !important;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5 !important;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    margin: 3px
}

.menu-toggle .icon-bar:hover {
    background-color: #f5f5f5 !important
}

.menu-toggle #menu-btn {
    float: right;
    background: #202020;
    border: 1px solid #0c0c0c;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px
}

.hide-menu {
    display: none
}

ul[data-menu-style=accordion] {
    width: 250px
}

ul[data-menu-style=accordion]>li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    float: none !important
}

ul[data-menu-style=accordion]>li:first-child {
    border-top: 2px solid #fd5025
}

ul[data-menu-style=accordion] li ul.sub-menu>li {
    width: 100%
}

ul[data-menu-style=accordion]>li>a>.arrow:before {
    float: right;
    content: "\f105"
}

ul[data-menu-style=accordion] li.menu-active>a>.arrow:before {
    content: "\f107" !important
}

ul[data-menu-style=accordion]>li>ul.sub-menu {
    position: static
}

ul[data-menu-style=accordion]>li>a i {
    padding-right: 10px;
    color: #ff5737
}

ul[data-menu-style=accordion]>li>ul.sub-menu>li ul.sub-menu {
    position: static
}

ul[data-menu-style=accordion]>li>ul.sub-menu>li ul.sub-menu>li ul.sub-menu {
    position: static
}

ul[data-menu-style=accordion]>li {
    border-bottom: 1px solid #242424
}

ul[data-menu-style=accordion] li a:hover {
    background: #272727 !important
}

ul[data-menu-style=accordion] ul.sub-menu li.menu-active>a>.arrow:before {
    content: "\f107" !important
}

ul[data-menu-style=vertical] {
    width: 200px
}

ul[data-menu-style=vertical]>li {
    float: none
}

ul[data-menu-style=vertical]>li:first-child {
    border-top: 2px solid #fd5025
}

ul[data-menu-style=vertical] li ul.sub-menu>li {
    width: 100%
}

ul[data-menu-style=vertical]>li>a>.arrow:before {
    float: right;
    content: "\f105"
}

ul[data-menu-style=vertical]>li.menu-active {
    position: relative
}

ul[data-menu-style=vertical]>li>ul.sub-menu {
    position: absolute;
    left: 200px;
    top: 0;
    width: 200px
}

ul[data-menu-style=vertical]>li>a i {
    padding-right: 10px;
    color: #ff5737
}

ul[data-menu-style=vertical]>li>ul.sub-menu>li ul.sub-menu {
    position: absolute;
    width: 200px;
    left: 200px
}

ul[data-menu-style=vertical]>li>ul.sub-menu>li ul.sub-menu>li ul.sub-menu {
    position: absolute;
    width: 200px;
    left: 200px
}

ul[data-menu-style=vertical]>li {
    border-bottom: 1px solid #242424
}

ul[data-menu-style=vertical] li a:hover {
    background: #272727 !important
}

@media screen and (max-width:991px) {
    .demo {
        width: 96%;
        padding: 2%
    }

    ul[data-menu-style=accordion],
    ul[data-menu-style=vertical],
    ul[data-menu-style=vertical] li ul.sub-menu {
        width: 100% !important
    }

    .ace-responsive-menu {
        float: left;
        width: 100%
    }

    .ace-responsive-menu>li {
        border-bottom: 1px solid #242424 !important;
        float: none !important
    }

    .ace-responsive-menu li a:hover {
        background: #272727 !important
    }

    .ace-responsive-menu>li:first-child {
        border-top: 2px solid #fd5025
    }

    .ace-responsive-menu>li>a i {
        padding-right: 10px;
        color: #ff5737
    }

    .ace-responsive-menu>li>a>.arrow:before {
        float: right;
        content: " \276F";
        font-weight: 300;
        text-shadow: none;
        width: 10px;
        display: inline-block;
        transform: rotate(90deg)
    }

    li.menu-active>a>.arrow:before {
        content: " \276F";
        font-weight: 300;
        text-shadow: none;
        width: 10px;
        display: inline-block;
        transform: rotate(90deg)
    }

    .ace-responsive-menu li ul.sub-menu>li {
        width: 100%
    }

    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li a {
        padding-left: 30px
    }

    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
        padding-left: 50px
    }

    .ace-responsive-menu>li>ul.sub-menu {
        position: static
    }

    .ace-responsive-menu>li>ul.sub-menu>li ul.sub-menu {
        position: static
    }

    .ace-responsive-menu>li>ul.sub-menu>li ul.sub-menu>li ul.sub-menu {
        position: static
    }

    .ace-responsive-menu li ul.sub-menu li.menu-active>a>.arrow:before {
        content: " \276F";
        font-weight: 300;
        text-shadow: none;
        width: 10px;
        display: inline-block;
        transform: rotate(90deg)
    }
}

a.sf-with-ul:after {
    font-family: fontawesome;
    font-weight: 100;
    content: "\f107";
    position: absolute;
    right: -3px;
    left: auto
}

.modal-backdrop.fade {
    z-index: 99999
}

.nicdark_menu>li>a {
    padding: 10px 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
}

.nicdark_menu>li>a.blink {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #1f3b58;
    padding: 10px 20px
}

.nicdark_menu li ul a:after {
    right: 7px;
}

span.read-more {
    padding-left: 5px
}

.comment-holder span {
    font-size: 23px;
    font-weight: 700
}

.slide2-style h1,
.slide2-style h6,
.slide2-style p {
    color: #fff !important
}

.slide2-style {
    background-size: cover;
    background-position: center
}

.slider--two.slider__fixed--height {
    height: 540px
}

.junior__welcome__area h2 span {
    font-family: "Source Sans Pro", Helvetica, sans-serif
}

.our-school-story img {
    max-width: 200px;
    display: block !important;
}

.video_column {
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto;
}

h3.title__line {
    font-size: 2em;
    font-weight: 700;
    color: #444;
    margin-bottom: 20px
}

.video_content p {
    font-size: 1.1em;
    line-height: 180%;
    color: #555;
    margin-bottom: 0
}

.video_content {
    background: #fff;
    padding: 65px;
    -webkit-box-shadow: 0 0 20px 3px #ccc;
    -moz-box-shadow: 0 0 20px 3px #ccc;
    box-shadow: 0 0 20px 3px #ccc;
    border: 3px solid#ec5257;
    border-radius: 4px
}

.slide-style {
    position: relative;
    padding: 0
}

/*.slide-style h2::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .57);
    border-left: 8px solid #dfbb66
}

.slide-right h2::before {
    border-left: none;
    border-right: 8px solid #dfbb66
}*/

.slide-style h2 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 2.7em;
    font-weight: 700;
    line-height: 100%;
    font-family: Dosis, sans-serif;
    position: relative;
    display: inline-block
}

.slide-style h2 span {
    position: relative;
    z-index: 1;
    padding: 5px;
    display: block
}

.slider__activation p {
    font-size: 1.7em
}

.image-style img {
    width: 100%
}

.bod-col-mg {
    margin-bottom: 0
}

.about-us-img img {
    height: 257px;
    object-fit: cover;
    width: 100%;
    transform: scale(1);
    transition: all 1s
}

.about-us-img a {
    display: block;
    position: relative;
    overflow: hidden
}

.about-us-img a:hover img {
    transform: scale(1.5)
}

.about-us-img span {
    font-size: 1em;
    font-weight: 600;
    color: #000;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 53px;
    margin: auto;
    z-index: 1;
    transform: scale(0);
    transition: all .3s
}

.about-us-img a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, .92);
    transform: scale(0);
    transition: all .3s
}

.about-us-img a:hover:after {
    transform: scale(1)
}

.about-us-img a:hover span {
    transform: scale(1)
}

.about-row {
    border: 1px solid #fff;
    margin: 0;
    background: #32406e
}

.about-row blockquote {
    font-weight: 700;
    font-size: 1.4em;
    color: #fff;
    margin-bottom: 10px
}

.about-row blockquote sub,
.about-row blockquote sup {
    font-size: 1.6em;
    line-height: 0
}

.about-row sup {
    top: -.1em
}

.padding-right-0 {
    padding-right: 0
}

.padding-left-0 {
    padding-left: 0
}

.bg3 {
    background-color: #f9bf12;
    border: 1px solid #f9bf12
}

.bg2 {
    background-color: #6db244;
    border: 1px solid #6db244
}

.bg1 {
    background-color: #30b9e7;
    border: 1px solid #30b9e7
}

.mb-30 {
    margin-bottom: 30px
}

.learning-container span {
    font-size: 12em;
    color: #fff;
    font-weight: 700
}

.learning-container h2 {
    color: #fff;
    font-size: 2em;
    margin-bottom: 0
}

.col-right1 {
    margin-left: -90px;
    margin-top: 128px
}

.col-right2,
.col-right3 {
    margin-left: -20px;
    margin-top: 95px
}

.learning-container ul {
    column-count: 2;
    list-style-position: inside
}

.learning-container ul li {
    list-style-type: decimal
}

.column-padding {
    padding: 40px
}

input[type=text].small,
textarea.small {
    width: 100%
}

.mg-top40 {
    margin-top: 40px
}

.marquee span {
    padding: 0 10px
}

@media(max-width:1199px) {
    .nicdark_menu>li>a {
        padding: 17px !important;
        font-size: 14px
    }

    .nicdark_menu>li>a.blink {
        font-size: 14px;
        padding: 10px 15px
    }

    .slide__carosel.owl-carousel.owl-theme.owl-loaded.owl-drag {
        margin-top: 109px
    }

    .container {
        max-width: 100%
    }

    .learning-container span {
        font-size: 6em
    }

    .learning-container h2 {
        font-size: 1.2em
    }

    .col-right1 {
        margin-left: -60px;
        margin-top: 65px
    }

    .col-right2,
    .col-right3 {
        margin-top: 35px
    }
}

@media(max-width:991px) {
    .mb_20 {
        margin-bottom: 20px;
    }

    .section__title p {
        padding: 0
    }

    .nicdark_logo {
        float: none !important;
        text-align: center;
        margin-left: 0
    }

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

    .pd-zero {
        padding: 0
    }

    .menu-toggle h3 {
        padding: 18px 15px;
        margin: 0
    }

    .ace-responsive-menu {
        float: left;
        width: 100%;
        height: 313px;
        overflow: auto
    }

    .ace-responsive-menu>li:first-child {
        border-top: 1px solid #242424
    }

    .ace-responsive-menu li a:hover {
        color: #fff !important
    }

    .nicdark_menu>li:first-child>a:active,
    .nicdark_menu>li:first-child>a:focus {
        color: #de292d
    }

    .nicdark_navigation {
        z-index: 99999;
        position: relative;
    }

    .slide__carosel.owl-carousel.owl-theme.owl-loaded.owl-drag {
        margin-top: 0;
        clear: both;
    }

    .our-school-story h5 {
        font-size: 1.5em
    }

    .our-school-story h2 {
        font-size: 2em;
        padding-bottom: 0
    }

    .our-school-story p {
        font-size: 1em
    }

    .col-mg-bottom {
        margin-bottom: 30px
    }

    .video_content {
        padding: 38px
    }

    h3.title__line {
        font-size: 24px;
        margin-bottom: 10px
    }

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

    .col-991 iframe {
        height: 600px !important
    }

    .mb-bootom-30 {
        margin-bottom: 30px
    }

    .video_content {
        padding: 25px
    }

    .section-padding--lg {
        padding: 60px 0
    }

    .section__title h2.title__line {
        font-size: 28px
    }

    .nicdark_container {
        width: 100%;
        padding: 0 15px
    }

    .custom_tabs {
        width: 100%
    }


    .ace-responsive-menu>li {
        border-bottom: 1px solid #d5d5d5
    }

    .ace-responsive-menu>li:first-child {
        border-top: 1px solid #d5d5d5
    }

    a.sf-with-ul:after {
        right: 20px
    }

    .ace-responsive-menu li a:hover {
        background: #25415d !important
    }

    .menu-toggle {
        background: #25415d
    }

    nav>ul.nicdark_padding50 {
        padding: 0 !important
    }

    .menu-toggle #menu-btn {
        background: #f03535;
        border: 1px solid #f03535
    }

    .ace-responsive-menu>li>ul.sub-menu li:last-child a {
        border-bottom: none
    }

    .mg-top40 {
        margin-top: 10px
    }

    .modal-header button.close {
        right: 0;
        top: -10px
    }

    .modal {
        width: 98%;
        margin: auto
    }

    .nick_tab li {
        margin: 0 10px 10px;
    }

    .cbse_mandatory_disciosure li {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media(max-width:768px) {
    .dacre__choose__option .choose .choose__inner h4 {
        font-size: 1.2em
    }

    .pd-left-0,
    .pd-right-0 {
        padding: 0 15px !important
    }

    .dacre__choose__option .choose .choose__inner h4 {
        font-size: 1.1em;
        margin-bottom: 0
    }

    .dacre__choose__option .choose .choose__inner p {
        font-size: 13px
    }
}

@media(max-width:767px) {
    .col-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .container-bottom,
    ul.flat-socials.text-right {
        text-align: center !important
    }

    .copyright {
        padding: 4px
    }

    .video_content {
        padding: 25px !important
    }

    h3.title__line {
        font-size: 23px
    }

    .about-col-content {
        text-align: center
    }

    .about-col-content .row {
        margin-left: 0;
        margin-right: 0
    }

    .ht__bradcaump__container .bradcaump__inner h2 {
        font-size: 26px
    }

    .courses__thumb img {
        height: auto !important
    }

    .class__list .courses__inner .courses__wrap {
        padding: 15px
    }

    .class__list .courses__inner {
        margin-bottom: 0
    }

    .class__list {
        margin-top: 20px
    }

    .image-style img {
        max-width: 100% !important;
        width: 100%;
        margin: 15px auto 0;
        display: table
    }

    .font_lobster_head {
        font-size: 30px !important
    }

    .font_lobster_sub_head {
        font-size: 20px !important
    }

    .grid.col-md-7.tc .nicdark_space20 {
        height: 8px
    }

    .card_layout {
        width: initial
    }

    #lib img,
    #med img {
        width: 100% !important
    }

    .nicdark_margin30 {
        margin: 0;
        padding: 20px 10px 7px
    }

    h2.white.subtitle.cp {
        font-size: 14px
    }

    .mb-30 {
        margin-bottom: 30px
    }

    .bod-col-mg {
        margin-bottom: 160px
    }

    .remove-margin-767 {
        margin-bottom: 0
    }

    .remove-eh-767 {
        height: 100% !important
    }

    .description {
        padding: 40px 15px
    }

    .padding-right-0 {
        padding-right: 15px
    }

    .padding-left-0 {
        padding-left: 15px
    }

    .about-us-img .clearfix {
        margin: 15px 0
    }

    .about-us-img a:after,
    .about-us-img span {
        transform: scale(1)
    }

    .other-school-section .bod-item {
        padding-bottom: 10px
    }

    .other-school-section .bod-content {
        padding-bottom: 0
    }

    button.btn.btn-primary.btn-lg br {
        display: none
    }

    button.btn.btn-primary.btn-lg {
        height: 45px !important;
        font-size: 14px;
        border-radius: 4px !important
    }

    .learning-container ul {
        column-count: 1
    }

    .column-padding {
        padding: 15px
    }

    .learning-container .col-md-8 {
        padding: 0
    }

    .remove-mg {
        display: none
    }

    .ba_div {
        width: 100%;
        padding: 0 15px;
        padding-bottom: 4%
    }

    .beyond-academics-section h2 {
        font-size: 14px
    }

    .beyond-academics-section iframe {
        margin-bottom: 30px
    }

    .mg-top {
        margin-top: 20px
    }

    .dacre__choose__option .choose .choose__inner {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .dacre__choose__option .choose .col-1 {
        display: none
    }

    .choose:not(first-child) {
        margin-top: 10px
    }

    .dacre__choose__option {
        margin-top: 10px
    }

    .dacre__choose__option .choose .choose__inner {
        text-align: left
    }

    .ht__bradcaump__container .bradcaump-inner .brd-separetor img {
        height: inherit
    }

    .ht__bradcaump__container img {
        object-fit: cover;
        object-position: 90% 100%
    }

    .cbse_mandatory_disciosure li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media(max-width:575px) {
    .section-padding--lg {
        padding: 20px 0;
    }

    .container-bottom .col-6 {
        flex: 100%;
        max-width: inherit;
        text-align: center !important;
    }

    .certificate-final {
        bottom: 76px;
        right: 5px;
        max-width: 150px;
    }

    /*#loading, #loading_index {
        display: none !important;
    }*/
    .nicdark_btn.big {
        padding: 10px 10px;
        font-size: 13px
    }

    .slider__activation {
        padding-left: 0
    }

    .bg-pngimage--4 {
        background-position: 14%
    }

    .bg-pngimage--4 h1,
    .bg-pngimage--4 p {
        color: #fff !important;
        margin: 0 !important;
        text-align: center !important;
        width: 100%;
        background-color: rgba(0, 0, 0, .57) !important;
        border-left: 8px solid #dfbb66
    }

    .bg-pngimage--4 h1 {
        font-size: 30px !important
    }

    .bg-pngimage--4 p {
        font-size: 16px
    }

    .slide-style h2 {
        font-size: 2em
    }

    .font_lora {
        font-size: 16px
    }

    .about-col-content .row {
        margin-bottom: 25px
    }

    .nicdark_width_percentage33 {
        width: 100% !important
    }

    .ht__bradcaump__container .bradcaump__inner {
        height: 100%;
        padding: 20px
    }

    .nicdark_margin30 {
        margin: 15px
    }

    .nicdark_textevidence h2 {
        margin: 0
    }

    table thead tr th {
        font-weight: 400;
        font-size: 13px;
        padding: 5px !important
    }

    .fifty {
        width: 100%
    }

    .slider__area img {
        display: block !important
    }

    .slider--two.slider__fixed--height {
        padding: 0
    }

    .slide__carosel.owl-carousel.owl-theme.owl-loaded.owl-drag {
        margin-top: 194px
    }

    .ace-responsive-menu {
        margin: 0
    }

    iframe {
        height: 300px !important
    }

    .modal-title {
        font-size: 15px
    }

    #Admission_modal .modal-dialog p {
        padding: 20px
    }

    .col-991 iframe {
        height: 320px !important
    }

    .marquee {
        height: 26px
    }

    .marquee span {
        font-size: 14px
    }

    .owl-carousel .owl-item img {
        object-fit: cover
    }

    .hide-div .col-lg-12 {
        padding: 0 5px !important;
    }

    .owl-carousel .owl-item img.image1 {
        object-position: 1%
    }

    .owl-carousel .owl-item img.image2 {
        object-position: 36%
    }

    .owl-carousel .owl-item img.image3 {
        object-position: 6%
    }

    .owl-carousel .owl-item img.image4 {
        object-position: 32%
    }

    .modal-dialog {
        margin: 0 !important
    }

    .modal-open .modal {
        overflow: initial !important
    }

    .nicdark_section.nicdark_navigation.slowup img {
        max-width: 60px;
        transition: all .3s
    }

    .nicdark_section.nicdark_navigation.slowdown img {
        max-width: 100px;
        transition: all .3s
    }

    .nicdark_section.nicdark_navigation.slowup .nicdark_logo {
        padding: 5px 0
    }

    .cbse_mandatory_disciosure li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .nick_tab {
        display: block;
    }

    .nick_tab li a {
        display: block;
    }

    .our-school-story img {
        max-width: 40px !important;
    }

}

.image_size_c {
    height: 130px;
    width: 100%;
    object-fit: cover;
}

@media(max-width:480px) {
    .nicdark_btn.big {
        padding: 10px 5px;
        font-size: 14px
    }
}

.blink {
    animation: blinker 1.5s linear infinite;
    color: #1c87c9;
    font-size: 30px;
    font-weight: 700;
    font-family: sans-serif
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

.stellarnav.light li a.blink {
    background: #32406e;
    color: #fff
}

.top-boxed .col-md-9 {
    padding-right: 0
}

.top-boxed .col-md-3 {
    padding-left: 0
}

.top-boxed .col-md-3,
.top-boxed .col-md-9 {
    float: none
}

.top-boxed .row {
    display: flex;
    align-items: center
}

marquee {
    padding: 10px 0 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    width: 100%;
    font-weight: 700
}

.top {
    background: #bb3438
}

.top .top-navigator ul li a {
    font-size: 16px;
    color: #fff
}

.top .top-navigator ul li {
    border-right: 1px solid #eee;
    padding: 10px 15px;
    position: relative
}

.show {
    opacity: 1
}

.modal-backdrop.fade {
    opacity: .8
}

.modal {
    top: 50px
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999999
}

.modal-dialog {
    width: 100%;
    max-width: 970px
}

.modal-body,
.modal-header {
    padding: 0
}

.modal-content,
.modal-header {
    border: none !important;
    box-shadow: none !important
}

iframe {
    display: block
}

.modal.fade .modal-dialog {
    transform: translate(0)
}

.modal-title {
    margin: 0;
    padding: 5px;
    text-align: center;
    font-size: 20px
}

.modal-header .close {
    margin-top: 0;
    position: absolute;
    right: -20px;
    background-color: #138eb3;
    opacity: 1;
    text-shadow: none;
    font-size: 40px;
    width: 40px;
    height: 40px;
    color: #fff;
    top: -20px;
    left: auto;
    font-weight: 100;
    padding: 2px 0
}

.modal-title sup {
    font-size: 14px;
    top: -10px
}

#Admission_modal .modal-dialog {
    max-width: 500px;
    text-align: center
}

#Admission_modal .modal-dialog p {
    font-size: 1.3em !important;
    color: #000;
    padding: 50px
}

#loading,
#loading_index {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    display: block;
    opacity: 1;
    background-color: #fff;
    z-index: 999999;
    text-align: center;
    overflow: hidden
}

#loading-image {
    z-index: 100;
    animation: spinner 3.5s linear infinite;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 25px;
    margin: auto;
    max-width: 50px;
}

.loading-percentage {
    width: 90px;
    height: 110px;
    margin: auto;
    display: table;
}

#center-image {
    position: absolute;
    top: 0;
    bottom: 25px;
    left: 0;
    right: 0;
    max-width: 20px;
    margin: auto;
}

#bottom-image {
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 90px;
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

#loading-image_index {
    max-width: 200px;
    max-height: 136px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100
}

#loading-image_index .loading-image {
    animation: spinner 3.5s linear infinite;
    margin: auto;
    max-width: 100px;
    max-height: 100px
}

.blink {
    animation: blinker 1.5s linear infinite;
    color: #1c87c9;
    font-size: 30px;
    font-weight: 700;
    font-family: sans-serif
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

.show {
    opacity: 1
}

.modal-backdrop.fade {
    opacity: .8
}

.modal {
    top: 50px
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999999
}

.modal-dialog {
    width: 100%;
    max-width: 970px
}

.modal-body,
.modal-header {
    padding: 0;
    text-align: center
}

.modal-content,
.modal-header {
    border: none !important;
    box-shadow: none !important
}

button.btn.btn-primary.btn-lg {
    position: fixed;
    z-index: 9999;
    top: 42%;
    left: auto;
    right: 10px;
    bottom: 0;
    height: 66px;
    margin: auto;
    background: #de292d;
    border-color: #de292d;
    border-radius: 10px;
    outline: 0;
    line-height: 100%
}

.modal.fade .modal-dialog {
    transform: translate(0)
}

.modal-title {
    margin: 0;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    width: 100%
}

.modal-title sup {
    font-size: 14px;
    top: -10px
}

#Admission_modal .modal-dialog {
    max-width: 500px;
    text-align: center
}

#Admission_modal .modal-dialog p {
    font-size: 1.3em !important;
    color: #000;
    padding: 50px;
    line-height: 150%
}

.section-home-slide-bottom h2 {
    font-size: 23px
}

.our-school-story ul li {
    color: whitesmoke;
    font-size: 1.3em;
    display: inline-block;
    list-style-type: decimal;
    vertical-align: baseline;
    line-height: 190%;
    position: relative;
    padding: 0 15px;
}

.our-school-story ul li:before {
    content: '';
    font-size: 50px;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50px;
    margin: auto;
}

.widget-small.danger {
    background-color: #F44336;
}

.widget-small {
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 10px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.widget-small .icon {
    display: -ms-flexbox;
    display: flex;
    min-width: 85px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px 0 0 4px;
}

.widget-small .info {
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
    -ms-flex-item-align: center;
    align-self: center;
}

.widget-small .info h4 {
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
}

.headline-news p {
    padding: 6px 0 0 0;
    margin: 0;
    color: #113c50;
    font-size: 22px;
    line-height: 25px;
    text-align: justify;
    font-weight: bold;
}

.widget-small.warning.coloured-icon .icon {
    background-color: #FF9800;
    color: #fff;
}

.widget-small.warning.coloured-icon {
    background-color: #fff;
    color: #2a2a2a;
    border: 1px solid #ddd;
}

.widget-small.warning p {
    background-color: #FF9800;
}

div#TimedPanel {
    padding: 20px;
}

a.btn.btn-white i {
    margin-right: 10px;
}

a.btn.btn-white {
    font-size: 1.3em;
}

.widget-small.warning p {
    background-color: #FF9800;
    display: inline-block;
    padding: 5px;
}

.slider__area {
    position: relative;
}

.slider__area:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 50%);
}

.hide_before:before {
    display: none;
}

.school_policy a {
    display: block;
}

.school_policy img {
    margin-bottom: 15px;
    width: 100%;
    border: 4px solid #d10303;
}

.school_policy h5 {
    font-size: 1.3em;
}

.school_policy {
    text-align: center;
}

.school_policy .col-md-3 {
    padding: 5px;
}

.Job_Openings a img {
    margin: 15px 0;
}

.Job_Openings a {
    font-size: 1.4em;
    font-weight: 600;
    color: #db0101;
    display: block;
    text-align: center;
}

.parental_involvement img,
.Special_needs img {
    width: 100%;
}

.parental_involvement,
.Special_needs {
    align-items: center;
}

.parental_involvement p,
.Special_needs p {
    font-size: 1.3em;
    line-height: 160%;
}

.parental_involvement ul,
.Special_needs ul {
    list-style-position: inside;
}

.parental_involvement ul li,
.Special_needs ul li {
    list-style-type: decimal;
    font-size: 1.2em;
    color: #000;
    line-height: 200%;
}

.certificate-final {
    position: fixed;
    left: auto;
    bottom: 30px;
    background-color: skyblue;
    padding: 5px;
    border-radius: 8px;
    z-index: 9;
    right: 15px;
}

.flat-socials li a i {
    transition: all 0.3s;
}

.flat-socials li a:hover i {
    transform: scale(1.5);
    transition: all 0.3s;
}

.flat-socials li a {
    padding: 7px 0;
    background-color: red;
    color: white;
    display: block;
    border-bottom: 2px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    transition: all 0.3s;
}

.flat-socials li:last-child a {
    border-bottom: none;
}

.flat-socials {
    position: fixed;
    top: auto;
    bottom: 320px;
    right: 0;
    left: auto;
    z-index: 99;
}

.cbse_mandatory_disciosure li a span {
    width: 100%;
    display: block;
    font-size: 1.0em;
    line-height: 160%;
}

.cbse_mandatory_disciosure li a i {
    font-size: 6.0em;
    color: red;
    margin-bottom: 10px;
    transition: all 0.3s;
}
.cbse_mandatory_disciosure li a:hover i {
    transform: scale(0.7);
}
.cbse_mandatory_disciosure li a {
    color: #000;
    min-height: 130px;
    padding: 5px;
}

#box {
    animation: border 2s infinite;
}

.cbse_mandatory_disciosure li {}

.cbse_mandatory_disciosure {
    padding: 0;
    margin: 0;
}

.cbse_mandatory_disciosure li {
    padding: 10px;
    list-style-type: none;
    text-align: center;
}

.cbse_mandatory_disciosure li {
    align-items: center;
}

.anual-calendar .col-sm-2 {
    padding: 10px;
}

.anual-calendar a {
    display: block;
}

.anual-calendar a img {
    width: 100%;
    border: 4px solid #0d638f;
    border-radius: 16px;
    transition: all 0.3s;
}

.anual-calendar a:hover img {
    transform: scale(0.8);
}

.gallery_column_parent li a {
    background-color: #f10000;
}

.gallery_column_parent li a,
.all_month li a.month_name {
    font-size: 1.4em;
    font-weight: 600;
    color: white !important;
    padding: 10px 30px;
    border-radius: 8px;
    cursor: pointer;
}

.gallery_column a {
    color: #000;
}

.gallery_column_parent li,
.all_month li {
    display: inline-block;
    padding-right: 20px;
}

.gallery_column_parent li a:hover,
.all_month li a:hover {
    opacity: 0.7;
}

.all_month ol {
    margin: 0;
    padding: 0;
}

.all_month li {
    margin-bottom: 35px;
}

.hide_column,
.show_month_data {
    display: none;
}

.all_month ul li.active .gallery_column,
.all_month ul li.active a,
.all_month ul li.active {
    width: 100%;
    display: block;
}

.gallery_column {
    border: 4px solid #9d9d9d;
    padding: 20px;
    border-top: none;
    text-align: center;
}

.all_month ul li.active a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.border1 {
    border-color: #6fc191;
}

.border2 {
    border-color: #74cee4;
}

.border3 {
    border-color: #c389ce;
}

.border4 {
    border-color: #ec774b;
}

.border5 {
    border-color: #e16c6c;
}

.border6 {
    border-color: #ff5252;
}

.border7 {
    border-color: #edbf47;
}

.border8 {
    border-color: #ac7ab5;
}

.border9 {
    border-color: #fec02a;
}

.border10 {
    border-color: #00bcd4;
}

.border11 {
    border-color: #6ab78a;
}

.border12 {
    border-color: #5d2999;
}

.demo-gallery>ul {
    margin-bottom: 0;
}

.demo-gallery>ul>li {
    float: left;
    margin-bottom: 15px;
    margin-right: 20px;
    width: 200px;
}

.demo-gallery>ul>li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

.demo-gallery>ul>li a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery>ul>li a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark>ul>li a {
    border: 3px solid #04070a;
}

.home .demo-gallery {
    padding-bottom: 80px;
}

.month_name .active .show_month_data {
    display: block;
}

.month_all_images {
    display: none;
}

.our-school-story img {
    margin-bottom: 40px !important;
}

.our-school-story ol {
    padding: 0;
    margin: 0;
}

.our-school-story ol li {
    position: relative;
}

.our-school-story ol li {
    display: inline-block;
    font-size: 1.5em;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 20px;
}

.our-school-story ol li:after {
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    width: 4px;
    background-color: white;
    height: 35px;
}

.our-school-story ol li:last-child:after {
    display: none;
}

.nicdark_logo .loading-percentage {
    position: relative;
}

.nicdark_logo #center-image {
    position: absolute;
    top: 0;
    bottom: 25px;
    left: 0;
    right: 0;
    max-width: 30px;
    margin: auto;
}

.nicdark_logo #loading-image {
    z-index: 100;
    animation: spinner 3.5s linear infinite;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 23px;
    margin: auto;
    max-width: 59px;
}

.nicdark_logo #bottom-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100px;
}

.dacre__choose__option ul li {
    list-style-type: disc;
    list-style-position: inside;
}

.aos-init:nth-child(7n+1) .nicdark_filter,
.notices_row:nth-child(6n+1) .nicdark_archive1 {
    background: rgba(116, 206, 228, .8);
}

.aos-init:nth-child(7n+1) a {
    background-color: #74cee4;
    box-shadow: 0 5px 0px 0px rgb(98 190 213);
}

.aos-init:nth-child(7n+2) .nicdark_filter,
.notices_row:nth-child(6n+2) .nicdark_archive1 {
    background: rgba(111, 193, 145, .8)
}

.aos-init:nth-child(7n+2) a {
    background: rgba(111, 193, 145);
    box-shadow: 0 5px 0px 0px rgb(82 169 118);
}

.aos-init:nth-child(7n+3) .nicdark_filter,
.notices_row:nth-child(6n+3) .nicdark_archive1 {
    background: rgb(243 123 87 / 80%)
}

.aos-init:nth-child(7n+3) a {
    background: rgb(243 123 87);
    box-shadow: 0 5px 0px 0px rgb(209 110 80);
}

.aos-init:nth-child(7n+4) .nicdark_filter,
.notices_row:nth-child(6n+4) .nicdark_archive1 {
    background: rgba(195, 137, 206, .8);
}

.aos-init:nth-child(7n+4) a {
    background: rgba(195, 137, 206);
    box-shadow: 0 5px 0px 0px rgb(180 122 191);
}

.aos-init:nth-child(7n+5) .nicdark_filter,
.notices_row:nth-child(6n+5) .nicdark_archive1 {
    background: rgba(237, 191, 71, .8);
}

.aos-init:nth-child(7n+5) a {
    background: rgba(237, 191, 71);
    box-shadow: 0 5px 0px 0px rgb(203 162 54);
}

.aos-init:nth-child(7n+6) .nicdark_filter {
    background: rgba(236, 119, 75, .8);
}

.aos-init:nth-child(7n+6) a {
    background: rgba(236, 119, 75);
    box-shadow: 0 5px 0px 0px rgb(187 93 58);
}

.aos-init:nth-child(7n+7) .nicdark_filter,
.notices_row:nth-child(6n+6) .nicdark_archive1 {
    background: rgb(108 122 225 / 80%);
}

.aos-init:nth-child(7n+7) a {
    background: rgb(108 122 225 / 80%);
    box-shadow: 0 5px 0px 0px rgb(79 91 181 / 80%);
}

.nicdark_btn.medium {
    display: block;
    clear: both;
}

.aos-init {
    margin-bottom: 20px;
}

.title_style {
    font-size: 1.3em;
    display: block;
    margin: 0 0 10px;
    color: #0568cd;
    border-bottom: 4px solid;
}

.notices_row .icon-pencil-1 {
    color: #ffffff5c;
}

.notices_row:nth-child(6n+1) .nicdark_archive1 {
    background: rgba(116, 206, 228);
}

.notices_row:nth-child(6n+2) .nicdark_archive1 {
    background: rgba(111, 193, 145)
}

.notices_row:nth-child(6n+3) .nicdark_archive1 {
    background: rgb(243 123 87)
}

.notices_row:nth-child(6n+4) .nicdark_archive1 {
    background: rgba(195, 137, 206);
}

.notices_row:nth-child(6n+5) .nicdark_archive1 {
    background: rgba(237, 191, 71);
}

.notices_row:nth-child(6n+6) .nicdark_archive1 {
    background: rgb(108 122 225);
}

.gallery_column_parent {
    margin-bottom: 20px;
}

.gallery_column_parent li a,
.all_month li a {
    display: block;
}

.not_data_found {
    border: 4px solid #f1f1f1;
    padding: 100px;
    font-size: 2.0em;
    line-height: 100%;
    color: #e3e3e3;
    text-align: center;
    cursor: no-drop;
}

.gallery_column .col-md-3 img {
    max-width: 100px;
    margin-bottom: 10px;
}

.gallery_images {
    display: none;
}

.gallery_column.active .gallery_images {
    display: flex;
}

.bg_height {
    height: 120px;
}

.column_pd {
    padding: 20px;
}

.news_col h6 {
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 5px;
}

.but_column {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

@-webkit-keyframes kelebeks-fall {
    0% {
        bottom: -10%
    }

    100% {
        bottom: 100%
    }
}

@-webkit-keyframes kelebeks-shake {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes kelebeks-fall {
    0% {
        bottom: -10%
    }

    100% {
        bottom: 100%
    }
}

@keyframes kelebeks-shake {
    0% {
        transform: translateX(0px)
    }

    50% {
        transform: translateX(80px)
    }

    100% {
        transform: translateX(0px)
    }
}

.butterfly {
    position: fixed;
    top: auto;
    bottom: -50%;
    z-index: 9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: kelebeks-fall, kelebeks-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: kelebeks-fall, kelebeks-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running
}

.butterfly:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s
}

.butterfly:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s
}

.butterfly:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, .5s;
    animation-delay: 6s, .5s
}

.butterfly:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s
}

.butterfly:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s
}

.butterfly:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s
}

.butterfly:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s
}

.butterfly:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s
}

.butterfly:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s
}

.butterfly:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s
}

.butterfly img {
    max-width: 45px;
}

.right_stu_image {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    top: auto;
}

.left_stu_image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
}

.remove_overlay:before {
    display: none;
}

.text_style h2 {
    color: #000;
    font-size: 1.8em;
    line-height: 170%;
    background-color: white;
    padding: 0px 20px;
    margin: 0 0 10px;
}

.nav-tabs {
    border-bottom: none;
    background-color: #b1332c;
    display: block;
    text-align: center;
}

.nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 1.3em;
    text-transform: capitalize;
    color: white;
    font-weight: 700;
    padding: 10px 20px;
    display: block;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    display: inline-block;
}

.rc_col {
    text-align: right;
    padding: 40px 20px 20px;
}

.ks_col {
    margin: 20px 0 0;
    text-align: left;
    padding-left: 20px;
}

.signature_column img {
    max-width: 150px;
}

.signature_column h4 {
    font-weight: bold;
}

@media(max-width: 991px) {
    .text_style h2 {
        font-size: 1.5em;
        background-color: rgb(255 255 255 / 66%);
        z-index: 1;
    }

    .slider--two.slider__fixed--height {
        height: 390px;
    }

    .ks_col {
        display: none;
    }
}

@media(max-width: 480px) {

    .right_stu_image img,
    .left_stu_image img {
        max-width: 130px;
    }

    .nav-tabs .nav-link {
        font-size: 1.0em;
        font-weight: 600;
        padding: 10px 5px;
    }

    .courses__content h4 {
        margin-bottom: 0;
    }

    .pd_all {
        padding: 10px;
    }
}

@media (max-width: 380px) {
    .nav-tabs .nav-link {
        font-size: 13px;
    }

    .courses__content h4 {
        font-size: 20px;
    }
}

.ca_rooms {
    text-align: center;
    padding: 20px 20px 0;
}

.classroom_ar {
    height: 200px;
    background-size: cover;
    background-position: center;
    border: 2px solid #d50000;
    margin-bottom: 10px;
}

.ca_rooms h6 {
    font-size: 1.2em;
}

.title_style_1 h1 {
    font-family: Dosis, sans-serif;
    font-size: 3.5em;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.courses__content ol {
    margin-bottom: 20px;
}

.courses__content ol li {
    list-style-type: decimal;
    list-style-position: inside;
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 170%;
    font-weight: 600;
}

.new_style_column ol {
    margin: 10px 0;
}

.new_style_column ol li {
    list-style-type: decimal;
    list-style-position: inside;
    color: #000;
    font-weight: 600;
    font-size: 1.2em;
}

.new_style_column p {
    font-size: 1.4em;
}

.new_style_column ul li {
    font-size: 1.2em;
    color: #000;
    margin-bottom: 20px;
    list-style-type: decimal;
    list-style-position: inside;
    text-align: justify;
}

.section_style h4 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 11px;
    padding-bottom: 19px;
    position: relative;
    text-transform: capitalize;
    font-family: Dosis, sans-serif;
    font-weight: 700;
}

.table-bordered thead th {
    background-color: #9F0622;
    color: white;
}

.mb-40 {
    margin-bottom: 40px;
}

.admission-subtext p {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.2em !important;
    line-height: 160%;
}

.admission-registration p {
    margin-bottom: 20px;
}

.admission-registration ul li {
    list-style-type: none;
    list-style-position: inside;
    font-size: 16px;
    margin-bottom: 13px;
}

.column_padding li:last-child {
    margin-bottom: 0;
}

.column_padding {
    padding: 43px;
}

.admission-registration img {
    max-height: 560px;
    margin: auto;
    display: table;
}

.align-item {
    display: flex;
    align-items: center;
}

.col-center {
    float: none;
    margin: auto;
    clear: both;
}

.btn-new {
    background: #de292d;
    border-color: #de292d;
    font-size: 18px;
    text-transform: uppercase;
    padding: 11px 23px;
    font-weight: bold;
    margin-top: 30px;
    color: white;
}

.btn-new:focus,
.btn-new:active:focus,
.btn-new.active:focus,
.btn-new.focus,
.btn-new:active.focus,
.btn-new.active.focus,
.btn-new:hover {
    color: white;
    outline: none;
    background: #b51e22;
}

.admission-registration ul li a {
    color: #de292d;
    font-weight: bold;
    border-bottom: 2px solid #de292d;
}

.admission-registration span {
    margin-left: 10px;
}

.admission-registration ul {
    box-shadow: 0 0 9px 0px #ddd;
    padding: 40px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.admission-registration {
    margin-top: 20px;
}

.admission-registration h5:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #de292d;
}

.admission-registration h5 {
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}

.img-center {
    margin: auto;
    display: table;
}

.nicdark_menu>li>a.online_add {
    font-size: 1.3em;
    padding-top: 7px;
    color: #d30a0a;
}

.nicdark_menu>li>a {
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}

.mob_screen a.btn {
    font-weight: bold;
    font-size: 1.3em;
    text-transform: uppercase;
    border-radius: 0;
    background-color: #d9291f;
    border-color: #d9291f;
    color: white;
}

.mob_screen a.btn:last-child {
    background-color: #0882ff;
    border-color: #0882ff;
}

.blink_btn {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.sports_ff ul {
    column-count: 5;
}

@media (max-width: 575px) {
    .mob_screen {
        text-align: center !important;
    }

    .nicdark_section.nicdark_navigation.slowdown img {
        max-width: 180px;
    }

    .mob_screen a {
        display: block;
        border-bottom: 2px solid white !important;
        font-size: 1.2em;
        font-weight: 600;
    }

    .mob_screen a span {
        width: 100%;
    }

    .width-full-575 {
        width: 100%;
        margin-bottom: 30px;
    }

    .width-full-575:last-child {
        margin-bottom: 0;
    }

    .title_style_1 h1 {
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

    .menus {
        width: 100%;
        display: block;
        background-color: #9e0621;
        position: relative;
    }

    .menus span {
        cursor: pointer;
        display: block;
        text-align: right;
    }

    .mob_screen a span,
    .mob_screen a.btn {
        font-size: 1.0em;
        padding: 0.375rem 0.75rem;
        text-transform: uppercase;
        font-weight: 600;
    }

    .logo_column {
        padding-right: 0;
        text-align: center !important;
    }

    .mt--40 {
        margin-top: 20px;
    }

    .column_width:last-child {
        margin-bottom: 0 !important;
    }

    .sports_ff ul {
        column-count: 2;
    }

    .section_style ul li {
        width: 100%;
    }
}

.admission-registration p {
    margin-bottom: 20px;
    font-size: 1.0em;
    line-height: 190%;
}

.nicdark_bg_greydark {
    background-color: #495052;
}

.logo_column a:first-child {
    margin-right: 15px;
}

.logo_column {
    padding-right: 30px;
}

.logo_column a {
    color: white;
    display: inline-block;
    font-weight: 500;
    font-size: 1.2em;
    text-transform: capitalize;
}

.logo_column img {
    max-width: 25px;
    color: white;
}

.logo_column a:last-child img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

/*.other_school_info ul li a {
    color: #9F0622;
    display: inline-block;
    line-height: 100%;
    padding: 10px 0;
    text-transform: capitalize;
    transition: all 0.3s;
    font-size: 1.2em;
}
.other_school_info ul li a:hover {
    color: #f1002c;
    transition: all 0.3s;
}
.other_school_info ul li:last-child:after {
    display: none;
}
.other_school_info ul li:after {
    content: '|';
    color: #9F0622;
    font-size: 1.2em;
    font-weight: 700;
}
.other_school_info ul {
    text-align: center;
}
.other_school_info ul li {
    display: inline-block;
    vertical-align: middle;
}
.other_school_info {
    background-color: #e5e5e5;
}*/
.other_school h2 {
    color: #444;
    font-size: 2.0em;
    position: relative;
    font-weight: 700;
}

.os_image {
    height: 240px;
    background-size: cover;
    background-position: 100%;
    transition: all 0.3s;
}

.other_school a {
    display: block;
    overflow: hidden;
}

.other_school a:hover .os_image {
    transform: scale(0.9);
}

.other_school a span {
    font-size: 1.1em;
    text-align: center;
    display: block;
    color: #1e1e1e;
    font-weight: 700;
    background-color: #f1f1f1;
    padding: 15px 0;
}

.other_school a:hover span {
    color: #bf0000;
}

.magzine_box a:hover {
    transform: scale(1.2);
}

.magzine_box {
    text-align: center;
    position: relative;
    overflow: hidden;
    /*border: 8px solid #790e12;*/
}

.magzine_box a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.magzine_box a h3 {
    color: white;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0 15px;
    margin: 0;
}

.magzine_box a {
    display: block;
    height: 400px;
    background-size: cover;
    background-position: 100%;
    position: relative;
    background-repeat: no-repeat;
}
.title_style_2 {
    box-shadow: 0 4px 0 0 #df764e;
    border-radius: 5px 5px 5px 5px;
    padding: 10px;
    background-color: #df764e;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.title_style_2 h4 {
    color: white;
}
#reused_form {
    padding: 20px;
    box-shadow: 1px 11px 11px 0px #e5e5e5;
}
#reused_form input, #reused_form textarea {
    font-size: 15px;
    width: 100%;
    padding: 10px 5%;
    box-shadow: 0 4px 0 0 #e5e5e5;
    background-color: #f1f1f1;
}
#reused_form input[type="submit"] {
    width: inherit;
    background-color: #ec774b;
    color: white;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
}
#reused_form input[type="submit"]:hover{
    background-color: #d5592b;
}
#success_message h2,
#error_message {
    font-size: 1.0em;
    padding: 15px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
}
#success_message h2 {
    color: green;
}
#error_message {
    color: red;
}
#error_message li {
    color: #ff0000;
    font-size: 13px;
}
@media(max-width: 595px) {
    .width-full-595 {
        width: 100%;
    }

    .magzine_box a {
        display: flex;
        align-items: center;
        height: 450px;
        background-size: cover;
        background-position: 100%;
        position: relative;
    }
    .courses__wrap {
        padding: 10px;
    }
}
