@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
::after,
::before {
    box-sizing: inherit
}

.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:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .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%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .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%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .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%
    }
}

.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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    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-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .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-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        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
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !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-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
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !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
    }
}

@media (min-width:992px) {
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-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
    }
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

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
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

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=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

textarea {
    overflow: auto;
    resize: vertical
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    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
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    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) {
    cursor: pointer
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    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
}

.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,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    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-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-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-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

@media (max-width: 991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        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 .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        -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
    }
}

.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 {
    display: -ms-flexbox;
    display: flex
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.bg-white {
    background-color: #fff !important
}

.rounded-circle {
    border-radius: 50% !important
}

body {
    position: relative;
    font-family: 'poppinsregular', sans-serif
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: 'poppinsbold', sans-serif;
    font-weight:bold;
}

h1,
.h1 {
    font-size: 2.27rem
}

h2,
.h2 {
    font-size: 1.875rem
}

h3,
.h3 {
    font-size: 1.6rem
}

h4,
.h4 {
    font-size: 1.3rem
}

h5,
.h5,
h6,
.h6 {
    font-size: .93rem
}

a {
    color: var(--blue);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

a:hover {
    color: #0f17ae;
    transition: .4s ease-in-out
}

p {
    font-size: 16px;
    line-height: 1.8
}

::-webkit-scrollbar {
    width: 12px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #c1c1c1;
    background: #f8f8f8
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px #c1c1c1;
    background: #c1c1c1
}

#top,
#top:hover,
#top:focus {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    width: 40px;
    line-height: 58px;
    text-align: center;
    height: 40px;
    background-color: var(--dark-blue);
    color: white;
    border: 1px solid white;
    font-size: 0;
    text-align: center;
    z-index: 9999999999;
    cursor: pointer;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    text-decoration: none;
    outline: 0;
    border-radius: 5px
}

.hb-strip {
    width: 100%;
    z-index: 1040;
    border-radius: 0;
    margin: 0;
    background-color: #da3940
}

.hb-strip .btn.text-uppercase {
    color: #1f1f1f;
    background: #d4e300
}

.hb-strip a {
    color: white
}

.hb-strip .btn-close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #acacac
}

.btn-search-icon {
    color: white;
    width: 42px;
    height: 38px
}

.hb-strip .btn-close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #acacac
}

.btn-search-icon {
    color: white;
    width: 42px;
    height: 38px
}

.btn-search-icon:hover {
    background-color: #f7f7f7
}

.btn-search-icon:focus {
    outline: 0;
    box-shadow: none;
    color: black;
    background-color: #f7f7f7
}

.site-search {
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    color: #fff;
    z-index: 99
}

.site-hdr {
    background-color: var(--dark-blue);
    border-bottom: 0;
    margin-bottom: 15px
}

a.site-logo {
    max-width: 150px;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    border: 0;
    outline: 0;
    text-decoration: none;
    color: #fff;
    filter: brightness(0) invert(1)
}

.site-hdr .navbar {
    min-height: 65px;
    position: relative;
    padding: 0
}

.site-hdr .navbar-nav li a,
.site-hdr .navbar-nav li a:hover,
.site-hdr .navbar-nav li a:focus {
    display: inline-block;
    padding: 10px;
    color: #383838;
    text-decoration: none;
    font-size: 15px
}

.site-hdr .dropdown:hover .dropdown-menu {
    display: block
}

.site-hdr .dropdown-menu {
    min-width: 220px
}

.site-hdr .dropdown-menu li a,
.site-hdr .dropdown-menu li a:hover,
.site-hdr .dropdown-menu li a:focus {
    display: block;
    width: 100%;
    padding: 5px 15px
}

.site-hdr .dropdown-menu li a:hover {
    background: var(--dark-blue);
    color: #fff
}

.site-hdr .navbar-nav li.menu-item-has-children:hover>.dropdown-menu {
    display: block;
    margin-top: -5px
}

