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

a,p {
    color: #222;
    text-decoration: none
}

*:focus {
    outline: 0!important
}

h1,h2,h3,h4,h5 {
    color: #000;
    margin: 0;
    line-height: normal
}

.clear {
    clear: both
}

.o-center {
    text-align: center
}

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

.ex-right {
    text-align: right
}

.bewhite {
    background: #fff
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.content {
    width: 90%;
    clear: both;
    margin: 20px auto
}

.exrow {
    padding-left: 15px;
    padding-right: 15px
}

.ex-1,.ex-2,.ex-3,.ex-4,.ex-5,.ex-6,.ex-7,.ex-8,.ex-9,.ex-10 {
    float: left
}

.ex-1 {
    width: 10%
}

.ex-2 {
    width: 20%
}

.ex-3 {
    width: 30%
}

.ex-4 {
    width: 40%
}

.ex-5 {
    width: 50%
}

.ex-6 {
    width: 60%
}

.ex-7 {
    width: 70%
}

.ex-8 {
    width: 80%
}

.ex-9 {
    width: 90%
}

.ex-10 {
    width: 100%
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 50px
}

.mall-10 {
    margin: 10px
}

.mall-20 {
    margin: 20px
}

.mall-30 {
    margin: 30px
}

.mall-40 {
    margin: 40px
}

.mall-50 {
    margin: 50px
}

.mall-60 {
    margin: 60px
}

.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px
}

.mlr-10 {
    margin-left: 10px;
    margin-right: 10px
}

.mlr-20 {
    margin-left: 20px;
    margin-right: 20px
}

.mlr-30 {
    margin-left: 30px;
    margin-right: 30px
}

.mlr-40 {
    margin-left: 40px;
    margin-right: 40px
}

.mlr-50 {
    margin-left: 50px;
    margin-right: 50px
}

.mlr-60 {
    margin-left: 60px;
    margin-right: 60px
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

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

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

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

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

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

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

.pall-10 {
    padding: 10px
}

.pall-20 {
    padding: 20px
}

.pall-30 {
    padding: 30px
}

.pall-40 {
    padding: 40px
}

.pall-50 {
    padding: 50px
}

.pall-60 {
    padding: 60px
}

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

.flex {
    display: flex
}

.ibox {
    display: inline-block
}

.italic {
    font-style: italic
}

.bold {
    font- weight: bold
}

.slider-content {
    position: relative
}

.uno-controller {
    position: absolute;
    top: 50%;
    width: 100%
}

.ex-danger {
    color: #d20f23
}

.bigger {
    font-size: 20px
}

.uno-prev {
    cursor: pointer;
    position: absolute;
    margin-top: -20px;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-left: -20px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

a.circle {
    border-radius: 100%;
    padding: 0;
    color: red;
    background: 0 0;
    width: 30px;
    height: 30px;
    line-height: 28px
}

.uno-prev i {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.uno-next {
    cursor: pointer;
    position: absolute;
    margin-top: -20px;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: -20px;
    right: 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.uno-next i {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

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

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

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

@media only screen and (min-width: 979px) and (max-width:1366px) {
    .ps-block__header .media img {
        /* width:100%; */margin-bottom:10px
    }

    .ps-block__content .list-group a {
        font-size: 11px
    }

    .col-md-6 h4 {
        font-size: 14px;
        line-height: 18px
    }
}

@media only screen and (max-width: 480px) {
    .text-left-xs {
        text-align:left!important
    }

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

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

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

@media only screen and (min-width: 480px) and (max-width:768px) {
    .text-left-sm {
        text-align:left!important
    }

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

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

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

@media only screen and (min-width: 768px) and (max-width:979px) {
    .text-left-md {
        text-align:left!important
    }

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

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

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

@media only screen and (min-width: 979px) {
    .text-left-lg {
        text-align:left!important
    }

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

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

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

.item__badges {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #ff4500;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    color: #fff
}