.site-hdr .navbar-nav li.menu-item-has-children>a::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
}

.site-hdr .navbar-nav li.menu-item-has-children {
    position: relative
}

.site-hdr .navbar-nav li.menu-item-has-children .dropdown-menu li {
    margin-bottom: 0
}

.site-hdr .navbar-nav li.menu-item-has-children:last-child ul.dropdown-menu {
    right: 0;
    left: auto
}

.site-hdr .site-nav .navbar-nav>li>a,
.site-ftr-nav li a {
    color: white;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap
}

.site-hdr .site-nav .navbar-nav>li>a:before,
.site-ftr-nav li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #d2ecff;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.meta-dtl li,
.meta-dtl span,
.meta-dtl strong,
.meta-dtl a {
    display: inline-block;
    font-size: 14px;
    line-height: normal
}

.meta-dtl li:not(:first-child) {
    border-left: 2px solid #d2d2d2;
    padding-left: 10px;
    margin-left: 10px
}

.p-row .p-link,
.p-row .p-link:hover {
    display: inline-block;
    color: inherit;
    text-decoration: none
}

.p-row {
    border-bottom: 1px solid #ececec
}

.p-row .p-heading {
    font-size: 24px;
    font-family: 'poppinsbold', sans-serif;
    font-weight: bold;
}

.p-row .p-excerpt {
    font-size: 14px
}

.loading {
    position: relative;
    background-color: #d1d1d1 !important;
    overflow: hidden
}

.loading::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, .2)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
    animation: loading .8s infinite
}

.ld-h-style {
    height: 56px
}

.ld-lg-ft-img {
    height: 411px
}

.ld-ft-ul-img {
    height: 71px
}

.ld-ft-ul-hd {
    height: 16.6px;
    width: 68px;
    margin-bottom: 6px
}

.ld-ft-ul-text {
    height: 48px
}

.loaded-box {
    display: none
}

.h-style.loading {
    height: 33px;
    background-image: none
}

.ld-cat-sec-img.loading {
    height: 197.05px
}

.ld-cat-sec-hd.loading {
    height: 48px;
    margin: 10px 0
}

.ld-cat-sec-ul>li.loading {
    height: 12px;
    width: 110px
}

.theme-toggle {
    background: url(//www.crazystreamers.com/wp-content/themes/generictheme/template/css/./../img/icon-night-mode.png) no-repeat center;
    background-size: 19px;
    height: 30px;
    width: 40px;
    filter: brightness(1) invert(1);
    outline: 0;
    border: 0;
    box-shadow: none
}

.theme-toggle:hover,
.theme-toggle:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
}

:root {
    --blue: #005b94;
    --dark-blue: #005b94;
    --grey: #757575;
    --black: #000
}

.site-ft-ul>li:not(:last-child) {
    margin: 0 0 14px 0
}

.text-grey {
    color: var(--grey)
}

.font-regular {
    font-family: "poppinsregular" !important
}

.main-wrap {
    padding: 15px 0 35px 0
}

.home-wrap .p-row,
.main-wrap .p-row,
.home-page .p-row,
.main-wrap .p-row {
    border-bottom: 0
}

div#accordion {
    padding: 5px 0 20px 0;
}

.site-ft-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(2, 2, 2, .6);
    color: white;
    padding: 20px
}

.site-ft-top>img {
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    margin: 0 10px 0 0
}

.site-ft-btm p {
    margin-bottom: 0
}

.site-ft-ul-text {
    font-weight: 600;
    font-size: 14px;
    height: 34px;
    overflow: hidden;
    font-family: 'poppinsregular';
    margin-bottom: 0
}

.h-style {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(//www.crazystreamers.com/wp-content/themes/generictheme/template/css/./../img/border.png);
    background-position: center;
    background-repeat: repeat-x;
    line-height: normal
}

.h-style .h-style-hd,
.h-style .h-style-link {
    background: white;
    display: inline-block
}

.h-style-hd {
    padding-right: 15px
}

.h-style-link,
.h-style-link:hover {
    display: inline-block;
    padding-left: 15px;
    color: black;
    text-decoration: none
}

.h-style-link:hover {
    color: var(--dark-blue)
}

.h-style-link i {
    position: relative;
    left: 0;
    transition: .4s ease-in-out
}

.h-style-link:hover i {
    left: 10px;
    transition: .4s ease-in-out
}

.site-cat-sec {
    padding: 25px 0
}

.rel-post-sec.site-cat-sec {
    padding: 25px 0 42px 0;
}

.site-cat-sec .meta-dtl li,
.site-cat-sec .meta-dtl span,
.site-cat-sec .meta-dtl b,
.site-cat-sec .meta-dtl a {
    color: var(--grey);
    font-size: 12px
}

.site-cat-sec .meta-dtl li:not(:first-child) {
    border-left: 0;
    padding-left: 0
}

.home-sec-mag .meta-dtl>.meta-date:last-child span,
.ra-slider .meta-dtl>.meta-date:last-child span {
    max-width: 100%;
    width: 120px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle
}

.p-top .meta-dtl .meta-author a {
    max-width: 113px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle
}

.site-cat-sec.p-row .p-heading,
.site-cat-sec .p-row .p-heading {
    font-size: 15px;
    font-family: "poppinsregular";
    line-height: 24px;
    margin: 10px 0;
    font-weight: 600
}

.p-content a:not(.btn-sc) {
    border-bottom: 1px solid;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 0 5px;
    word-break: break-word;
}

.p-content a:not(.btn-sc):hover {
    text-decoration: none;
}

.p-content a:not(.btn-sc):before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: -1px;
    background: var(--dark-blue);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.p-content a:hover,
.p-content a:focus,
.p-content a:active {
    color: white;
}

.p-content a:hover:before,
.p-content a:focus:before,
.p-content a:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.sc-deal-box {
    background: var(--dark-blue);
    border-radius: 5px;
    padding: 60px 50px;
    color: white;
    margin: 15px 0;
}

.sc-deal-box small,
.sc-cta-box small {
    display: block;
}

.p-f-image img {
    margin: 0 0 15px 0;
}

.site-thumb {
    display: inline-block;
    position: relative;
    margin: 0;
    border-radius: 8px;
    overflow: hidden
}

.site-thumb::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.site-thumb:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

.site-ft-link,
.p-f-image img,
.ra-slider .slick-slide a img {
    overflow: hidden;
    border-radius: 8px
}

.site-authorbio-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.site-authorbio-social ul {
    min-width: 115px;
}

.site-authorbio-social ul li {
    display: inline-block;
    margin: 0 6px 6px 0;
}

.site-authorbio-social ul li:last-child {
    margin: 0;
}

.site-authorbio-social ul li a {
    background: var(--dark-blue);
    color: white;
    width: 30px;
    display: inline-block;
    height: 30px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    font-size: 17px;
}

.author-box {
    background: #f6f7f9;
    border-radius: 5px;
    padding: 30px;
    margin: 15px 0;
}

.author-box .media img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 5px;
}

.ra-slider {
    position: relative;
}

.ra-slider.p-row .p-heading {
    max-height: 70px;
    overflow: hidden;
}

.slick-slide {
    margin: 0 10px 0 0;
}

.ld-ft-ul-img,
.ld-lg-ft-img,
.ld-cat-sec-img {
    border-radius: 8px
}

.lazy-hidden,
.entry img.lazy-hidden,
img.thumbnail.lazy-hidden {
    background-image: url(//www.crazystreamers.com/wp-content/themes/generictheme/template/css/./../img/default.jpg) !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-size: cover;
    min-height: 100%;
    max-width: 100%
}

.site-hm-sec1 .lazy-hidden.site-ft-lg-img,
.site-hm-sec1 .entry img.lazy-hidden.site-ft-lg-img,
.site-hm-sec1 img.thumbnail.lazy-hidden.site-ft-lg-img {
    height: 410px;
    width: 730px !important
}

.site-hm-sec1 .lazy-hidden.site-ft-ul-img,
.site-hm-sec1 .entry img.lazy-hidden.site-ft-ul-img,
.site-hm-sec1 img.thumbnail.lazy-hidden.site-ft-ul-img {
    height: 65.61px;
    width: 116.6px !important
}

.hm-cat-s1 .lazy-hidden,
.hm-cat-s1 .entry img.lazy-hidden,
.hm-cat-s1 img.thumbnail.lazy-hidden,
.hm-cat-s2 .lazy-hidden,
.hm-cat-s2 .entry img.lazy-hidden,
.hm-cat-s2 img.thumbnail.lazy-hidden {
    height: 196.875px;
    width: 350px !important
}

.site-thumb+.p-heading {
    height: 44px;
    overflow: hidden
}

.lazy-hidden,
.entry img.lazy-hidden,
img.thumbnail.lazy-hidden {
    background-color: #fff;
    background-image: url(//www.crazystreamers.com/wp-content/plugins/a3-lazy-load/assets/css/loading.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.lazy-hidden,
.entry img.lazy-hidden,
img.thumbnail.lazy-hidden {
    background-color: #fff
}

div#related_post_div {
    background: white;
    position: relative;
    z-index: 1020;
}

.hl-box {
    border-radius: 10px;
}

div#respond h6 {
    font-size: 1.6rem;
}

.position-relative {
    position: relative !important;
}

.text-white {
    color: #fff !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

@media (min-width: 576px) {

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
}

@media (min-width: 768px) {

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
}

.site-breadcrumb .breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.site-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro', sans-serif;
    font-weight: 400;
    color: var(--blue);
    width: 15px;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.more-reads>.collapse {
    display: block
}

.more-reads {
    border-radius: 4px;
    overflow: hidden;
    z-index: 999
}

.more-reads-title {
    position: relative;
    padding: 7px 10px;
    margin: 0;
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background-color: var(--dark-blue);
    color: #fff;
    text-align: center
}

ul#more-read-toc {
    border: .5px solid rgba(64, 148, 212, .5);
    border-radius: 0 0 5px 5px;
    background: white
}

.more-reads ul {
    max-height: 320px;
    overflow-y: auto
}

.more-reads ul li {
    position: relative;
    padding: 9px;
    line-height: normal;
    border-bottom: 1px dashed #dcdcdc
}

.more-reads ul li:hover {
    background: #f2f9ff
}

.more-reads ul li:last-child {
    border-bottom: 0
}

.more-reads ul li a {
    color: black;
    font-size: 14px
}

.wp-caption {
    background: #eee;
    border-top: 5px solid #eee;
    text-align: center;
    max-width: 100%;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

#comments input,
#comments textarea,
#comment_box input,
#comment_box textarea {
    width: 100%;
    border: 0;
    background: none;
    border-bottom: 2px solid #6d7073;
    border-radius: 0;
    resize: none;
}
.tool-search {
    margin: 20px 0 25px 0;
}
.nf-tool-filter-container {
    background: #f6f7f9;
    padding: 20px 15px;
    border-radius: 10px;
}
.nf-tool-filter-container > .nf-tool-single-filter {
    display: inline-block;
    margin: 0 0 10px 0;
    width: 33%;
}
.nf-tool-filter-container > .nf-tool-single-filter:first-child {
    width: 100%;
    margin-bottom: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.nf-tool-single-filter .form-control {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #494949!important;
    background: none;
    outline: 0!important;
    box-shadow: none;
}
.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: 0.25rem;
}
.cat-pg-card {
    border: 0.5px solid var(--dark-blue);
    overflow: hidden;
    transition: 0.4s ease-in-out;
    position: relative;
    top: 0;
}

.cat-pg-card:hover {
    top: -7px;
    box-shadow: 0px 5px 15px #d4d4d4;
}

.card.cat-pg-card .card-body {
    position: relative;
    background: #f6f7f9;
    text-align: center;
    padding: 40px 10px 10px 10px;
}

.cat-pg-card .card-body img {
    border-radius: 50%;
    height: 64px;
    width: 64px;
    position: absolute;
    top: -35px;
    border: 3px solid white;
    box-shadow: 0px 1px 5px 0px #727272;
    left: 50%;
    transform: translateX(-50%);
}

.cat-pg-card .card-title {
    height: 49px;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    font-size: 1.25rem;
    font-family: 'poppinsbold';
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 3px;
    color: #000;
}

.cat-pg-card .card-title:hover {
    color: var(--dark-blue);
}
.cat-pg-card .card-img-top {
    max-height: 200px;
    min-height: 200px;
    object-fit: cover;
}

.pagination-wrap .page-item:first-child .page-link, .pagination-wrap .page-item:last-child .page-link {
    border-radius: 0;
    color: #595959;
}

.pagination-wrap .page-link {
    border: 1px solid #999999;
    color: black;
}

.pagination-wrap .page-item.active .page-link {
    background-color: var(--dark-blue);
    color: white;
}
.ml-1, .mx-1 {
    margin-left: 0.25rem!important;
}
.pr-3, .px-3 {
    padding-right: 1rem!important;
}

/*  ========== GENRE PAGE CSS ========== */
.genres a {
    text-decoration: none;
    border-bottom: 1px solid;
    border-bottom-style: dashed;
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 0 5px;
    color: #0068aa;
}

.genres a:not(:last-child) {
    margin: 0 10px 5px 0;
}

.genres a:not(:last-child):after {
    content: '|';
    position: absolute;
    font-size: 20px;
    width: 1px;
    right: -7px;
    top: 55%;
    transform: translateY(-50%);
    color: #bababa;
}

.genres a:hover {
    border-bottom: 0px;
    color: black;
}

/* ======= horizontal closein effect ========= */
.site-cat-listing.imghvr-shutter-in-horiz {
    background-color: #b7b7b7;
    border-radius: 10px;
}

.site-cat-listing-overlay {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: end;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,1) -2%, rgba(251,69,182,0) 72%);
    padding: 10px;
}

.site-cat-listing.imghvr-shutter-in-horiz img {
    height: 350px;
    object-fit: cover;
}

.site-cat-listing.imghvr-shutter-in-horiz figcaption {
    background-color: rgb(4 4 4 / 70%);
    padding: 15px;
}

.site-cat-listing.imghvr-shutter-in-horiz figcaption p {
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 20px;
}

.site-cat-listing.imghvr-shutter-in-horiz figcaption a {
    position: relative;
    background: #ffd600;
}

.imghvr-shutter-in-horiz:hover:before, .imghvr-shutter-in-horiz:hover:after {
    background-color: rgb(4 4 4 / 70%);
}

[class*=" imghvr-shutter-in-"]:after, [class*=" imghvr-shutter-in-"]:before {
    background: none;
}

.contentpopup-details ul li strong {
    margin-right: 20px;
}

.site-cat-listing-overlay .title {
    max-height: 59px;
    overflow: hidden;
}

.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}

        
/* ====== IMAGE HOVER MIN CSS ====== */
[class*=" imghvr-"], [class*=" imghvr-"] *, [class*=" imghvr-"]:after, [class*=" imghvr-"] :after, [class*=" imghvr-"]:before, [class*=" imghvr-"] :before, [class^=imghvr-], [class^=imghvr-] *, [class^=imghvr-]:after, [class^=imghvr-] :after, [class^=imghvr-]:before, [class^=imghvr-] :before {
    box-sizing: border-box;
    transition: all .35s ease;
}

[class*=" imghvr-"],[class^=imghvr-] {
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    background-color: #2266a5;
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transform: translateZ(0)
}

[class*=" imghvr-"]>img,[class^=imghvr-]>img {
    vertical-align: top;
    max-width: 100%
}

[class*=" imghvr-"] figcaption,[class^=imghvr-] figcaption {
    background-color: #135796;
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff
}

[class*=" imghvr-"] a,[class^=imghvr-] a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}
[class*=" imghvr-"],[class*=" imghvr-"] *,[class*=" imghvr-"]:after,[class*=" imghvr-"] :after,[class*=" imghvr-"]:before,[class*=" imghvr-"] :before,[class^=imghvr-],[class^=imghvr-] *,[class^=imghvr-]:after,[class^=imghvr-] :after,[class^=imghvr-]:before,[class^=imghvr-] :before {
    box-sizing: border-box;
    transition: all .35s ease
}
[class*=" imghvr-shutter-in-"]:after,[class*=" imghvr-shutter-in-"]:before,[class^=imghvr-shutter-in-]:after,[class^=imghvr-shutter-in-]:before {
    background: #135796;
    position: absolute;
    content: ""
}
[class*=" imghvr-shutter-in-"]:after,[class^=imghvr-shutter-in-]:after {
    top: 0;
    left: 0
}
[class*=" imghvr-shutter-in-"]:before,[class^=imghvr-shutter-in-]:before {
    right: 0;
    bottom: 0
}
[class*=" imghvr-shutter-in-"] figcaption,[class^=imghvr-shutter-in-] figcaption {
    opacity: 0;
    z-index: 1
}
.imghvr-shutter-in-horiz:after,.imghvr-shutter-in-horiz:before {
    width: 0;
    height: 100%
}
.imghvr-shutter-in-horiz:hover:after, .imghvr-shutter-in-horiz:hover:before {
    width: 50%;
}
.imghvr-shutter-in-horiz:hover:before, .imghvr-shutter-in-horiz:hover:after {
    background-color: rgb(4 4 4 / 70%);
}
[class*=" imghvr-shutter-in-"]:hover figcaption, [class^=imghvr-shutter-in-]:hover figcaption {
    opacity: 1;
    transition-delay: .21s;
}
div#respond h6 {
    font-size: 1.6rem;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.site-search {
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    color: #fff;
    z-index: 99;
}
.text-center {
    text-align: center!important;
}
.p-4 {
    padding: 1.5rem!important;
}
.bg-dark {
    background-color: #343a40!important;
}
.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}
.btn-site {
    display: inline-block;
    background: var(--dark-blue);
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    color: white;
}
.site-search .btn-site {
    border-radius: 0 0.3rem 0.3rem 0;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.p-0 {
    padding: 0!important;
}
@media (min-width: 576px){
    .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;
    }
}

@media (max-width: 768px) {
    .nf-tool-filter-container > .nf-tool-single-filter {
        width: 100%;
    }
    .p-top .title {
        font-size: 28px;
    }
    .more-reads .collapse:not(.show) {
        display: none;
    }
    .more-reads-title.collapsed:after,
    .more-reads-title:after {
        display: inline-block;
        line-height: normal;
        margin-left: 10px;
        font-size: 14px;
        border: 1px solid;
        padding: 2px 6px;
        font-weight: normal;
        width: 60px;
        text-align: center;
        color: #0078d4;
        background: white;
        border-radius: 3px;
        content: "Hide";
        border: 0;
    }
    .more-reads-title.collapsed:after {
        content: "Show";
    }
    .site-cat-listing.imghvr-shutter-in-horiz img {
        height: 260px;
    }
    .site-cat-listing.imghvr-shutter-in-horiz figcaption {
        opacity: 1;
        z-index: 1;
        position: relative;
    }
    .site-cat-listing-overlay {
        background: none;
        background-color: rgb(4 4 4 / 70%);
        position: relative;
        padding: 10px 10px 0 10px;
    }
    .site-cat-listing-overlay .title {
        margin-top: 0;
    }
}
