:root {
    --h1size: 50px;
    --h2size: 35px;
    --h3size: 24px;
    --h4size: 20px;
    --h5size: 18px;
    --h6size: 15px;
    --bodysize: 16px;
    --rweight: 400;
    --mweight: 500;
    --sweight: 600;
    --bweight: 700;
    --eweight: 800;
    --bcweight: 900;
    --pfamily: 'Roboto', sans-serif;
    --sfamily: 'Oswald', sans-serif;
    --text: #555555;
    --dark: #282A35;
    --white: #ffffff;
    --border: #e8e8e8;
    --heading: #292b34;
    --light-white: #f5f5f5;
    --deep-heading: #220044;
    --color-primary: #ec1765;
    --color-primary-hover: #f2216e;
    --color-primary-hue: #ffebef;
    --bg-white: #ffffff;
    --text-white: #ffffff;
}


.btn-primary {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary-hover);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary-hover);
}


/* Raj Theme Start */


.comon-haedeing h1 {
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 4rem;
    font-weight: 600;
    text-transform: capitalize
}

.comon-haedeing .iconm {
    color: #d5003c;
    position: relative
}

.comon-haedeing .iconm::before {
    content: "";
    width: 30px;
    display: inline-block;
    position: relative;
    left: -5px;
    top: 0;
    background: #d5003c;
    height: 2px;
    border-radius: 8px
}

.comon-haedeing .iconm::after {
    content: "";
    width: 30px;
    display: inline-block;
    position: relative;
    right: -5px;
    top: 0;
    background: #d5003c;
    height: 2px;
    border-radius: 8px
}

.comon-haedeing .iconm i {
    font-size: 2.5rem
}

.comon-divjs {
    height: 250px;
    overflow: hidden;
    text-align: center;
    transition: all .5s;
    position: relative
}

.comon-divjs figure {
    height: 250px;
    overflow: hidden;
    width: 100%
}

.comon-divjs figure img {
    object-position: center;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.comon-divjs .hover-ef01 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #131314;
    height: 250px;
    transform: translateY(200px);
    transition: all .5s linear;
    padding: 0 30px
}

.comon-divjs .hover-ef01 .iconj {
    width: 0;
    height: 0;
    margin: auto;
    display: none;
    opacity: 0;
    transform: scale(0);
    transition: all .5s linear
}

.comon-divjs .hover-ef01 .iconj img {
    filter: brightness(0) invert(1)
}

.comon-divjs .hover-ef01 h5 {
    color: #fff;
    font-size: 1.6rem;
    margin-top: 15px
}

.comon-divjs .hover-ef01 p {
    color: #fff;
    font-size: 1.4rem;
    margin-top: 15px
}

.comon-divjs:hover .hover-ef01 {
    background: #d5003c;
    transform: translateY(0);
    display: grid;
    align-content: center;
    justify-content: center
}

.comon-divjs:hover .hover-ef01 .iconj {
    opacity: 9;
    width: 40px;
    height: 40px;
    display: block;
    transform: scale(1)
}

.comon-divjs:hover .hover-ef01 p {
    margin-top: 8px
}

.shedule-div01 {
    background: #131314;
    margin-top: 80px;
    padding: 80px 0
}

.shedule-div01 .nav-pills .nav-item {
    margin: 0 10px
}

.shedule-div01 .nav-pills .nav-item .nav-link {
    background: #1c1c1c;
    text-transform: capitalize;
    font-family: "Jost", sans-serif;
    padding: 15px;
    font-size: 1.8rem;
    color: #fff;
    position: relative
}

.shedule-div01 .nav-pills .nav-item .nav-link:after {
    position: absolute;
    width: 0%;
    height: 100%;
    content: "";
    background: #d5003c;
    left: 0;
    top: 0;
    border-radius: 5px;
    transition: width .5s linear
}

.shedule-div01 .nav-pills .nav-item .nav-link span {
    position: relative;
    z-index: 2
}

.shedule-div01 .nav-pills .nav-item .active {
    background: #d5003c
}

.shedule-div01 .nav-pills .nav-item .active::before {
    position: absolute;
    content: "";
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    font-family: "FontAwesome";
    color: #ad0937;
    z-index: 1;
    font-size: 3rem;
    top: -20px
}

.shedule-div01 .comon-seriu {
    background: #1c1c1c
}

.shedule-div01 .comon-seriu .row div:first-child {
    position: relative
}

.shedule-div01 .comon-seriu .row div:first-child:after {
    position: absolute;
    right: 0;
    content: "";
    top: 30px;
    width: 1px;
    height: 60px;
    background: rgba(187, 187, 187, .1019607843)
}

.shedule-div01 .comon-seriu .comon-rj-divu {
    border-radius: 5px;
    padding: 20px 40px;
    justify-content: space-between
}

.shedule-div01 .comon-seriu .comon-rj-divu .user-imgk {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-right: 15px
}

.shedule-div01 .comon-seriu .comon-rj-divu .user-imgk img {
    object-position: center;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.shedule-div01 .comon-seriu .comon-rj-divu .rj-texr {
    width: 60%
}

.shedule-div01 .comon-seriu .comon-rj-divu .rj-texr h5 {
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase
}

.shedule-div01 .comon-seriu .comon-rj-divu .rj-texr p {
    color: #d5003c;
    font-weight: 600
}

.shedule-div01 .comon-seriu .comon-rj-divu .timer {
    color: #fff;
    text-align: center;
    line-height: 20px
}

.shedule-div01 .nav-pills .nav-item .nav-link:hover::after {
    width: 100%
}

.today-pogram-div01 {
    background: #d5003c url(../images/bg-today.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0 50px 0;
    position: relative
}

.today-pogram-div01 .right-imgej {
    position: absolute;
    right: 2%;
    bottom: 0
}

.today-pogram-div01 .btn-viewall {
    color: #fff;
    font-size: 1.6rem;
    font-family: "Jost", sans-serif;
    transition: all .5s linear
}

.today-pogram-div01 .btn-viewall:hover {
    color: #131314
}

.today-pogram-div01 .shuel-divbn01 {
    border-bottom: solid 1px #f73b70;
    padding-bottom: 20px
}

.today-pogram-div01 .shuel-divbn01 .btn {
    border: solid 2px #fff !important;
    color: #fff;
    border-radius: 50px;
    width: 120px;
    height: 39px;
    line-height: 28px;
    font-size: 1.4rem
}

.today-pogram-div01 .shuel-divbn01 .rju-divou {
    width: 90%;
    display: flex;
    align-items: center;
    padding-left: 20px
}

.today-pogram-div01 .shuel-divbn01 .rju-divou h6 {
    color: #fff;
    font-size: 1.7rem
}

.today-pogram-div01 .shuel-divbn01 .rju-divou h6 span {
    color: #131314;
    margin-top: 5px
}

.today-pogram-div01 .shuel-divbn01 .rju-divou .imguy {
    width: 80px;
    height: 80px;
    display: inline-block;
    margin-right: 20px;
    border-radius: 20px;
    overflow: hidden
}

.today-pogram-div01 .shuel-divbn01 .rju-divou .imguy img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.today-pogram-div01 .shuel-divbn01:last-child {
    border-bottom: none !important
}

.podcast-div {
    padding: 80px 0
}

.podcast-div .comon-podcast-divbn {
    box-shadow: rgba(0, 0, 0, .1294117647) 1px 2px 28px;
    padding: 23px;
    height: 200px
}

.podcast-div .comon-podcast-divbn figure {
    width: 40%;
    height: 156px
}

.podcast-div .comon-podcast-divbn figure img {
    object-position: center;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.podcast-div .comon-podcast-divbn .conm-items-podcats {
    padding-left: 20px
}

.podcast-div .comon-podcast-divbn .conm-items-podcats i {
    color: #d5003c
}

.podcast-div .comon-podcast-divbn .conm-items-podcats h5 {
    font-size: 2.2rem;
    font-family: "Jost", sans-serif;
    text-transform: capitalize;
    margin-bottom: 8px
}

.podcast-div .btn-view-more {
    background: #d5003c;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 1.6rem;
    margin: auto;
    display: table;
    border-radius: 50px;
    padding: 15px 25px;
    box-shadow: rgba(213, 0, 60, .75) 5px 5px 27px
}

.teams-div {
    background: #131314 url(../images/banner1-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    height: 900px
}

.teams-div .items-teams01 {
    height: 350px;
    overflow: hidden;
    border-radius: 5px;
    position: relative
}

.teams-div .items-teams01 figure {
    height: 350px
}

.teams-div .items-teams01 figure img {
    object-position: center;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.teams-div .items-teams01 .name-team01 {
    position: absolute;
    width: 80%;
    margin-left: auto;
    display: grid;
    align-content: center;
    background: #d5003c;
    bottom: 0;
    right: 0;
    height: 60px;
    padding: 10px;
    line-height: 40px;
    text-align: center
}

.teams-div .items-teams01 .name-team01 h5 {
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 2rem
}

.our-fretue {
    margin-top: 80px
}

.our-fretue .comon-ftyu figure {
    width: 80px;
    height: 80px;
    background: #d5003c;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    padding: 15px;
    text-align: center;
    margin-right: 15px !important;
    border: 5px solid #333
}

.our-fretue .comon-ftyu figure img {
    filter: brightness(0) invert(1)
}

.our-fretue .comon-ftyu .rightyu-part h2 {
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 4rem;
    line-height: 30px
}

.our-fretue .comon-ftyu .rightyu-part h2 span {
    font-size: 1.5rem;
    margin-top: 4px
}

.music-palyersdghivb {
    padding: 80px 0
}

.music-palyersdghivb .minsj {
    background: #d5003c;
    padding: 20px;
    border-radius: 10px;
    width: 100%
}

.music-palyersdghivb .minsj .albumd01 {
    position: relative
}

.music-palyersdghivb .minsj .albumd01 figure {
    width: 100%;
    height: 440px;
    overflow: hidden
}

.music-palyersdghivb .minsj .albumd01 figure img {
    object-position: center;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.music-palyersdghivb .minsj .albumd01 .details-ablumbs {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: #281f39;
    background: linear-gradient(0deg, rgb(40, 31, 57) 19%, rgba(7, 13, 88, 0) 100%)
}

.music-palyersdghivb .minsj .albumd01 .details-ablumbs h4 {
    color: #fff;
    font-size: 2rem;
    text-transform: capitalize
}

.music-palyersdghivb .minsj .albumd01 .details-ablumbs p {
    color: #fff
}

.music-palyersdghivb .minsj .albumd01 .details-ablumbs h6 {
    color: #fff;
    font-size: 1.6rem
}

.music-palyersdghivb .comon-musio {
    border-bottom: solid 1px #e95f86;
    padding-bottom: 20px;
    padding-top: 20px
}

.music-palyersdghivb .comon-musio h5 {
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 1.8rem
}

.music-palyersdghivb .comon-musio h5 span:last-child {
    margin-top: 4px;
    font-size: 1.2rem
}

.music-palyersdghivb .comon-musio .player .mejs-container .mejs-controls {
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    background-color: #131314 !important
}

.music-palyersdghivb .comon-musio .player .mejs-controls .mejs-play button {
    background-position: 2px -2px;
    height: 40px !important;
    width: 40px !important
}

.music-palyersdghivb .comon-musio .player .mejs-controls .mejs-time-rail .mejs-time-total {
    display: none
}

.music-palyersdghivb .comon-musio .player .mejs-time-float-current {
    opacity: 0 !important;
    display: none
}

.music-palyersdghivb .comon-musio .player .mejs-controls .mejs-pause button {
    background-position: 1px -32px !important;
    width: 40px;
    height: 40px
}

.music-palyersdghivb .right-uier .comon-musio {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 5px;
    border-bottom: none
}

.music-palyersdghivb .right-uier .comon-musio h5 {
    color: #131314
}

.music-palyersdghivb .right-uier .comon-musio .mejs-container .mejs-controls {
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    background-color: #d5003c !important
}

.fetures-porgrams-div01 {
    padding: 80px 0;
    background: rgba(187, 187, 187, .1019607843)
}

.fetures-porgrams-div01 .features-porgrs {
    height: 360px;
    position: relative;
    overflow: hidden
}

.fetures-porgrams-div01 .features-porgrs .img-programs {
    height: 360px;
    width: 100%
}

.fetures-porgrams-div01 .features-porgrs .img-programs img {
    object-position: top;
    transform: scale(1);
    transition: all .5s linear;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fetures-porgrams-div01 .features-porgrs .comon-details {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    z-index: 2;
    background: #000;
    background: linear-gradient(0deg, rgb(0, 0, 0) 19%, rgba(0, 0, 0, 0) 100%)
}

.fetures-porgrams-div01 .features-porgrs .comon-details h5 {
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 2.5rem;
    width: 50%
}

.fetures-porgrams-div01 .features-porgrs .comon-details h5 span {
    font-size: 1.5rem;
    margin-top: 6px
}

.fetures-porgrams-div01 .features-porgrs .comon-details .we-date {
    background: #d5003c;
    color: #fff;
    padding: 10px
}

.fetures-porgrams-div01 .features-porgrs:hover .img-programs img {
    transform: scale(1.1)
}

.fetures-porgrams-div01 .btn-view-more {
    background: #d5003c;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 1.6rem;
    margin: auto;
    display: table;
    border-radius: 50px;
    padding: 15px 25px;
    box-shadow: rgba(213, 0, 60, .75) 5px 5px 27px
}

.why-choose-us-div {
    padding: 80px 0 0;
    background: #fff url(../images/radio-lis-bg.png) no-repeat;
    background-size: contain;
    background-position: center
}

.why-choose-us-div h1 {
    font-family: "Jost", sans-serif;
    font-size: 4rem;
    color: #131314;
    font-weight: 600
}

.why-choose-us-div h5 {
    font-size: 2rem
}

.why-choose-us-div ul li {
    font-size: 1.8rem;
    font-family: "Jost", sans-serif;
    margin-bottom: 10px;
    text-transform: capitalize;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, .0784313725) 1px 2px 18px;
    border-radius: 8px
}

.why-choose-us-div ul li span {
    color: #d5003c
}

.why-choose-us-div ul li span:last-child {
    color: #131314;
    font-weight: 600
}

.why-choose-us-div .btn-more {
    background: #d5003c;
    color: #fff;
    width: 150px;
    height: 45px;
    line-height: 35px;
    font-size: 1.5rem;
    border-radius: 50px
}

.testimonials-divo {
    background: #d5003c;
    padding: 80px 0
}

.testimonials-divo .comon-haedeing .iconm {
    color: #fff
}

.testimonials-divo .comon-haedeing .iconm::before {
    background: #fff
}

.testimonials-divo .comon-haedeing .iconm::after {
    background: #fff
}

.testimonials-divo .itesm-slider figure {
    width: 40%;
    height: 350px
}

.testimonials-divo .itesm-slider figure img {
    object-position: top;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.testimonials-divo .itesm-slider .details-user01 {
    width: 60%;
    padding-left: 30px
}

.testimonials-divo .itesm-slider .details-user01 i {
    color: #fff;
    font-size: 4rem
}

.testimonials-divo .itesm-slider .details-user01 h4 {
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 3rem
}

.testimonials-divo .itesm-slider .details-user01 p {
    color: #fff;
    font-size: 2rem
}

.testimonials-divo .itesm-slider .details-user01 h6 {
    color: #131314;
    font-size: 1.6rem
}

.blogs-divbn {
    padding: 80px 0
}

.blogs-divbn .items-blogs01 {
    box-shadow: rgba(0, 0, 0, 0.1294117647) 1px 2px 28px;
    padding: 20px;
    transform: scale(1);
    transition: all .5s linear;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 20px;
    flex-direction: column;
}

.blogs-divbn .items-blogs01 .img-of-blogs {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    display: inline-block;
    overflow: hidden
}

.blogs-divbn .items-blogs01 .img-of-blogs img {
    object-position: center;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blogs-divbn .items-blogs01 .details-of-blogs {
    width: 100%
}

.blogs-divbn .items-blogs01 .details-of-blogs i {
    color: #d5003c
}

.blogs-divbn .items-blogs01 .details-of-blogs h5 {
    font-family: "Jost", sans-serif;
    color: #131314;
    font-size: 1.2rem;
    margin-top: 10px;
    text-align: center;
}

.blogs-divbn .items-blogs01 .details-of-blogs .btn {
    color: #d5003c;
    font-weight: 600;
    font-size: 1rem
}

.blogs-divbn .items-blogs01:hover {
    transform: scale(1.1)
}

.blogs-divbn .btn-view-more {
    background: #d5003c;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 1.6rem;
    margin: auto;
    display: table;
    border-radius: 50px;
    padding: 15px 25px;
    box-shadow: rgba(213, 0, 60, .75) 5px 5px 27px
}

.sub-banner-part {
    height: 320px;
    overflow: hidden
}

.sub-banner-part figure {
    height: 320px;
    position: absolute;
    left: 0;
    right: 0
}

.sub-banner-part figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sub-banner-part .text-banner {
    height: 320px;
    display: grid;
    align-content: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding-top: 30px
}

.sub-banner-part .text-banner h1 {
    font-family: "Jost", sans-serif;
    margin-bottom: 15px;
    font-size: 4rem
}

.sub-banner-part .text-banner .breadcrumb-item {
    color: #fff
}

.sub-banner-part .text-banner .active {
    color: #d5003c !important
}

.items-shows {
    box-shadow: 0 16px 50px 0 rgba(0, 0, 0, .1);
    height: 437px;
    overflow: hidden
}

.items-shows figure {
    height: 350px;
    overflow: hidden
}

.items-shows figure img {
    transform: scale(1);
    transition: all .5s linear;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.items-shows h4 {
    font-family: "Jost", sans-serif;
    font-size: 2rem
}

.items-shows h4 span {
    color: #d5003c;
    font-size: 1.5rem;
    margin-top: 6px
}

.items-shows .tiomk {
    background: #d5003c;
    color: #fff;
    border-radius: 30px;
    padding: 10px
}

.items-shows:hover figure img {
    transform: scale(1.1)
}

.todays-shows .fetures-porgrams-div01 {
    background: #fff
}

.about-part-top-sections .rihe-div h1 {
    font-size: 4rem;
    font-family: "Jost", sans-serif;
    text-transform: capitalize
}

.about-part-top-sections .rihe-div p {
    font-size: 16px;
    font-weight: 500
}

.about-part-top-sections .accordion-button:not(.collapsed) {
    background: #d5003c;
    color: #fff
}

.about-part-top-sections .accordion-button {
    font-family: "Jost", sans-serif;
    text-transform: capitalize;
    font-size: 2rem;
    font-weight: 600
}

.why-about-div {
    background: #d5003c url(../images/bg-today.jpg) no-repeat;
    background-size: cover;
    margin-top: 80px;
    padding: 80px 0
}

.why-about-div .comon-haedeing .iconm {
    color: #fff
}

.why-about-div .comon-haedeing .iconm::before {
    background: #fff
}

.why-about-div .comon-haedeing .iconm::after {
    background: #fff
}

.why-about-div .items-divb-why {
    background: #fff;
    border-radius: 8px;
    height: 300px;
    padding: 0 30px;
    display: grid;
    align-content: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.why-about-div .items-divb-why figure {
    width: 70px;
    margin: auto;
    display: block
}

.why-about-div .items-divb-why .details-whyu {
    position: relative;
    z-index: 1
}

.why-about-div .items-divb-why .details-whyu h5 {
    color: #d5003c;
    font-family: "Jost", sans-serif;
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 600;
    margin: 10px auto
}

.why-about-div .items-divb-why .details-whyu p {
    color: #000
}

.why-about-div .items-divb-why h2 {
    position: absolute;
    right: 11px;
    top: 10px;
    font-size: 8rem;
    color: #f7f7f7;
    font-family: "Jost", sans-serif;
    font-weight: 700
}

.our-studio-gallery-div {
    padding: 80px 0
}

.our-studio-gallery-div .comon-gallery01 {
    display: inline-block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 5px;
    position: relative
}

.our-studio-gallery-div .comon-gallery01 .img-box-08 {
    height: 200px;
    width: 100%
}

.our-studio-gallery-div .comon-gallery01 .img-box-08 img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.our-studio-gallery-div .comon-gallery01 .hover-divo0 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 200px;
    display: grid;
    align-content: center;
    background: rgba(19, 19, 20, .5411764706);
    justify-content: center;
    transform: scale(0);
    transition: all .5s linear
}

.our-studio-gallery-div .comon-gallery01 .hover-divo0 svg {
    color: #fff;
    width: 40px;
    height: 40px
}

.our-studio-gallery-div .comon-gallery01:hover .hover-divo0 {
    transform: scale(1.1)
}

.our-sporcers {
    padding: 80px 0 30px 0
}

.our-sporcers .items-logo-crm {
    box-shadow: rgba(0, 0, 0, .0705882353) 1px 2px 40px;
    padding: 15px;
    display: grid;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 150px
}

.our-sporcers .items-logo-crm img {
    width: 100px;
    display: block;
    margin: auto
}

.events-section-apge .dater {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #fff;
    display: grid;
    align-content: center;
    top: 20px;
    left: 20px;
    z-index: 2
}

.events-section-apge .dater h6 {
    font-size: 2rem;
    font-weight: 600;
    font-family: "Jost", sans-serif
}

.events-section-apge .dater h6 span {
    font-size: 1.5rem
}

.events-section-apge .page-item.active .page-link {
    background-color: #d5003c;
    border-color: #d5003c
}

.events-details-main .letf-details-events figure {
    width: 100%;
    height: 400px
}

.events-details-main .letf-details-events figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.events-details-main .letf-details-events h1 {
    font-family: "Jost", sans-serif;
    font-size: 3rem;
    font-weight: 600;
    color: #131314
}

.events-details-main .letf-details-events p {
    font-size: 1.6rem
}

.events-details-main .letf-details-events ul {
    column-count: 2
}

.events-details-main .letf-details-events ul li {
    border: solid 1px #efefef;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 600
}

.events-details-main .letf-details-events ul li .label {
    font-weight: 600;
    color: #d5003c;
    font-size: 1.6rem
}

.events-details-main .right-comon-linst05 {
    box-shadow: rgba(0, 0, 0, .0901960784) 1px 2px 60px;
    padding: 20px
}

.events-details-main .right-comon-linst05 h3 {
    font-family: "Jost", sans-serif;
    color: #131314;
    font-weight: 600;
    font-size: 3.2rem
}

.events-details-main .right-comon-linst05 ul li {
    border-bottom: solid 1px #f5f5f5;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative
}

.events-details-main .right-comon-linst05 ul li:last-child {
    border-bottom: none
}

.events-details-main .right-comon-linst05 ul li::before {
    position: relative;
    display: inline-block;
    content: "";
    font-family: "FontAwesome";
    color: #d5003c;
    margin-right: 5px
}

.events-details-main .right-comon-linst05 ul li a {
    font-weight: 600;
    font-size: 1.6rem;
    transition: all .5s;
    text-transform: capitalize
}

.events-details-main .right-comon-linst05 ul li a:hover {
    color: #d5003c
}

.events-details-main .post-cmonk {
    margin-bottom: 20px
}

.events-details-main .post-cmonk .img-small01 {
    width: 120px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden
}

.events-details-main .post-cmonk .img-small01 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.events-details-main .post-cmonk .right-details-yui {
    width: 85%;
    padding-left: 15px
}

.events-details-main .post-cmonk .right-details-yui h5 {
    font-weight: 700;
    font-size: 1.6rem;
    color: #131314;
    margin-top: 4px
}

.btn-buy {
    background: #d5003c;
    color: #fff !important;
    font-size: 2rem;
    padding-left: 15px;
    padding-right: 15px;
    transition: all .5s linear
}

.btn-buy:hover {
    background: #131314
}

.responsive-map {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}

.responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}

.tabs-links li:before {
    display: none !important
}

.tabs-links a {
    border: solid 1px #efefef !important;
    margin-bottom: 10px
}

.hvert {
    position: absolute;
    left: 20px;
    top: 20px;
    background: #d5003c;
    border-radius: 5px;
    display: grid;
    width: 70px;
    height: 70px;
    text-align: center;
    align-content: center;
    color: #fff;
    font-size: 1.5rem
}

.hvert b {
    text-transform: uppercase
}

.list-group-item {
    border: none !important;
    background: none !important
}

.item.list-group-item {
    float: none;
    width: 100%
}

.inside-div01 {
    box-shadow: rgba(42, 41, 41, .0784313725) 1px 2px 38px;
    padding: 20px !important
}

.item.list-group-item .inside-div01 {
    float: none;
    width: 100%;
    -ms-flex: 0 0 48%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    border: 0;
    height: 271px;
    border-radius: 8px;
    transition: all .5s;
    display: flex
}

.comon-items-d1 {
    display: flex;
    justify-content: space-between;
    padding: 0;
    flex-wrap: wrap;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: solid 1px rgba(0, 0, 0, .05) !important;
    border-radius: 0 !important;
    padding: 20px !important;
    transition: all .5s
}

.item.list-group-item .left-div-list {
    width: 40%;
    position: relative;
    border-radius: 5px;
    height: 229px
}

.item.list-group-item .left-div-list img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.right-list-div {
    padding-top: 20px
}

.right-list-div h6 {
    color: #d5003c;
    font-size: 1.5rem;
    margin-bottom: 10px
}

.right-list-div h6 i {
    margin-right: 5px
}

.right-list-div h5 {
    color: #131314;
    font-size: 1.7rem;
    font-weight: 600
}

.right-list-div .admin-t {
    margin-top: 5px;
    margin-right: 8px
}

.right-list-div .admin-t span {
    font-size: 1.2rem
}

.right-list-div .admin-t i {
    color: #d5003c
}

.item.list-group-item .right-list-div {
    padding-top: 0;
    padding-bottom: 0;
    width: 60%;
    padding-left: 20px
}

.listed-bn li {
    margin-right: 10px
}

.listed-bn a {
    color: #131314;
    cursor: pointer
}

.listed-bn a i {
    font-size: 1.8rem
}

.listed-bn .active {
    color: #d5003c
}

.ashow {
    font-size: 1.4rem
}

.blogs-info-div .right-comon-linst05 {
    box-shadow: rgba(0, 0, 0, .0901960784) 1px 2px 60px;
    padding: 20px
}

.blogs-info-div .right-comon-linst05 h3 {
    font-family: "Jost", sans-serif;
    color: #131314;
    font-weight: 600;
    font-size: 3.2rem
}

.blogs-info-div .right-comon-linst05 ul li {
    border-bottom: solid 1px #f5f5f5;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative
}

.blogs-info-div .right-comon-linst05 ul li:last-child {
    border-bottom: none
}

.blogs-info-div .right-comon-linst05 ul li::before {
    position: relative;
    display: inline-block;
    content: "";
    font-family: "FontAwesome";
    color: #d5003c;
    margin-right: 5px
}

.blogs-info-div .right-comon-linst05 ul li a {
    font-weight: 600;
    font-size: 1.6rem;
    transition: all .5s;
    text-transform: capitalize
}

.blogs-info-div .right-comon-linst05 ul li a:hover {
    color: #d5003c
}

.blogs-info-div .post-cmonk {
    margin-bottom: 20px
}

.blogs-info-div .post-cmonk .img-small01 {
    width: 120px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden
}

.blogs-info-div .post-cmonk .img-small01 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blogs-info-div .post-cmonk .right-details-yui {
    width: 85%;
    padding-left: 15px
}

.blogs-info-div .post-cmonk .right-details-yui h5 {
    font-weight: 700;
    font-size: 1.6rem;
    color: #131314;
    margin-top: 4px
}

.oqute {
    border: solid 1px rgba(0, 0, 0, .05) !important;
    background: rgba(0, 0, 0, .05)
}

.oqute span {
    color: #d5003c;
    font-size: 4rem
}

.oqute h2 {
    color: #131314;
    font-size: 2rem;
    font-family: "Jost", sans-serif
}

.left-details-info .moni {
    height: 400px
}

.left-details-info .moni img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.left-details-info h1 {
    color: #131314;
    font-size: 3rem;
    font-family: "Jost", sans-serif
}

.left-details-info .share-div li {
    margin-right: 15px
}

.left-details-info .share-div li i {
    color: #d5003c
}

.left-details-info .share-div a {
    cursor: pointer
}

.comment-sec-part {
    margin-top: 20px
}

.comment-sec-part .comon-com-div {
    margin-bottom: 30px
}

.comment-sec-part h2 {
    color: #131314;
    font-size: 3rem;
    font-family: "Jost", sans-serif;
    margin-bottom: 30px
}

.comment-sec-part figure {
    width: 63px;
    height: 63px;
    overflow: hidden;
    border-radius: 50%
}

.comment-sec-part .comment-text {
    width: 89%
}

.comment-sec-part .comment-text h5 {
    font-weight: 600;
    font-size: 1.6rem
}

.leave-sec-part {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, .12);
    margin: 30px 0;
    padding-bottom: 20px
}

.leave-sec-part h2 {
    color: #131314;
    font-size: 3rem;
    font-family: "Jost", sans-serif;
    margin-bottom: 30px
}

.leave-sec-part .form-control {
    font-size: 1.5rem
}

.leave-sec-part .form-group {
    margin-bottom: 20px
}

.leave-sec-part .form-control,
.conatct-form-div .form-control {
    border: none;
    background: #f1f1f1;
    height: 45px
}

.leave-sec-part textarea,
.conatct-form-div textarea {
    height: 150px !important;
    resize: none
}

.leave-sec-part .subimt-comment,
.subimt-message,
.quick-contact .subimt-comment {
    background: #d5003c;
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem
}

.footer-new {
    padding: 50px 0
}

.footer-new::before {
    display: none
}

.footer-new .company-detailso {
    background: none !important;
    padding: 0
}

.footer-new .all-right-footer {
    padding: 0
}

.contact-us-page .cm-text-n {
    background: #d5003c;
    border-radius: 5px;
    padding: 40px;
    height: 450px
}

.contact-us-page .cm-text-n h6 {
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 2.2rem
}

.contact-us-page .cm-text-n h2 {
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 3rem
}

.contact-us-page .cm-text-n ul {
    margin-top: 40px !important
}

.contact-us-page .cm-text-n ul li {
    margin-bottom: 20px
}

.contact-us-page .cm-text-n ul li .text-c {
    color: #fff;
    font-size: 1.6rem;
    width: 68%
}

.contact-us-page .cm-text-n ul li .text-c small {
    font-weight: 700;
    font-size: 2rem
}

.contact-us-page .cm-text-n .icon-c {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: solid 1px #fff;
    color: #fff;
    margin-right: 10px
}

.contact-us-page .cm-text-n .icon-c i {
    font-size: 2rem
}

.contact-us-page .conatct-form-div h6 {
    font-family: "Jost", sans-serif;
    font-size: 2.2rem;
    text-transform: capitalize
}

.contact-us-page .conatct-form-div h2 {
    font-family: "Jost", sans-serif;
    font-size: 3rem;
    font-weight: 700
}

.contact-us-page .conatct-form-div .form-control {
    font-size: 1.4rem;
    margin-bottom: 20px
}

.contact-us-page .conatct-form-div .subimt-message {
    width: 100px;
    transition: all .5 linear;
    color: #fff !important;
    text-transform: uppercase
}

.contact-us-page .conatct-form-div .subimt-message:hover {
    background: #131314
}

.map-sec .responsive-map {
    overflow: hidden;
    position: relative;
    height: 0;
    height: 400px;
    padding-bottom: 0 !important
}

.map-sec .responsive-map iframe {
    left: 0;
    top: 0;
    height: 400px;
    width: 100%;
    position: absolute
}

.navbar-toggler {
    color: #fff !important;
    border: none !important
}

.navbar-toggler i {
    font-size: 2rem
}

.offcanvas-end {
    width: 330px
}

.mobile-menu-sec .active-m a {
    background: #d5003c;
    color: #fff
}

.mobile-menu-sec li a,
.mobile-menu-sec li .dropdown .btn {
    text-decoration: none;
    color: #323657;
    padding: 10px 5px 10px 10px;
    display: block;
    background: #f7f7f7;
    margin-bottom: 3px;
    width: 100%;
    text-align: left
}

.quick-link ul li {
    display: flex;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: normal;
    align-items: center
}

.quick-link ul li i {
    font-size: 35px;
    margin-right: 14px;
    color: #d5003c
}

.side-media li a {
    background: #131314;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    display: inline-block
}

.side-media {
    list-style-type: none;
    margin-top: 15px;
    display: flex
}

.side-media li {
    margin: 0 5px
}

.close-menu {
    border: none;
    color: #131314;
    background: none !important;
    position: absolute;
    right: 21px;
    top: 0
}

.close-menu svg {
    width: 30px;
    height: 30px
}

.fixed-menu {
    backdrop-filter: blur(20px);
    background: rgba(14, 2, 5, .548);
    position: fixed;
    top: 0;
    animation: slide-down .7s;
    left: 0;
    right: 0;
    z-index: 250
}

.thanksoy-page h2 {
    font-weight: 600;
    font-family: "Jost", sans-serif;
    font-style: normal;
    font-size: 4rem;
    text-transform: capitalize
}

.thanksoy-page p {
    font-size: 18px;
    font-family: "Roboto", sans-serif
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@media(max-width: 1180px) {
    html {
        font-size: 60%
    }

    .rightyu-part {
        width: 60%
    }

    .conm-items-podcats span {
        font-size: 1.2rem
    }

    .shedule-div01 .comon-seriu .comon-rj-divu .rj-texr {
        width: 56%
    }

    header .navbar-light .navbar-nav .nav-link {
        padding: 0 17px
    }
}

@media(max-width: 900px) {
    .fetures-porgrams-div01 .features-porgrs .comon-details h5 {
        width: 100%;
        margin-bottom: 29px
    }

    .blogs-divbn .items-blogs01 .img-of-blogs {
        width: 100%;
        height: auto
    }

    .blogs-divbn .items-blogs01 .details-of-blogs {
        padding-left: 0px
    }

    .itesm-slider {
        margin: auto;
        display: table;
        width: 90%
    }

    .testimonials-divo .itesm-slider figure {
        width: 100%
    }

    .details-user01 {
        width: 100% !important;
        padding-top: 30px
    }

    .teams-div {
        height: auto
    }

    .right-imgej {
        display: none
    }

    .shedule-div01 .nav-pills .nav-item .nav-link {
        margin-bottom: 20px
    }
}

@media(max-width: 667px) {
    footer .all-right-footer {
        padding: 10px 20px !important
    }

    .right-imgej {
        display: none
    }

    .teams-div {
        height: auto
    }

    html {
        font-size: 50%
    }

    .navbar-toggler i {
        font-size: 4rem
    }

    .rj-pages-div .items-shows {
        height: 304px
    }

    .rj-pages-div .items-shows figure {
        height: 230px
    }

    .item.list-group-item .left-div-list {
        height: 169px
    }

    .hvert {
        left: 10px;
        top: 10px;
        width: 58px;
        height: 50px
    }

    .item.list-group-item .inside-div01 {
        height: 216px
    }

    .left-details-info .moni {
        height: 340px
    }

    .banner-part {
        height: 450px
    }

    .banner-part .container .text-banner {
        height: 450px
    }
}

@media(max-width: 480px) {
    html {
        font-size: 50%
    }

    .sub-banner-part {
        height: 280px
    }

    .sub-banner-part figure {
        height: 280px
    }

    .sub-banner-part .text-banner {
        height: 280px
    }

    footer .all-right-footer {
        padding: 10px 20px !important
    }

    .banner-part .container .text-banner h1 {
        font-size: 4.5rem
    }

    .banner-part .container .text-banner h1 span {
        font-size: 4.5rem
    }

    .banner-part {
        height: 450px
    }

    .banner-part .container .text-banner {
        height: 450px
    }

    .shedule-div01 .nav-pills .nav-item .nav-link {
        margin-bottom: 20px
    }

    .shedule-div01 .comon-seriu .comon-rj-divu {
        padding: 20px
    }

    .shedule-div01 .comon-seriu .comon-rj-divu .rj-texr {
        width: 55%
    }

    .comon-ftyu {
        justify-content: center
    }

    .testimonials-divo .itesm-slider {
        width: 90%;
        margin: auto
    }

    .testimonials-divo .itesm-slider figure {
        width: 100%
    }

    .testimonials-divo .itesm-slider .details-user01 {
        padding: 30px;
        width: 100%
    }

    .blogs-divbn .items-blogs01 .img-of-blogs {
        width: 32%;
        height: 120px
    }

    .blogs-divbn .items-blogs01 .details-of-blogs {
        padding-left: 20px
    }

    .podcast-div .comon-podcast-divbn figure {
        width: 40%;
        height: 106px
    }

    .podcast-div .comon-podcast-divbn {
        height: 160px
    }

    .main-body-part {
        padding: 30px 0
    }

    .item.list-group-item .left-div-list {
        height: 169px
    }

    .hvert {
        left: 10px;
        top: 10px;
        width: 58px;
        height: 50px
    }
}


/* Raj Theme End */





/* -----------Animation-Css-Start-------------- */

/* animation line wraper */
.anim_line {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.anim_line span {
    position: absolute;
    z-index: 99999;
    top: -275px;
    animation: star_down_one 6s infinite linear;
    opacity: 0;
}

.anim_line.dark_bg {
    max-width: 1170px;
}

.anim_line.dark_bg span {
    transform: rotate(180deg);
}

.anim_line span:first-child {
    left: -17%;
    animation-delay: 3s;
}

.anim_line span:nth-child(2) {
    left: 0%;
    animation-delay: 5s;
}

.anim_line span:nth-child(3) {
    left: 17%;
    animation-delay: 1s;
}

.anim_line span:nth-child(4) {
    left: 34%;
    animation-delay: 4s;
}

.anim_line span:nth-child(5) {
    left: 51%;
    animation-delay: 7s;
}

.anim_line span:nth-child(6) {
    left: 68%;
}

.anim_line span:nth-child(7) {
    left: 85%;
    animation-delay: 3s;
}

.anim_line span:nth-child(8) {
    left: 99%;
    animation-delay: 2s;
}

.anim_line span:nth-child(9) {
    left: 117%;
    animation-delay: 5s;
}

/* footer .top_footer .anim_line span:first-child {
    left: 5%;
}

footer .top_footer .anim_line span:nth-child(2) {
    left: 13%;
} */

@keyframes star_down_one {
    0% {
        opacity: 0;
        top: -250px;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        top: 100%;
        opacity: 0;
    }
}




/* --------Object-Moving-Animation-Css-Start----- */
.moving_animation {
    animation: moving_object 6s infinite linear;
}

.moving_position_animatin {
    position: relative;
    animation: moving_position_animatin 6s infinite linear;
    z-index: -1;
}

.about_app_section .about_img .screen_img img {
    animation-delay: 3s;
}

.modern_ui_section .ui_images .right_img img:nth-child(3) {
    animation-delay: 3s;
}

.modern_ui_section .ui_images .right_img img:nth-child(2) {
    animation-delay: 3s;
}

.modern_ui_section .ui_images .right_img img:nth-child(1) {
    animation-delay: 3s;
}

@keyframes moving_object {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes moving_position_animatin {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

/* -----------Download_App_Section-Start------------------ */

/* download app wraper */
.free_app_section {
    padding-top: 70px;
    position: relative;
}

.free_app_section .container {
    max-width: 1370px;
}

.free_app_section .container .free_app_inner {
    background-color: var(--color-primary);
    border-radius: 30px;
    padding: 20px 100px;
    padding-bottom: 50px;
    position: relative;
}

/* download app dark background */
.free_app_section .container .free_app_inner .dark_bg {
    overflow: hidden;
}

.free_app_section .container .free_app_inner .dark_bg span {
    z-index: 9999;
}

.free_app_section .container .free_app_inner .row {
    align-items: center;
}

.free_app_section .container .free_app_inner .free_text .section_title {
    text-align: left;
}

/* download app heading h2 */
.free_app_section .container .free_app_inner .free_text .section_title h2 {
    margin-bottom: 20px;
}

.free_app_section .container .free_app_inner .free_text .section_title h2,
.free_app_section .container .free_app_inner .free_text .section_title p {
    color: var(--text-white);
}

.free_app_section .container .free_app_inner .free_text .app_btn {
    display: flex;
    align-items: center;
}

.free_app_section .container .free_app_inner .free_text .app_btn li a {
    display: block;
    padding: 12px 30px;
    background-color: var(--bg-white);
    border: 2px solid var(--color-primary);
    position: relative;
    border-radius: 12px;
    transition: .4s all;
}

.free_app_section .container .free_app_inner .free_text .app_btn li a:hover {
    -webkit-box-shadow: 1px 4px 8px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 4px 8px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 4px 8px -2px rgba(0, 0, 0, 0.5);
}

.free_app_section .container .free_app_inner .free_text .app_btn li:last-child {
    margin-left: 25px;
}

.free_app_section .container .free_app_inner .free_img {
    display: flex;
    align-items: center;
    margin-top: -120px;
}

.free_app_section .container .free_app_inner .free_img img:last-child {
    margin-left: -65px;
}

.purple_backdrop {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(50, 35, 111, 0.95);
    width: 100%;
    height: 100%;
    z-index: 99999;
    opacity: 0;
    transition: .4s all;
    pointer-events: none;
}





/* Start App Footer Player */
.btn:not([disabled]).active,
.btn:not([disabled]):focus,
.btn:not([disabled]):hover {
    box-shadow: inset 0 -10rem 0 rgba(158, 158, 158, .2);
}

.btn-icon.btn-sm {
    width: 1.775rem;
    height: 1.775rem;
    line-height: 1.775rem;
}

.black .bg {
    background-color: #17171b;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    border-radius: .2rem !important;
}

a,
a:focus,
a:hover,
button,
pre {
    color: inherit;
}

.mejs-track-details::after,
.mejs-track-details::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.ui-check {
    position: relative;
    padding-left: 20px;
    cursor: pointer
}

.ui-check input {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.ui-check input:checked+i:before {
    left: 5px;
    top: 5px;
    width: 6px;
    height: 6px;
    background-color: var(--color-primary)
}

.ui-check input:checked+span .active {
    display: inherit
}

.ui-check input[type=radio]+i,
.ui-check input[type=radio]+i:before {
    border-radius: 50%
}

.ui-check input[disabled]+i,
fieldset[disabled] .ui-check input+i {
    border-color: rgba(134, 143, 152, .2)
}

.ui-check input[disabled]+i:before,
fieldset[disabled] .ui-check input+i:before {
    background-color: rgba(134, 143, 152, .2)
}

.ui-check>i {
    width: 16px;
    height: 16px;
    line-height: 1;
    box-shadow: 0 0 1px rgba(120, 130, 140, .35);
    margin-top: -2px;
    display: inline-block;
    margin-right: 4px;
    background-clip: padding-box;
    position: relative
}

.ui-check>i:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background-color: transparent
}

.ui-check>span .active {
    display: none
}

.ui-check.ui-check-color input:checked+i:before {
    background-color: #fff
}

.ui-check-md input:checked+i:before {
    left: 6px;
    top: 6px
}

.ui-check-md>i {
    width: 18px;
    height: 18px
}

.ui-check-lg input:checked+i:before {
    width: 12px;
    height: 12px;
    left: 9px;
    top: 9px
}

.ui-check-lg>i {
    width: 30px;
    height: 30px
}

[data-layout],
[layout] {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

[data-layout=column],
[layout=column] {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

[data-layout=row],
[layout=row] {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

[data-layout-wrap],
[layout-wrap] {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

[data-layout-fill],
[layout-fill] {
    margin: 0;
    min-height: 100%;
    width: 100%
}

@-moz-document url-prefix() {

    [data-layout-fill],
    [layout-fill] {
        margin: 0;
        width: 100%;
        min-height: auto;
        height: inherit
    }
}

.app-footer,
.app-header {
    left: 0;
    right: 0;
    margin: inherit
}

[data-flex],
[flex] {
    box-sizing: border-box;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

[data-flex-no-shrink],
[flex-no-shrink] {
    flex-shrink: 0
}

html {
    height: 100%
}

body {
    height: auto;
    min-height: 100%;
    position: relative
}

.app-aside {
    position: fixed !important;
    z-index: 1030;
    float: left
}

.app-content {
    box-shadow: none;
    padding: 0
}

.app-content::after {
    display: table;
    clear: both
}

.app-header {
    position: fixed;
    top: 0;
    z-index: 1020
}

.app-header~.app-body {
    padding-top: 3.5rem
}

.app-body-inner {
    padding-top: inherit !important;
    padding-bottom: inherit !important;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: auto
}

.app-footer {
    position: absolute;
    bottom: 0;
    z-index: 1010
}

.app-fixed {
    overflow: hidden
}

.app-fixed .app {
    height: 100%
}

.app-fixed .app-content {
    position: relative;
    min-height: 100%
}

.app-fixed .app-footer {
    margin-left: 0
}

@media (min-width:992px) {
    .app-aside {
        opacity: 1;
        display: block !important
    }

    .app-aside,
    .app-aside .scroll {
        width: 12.5rem
    }

    .app-aside.lg:not(.folded),
    .app-aside.lg:not(.folded) .scroll {
        width: 13.75rem
    }

    .app-aside.lg:not(.hide)~.app-content {
        margin-left: 13.75rem
    }

    .app-aside.sm:not(.folded),
    .app-aside.sm:not(.folded) .scroll {
        width: 11.25rem
    }

    .app-aside.sm:not(.hide)~.app-content {
        margin-left: 11.25rem
    }

    .app-aside.folded {
        width: 4rem
    }

    .app-aside.folded:not(.hide)~.app-content {
        margin-left: 4rem
    }

    .app-aside.folded.md {
        width: 5rem
    }

    .app-aside.folded.md:not(.hide)~.app-content {
        margin-left: 5rem
    }

    .app-aside:not(.hide)~.app-content {
        margin-left: 12.5rem
    }

    .app-aside .left {
        position: absolute;
        right: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .app-header.hidden-lg-up~.app-body {
        padding-top: 0
    }

    .hide-scroll {
        width: auto;
        margin-right: -17px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:991px) {
    .app-aside.modal {
        width: 100%;
        position: fixed;
        z-index: 1050
    }

    .app-aside .left {
        position: fixed;
        bottom: inherit;
        width: 304px
    }

    body.container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

@media print {

    .app-aside,
    .app-footer,
    .app-header,
    .switcher {
        display: none
    }
}

.ie9 .app-aside {
    position: static !important
}

.ie9 .app-aside .left {
    width: inherit;
    position: absolute
}

@media (min-width:992px) {
    body.container {
        box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
        padding-left: 0;
        padding-right: 0
    }

    body.container .app-aside {
        left: inherit;
        right: auto
    }

    body.container .app-aside.lg~.app-content .app-header {
        width: 45rem
    }

    body.container .app-aside.sm~.app-content .app-header {
        width: 47.5rem
    }

    body.container .app-aside.folded~.app-content .app-header {
        width: 54.75rem
    }

    body.container .app-aside.folded.md~.app-content .app-header {
        width: 53.75rem
    }

    body.container .app-aside~.app-content .app-header {
        width: 46.25rem
    }

    body.container .app-header {
        left: inherit;
        right: auto;
        margin-left: 0;
        width: 58.75rem
    }
}

@media (min-width:1200px) {
    body.container .app-aside.lg~.app-content .app-header {
        width: 57.5rem
    }

    body.container .app-aside.sm~.app-content .app-header {
        width: 60rem
    }

    body.container .app-aside.folded~.app-content .app-header {
        width: 67.25rem
    }

    body.container .app-aside.folded.md~.app-content .app-header {
        width: 66.25rem
    }

    body.container .app-aside~.app-content .app-header {
        width: 58.75rem
    }

    body.container .app-header {
        width: 71.25rem
    }
}

.list {
    padding-left: 0;
    padding-right: 0;
    border-radius: 3px
}

.list.no-border {
    padding-top: 8px;
    padding-bottom: 8px
}

.list-item {
    display: block;
    position: relative;
    padding: 12px 16px
}

.list-item::after {
    display: table;
    clear: both
}

.no-border .list-body:after,
.pace-inactive {
    display: none
}

.list-item:last-child .list-body:after {
    border: none
}

.no-border .list-item {
    padding-top: 8px;
    padding-bottom: 8px
}

.no-padding .list-item {
    padding-left: 0;
    padding-right: 0
}

.list-left {
    float: left;
    padding-right: 1rem
}

.list-left+.list-body {
    margin-left: 56px
}

.list-body h3 {
    font-size: 16px;
    margin: 0 0 3px;
    font-weight: 400
}

.item-title,
.nav>li>a .nav-text {
    font-weight: 600
}

.list-body:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid rgba(120, 130, 140, .065)
}

.inset .list-body:after {
    left: 72px
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pace .pace-progress {
    background: var(--color-primary);
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px
}

.pace .pace-activity {
    display: none;
    position: fixed;
    z-index: 2000;
    top: 5px;
    right: 5px;
    width: 14px;
    height: 14px;
    border: 2px solid transparent;
    border-top-color: var(--color-primary);
    border-left-color: var(--color-primary);
    border-radius: 10px;
    -webkit-animation: loading-bar-spinner .4s linear infinite;
    -moz-animation: loading-bar-spinner .4s linear infinite;
    -ms-animation: loading-bar-spinner .4s linear infinite;
    -o-animation: loading-bar-spinner .4s linear infinite;
    animation: loading-bar-spinner .4s linear infinite
}

.nav-icon i,
.navside .nav li {
    position: relative
}

.navside,
.navside .nav {
    border: inherit
}

@-webkit-keyframes loading-bar-spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@-moz-keyframes loading-bar-spinner {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes loading-bar-spinner {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes loading-bar-spinner {
    0% {
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0)
    }

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

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

.navside [data-flex],
.navside [flex] {
    overflow: auto
}

.navside .nav li {
    border: inherit
}

.navside .nav li li a {
    line-height: 2rem;
    padding-left: 3.5rem
}

.navside .nav li li a .nav-text {
    padding: .4375rem 0
}

.navside .nav li li li a {
    padding-left: 4.5rem
}

.navside .nav li li li li a {
    padding-left: 5.5rem
}

.navside .nav li a,
.navside .nav-header {
    padding: 0 1rem;
    line-height: 2.25rem
}

.navside .nav li a {
    display: block;
    position: relative
}

.navside .nav li a::after {
    display: table;
    clear: both
}

.navside .nav li a:focus,
.navside .nav li a:hover,
.navside .nav li.active {
    background-color: rgba(255, 255, 255, .065)
}

.navside .nav li.active>a {
    background-color: transparent
}

.navside .nav li.active>a .nav-caret i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.navside .nav-header:focus,
.navside .nav-header:hover {
    background-color: transparent !important
}

.navside .nav-header:after {
    display: none
}

.nav-text,
.nav-text small,
.nav-text span {
    display: block
}

.navside .navbar-brand {
    float: none;
    margin-right: 0
}

.nav-fold {
    padding: .75rem 1rem
}

.nav-text {
    line-height: 1.125rem;
    padding: .5625rem 0
}

.navside .nav-text {
    opacity: .75
}

.navside .active>a>.nav-text,
.navside a:focus>.nav-text,
.navside a:hover>.nav-text {
    opacity: 1
}

.navbar .nav-text {
    line-height: 1;
    display: inline-block;
    padding: 0
}

.navbar .nav-text span.text-xs {
    margin-top: .25rem
}

.nav-icon {
    float: left;
    line-height: inherit;
    margin-right: 1rem;
    top: 0;
    min-width: 1.5rem
}

.nav-icon i img,
.nav-icon i svg {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.navbar .nav-icon {
    margin-right: .5rem
}

.nav-label {
    float: right;
    margin-left: 1rem;
    font-style: normal;
    z-index: 1
}

.navbar .nav-label {
    margin-left: .5rem
}

.nav-caret {
    float: right;
    margin-left: 1rem;
    opacity: .45
}

.nav-caret i {
    -webkit-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

.navbar .nav-caret {
    margin-left: .5rem
}

.nav-sub {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .4s ease 0s;
    transition: max-height .4s ease 0s
}

.active>.nav-sub {
    max-height: 50rem
}

@media (min-width:992px) {

    .folded .hidden-folded,
    .folded .nav li ul,
    .folded .nav>li>a .nav-caret,
    .folded .nav>li>a .nav-text {
        display: none
    }

    .folded .nav>li>a,
    .folded .navbar {
        text-align: center;
        padding-left: 4px;
        padding-right: 4px
    }

    .folded,
    .folded .scroll {
        width: 4rem
    }

    .folded.md,
    .folded.md .scroll {
        width: 5rem
    }

    .folded .nav>li>a .nav-label {
        position: absolute;
        top: -6px;
        right: 6px
    }

    .folded .nav>li>a .nav-icon {
        float: none;
        line-height: 2.5rem;
        margin-left: 0;
        margin-right: 0;
        position: relative
    }

    .folded.show-text .nav>li>a .nav-text {
        display: block;
        margin-top: -18px;
        font-size: .85em
    }

    .folded .navbar-brand {
        float: none;
        margin: 0
    }

    .folded .nav-stacked .nav {
        margin: 0 12px
    }

    .folded .nav-fold {
        padding: 8px 16px
    }

    .folded .nav-fold .pull-left {
        float: none !important;
        margin: 0
    }

    .folded .nav-fold .pull-left img {
        width: 100%;
        height: auto
    }

    .folded.nav-expand {
        -webkit-transition: width .4s cubic-bezier(.25, .8, .25, 1);
        transition: width .4s cubic-bezier(.25, .8, .25, 1);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute
    }

    .folded.nav-expand.active,
    .folded.nav-expand.active .scroll,
    .folded.nav-expand:focus,
    .folded.nav-expand:focus .scroll,
    .folded.nav-expand:hover,
    .folded.nav-expand:hover .scroll {
        width: 12.5rem !important
    }

    .folded.nav-expand.active>*,
    .folded.nav-expand:focus>*,
    .folded.nav-expand:hover>* {
        width: 12.5rem
    }

    .folded.nav-expand.active .hidden-folded,
    .folded.nav-expand:focus .hidden-folded,
    .folded.nav-expand:hover .hidden-folded {
        display: block
    }

    .folded.nav-expand.active .hidden-folded.inline,
    .folded.nav-expand:focus .hidden-folded.inline,
    .folded.nav-expand:hover .hidden-folded.inline {
        display: inline-block
    }

    .folded.nav-expand.active .nav li ul,
    .folded.nav-expand:focus .nav li ul,
    .folded.nav-expand:hover .nav li ul {
        display: inherit
    }

    .folded.nav-dropdown .nav>li:focus>ul,
    .folded.nav-dropdown .nav>li:hover>ul,
    .folded.nav-expand.active .nav>li>a .nav-caret,
    .folded.nav-expand.active .nav>li>a .nav-text,
    .folded.nav-expand:focus .nav>li>a .nav-caret,
    .folded.nav-expand:focus .nav>li>a .nav-text,
    .folded.nav-expand:hover .nav>li>a .nav-caret,
    .folded.nav-expand:hover .nav>li>a .nav-text,
    .nav-dropup .nav>li:focus>ul,
    .nav-dropup .nav>li:hover>ul {
        display: block
    }

    .folded.nav-expand.active .nav>li>a,
    .folded.nav-expand:focus .nav>li>a,
    .folded.nav-expand:hover .nav>li>a {
        text-align: left;
        padding-left: 16px;
        padding-right: 16px
    }

    .folded.nav-expand.active .nav>li>a .nav-text,
    .folded.nav-expand:focus .nav>li>a .nav-text,
    .folded.nav-expand:hover .nav>li>a .nav-text {
        font-size: 1em;
        margin: 0
    }

    .folded.nav-expand.active .nav>li>a .nav-label,
    .folded.nav-expand:focus .nav>li>a .nav-label,
    .folded.nav-expand:hover .nav>li>a .nav-label {
        position: static
    }

    .folded.nav-expand.active .nav>li>a .nav-icon,
    .folded.nav-expand:focus .nav>li>a .nav-icon,
    .folded.nav-expand:hover .nav>li>a .nav-icon {
        float: left;
        line-height: inherit;
        margin-right: 16px
    }

    .folded.nav-expand.active .navbar,
    .folded.nav-expand:focus .navbar,
    .folded.nav-expand:hover .navbar {
        text-align: left;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .folded.nav-expand.active .nav-stacked .nav,
    .folded.nav-expand:focus .nav-stacked .nav,
    .folded.nav-expand:hover .nav-stacked .nav {
        margin: 0 8px
    }

    .folded.nav-expand.active .nav-stacked .nav>li>a,
    .folded.nav-expand:focus .nav-stacked .nav>li>a,
    .folded.nav-expand:hover .nav-stacked .nav>li>a {
        padding: 0 8px
    }

    .folded.nav-expand.active .nav-fold,
    .folded.nav-expand:focus .nav-fold,
    .folded.nav-expand:hover .nav-fold {
        padding: 12px 16px
    }

    .folded.nav-expand.active .nav-fold .pull-left,
    .folded.nav-expand:focus .nav-fold .pull-left,
    .folded.nav-expand:hover .nav-fold .pull-left {
        float: left !important
    }

    .folded.nav-expand.active .nav-fold .pull-left img,
    .folded.nav-expand:focus .nav-fold .pull-left img,
    .folded.nav-expand:hover .nav-fold .pull-left img {
        height: auto
    }

    .folded.nav-expand.active .nav-fold .pull-left img.w-40,
    .folded.nav-expand:focus .nav-fold .pull-left img.w-40,
    .folded.nav-expand:hover .nav-fold .pull-left img.w-40 {
        width: 40px
    }

    .folded.nav-expand.active .nav-fold .pull-left img.w-48,
    .folded.nav-expand:focus .nav-fold .pull-left img.w-48,
    .folded.nav-expand:hover .nav-fold .pull-left img.w-48 {
        width: 48px
    }

    .folded.nav-dropdown .row-body,
    .folded.nav-dropdown [flex],
    .folded.nav-dropdown.modal,
    .nav-dropup .row-body,
    .nav-dropup [flex],
    .nav-dropup.modal {
        overflow: visible !important
    }

    .folded.nav-dropdown .nav>li>ul,
    .nav-dropup .nav>li>ul {
        display: none;
        overflow: visible;
        max-height: 999px;
        color: rgba(255, 255, 255, .87);
        background-color: rgba(0, 0, 0, .87);
        border-radius: 2px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
        position: absolute;
        left: 100%;
        top: 0;
        padding: 6px 0
    }

    .folded.nav-dropdown .nav>li>ul a,
    .nav-dropup .nav>li>ul a {
        padding-left: 16px !important;
        padding-right: 16px !important;
        min-width: 160px
    }

    .folded.nav-dropdown .nav>li>ul li.active ul,
    .nav-dropup .nav>li>ul li.active ul {
        display: block
    }

    .folded.nav-dropdown .nav>li>ul .nav-text,
    .nav-dropup .nav>li>ul .nav-text {
        padding: 6px 0 !important
    }

    .folded.nav-dropdown .nav>li .nav-mega,
    .nav-dropup .nav>li .nav-mega {
        width: 320px
    }

    .folded.nav-dropdown .nav>li .nav-mega>li,
    .nav-dropup .nav>li .nav-mega>li {
        width: 160px;
        float: left
    }

    .folded.nav-dropdown .nav>li .nav-mega.nav-mega-3,
    .nav-dropup .nav>li .nav-mega.nav-mega-3 {
        width: 480px
    }
}

.easyPieChart,
.item-list-li .item:before,
.jscroll-loading-center .jscroll-loading,
.nav-center,
.sl-icon>i,
.ui-icon {
    text-align: center
}

.item-bg,
.item-media,
.list-icon div {
    overflow: hidden
}

.nav-border .nav>li.active:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    border-left-color: inherit;
    border-left-width: 3px;
    border-left-style: solid
}

.item::after,
.ui-icon:after {
    content: ""
}

.nav-stacked .nav {
    margin: 0 8px
}

.nav-stacked .nav>li>a {
    line-height: 1.75rem;
    padding: 0 .5rem;
    margin: 2px 0
}

.nav-stacked .nav>li>a .nav-text {
    padding: .3125rem 0
}

.nav-stacked .nav>li li a {
    padding-left: 3rem
}

.nav-stacked .nav>li li li a {
    padding-left: 4rem
}

.nav-stacked .nav>li li li li a {
    padding-left: 5rem
}

.nav-stacked .nav>li.active>a {
    color: rgba(255, 255, 255, .87);
    background-color: var(--color-primary)
}

.nav-stacked .nav li a {
    border-radius: 3px
}

.nav-stacked .nav .nav-header {
    padding-left: 8px;
    padding-right: 8px
}

.nav-light .nav .nav-icon i img,
.nav-light .nav .nav-icon i svg {
    display: block
}

.nav-center .nav-icon {
    display: none
}

.nav-center .nav-caret {
    position: absolute;
    right: 10px
}

.nav-center .nav-label {
    position: absolute;
    padding-left: 10px
}

.nav-center .nav a {
    padding-left: 16px !important
}

.nav-center .nav-fold .pull-left {
    float: none !important;
    margin-bottom: 10px;
    display: inline-block
}

.nav-active-bg .nav-link.active,
.nav-active-bg .nav>li.active>a {
    color: rgba(0, 0, 0, .87) !important;
    background-color: #f2f2f2 !important
}

.nav-active-dark .nav-link.active,
.nav-active-dark .nav>li.active>a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #1c202b !important
}

.nav-active-black .nav-link.active,
.nav-active-black .nav>li.active>a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #17171b !important
}

.nav-active-primary .nav-link.active,
.nav-active-primary .nav>li.active>a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: var(--color-primary) !important
}

.nav-active-accent .nav-link.active,
.nav-active-accent .nav>li.active>a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #a88add !important
}

.nav-active-warn .nav-link.active,
.nav-active-warn .nav>li.active>a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #fcc100 !important
}

.nav-active-success .nav-link.active,
.nav-active-success .nav>li.active>a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #6cc788 !important
}

.nav-active-info .nav-link.active,
.nav-active-info .nav>li.active>a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #6887ff !important
}

.nav-active-warning .nav-link.active,
.nav-active-warning .nav>li.active>a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #f77a99 !important
}

.nav-active-danger .nav-link.active,
.nav-active-danger .nav>li.active>a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #ef1960 !important
}

.nav-active-light .nav-link.active,
.nav-active-light .nav>li.active>a {
    color: rgba(0, 0, 0, .87) !important;
    background-color: #f8f8f8 !important
}

.nav-active-white .nav-link.active,
.nav-active-white .nav>li.active>a {
    color: rgba(0, 0, 0, .87) !important;
    background-color: #fff !important
}

.nav-active-red .nav-link.active,
.nav-active-red .nav>li.active>a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #f44336 !important
}

.nav-active-pink .nav-link.active,
.nav-active-pink .nav>li.active>a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #e91e63 !important
}

.nav-active-purple .nav-link.active,
.nav-active-purple .nav>li.active>a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #9c27b0 !important
}

.nav-active-deep-purple .nav-link.active,
.nav-active-deep-purple .nav>li.active>a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #673ab7 !important
}

.nav-active-indigo .nav-link.active,
.nav-active-indigo .nav>li.active>a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #3f51b5 !important
}

.nav-active-blue .nav-link.active,
.nav-active-blue .nav>li.active>a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #2196f3 !important
}

.nav-active-light-blue .nav-link.active,
.nav-active-light-blue .nav>li.active>a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #03a9f4 !important
}

.nav-active-cyan .nav-link.active,
.nav-active-cyan .nav>li.active>a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #00bcd4 !important
}

.nav-active-teal .nav-link.active,
.nav-active-teal .nav>li.active>a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #009688 !important
}

.nav-active-green .nav-link.active,
.nav-active-green .nav>li.active>a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #4caf50 !important
}

.nav-active-light-green .nav-link.active,
.nav-active-light-green .nav>li.active>a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #8bc34a !important
}

.nav-active-lime .nav-link.active,
.nav-active-lime .nav>li.active>a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #cddc39 !important
}

.nav-active-yellow .nav-link.active,
.nav-active-yellow .nav>li.active>a {
    color: rgba(0, 0, 0, .87) !important;
    background-color: #ffeb3b !important
}

.nav-active-amber .nav-link.active,
.nav-active-amber .nav>li.active>a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #ffc107 !important
}

.nav-active-orange .nav-link.active,
.nav-active-orange .nav>li.active>a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #ff9800 !important
}

.nav-active-deep-orange .nav-link.active,
.nav-active-deep-orange .nav>li.active>a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #ff5722 !important
}

.nav-active-brown .nav-link.active,
.nav-active-brown .nav>li.active>a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #795548 !important
}

.nav-active-blue-grey .nav-link.active,
.nav-active-blue-grey .nav>li.active>a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #607d8b !important
}

.nav-active-grey .nav-link.active,
.nav-active-grey .nav>li.active>a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #363c43 !important
}

.ui-icon {
    display: inline-block;
    height: 1em;
    background: 0 0 !important
}

.item .bottom,
.item .top {
    left: 0;
    background-repeat: repeat-x;
    right: 0
}

.ui-icon:before {
    position: relative;
    z-index: 1
}

.ui-icon:after {
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    border-radius: 2em;
    width: 2em;
    height: 2em;
    top: -1.5em;
    display: block;
    position: relative;
    z-index: 0;
    background-clip: padding-box
}

.ui-icon.b-2x:after {
    border-width: 2px
}

.ui-icon.b-3x:after {
    border-width: 3px
}

.ui-icon.ui-icon-sm:after {
    width: 1.7em;
    height: 1.7em;
    top: -1.35em
}

.ui-icon.primary:after {
    background-color: var(--color-primary)
}

.ui-icon.success:after {
    background-color: #6cc788
}

.ui-icon.info:after {
    background-color: #6887ff
}

.ui-icon.warning:after {
    background-color: #f77a99
}

.ui-icon.danger:after {
    background-color: #ef1960
}

.ui-icon.accent:after {
    background-color: #a88add
}

.ui-icon.dark:after {
    background-color: #1c202b
}

.ui-icon.light:after {
    background-color: #f8f8f8
}

.ui-icon.white:after {
    background-color: #fff
}

.item {
    position: relative;
    margin: 0 auto
}

.item .bottom,
.item .center,
.item .top,
.item-overlay {
    position: absolute
}

.item::after {
    display: table;
    clear: both
}

.item .top {
    top: 0;
    background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, .4));
    border-radius: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.item .bottom {
    bottom: 0;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .4));
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.item .center {
    padding: 0 !important;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.no-gutter .item {
    border-radius: 0
}

.item-overlay {
    line-height: 1;
    color: #fff;
    padding: 8px;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: inherit
}

.item-overlay .item:focus,
.item-overlay.active,
.item-overlay.open,
.item:hover .item-overlay {
    opacity: 1;
    display: block
}

.blur-5,
.opacity {
    opacity: .5
}

.item-overlay.w-full {
    top: 0;
    bottom: 0
}

.item-overlay>.btn,
.item-overlay>a {
    min-width: 20px;
    text-align: center;
    display: inline-block
}

.item-media {
    position: relative;
    display: block;
    padding: 0;
    border-radius: inherit
}

.item-media:after {
    content: '';
    display: block;
    padding-top: 100%
}

.item-media-21by9:after {
    padding-top: 42.857143%
}

.item-media-16by9:after {
    padding-top: 56.25%
}

.item-media-4by3:after {
    padding-top: 75%
}

.item-media-2by3:after {
    padding-top: 150%
}

.item-media-3by4:after {
    padding-top: 133.33333%
}

.item-media-2by1:after {
    padding-top: 50%
}

.item-media-2by1 .item-media-content {
    max-width: 50%
}

.item-media-2by1 .item-overlay {
    width: 50%
}

.item-bg,
.item-info-overlay .item-info {
    width: 100%;
    height: 100%;
    position: absolute
}

.item-media-2by1 .item-overlay.top~.item-media-content {
    left: 50%
}

.item-media-2by1 .item-overlay.bottom {
    left: auto;
    right: 0
}

.item-media-1by2:after {
    padding-top: 200%
}

.item-media-1by2 .item-media-content {
    max-height: 50%
}

.item-media-1by2 .item-overlay {
    height: 50%
}

.item-media-1by2 .item-overlay.top~.item-media-content {
    top: 50%
}

.item-media iframe,
.item-media-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    border-radius: inherit;
    background-size: cover;
    background-repeat: none;
    background-position: 50% 50%;
    background-color: rgba(120, 120, 120, .2)
}

.item-info {
    position: relative;
    padding: 10px 0 0px;
    border-radius: inherit
}

.item-info .bottom {
    bottom: 100%
}

.item-info-overlay .item-info {
    top: 0;
    padding: 15px 20px;
    color: #fff
}

.item-info-overlay .item-info .item-overlay {
    bottom: 0
}

.item-info-overlay .item-info .item-title {
    font-size: 1.125rem
}

.item-info-overlay .item-info .item-author,
.item-info-overlay .item-info .item-title {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 -1px 2px rgba(0, 0, 0, .1)
}

.item-info-overlay .item-overlay {
    z-index: 1
}

.item-bg img {
    position: absolute;
    width: 110%;
    left: 50%;
    top: 50%;
    margin-left: -55%;
    margin-top: -55%
}

.blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px)
}

.blur-5 {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px)
}

.opacity-3 {
    opacity: .3
}

.visible-list {
    display: none !important
}

.item-grid .item-info {
    min-height: 50px
}

.item-list .item {
    padding: 12px 10px;
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 5
}

.item-list .item:focus,
.item-list .item:hover {
    background-color: rgba(120, 120, 120, .1)
}

.item-list .item:focus .item-info:after,
.item-list .item:hover .item-info:after {
    display: none
}

.item-list .visible-list {
    display: block !important
}

.item-list .item:focus .item-meta-right,
.item-list .item:hover .item-meta-right,
.item-list .open~.item-meta .item-meta-right,
.item-list.item-list-xs .item-media-content {
    display: none
}

.item-list.item-list-lg .item-media {
    width: 90px;
    height: 90px
}

.item-list.item-list-lg .item-info {
    min-height: 90px
}

.item-list.item-list-md .item-media {
    width: 60px;
    height: 60px
}

.item-list.item-list-md .item-info {
    min-height: 60px
}

.item-list.item-list-sm .item-media {
    width: 40px;
    height: 40px
}

.item-list.item-list-sm .item-info {
    min-height: 40px
}

.item-list.item-list-xs .item-media {
    width: 0;
    height: 0;
    position: static
}

.item-list.item-list-xs .item-media button {
    width: 30px;
    height: 30px
}

.item-list.item-list-xs .item-info {
    min-height: 20px
}

.item-list.item-list-xs .center {
    left: 30px;
    margin-top: -15px
}

.item-list.item-list-xs .item.active:before,
.item-list.item-list-xs .item:focus:before,
.item-list.item-list-xs .item:hover:before,
.item-list.item-list-xs .open .item:before {
    opacity: 0
}

.item-list.item-list-by>div {
    float: none;
    width: 100%
}

.item-list .item-media {
    width: 120px;
    height: 120px;
    padding-bottom: 0;
    float: left;
    margin-right: 16px;
    z-index: 1
}

.item-list .item-info {
    padding: 0;
    position: relative;
    min-height: 120px
}

.item-list .item-info .bottom {
    position: relative;
    float: right;
    background: 0 0;
    color: inherit
}

.tl-date,
.tl-wrap:before {
    float: left;
    position: relative
}

.page-bg,
.page-bg:before {
    background-repeat: no-repeat
}

.item-list .item-info:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    border-bottom: 1px solid rgba(120, 120, 120, .1)
}

.page-bg,
.page-bg:after {
    bottom: 0;
    position: absolute
}

.item-list .item-title {
    line-height: 1.4
}

.item-list .item-meta-right {
    position: absolute;
    right: 0;
    top: 2px
}

.item-list-li {
    counter-reset: li
}

.item-list-li .item {
    padding-left: 50px
}

.item-list-li .item-overlay {
    padding: 3px 8px
}

.item-list-li .item:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    content: counter(li);
    counter-increment: li;
    width: 50px;
    display: inline-block;
    opacity: .6;
    font-size: 16px;
    font-weight: 700
}

.cover:after,
.page-bg:after,
.page-bg:before {
    content: '';
    width: 100%
}

.item-masonry .item {
    margin-bottom: 24px
}

.item-masonry .item-media-1by2 {
    padding-top: 24px
}

.item-masonry.row-sm .item {
    margin-bottom: 16px
}

.item-masonry.row-sm .item-media-1by2 {
    padding-top: 16px
}

.item-masonry.row-xs .item {
    margin-bottom: 8px
}

.item-masonry.row-xs .item-media-1by2 {
    padding-top: 8px
}

@media (max-width:991px) {
    .item-masonry .item {
        margin-bottom: 16px
    }

    .item-masonry .item-media-1by2 {
        padding-top: 16px
    }

    .item-list .item {
        margin-left: -8px;
        margin-right: -8px
    }
}

@media (max-width:767px) {

    .item-masonry .item,
    .item-masonry.row-sm .item {
        margin-bottom: 8px
    }

    .item-masonry .item-media-1by2,
    .item-masonry.row-sm .item-media-1by2 {
        padding-top: 8px
    }

    .item-masonry.row-xs .item {
        margin-bottom: 4px
    }

    .item-masonry.row-xs .item-media-1by2 {
        padding-top: 4px
    }

    .item-list .item {
        margin-left: -4px;
        margin-right: -4px
    }
}

.page-content {
    position: relative;
    z-index: 10
}

.page-bg {
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    height: 50vh;
    background-position: 50% 50%;
    background-size: 0
}

.switcher,
.switcher .sw-btn {
    border: 1px solid rgba(120, 120, 120, .1);
    background-clip: padding-box
}

.page-bg:before {
    background-size: cover;
    background-image: inherit;
    background-position: inherit;
    position: absolute;
    height: 100%;
    opacity: .1
}

.black .page-bg:before,
.dark .page-bg:before,
.grey .page-bg:before {
    opacity: .15
}

.page-bg:after {
    height: 50%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    background-repeat: repeat-x
}

.light .page-bg:after {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f8f8f8)
}

.grey .page-bg:after {
    background-image: linear-gradient(to bottom, transparent, #363c43)
}

.dark .page-bg:after {
    background-image: linear-gradient(to bottom, transparent, #1c202b)
}

.black .page-bg:after {
    background-image: linear-gradient(to bottom, transparent, #17171b)
}

.cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: inherit;
    background-position: 50% 50%;
    position: relative
}

.cover:after {
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0;
    background-color: inherit;
    opacity: .65
}

#flotTip,
.flotTip,
.jqstooltip {
    background-color: rgba(0, 0, 0, .8) !important
}

.cover.cover-gd:after {
    background-image: linear-gradient(to right, #6887ff, var(--color-primary))
}

.cover>* {
    position: relative;
    z-index: 1
}

.switcher {
    z-index: 1000;
    position: fixed;
    top: 60px;
    right: -240px;
    width: 240px;
    -webkit-transition: right .2s ease;
    transition: right .2s ease
}

.switcher.active {
    right: -2px;
    z-index: 1060
}

.switcher .sw-btn {
    position: absolute;
    left: -43px;
    top: -1px;
    padding: 10px 15px;
    z-index: 1045;
    border-right-width: 0;
    border-radius: 24px 0 0 24px
}

#sw-demo {
    top: 118px
}

#sw-demo.active {
    top: 78px
}

.list-icon i {
    margin-right: 16px
}

.list-icon div {
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.jqstooltip {
    border: 1px solid #000 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.easyPieChart {
    position: relative
}

.easyPieChart>div {
    position: absolute;
    width: 100%;
    line-height: 1;
    top: 40%
}

.easyPieChart>div img {
    margin-top: -4px
}

#flotTip,
.flotTip {
    padding: 4px 10px;
    border: 1px solid #000 !important;
    z-index: 100;
    font-size: 12px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.legendColorBox>div {
    border: none !important;
    margin: 5px
}

.legendColorBox>div>div {
    border-radius: 10px
}

.st-sort-ascent:before {
    content: '\25B2'
}

.st-sort-descent:before {
    content: '\25BC'
}

.st-selected td {
    background: rgba(0, 0, 0, .065)
}

.black .btn-default.form-control,
.dark .btn-default.form-control,
.grey .btn-default.form-control {
    background: 0 0 !important;
    background-color: rgba(255, 255, 255, .1) !important;
    color: inherit !important
}

.ui-select-bootstrap>.ui-select-choices {
    overflow-y: scroll
}

.box .dataTables_wrapper {
    padding-top: 10px
}

.box .dataTables_wrapper>.row {
    margin: 0
}

.box .dataTables_wrapper>.row>.col-sm-12 {
    padding: 0
}

.dataTables_wrapper.form-inline .form-control {
    width: auto
}

.footable-odd {
    background-color: rgba(0, 0, 0, .025) !important
}

.note-editor {
    border-width: 0 !important;
    overflow: visible !important;
    background-color: inherit
}

.note-toolbar .note-color .dropdown-toggle {
    padding-left: 2px !important
}

.note-editor .note-editing-area .note-editable,
.note-editor .note-statusbar {
    background-color: transparent !important;
    color: inherit !important
}

.note-toolbar {
    background-color: rgba(120, 130, 140, .1)
}

.ie .ie-show {
    display: block
}

.nav a.waves-effect {
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%)
}

.sortable-placeholder {
    list-style: none;
    border: 1px dashed #fff;
    min-height: 40px
}

.jscroll-loading {
    padding: 5px 10px
}

.streamline {
    position: relative;
    border-color: rgba(120, 130, 140, .13)
}

.streamline .sl-icon:before,
.streamline .sl-item:before,
.streamline:after {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 3px;
    border-style: solid;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    margin-left: -4px;
    top: 6px;
    left: 0
}

.sl-item::after,
.ui-switch i:before {
    content: ""
}

.streamline:after {
    top: auto;
    bottom: 0
}

.sl-icon {
    position: absolute;
    left: -10px;
    z-index: 1;
    border: inherit
}

.sl-item,
.sl-left,
.ui-switch {
    position: relative
}

.sl-icon>i {
    width: 20px;
    height: 20px;
    display: table-cell;
    color: #fff
}

.streamline .sl-icon:before {
    width: 20px;
    height: 20px;
    border-width: 10px;
    margin: 0 !important;
    top: 0 !important
}

.sl-item {
    border-color: rgba(120, 130, 140, .13);
    padding-bottom: 1px
}

.sl-item::after {
    display: table;
    clear: both
}

.sl-item:after {
    top: 2px;
    bottom: auto
}

.sl-item.b-l {
    margin-left: -1px
}

.sl-left {
    float: left;
    z-index: 1;
    margin-left: -20px;
    margin-bottom: 24px
}

.sl-author,
.sl-footer {
    margin-bottom: 10px
}

.sl-left img {
    max-width: 40px
}

.sl-left+.sl-content {
    margin-left: 36px
}

.sl-content {
    margin-left: 24px;
    padding-bottom: 16px
}

.sl-date {
    font-size: .85em
}

.ui-switch {
    cursor: pointer;
    display: inline-block;
    width: 32px;
    height: 18px;
    border-radius: 30px;
    background-color: #6cc788;
    margin: 0
}

.ui-switch i:after,
.ui-switch i:before {
    position: absolute;
    background-color: #fff
}

.ui-switch input {
    position: absolute;
    opacity: 0
}

.ui-switch input:checked+i:before {
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 5px;
    border-width: 0;
    border-radius: 5px
}

.ui-switch input:checked+i:after {
    margin-left: 15px
}

.ui-switch i:before {
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border: 1px solid #f0f0f0;
    border-radius: 30px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.tl-wrap:before,
.ui-switch i:after {
    border-radius: 50%;
    content: ""
}

.ui-switch i:after {
    width: 16px;
    top: 1px;
    bottom: 1px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
    -webkit-transition: margin .3s;
    transition: margin .3s
}

.ui-switch-md {
    width: 40px;
    height: 24px
}

.ui-switch-md input:checked+i:after {
    margin-left: 17px
}

.ui-switch-md i:after {
    width: 22px
}

.ui-switch-lg {
    width: 50px;
    height: 30px
}

.ui-switch-lg input:checked+i:after {
    margin-left: 21px
}

.ui-switch-lg i:after {
    width: 28px
}

.timeline {
    margin: 0;
    padding: 0
}

.m-t,
.m-y {
    margin-top: 1rem
}

.tl-item {
    display: block
}

.tl-item::after {
    content: "";
    display: table;
    clear: both
}

.visible-left {
    display: none
}

.tl-wrap {
    display: block;
    margin-left: 6em;
    padding: 15px 0 15px 20px;
    border-style: solid;
    border-color: rgba(120, 130, 140, .13);
    border-width: 0 0 0 2px
}

.tl-wrap::after {
    content: "";
    display: table;
    clear: both
}

.tl-wrap:before {
    top: 15px;
    margin-left: -26px;
    width: 10px;
    height: 10px;
    border-color: inherit;
    border-width: 3px;
    border-style: solid;
    background: #f8f8f8;
    box-shadow: 0 0 0 4px #f2f2f2
}

.tl-date {
    top: 10px;
    margin-left: -7.5em;
    display: block;
    width: 4.5em;
    text-align: right
}

.tl-content {
    display: inline-block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px
}

.p-t,
.p-y {
    padding-top: 1rem
}

.p-b,
.p-y {
    padding-bottom: 1rem
}

.tl-content.block {
    display: block;
    width: 100%
}

.m-b,
.m-y {
    margin-bottom: 1rem
}

.tl-header {
    display: block;
    width: 12em;
    text-align: center;
    margin-left: 1px
}

.timeline-center .tl-item {
    margin-left: 50%
}

.timeline-center .tl-item .tl-wrap {
    margin-left: -2px
}

.timeline-center .tl-header {
    width: auto;
    margin-left: -1px
}

.timeline-center .tl-left {
    margin-left: 0;
    margin-right: 50%
}

.timeline-center .tl-left .hidden-left {
    display: none !important
}

.timeline-center .tl-left .visible-left {
    display: inherit
}

.timeline-center .tl-left .tl-wrap {
    float: right;
    margin-right: 0;
    border-left-width: 0;
    border-right-width: 2px;
    padding-left: 0;
    padding-right: 20px
}

.p-l,
.p-x {
    padding-left: 1rem
}

.p-r,
.p-x {
    padding-right: 1rem
}

.timeline-center .tl-left .tl-wrap:before {
    float: right;
    margin-left: 0;
    margin-right: -26px
}

.timeline-center .tl-left .tl-date {
    float: right;
    margin-left: 0;
    margin-right: -8.5em;
    text-align: left
}

.md-btn,
.owl-dots-bottom-center .owl-dots,
.owl-dots-center .owl-dots,
.w-24,
.w-32,
.w-40,
.w-48,
.w-56 {
    text-align: center
}

.dark .box,
.dark .white {
    background-color: #232836
}

.dark.app {
    background-color: #1c202b
}

.black .box,
.black .white {
    background-color: #1f1f25
}

.black.app {
    background-color: #17171b
}

.grey .box,
.grey .white {
    background-color: #3e454d
}

.grey.app {
    background-color: #363c43
}

.black .form-control,
.dark .form-control,
.grey .form-control {
    background: 0 0;
    background-color: rgba(255, 255, 255, .1);
    color: inherit
}

.black .form-control:focus,
.dark .form-control:focus,
.grey .form-control:focus {
    border-color: rgba(255, 255, 255, .125)
}

.black .input-group-btn .btn,
.dark .input-group-btn .btn,
.grey .input-group-btn .btn {
    background-color: rgba(255, 255, 255, .1) !important;
    color: inherit !important
}

.black .list-group,
.dark .list-group,
.grey .list-group {
    background-color: transparent
}

.lter {
    background-color: rgba(255, 255, 255, .035)
}

.dker {
    background-color: rgba(0, 0, 0, .035)
}

.light {
    background-color: #f8f8f8
}

.dark-white,
.white {
    background-color: #fff
}

.dark-white {
    color: rgba(0, 0, 0, .87)
}

.black,
.danger,
.dark,
.grey,
.info,
.primary,
.success,
.warn,
.warning {
    color: rgba(255, 255, 255, .87)
}

.black {
    background-color: #17171b
}

.black .lt {
    background-color: #1d1d22
}

.black .dk {
    background-color: #111114
}

.black .bg {
    background-color: #17171b
}

.dark {
    background-color: #1c202b
}

.dark .lt {
    background-color: #212633
}

.dark .dk {
    background-color: #171a23
}

.dark .bg {
    background-color: #1c202b
}

.grey {
    background-color: #363c43
}

.grey .lt {
    background-color: #3c424a
}

.grey .dk {
    background-color: #30363c
}

.grey .bg {
    background-color: #363c43
}

.primary {
    background-color: var(--color-primary)
}

.primary .lt {
    background-color: #02c57d
}

.primary .dk {
    background-color: #02ab6d
}

.primary .bg {
    background-color: var(--color-primary)
}

.accent {
    color: rgba(255, 255, 255, .87);
    background-color: #a88add
}

.accent .lt {
    background-color: #af94e0
}

.accent .dk {
    background-color: #a180da
}

.accent .bg {
    background-color: #a88add
}

.warn {
    background-color: #fcc100
}

.warn .lt {
    background-color: #ffc60a
}

.warn .dk {
    background-color: #efb700
}

.warn .bg {
    background-color: #fcc100
}

.success {
    background-color: #6cc788
}

.success .lt {
    background-color: #75cb8f
}

.success .dk {
    background-color: #63c381
}

.success .bg {
    background-color: #6cc788
}

.info {
    background-color: #6887ff
}

.info .lt {
    background-color: #7591ff
}

.info .dk {
    background-color: #5b7dff
}

.info .bg {
    background-color: #6887ff
}

.warning {
    background-color: #f77a99
}

.warning .lt {
    background-color: #f886a2
}

.warning .dk {
    background-color: #f66e90
}

.warning .bg {
    background-color: #f77a99
}

.danger {
    background-color: #ef1960
}

.danger .lt {
    background-color: #f02568
}

.danger .dk {
    background-color: #eb1059
}

.danger .bg {
    background-color: #ef1960
}

.blue {
    background-color: #2196f3
}

.blue .lt {
    background-color: #2d9cf4
}

.blue .dk {
    background-color: #1590f2
}

.blue .bg {
    background-color: #2196f3
}

.white-overlay {
    background-color: rgba(255, 255, 255, .85)
}

.black-overlay {
    background-color: rgba(0, 0, 0, .85)
}

.gd-overlay {
    background-color: transparent !important;
    background-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0)
}

.bg-auto:before {
    content: "";
    position: absolute;
    width: inherit;
    top: 0;
    bottom: 0;
    background-color: inherit;
    border: inherit
}

.bg-auto.b-l:before {
    margin-left: -1px
}

.m-l,
.m-x {
    margin-left: 1rem
}

.bg-auto.b-r:before {
    margin-right: -1px
}

.m-r,
.m-x {
    margin-right: 1rem
}

.no-bg {
    background: 0 0 !important
}

.pos-rlt {
    position: relative;
    z-index: 1
}

.pos-abt {
    position: absolute
}

.pos-fix {
    position: fixed !important
}

.pos-stc {
    position: static !important
}

.block {
    display: block
}

.block.hide {
    display: none
}

.pull-none {
    float: none
}

.inline {
    display: inline-block
}

.inline-16 {
    width: 16px;
    height: 16px
}

.inline-24 {
    width: 24px;
    height: 24px
}

.active>.auto .inline,
.active>.inline,
.none {
    display: none
}

.active>.auto .none,
.active>.none {
    display: inline-block
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.pointer {
    cursor: pointer
}

.circle,
.rounded {
    border-radius: 500px
}

.clear {
    display: block;
    overflow: hidden
}

.no-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.no-border {
    border-color: transparent;
    border-width: 0
}

.no-borders {
    border-width: 0 !important
}

.b {
    border-color: rgba(120, 130, 140, .13);
    background-clip: padding-box
}

.b-a {
    border: 1px solid rgba(120, 130, 140, .13)
}

.b-t {
    border-top: 1px solid rgba(120, 130, 140, .13)
}

.b-r {
    border-right: 1px solid rgba(120, 130, 140, .13)
}

.b-b {
    border-bottom: 1px solid rgba(120, 130, 140, .13)
}

.b-l {
    border-left: 1px solid rgba(120, 130, 140, .13)
}

.b-2x {
    border-width: 2px
}

.b-3x {
    border-width: 3px
}

.b-4x {
    border-width: 4px
}

.b-5x {
    border-width: 5px
}

.b-t-2x {
    border-top-width: 2px !important
}

.b-t-3x {
    border-top-width: 3px !important
}

.b-t-4x {
    border-top-width: 4px !important
}

.b-t-5x {
    border-top-width: 5px !important
}

.b-r-2x {
    border-right-width: 2px !important
}

.b-r-3x {
    border-right-width: 3px !important
}

.b-r-4x {
    border-right-width: 4px !important
}

.b-r-5x {
    border-right-width: 5px !important
}

.b-b-2x {
    border-bottom-width: 2px !important
}

.b-b-3x {
    border-bottom-width: 3px !important
}

.b-b-4x {
    border-bottom-width: 4px !important
}

.b-b-5x {
    border-bottom-width: 5px !important
}

.b-l-2x {
    border-left-width: 2px !important
}

.b-l-3x {
    border-left-width: 3px !important
}

.b-l-4x {
    border-left-width: 4px !important
}

.b-l-5x {
    border-left-width: 5px !important
}

.b-primary {
    border-color: var(--color-primary)
}

.b-t-primary {
    border-top-color: var(--color-primary)
}

.b-r-primary {
    border-right-color: var(--color-primary)
}

.b-b-primary {
    border-bottom-color: var(--color-primary)
}

.b-l-primary {
    border-left-color: var(--color-primary)
}

.b-accent {
    border-color: #a88add
}

.b-t-accent {
    border-top-color: #a88add
}

.b-r-accent {
    border-right-color: #a88add
}

.b-b-accent {
    border-bottom-color: #a88add
}

.b-l-accent {
    border-left-color: #a88add
}

.b-warn {
    border-color: #fcc100
}

.b-t-warn {
    border-top-color: #fcc100
}

.b-r-warn {
    border-right-color: #fcc100
}

.b-b-warn {
    border-bottom-color: #fcc100
}

.b-l-warn {
    border-left-color: #fcc100
}

.b-success {
    border-color: #6cc788
}

.b-t-success {
    border-top-color: #6cc788
}

.b-r-success {
    border-right-color: #6cc788
}

.b-b-success {
    border-bottom-color: #6cc788
}

.b-l-success {
    border-left-color: #6cc788
}

.b-info {
    border-color: #6887ff
}

.b-t-info {
    border-top-color: #6887ff
}

.b-r-info {
    border-right-color: #6887ff
}

.b-b-info {
    border-bottom-color: #6887ff
}

.b-l-info {
    border-left-color: #6887ff
}

.b-warning {
    border-color: #f77a99
}

.b-t-warning {
    border-top-color: #f77a99
}

.b-r-warning {
    border-right-color: #f77a99
}

.b-b-warning {
    border-bottom-color: #f77a99
}

.b-l-warning {
    border-left-color: #f77a99
}

.b-danger {
    border-color: #ef1960
}

.b-t-danger {
    border-top-color: #ef1960
}

.b-r-danger {
    border-right-color: #ef1960
}

.b-b-danger {
    border-bottom-color: #ef1960
}

.b-l-danger {
    border-left-color: #ef1960
}

.b-light {
    border-color: #f8f8f8
}

.b-t-light {
    border-top-color: #f8f8f8
}

.b-r-light {
    border-right-color: #f8f8f8
}

.b-b-light {
    border-bottom-color: #f8f8f8
}

.b-l-light {
    border-left-color: #f8f8f8
}

.b-grey {
    border-color: #363c43
}

.b-t-grey {
    border-top-color: #363c43
}

.b-r-grey {
    border-right-color: #363c43
}

.b-b-grey {
    border-bottom-color: #363c43
}

.b-l-grey {
    border-left-color: #363c43
}

.b-dark {
    border-color: #1c202b
}

.b-t-dark {
    border-top-color: #1c202b
}

.b-r-dark {
    border-right-color: #1c202b
}

.b-b-dark {
    border-bottom-color: #1c202b
}

.b-l-dark {
    border-left-color: #1c202b
}

.b-black {
    border-color: #17171b
}

.b-t-black {
    border-top-color: #17171b
}

.b-r-black {
    border-right-color: #17171b
}

.b-b-black {
    border-bottom-color: #17171b
}

.b-l-black {
    border-left-color: #17171b
}

.b-white {
    border-color: #fff
}

.b-t-white {
    border-top-color: #fff
}

.b-r-white {
    border-right-color: #fff
}

.b-b-white {
    border-bottom-color: #fff
}

.b-l-white {
    border-left-color: #fff
}

.b-blue {
    border-color: #2196f3
}

.b-t-blue {
    border-top-color: #2196f3
}

.b-r-blue {
    border-right-color: #2196f3
}

.b-b-blue {
    border-bottom-color: #2196f3
}

.b-l-blue {
    border-left-color: #2196f3
}

.no-b-t {
    border-top-width: 0
}

.no-b-r {
    border-right-width: 0
}

.no-b-b {
    border-bottom-width: 0
}

.no-b-l {
    border-left-width: 0
}

.b-dashed {
    border-style: dashed !important
}

@media (max-width:767px) {
    .no-bg-xs {
        background-color: transparent
    }

    .pos-stc-sm {
        position: static !important
    }

    .no-border-sm {
        border-width: 0
    }
}

@media (max-width:543px) {
    .pos-stc-xs {
        position: static !important
    }

    .no-border-xs {
        border-width: 0
    }
}

.hover-action {
    display: none
}

.hover-rotate {
    -webkit-transition: all .2s ease-in-out .1s;
    transition: all .2s ease-in-out .1s
}

.hover-anchor:active .hover-action,
.hover-anchor:focus .hover-action,
.hover-anchor:hover .hover-action {
    display: inherit
}

.h-2x,
.h-3x,
.h-4x {
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.hover-anchor:active .hover-rotate,
.hover-anchor:focus .hover-rotate,
.hover-anchor:hover .hover-rotate {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hover-top:focus,
.hover-top:hover {
    position: relative;
    z-index: 1000
}

.m-a {
    margin: 1rem
}

.m-r-lg,
.m-x-lg {
    margin-right: 3rem
}

.m-l-lg,
.m-x-lg {
    margin-left: 3rem
}

.m-t-lg,
.m-y-lg {
    margin-top: 3rem
}

.m-b-lg,
.m-y-lg {
    margin-bottom: 3rem
}

.m-a-lg {
    margin: 3rem
}

.m-r-md,
.m-x-md {
    margin-right: 1.5rem
}

.m-l-md,
.m-x-md {
    margin-left: 1.5rem
}

.m-t-md,
.m-y-md {
    margin-top: 1.5rem
}

.m-b-md,
.m-y-md {
    margin-bottom: 1.5rem
}

.m-a-md {
    margin: 1.5rem
}

.m-r-sm,
.m-x-sm {
    margin-right: .5rem
}

.m-l-sm,
.m-x-sm {
    margin-left: .5rem
}

.m-t-sm,
.m-y-sm {
    margin-top: .5rem
}

.m-b-sm,
.m-y-sm {
    margin-bottom: .5rem
}

.m-a-sm {
    margin: .5rem
}

.m-r-xs,
.m-x-xs {
    margin-right: .25rem
}

.m-l-xs,
.m-x-xs {
    margin-left: .25rem
}

.m-t-xs,
.m-y-xs {
    margin-top: .25rem
}

.m-b-xs,
.m-y-xs {
    margin-bottom: .25rem
}

.m-a-xs {
    margin: .25rem
}

.p-a {
    padding: 1rem
}

.p-r-lg,
.p-x-lg {
    padding-right: 3rem
}

.p-l-lg,
.p-x-lg {
    padding-left: 3rem
}

.p-t-lg,
.p-y-lg {
    padding-top: 3rem
}

.p-b-lg,
.p-y-lg {
    padding-bottom: 3rem
}

.p-a-lg {
    padding: 3rem
}

.p-r-md,
.p-x-md {
    padding-right: 1.5rem
}

.p-l-md,
.p-x-md {
    padding-left: 1.5rem
}

.p-t-md,
.p-y-md {
    padding-top: 1.5rem
}

.p-b-md,
.p-y-md {
    padding-bottom: 1.5rem
}

.p-a-md {
    padding: 1.5rem
}

.p-r-sm,
.p-x-sm {
    padding-right: .5rem
}

.p-l-sm,
.p-x-sm {
    padding-left: .5rem
}

.p-t-sm,
.p-y-sm {
    padding-top: .5rem
}

.p-b-sm,
.p-y-sm {
    padding-bottom: .5rem
}

.p-a-sm {
    padding: .5rem
}

.p-r-xs,
.p-x-xs {
    padding-right: .25rem
}

.p-l-xs,
.p-x-xs {
    padding-left: .25rem
}

.p-t-xs,
.p-y-xs {
    padding-top: .25rem
}

.p-b-xs,
.p-y-xs {
    padding-bottom: .25rem
}

.p-a-xs {
    padding: .25rem
}

.padding {
    padding: 1.5rem
}

.margin {
    margin-bottom: 1.5rem
}

.padding-out {
    margin: -1.5rem
}

@media (max-width:991px) {
    .no-border-md {
        border-width: 0
    }

    .padding {
        padding: 1.5rem 1rem
    }

    .padding-out {
        margin: -1.5rem -1rem
    }

    .box,
    .box-color,
    .margin {
        margin-bottom: 1rem
    }

    .no-padding-md {
        padding: 0 !important
    }

    .no-margin-md {
        margin: 0 !important
    }
}

@media (max-width:767px) {
    .padding {
        padding: 1.5rem .5rem
    }

    .padding-out {
        margin: -1.5rem -.5rem
    }

    .box,
    .box-color,
    .margin {
        margin-bottom: .5rem
    }

    .no-padding-sm {
        padding: 0 !important
    }

    .no-margin-sm {
        margin: 0 !important
    }
}

@media (max-width:543px) {
    .no-padding-xs {
        padding: 0 !important
    }

    .no-margin-xs {
        margin: 0 !important
    }
}

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

.no-r-r,
.no-r-t {
    border-top-right-radius: 0
}

.no-r-b,
.no-r-r {
    border-bottom-right-radius: 0
}

.no-r-b,
.no-r-l {
    border-bottom-left-radius: 0
}

.no-r-l,
.no-r-t {
    border-top-left-radius: 0
}

.r-r,
.r-t {
    border-top-right-radius: 3px
}

.r-b,
.r-r {
    border-bottom-right-radius: 3px
}

.r-b,
.r-l {
    border-bottom-left-radius: 3px
}

.r-l,
.r-t {
    border-top-left-radius: 3px
}

.r {
    border-radius: 3px
}

.r-2x {
    border-radius: 6px
}

.r-3x {
    border-radius: 9px
}

.scrollable {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.scrollable.hover {
    overflow-y: hidden
}

.scrollable.hover>* {
    margin-top: -1px
}

.scrollable.hover:active,
.scrollable.hover:focus,
.scrollable.hover:hover {
    overflow: visible;
    overflow-y: auto
}

.smart .scrollable {
    overflow-y: auto !important
}

.scroll-x,
.scroll-y {
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

.scroll-y {
    overflow-y: auto
}

.scroll-x {
    overflow-x: auto
}

.h-1x,
.h-2x,
.h-3x,
.h-4x,
.md-btn,
.md-btn.md-fab,
.mejs-embed,
.mejs-embed body,
.mejs-offscreen,
.owl-carousel .owl-stage-outer {
    overflow: hidden
}

a.primary:hover {
    background-color: #02ab6d
}

a.text-primary:hover {
    color: #02ab6d
}

.text-primary,
.text-primary-hover .active>a,
.text-primary-hover a:hover {
    color: var(--color-primary) !important
}

a.warn:hover {
    background-color: #efb700
}

a.text-warn:hover {
    color: #efb700
}

.text-warn,
.text-warn-hover .active>a,
.text-warn-hover a:hover {
    color: #fcc100 !important
}

a.accent:hover {
    background-color: #a180da
}

a.text-accent:hover {
    color: #a180da
}

.text-accent,
.text-accent-hover .active>a,
.text-accent-hover a:hover {
    color: #a88add !important
}

a.success:hover {
    background-color: #63c381
}

a.text-success:hover {
    color: #63c381
}

.text-success,
.text-success-hover .active>a,
.text-success-hover a:hover {
    color: #6cc788 !important
}

a.info:hover {
    background-color: #5b7dff
}

a.text-info:hover {
    color: #5b7dff
}

.text-info,
.text-info-hover .active>a,
.text-info-hover a:hover {
    color: #6887ff !important
}

a.warning:hover {
    background-color: #f66e90
}

a.text-warning:hover {
    color: #f66e90
}

.text-warning,
.text-warning-hover .active>a,
.text-warning-hover a:hover {
    color: #f77a99 !important
}

a.danger:hover {
    background-color: #eb1059
}

a.text-danger:hover {
    color: #eb1059
}

.text-danger,
.text-danger-hover .active>a,
.text-danger-hover a:hover {
    color: #ef1960 !important
}

a.dark:hover {
    background-color: #171a23
}

a.text-dark:hover {
    color: #171a23
}

.text-dark,
.text-dark-hover .active>a,
.text-dark-hover a:hover {
    color: #1c202b !important
}

a.blue:hover {
    background-color: #1590f2
}

a.text-blue:hover {
    color: #1590f2
}

.text-blue,
.text-blue-hover .active>a,
.text-blue-hover a:hover {
    color: #2196f3 !important
}

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

.text-white-lt {
    color: rgba(255, 255, 255, .54)
}

.text-white-dk {
    color: rgba(255, 255, 255, .87)
}

.text-black {
    color: #000
}

.text-black-lt {
    color: rgba(0, 0, 0, .54)
}

.text-black-dk {
    color: rgba(0, 0, 0, .87)
}

.text-muted {
    color: inherit !important;
    opacity: .6
}

a.text-muted:focus,
a.text-muted:hover {
    opacity: 1
}

.text-color {
    color: rgba(0, 0, 0, .87)
}

._100 {
    font-weight: 100
}

._200 {
    font-weight: 200
}

._300 {
    font-weight: 300
}

._400 {
    font-weight: 400
}

._500 {
    font-weight: 500
}

._600 {
    font-weight: 600
}

._700 {
    font-weight: 700
}

._800 {
    font-weight: 800
}

.text {
    font-size: 1rem
}

.text-xs,
.text-xxs {
    font-size: .65rem
}

.text-sm {
    font-size: .8rem
}

.text-md {
    font-size: 1.125rem
}

.text-lg {
    font-size: 1.5rem
}

.text-2x {
    font-size: 2em
}

.text-3x {
    font-size: 3em
}

.text-4x {
    font-size: 4em
}

.l-h-0 {
    line-height: 0
}

.l-h {
    line-height: 1.5
}

.l-h-1x {
    line-height: 1
}

.l-h-2x {
    line-height: 2em
}

.l-s-1x {
    letter-spacing: 1px
}

.l-s-2x {
    letter-spacing: 2px
}

.l-s-3x {
    letter-spacing: 3px
}

.l-s-4x {
    letter-spacing: 4px
}

.l-s-n-1x {
    letter-spacing: -1px
}

.l-s-n-2x {
    letter-spacing: -2px
}

.l-s-n-3x {
    letter-spacing: -3px
}

.l-s-n-4x {
    letter-spacing: -4px
}

.h-1x {
    height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis
}

.h-2x {
    height: 2.625rem;
    -webkit-line-clamp: 2
}

.h-3x {
    height: 3.9375rem;
    -webkit-line-clamp: 3
}

.h-4x {
    height: 5.25rem;
    -webkit-line-clamp: 4
}

.text-l-t {
    text-decoration: line-through
}

.text-u-l {
    text-decoration: underline
}

.md-btn,
.md-btn:hover {
    text-decoration: none
}

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

.md-btn,
.md-check,
.md-input~label,
.w-16,
.w-20,
.w-24,
.w-32,
.w-48,
.w-56,
.w-8 {
    display: inline-block
}

.text-shadow {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1)
}

.w-8 {
    width: 8px;
    height: 8px
}

.w-16 {
    width: 16px;
    height: 16px
}

.w-20 {
    width: 20px;
    height: 20px
}

.w-24 {
    width: 24px;
    height: 24px
}

.w-32 {
    width: 32px;
    height: 32px;
    line-height: 32px
}

.w-40 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block
}

.w-48 {
    width: 48px;
    height: 48px;
    line-height: 48px
}

.w-56 {
    width: 56px;
    height: 56px;
    line-height: 56px
}

.w-64 {
    width: 64px
}

.w-96 {
    width: 96px
}

.w-128 {
    width: 128px
}

.w-xxs {
    width: 60px
}

.w-xs {
    width: 90px
}

.w-sm {
    width: 120px
}

.w {
    width: 180px
}

.w-md {
    width: 200px
}

.w-lg {
    width: 240px
}

.w-xl {
    width: 320px
}

.w-xxl {
    width: 344px
}

.w-full {
    width: 100%
}

.w-auto {
    width: auto
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.h-v {
    height: 100vh
}

.h-v-5 {
    height: 50vh
}

@media (max-width:1199px) {
    .w-auto-lg {
        width: auto
    }

    .w-full-lg {
        width: 100%
    }
}

@media (max-width:991px) {
    .display-1 {
        font-size: 5rem
    }

    .display-2 {
        font-size: 4.5rem
    }

    .display-3 {
        font-size: 3.5rem
    }

    .display-4 {
        font-size: 2.5rem
    }

    .w-auto-md {
        width: auto
    }

    .w-full-md {
        width: 100%
    }
}

@media (max-width:767px) {
    .display-1 {
        font-size: 4.5rem
    }

    .display-2 {
        font-size: 4rem
    }

    .display-3 {
        font-size: 3rem
    }

    .display-4 {
        font-size: 2rem
    }

    .w-auto-sm {
        width: auto
    }

    .w-full-sm {
        width: 100%
    }
}

@media (max-width:543px) {
    .w-auto-xs {
        width: auto
    }

    .w-full-xs {
        width: 100%
    }
}

.md-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    border: 0;
    border-radius: 3px;
    padding: 6px;
    white-space: nowrap;
    font-weight: 700;
    font-style: inherit;
    font-variant: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    cursor: pointer;
    transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1), background-color .4s cubic-bezier(.25, .8, .25, 1), -webkit-transform .4s cubic-bezier(.25, .8, .25, 1);
    transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1), background-color .4s cubic-bezier(.25, .8, .25, 1), transform .4s cubic-bezier(.25, .8, .25, 1)
}

.md-flat {
    background: 0 0
}

.md-btn.md-flat:not([disabled]):focus,
.md-btn.md-flat:not([disabled]):hover {
    background-color: rgba(158, 158, 158, .2)
}

.md-btn-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    padding: 2px
}

.md-btn.md-fab[disabled],
.md-btn.md-raised[disabled],
.md-btn[disabled] {
    color: rgba(0, 0, 0, .26);
    background-color: transparent;
    cursor: not-allowed
}

.md-fab {
    line-height: 44px
}

.md-fab-offset {
    margin-top: -20px;
    margin-bottom: -20px
}

.md-btn.md-cornered {
    border-radius: 0
}

.md-btn.md-icon {
    padding: 0;
    background: 0 0
}

.md-btn.md-raised {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.md-btn.md-fab {
    z-index: 20;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .2s linear;
    transition-property: -webkit-transform, box-shadow;
    transition-property: transform, box-shadow
}

.md-btn.md-fab,
.md-btn.md-raised:not([disabled]) {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26)
}

.md-btn.md-fab:not([disabled]):focus,
.md-btn.md-fab:not([disabled]):hover,
.md-btn.md-raised:not([disabled]):focus,
.md-btn.md-raised:not([disabled]):hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4);
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0)
}

.md-fab-bottom-right {
    top: auto;
    right: 20px;
    bottom: 20px;
    left: auto;
    position: absolute
}

.md-fab-bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
    position: absolute
}

.md-fab-top-left,
.md-fab-top-right {
    top: 20px;
    bottom: auto;
    position: absolute
}

.md-fab-top-right {
    right: 20px;
    left: auto
}

.md-fab-top-left {
    right: auto;
    left: 20px
}

.md-btn.md-fab.md-mini {
    width: 40px;
    height: 40px;
    line-height: 28px
}

.red {
    background-color: #f44336;
    color: rgba(255, 255, 255, .87)
}

.red-100,
.red-200,
.red-300,
.red-400,
.red-50 {
    color: rgba(0, 0, 0, .87)
}

.red-50 {
    background-color: #ffebee
}

.red-100 {
    background-color: #ffcdd2
}

.red-200 {
    background-color: #ef9a9a
}

.red-300 {
    background-color: #e57373
}

.red-400 {
    background-color: #ef5350
}

.red-500,
.red-600,
.red-700,
.red-800,
.red-900 {
    color: rgba(255, 255, 255, .87)
}

.red-500 {
    background-color: #f44336
}

.red-600 {
    background-color: #e53935
}

.red-700 {
    background-color: #d32f2f
}

.red-800 {
    background-color: #c62828
}

.red-900 {
    background-color: #b71c1c
}

.red-A100 {
    background-color: #ff8a80;
    color: rgba(0, 0, 0, .87)
}

.pink,
.red-A200,
.red-A400,
.red-A700 {
    color: rgba(255, 255, 255, .87)
}

.red-A200 {
    background-color: #ff5252
}

.red-A400 {
    background-color: #ff1744
}

.red-A700 {
    background-color: #d50000
}

.pink {
    background-color: #e91e63
}

.pink-100,
.pink-200,
.pink-300,
.pink-400,
.pink-50 {
    color: rgba(0, 0, 0, .87)
}

.pink-50 {
    background-color: #fce4ec
}

.pink-100 {
    background-color: #f8bbd0
}

.pink-200 {
    background-color: #f48fb1
}

.pink-300 {
    background-color: #f06292
}

.pink-400 {
    background-color: #ec407a
}

.pink-500,
.pink-600,
.pink-700,
.pink-800,
.pink-900 {
    color: rgba(255, 255, 255, .87)
}

.pink-500 {
    background-color: #e91e63
}

.pink-600 {
    background-color: #d81b60
}

.pink-700 {
    background-color: #c2185b
}

.pink-800 {
    background-color: #ad1457
}

.pink-900 {
    background-color: #880e4f
}

.pink-A100 {
    background-color: #ff80ab;
    color: rgba(0, 0, 0, .87)
}

.pink-A200,
.pink-A400,
.pink-A700,
.purple {
    color: rgba(255, 255, 255, .87)
}

.pink-A200 {
    background-color: #ff4081
}

.pink-A400 {
    background-color: #f50057
}

.pink-A700 {
    background-color: #c51162
}

.purple {
    background-color: #9c27b0
}

.purple-100,
.purple-200,
.purple-50 {
    color: rgba(0, 0, 0, .87)
}

.purple-50 {
    background-color: #f3e5f5
}

.purple-100 {
    background-color: #e1bee7
}

.purple-200 {
    background-color: #ce93d8
}

.purple-300,
.purple-400,
.purple-500,
.purple-600,
.purple-700,
.purple-800,
.purple-900 {
    color: rgba(255, 255, 255, .87)
}

.purple-300 {
    background-color: #ba68c8
}

.purple-400 {
    background-color: #ab47bc
}

.purple-500 {
    background-color: #9c27b0
}

.purple-600 {
    background-color: #8e24aa
}

.purple-700 {
    background-color: #7b1fa2
}

.purple-800 {
    background-color: #6a1b9a
}

.purple-900 {
    background-color: #4a148c
}

.purple-A100 {
    background-color: #ea80fc;
    color: rgba(0, 0, 0, .87)
}

.deep-purple,
.purple-A200,
.purple-A400,
.purple-A700 {
    color: rgba(255, 255, 255, .87)
}

.purple-A200 {
    background-color: #e040fb
}

.purple-A400 {
    background-color: #d500f9
}

.purple-A700 {
    background-color: #a0f
}

.deep-purple {
    background-color: #673ab7
}

.deep-purple-50 {
    background-color: #ede7f6;
    color: rgba(0, 0, 0, .87)
}

.deep-purple-100 {
    background-color: #d1c4e9;
    color: rgba(0, 0, 0, .87)
}

.deep-purple-200 {
    background-color: #b39ddb;
    color: rgba(0, 0, 0, .87)
}

.deep-purple-300,
.deep-purple-400,
.deep-purple-500,
.deep-purple-600,
.deep-purple-700,
.deep-purple-800,
.deep-purple-900 {
    color: rgba(255, 255, 255, .87)
}

.deep-purple-300 {
    background-color: #9575cd
}

.deep-purple-400 {
    background-color: #7e57c2
}

.deep-purple-500 {
    background-color: #673ab7
}

.deep-purple-600 {
    background-color: #5e35b1
}

.deep-purple-700 {
    background-color: #512da8
}

.deep-purple-800 {
    background-color: #4527a0
}

.deep-purple-900 {
    background-color: #311b92
}

.deep-purple-A100 {
    background-color: #b388ff;
    color: rgba(0, 0, 0, .87)
}

.deep-purple-A200,
.deep-purple-A400,
.deep-purple-A700,
.indigo {
    color: rgba(255, 255, 255, .87)
}

.deep-purple-A200 {
    background-color: #7c4dff
}

.deep-purple-A400 {
    background-color: #651fff
}

.deep-purple-A700 {
    background-color: #6200ea
}

.indigo {
    background-color: #3f51b5
}

.indigo-100,
.indigo-200,
.indigo-50 {
    color: rgba(0, 0, 0, .87)
}

.indigo-50 {
    background-color: #e8eaf6
}

.indigo-100 {
    background-color: #c5cae9
}

.indigo-200 {
    background-color: #9fa8da
}

.indigo-300,
.indigo-400,
.indigo-500,
.indigo-600,
.indigo-700,
.indigo-800,
.indigo-900 {
    color: rgba(255, 255, 255, .87)
}

.indigo-300 {
    background-color: #7986cb
}

.indigo-400 {
    background-color: #5c6bc0
}

.indigo-500 {
    background-color: #3f51b5
}

.indigo-600 {
    background-color: #3949ab
}

.indigo-700 {
    background-color: #303f9f
}

.indigo-800 {
    background-color: #283593
}

.indigo-900 {
    background-color: #1a237e
}

.indigo-A100 {
    background-color: #8c9eff;
    color: rgba(0, 0, 0, .87)
}

.blue,
.indigo-A200,
.indigo-A400,
.indigo-A700 {
    color: rgba(255, 255, 255, .87)
}

.indigo-A200 {
    background-color: #536dfe
}

.indigo-A400 {
    background-color: #3d5afe
}

.indigo-A700 {
    background-color: #304ffe
}

.blue-100,
.blue-200,
.blue-300,
.blue-400,
.blue-50 {
    color: rgba(0, 0, 0, .87)
}

.blue-50 {
    background-color: #e3f2fd
}

.blue-100 {
    background-color: #bbdefb
}

.blue-200 {
    background-color: #90caf9
}

.blue-300 {
    background-color: #64b5f6
}

.blue-400 {
    background-color: #42a5f5
}

.blue-500,
.blue-600,
.blue-700,
.blue-800,
.blue-900 {
    color: rgba(255, 255, 255, .87)
}

.blue-500 {
    background-color: #2196f3
}

.blue-600 {
    background-color: #1e88e5
}

.blue-700 {
    background-color: #1976d2
}

.blue-800 {
    background-color: #1565c0
}

.blue-900 {
    background-color: #0d47a1
}

.blue-A100 {
    background-color: #82b1ff;
    color: rgba(0, 0, 0, .87)
}

.blue-A200,
.blue-A400,
.blue-A700,
.light-blue {
    color: rgba(255, 255, 255, .87)
}

.blue-A200 {
    background-color: #448aff
}

.blue-A400 {
    background-color: #2979ff
}

.blue-A700 {
    background-color: #2962ff
}

.light-blue {
    background-color: #03a9f4
}

.light-blue-100,
.light-blue-200,
.light-blue-300,
.light-blue-400,
.light-blue-50 {
    color: rgba(0, 0, 0, .87)
}

.light-blue-50 {
    background-color: #e1f5fe
}

.light-blue-100 {
    background-color: #b3e5fc
}

.light-blue-200 {
    background-color: #81d4fa
}

.light-blue-300 {
    background-color: #4fc3f7
}

.light-blue-400 {
    background-color: #29b6f6
}

.light-blue-500,
.light-blue-600,
.light-blue-700,
.light-blue-800,
.light-blue-900 {
    color: rgba(255, 255, 255, .87)
}

.light-blue-500 {
    background-color: #03a9f4
}

.light-blue-600 {
    background-color: #039be5
}

.light-blue-700 {
    background-color: #0288d1
}

.light-blue-800 {
    background-color: #0277bd
}

.light-blue-900 {
    background-color: #01579b
}

.light-blue-A100 {
    background-color: #80d8ff;
    color: rgba(0, 0, 0, .87)
}

.light-blue-A200 {
    background-color: #40c4ff;
    color: rgba(0, 0, 0, .87)
}

.light-blue-A400 {
    background-color: #00b0ff;
    color: rgba(0, 0, 0, .87)
}

.cyan,
.light-blue-A700 {
    color: rgba(255, 255, 255, .87)
}

.light-blue-A700 {
    background-color: #0091ea
}

.cyan {
    background-color: #00bcd4
}

.cyan-100,
.cyan-200,
.cyan-300,
.cyan-400,
.cyan-50 {
    color: rgba(0, 0, 0, .87)
}

.cyan-50 {
    background-color: #e0f7fa
}

.cyan-100 {
    background-color: #b2ebf2
}

.cyan-200 {
    background-color: #80deea
}

.cyan-300 {
    background-color: #4dd0e1
}

.cyan-400 {
    background-color: #26c6da
}

.cyan-500,
.cyan-600,
.cyan-700,
.cyan-800,
.cyan-900 {
    color: rgba(255, 255, 255, .87)
}

.cyan-500 {
    background-color: #00bcd4
}

.cyan-600 {
    background-color: #00acc1
}

.cyan-700 {
    background-color: #0097a7
}

.cyan-800 {
    background-color: #00838f
}

.cyan-900 {
    background-color: #006064
}

.cyan-A100,
.cyan-A200,
.cyan-A400,
.cyan-A700 {
    color: rgba(0, 0, 0, .87)
}

.cyan-A100 {
    background-color: #84ffff
}

.cyan-A200 {
    background-color: #18ffff
}

.cyan-A400 {
    background-color: #00e5ff
}

.cyan-A700 {
    background-color: #00b8d4
}

.teal {
    background-color: #009688;
    color: rgba(255, 255, 255, .87)
}

.teal-100,
.teal-200,
.teal-300,
.teal-400,
.teal-50 {
    color: rgba(0, 0, 0, .87)
}

.teal-50 {
    background-color: #e0f2f1
}

.teal-100 {
    background-color: #b2dfdb
}

.teal-200 {
    background-color: #80cbc4
}

.teal-300 {
    background-color: #4db6ac
}

.teal-400 {
    background-color: #26a69a
}

.teal-500,
.teal-600,
.teal-700,
.teal-800,
.teal-900 {
    color: rgba(255, 255, 255, .87)
}

.teal-500 {
    background-color: #009688
}

.teal-600 {
    background-color: #00897b
}

.teal-700 {
    background-color: #00796b
}

.teal-800 {
    background-color: #00695c
}

.teal-900 {
    background-color: #004d40
}

.teal-A100,
.teal-A200,
.teal-A400,
.teal-A700 {
    color: rgba(0, 0, 0, .87)
}

.teal-A100 {
    background-color: #a7ffeb
}

.teal-A200 {
    background-color: #64ffda
}

.teal-A400 {
    background-color: #1de9b6
}

.teal-A700 {
    background-color: #00bfa5
}

.green {
    background-color: #4caf50;
    color: rgba(255, 255, 255, .87)
}

.green-100,
.green-200,
.green-300,
.green-400,
.green-50 {
    color: rgba(0, 0, 0, .87)
}

.green-50 {
    background-color: #e8f5e9
}

.green-100 {
    background-color: #c8e6c9
}

.green-200 {
    background-color: #a5d6a7
}

.green-300 {
    background-color: #81c784
}

.green-400 {
    background-color: #66bb6a
}

.green-500,
.green-600,
.green-700,
.green-800,
.green-900 {
    color: rgba(255, 255, 255, .87)
}

.green-500 {
    background-color: #4caf50
}

.green-600 {
    background-color: #43a047
}

.green-700 {
    background-color: #388e3c
}

.green-800 {
    background-color: #2e7d32
}

.green-900 {
    background-color: #1b5e20
}

.green-A100,
.green-A200,
.green-A400,
.green-A700,
.light-green,
.light-green-200,
.light-green-300,
.light-green-400,
.light-green-50,
.light-green-500,
.light-green-600,
.light-green-700 {
    color: rgba(0, 0, 0, .87)
}

.green-A100 {
    background-color: #b9f6ca
}

.green-A200 {
    background-color: #69f0ae
}

.green-A400 {
    background-color: #00e676
}

.green-A700 {
    background-color: #00c853
}

.light-green {
    background-color: #8bc34a
}

.light-green-50 {
    background-color: #f1f8e9
}

.light-green-100 {
    background-color: #dcedc8;
    color: rgba(0, 0, 0, .87)
}

.light-green-200 {
    background-color: #c5e1a5
}

.light-green-300 {
    background-color: #aed581
}

.light-green-400 {
    background-color: #9ccc65
}

.light-green-500 {
    background-color: #8bc34a
}

.light-green-600 {
    background-color: #7cb342
}

.light-green-700 {
    background-color: #689f38
}

.light-green-800 {
    background-color: #558b2f;
    color: rgba(255, 255, 255, .87)
}

.light-green-900 {
    background-color: #33691e;
    color: rgba(255, 255, 255, .87)
}

.light-green-A100,
.light-green-A200,
.light-green-A400,
.light-green-A700,
.lime,
.lime-200,
.lime-300,
.lime-400,
.lime-50,
.lime-500,
.lime-600,
.lime-700,
.lime-800 {
    color: rgba(0, 0, 0, .87)
}

.light-green-A100 {
    background-color: #ccff90
}

.light-green-A200 {
    background-color: #b2ff59
}

.light-green-A400 {
    background-color: #76ff03
}

.light-green-A700 {
    background-color: #64dd17
}

.lime {
    background-color: #cddc39
}

.lime-50 {
    background-color: #f9fbe7
}

.lime-100 {
    background-color: #f0f4c3;
    color: rgba(0, 0, 0, .87)
}

.lime-200 {
    background-color: #e6ee9c
}

.lime-300 {
    background-color: #dce775
}

.lime-400 {
    background-color: #d4e157
}

.lime-500 {
    background-color: #cddc39
}

.lime-600 {
    background-color: #c0ca33
}

.lime-700 {
    background-color: #afb42b
}

.lime-800 {
    background-color: #9e9d24
}

.lime-900 {
    background-color: #827717;
    color: rgba(255, 255, 255, .87)
}

.amber,
.amber-200,
.amber-300,
.amber-400,
.amber-50,
.amber-500,
.amber-600,
.amber-700,
.amber-800,
.amber-900,
.amber-A100,
.amber-A200,
.amber-A400,
.amber-A700,
.lime-A100,
.lime-A200,
.lime-A400,
.lime-A700,
.orange,
.orange-100,
.orange-200,
.orange-300,
.orange-400,
.orange-50,
.orange-500,
.orange-600,
.orange-700,
.yellow,
.yellow-100,
.yellow-200,
.yellow-300,
.yellow-400,
.yellow-50,
.yellow-500,
.yellow-600,
.yellow-700,
.yellow-800,
.yellow-900,
.yellow-A100,
.yellow-A200,
.yellow-A400,
.yellow-A700 {
    color: rgba(0, 0, 0, .87)
}

.lime-A100 {
    background-color: #f4ff81
}

.lime-A200 {
    background-color: #eeff41
}

.lime-A400 {
    background-color: #c6ff00
}

.lime-A700 {
    background-color: #aeea00
}

.yellow {
    background-color: #ffeb3b
}

.yellow-50 {
    background-color: #fffde7
}

.yellow-100 {
    background-color: #fff9c4
}

.yellow-200 {
    background-color: #fff59d
}

.yellow-300 {
    background-color: #fff176
}

.yellow-400 {
    background-color: #ffee58
}

.yellow-500 {
    background-color: #ffeb3b
}

.yellow-600 {
    background-color: #fdd835
}

.yellow-700 {
    background-color: #fbc02d
}

.yellow-800 {
    background-color: #f9a825
}

.yellow-900 {
    background-color: #f57f17
}

.yellow-A100 {
    background-color: #ffff8d
}

.yellow-A200 {
    background-color: #ff0
}

.yellow-A400 {
    background-color: #ffea00
}

.yellow-A700 {
    background-color: #ffd600
}

.amber {
    background-color: #ffc107
}

.amber-50 {
    background-color: #fff8e1
}

.amber-100 {
    background-color: #ffecb3;
    color: rgba(0, 0, 0, .87)
}

.amber-200 {
    background-color: #ffe082
}

.amber-300 {
    background-color: #ffd54f
}

.amber-400 {
    background-color: #ffca28
}

.amber-500 {
    background-color: #ffc107
}

.amber-600 {
    background-color: #ffb300
}

.amber-700 {
    background-color: #ffa000
}

.amber-800 {
    background-color: #ff8f00
}

.amber-900 {
    background-color: #ff6f00
}

.amber-A100 {
    background-color: #ffe57f
}

.amber-A200 {
    background-color: #ffd740
}

.amber-A400 {
    background-color: #ffc400
}

.amber-A700 {
    background-color: #ffab00
}

.orange {
    background-color: #ff9800
}

.orange-50 {
    background-color: #fff3e0
}

.orange-100 {
    background-color: #ffe0b2
}

.orange-200 {
    background-color: #ffcc80
}

.orange-300 {
    background-color: #ffb74d
}

.orange-400 {
    background-color: #ffa726
}

.orange-500 {
    background-color: #ff9800
}

.orange-600 {
    background-color: #fb8c00
}

.orange-700 {
    background-color: #f57c00
}

.orange-800,
.orange-900 {
    color: rgba(255, 255, 255, .87)
}

.orange-800 {
    background-color: #ef6c00
}

.orange-900 {
    background-color: #e65100
}

.orange-A100,
.orange-A200,
.orange-A400,
.orange-A700 {
    color: rgba(0, 0, 0, .87)
}

.orange-A100 {
    background-color: #ffd180
}

.orange-A200 {
    background-color: #ffab40
}

.orange-A400 {
    background-color: #ff9100
}

.orange-A700 {
    background-color: #ff6d00
}

.deep-orange {
    background-color: #ff5722;
    color: rgba(255, 255, 255, .87)
}

.deep-orange-100,
.deep-orange-200,
.deep-orange-300,
.deep-orange-400,
.deep-orange-50 {
    color: rgba(0, 0, 0, .87)
}

.deep-orange-50 {
    background-color: #fbe9e7
}

.deep-orange-100 {
    background-color: #ffccbc
}

.deep-orange-200 {
    background-color: #ffab91
}

.deep-orange-300 {
    background-color: #ff8a65
}

.deep-orange-400 {
    background-color: #ff7043
}

.deep-orange-500,
.deep-orange-600,
.deep-orange-700,
.deep-orange-800,
.deep-orange-900 {
    color: rgba(255, 255, 255, .87)
}

.deep-orange-500 {
    background-color: #ff5722
}

.deep-orange-600 {
    background-color: #f4511e
}

.deep-orange-700 {
    background-color: #e64a19
}

.deep-orange-800 {
    background-color: #d84315
}

.deep-orange-900 {
    background-color: #bf360c
}

.deep-orange-A100 {
    background-color: #ff9e80;
    color: rgba(0, 0, 0, .87)
}

.deep-orange-A200 {
    background-color: #ff6e40;
    color: rgba(0, 0, 0, .87)
}

.brown,
.deep-orange-A400,
.deep-orange-A700 {
    color: rgba(255, 255, 255, .87)
}

.deep-orange-A400 {
    background-color: #ff3d00
}

.deep-orange-A700 {
    background-color: #dd2c00
}

.brown {
    background-color: #795548
}

.brown-100,
.brown-200,
.brown-50 {
    color: rgba(0, 0, 0, .87)
}

.brown-50 {
    background-color: #efebe9
}

.brown-100 {
    background-color: #d7ccc8
}

.brown-200 {
    background-color: #bcaaa4
}

.blue-grey,
.brown-300,
.brown-400,
.brown-500,
.brown-600,
.brown-700,
.brown-800,
.brown-900 {
    color: rgba(255, 255, 255, .87)
}

.brown-300 {
    background-color: #a1887f
}

.brown-400 {
    background-color: #8d6e63
}

.brown-500 {
    background-color: #795548
}

.brown-600 {
    background-color: #6d4c41
}

.brown-700 {
    background-color: #5d4037
}

.brown-800 {
    background-color: #4e342e
}

.brown-900 {
    background-color: #3e2723
}

.blue-grey {
    background-color: #607d8b
}

.blue-grey-100,
.blue-grey-200,
.blue-grey-300,
.blue-grey-50 {
    color: rgba(0, 0, 0, .87)
}

.blue-grey-50 {
    background-color: #eceff1
}

.blue-grey-100 {
    background-color: #cfd8dc
}

.blue-grey-200 {
    background-color: #b0bec5
}

.blue-grey-300 {
    background-color: #90a4ae
}

.blue-grey-400,
.blue-grey-500,
.blue-grey-600,
.blue-grey-700,
.blue-grey-800,
.blue-grey-900 {
    color: rgba(255, 255, 255, .87)
}

.blue-grey-400 {
    background-color: #78909c
}

.blue-grey-500 {
    background-color: #607d8b
}

.blue-grey-600 {
    background-color: #546e7a
}

.blue-grey-700 {
    background-color: #455a64
}

.blue-grey-800 {
    background-color: #37474f
}

.blue-grey-900 {
    background-color: #263238
}

.grey-100,
.grey-200,
.grey-300,
.grey-400,
.grey-50,
.grey-500 {
    color: rgba(0, 0, 0, .87)
}

.grey-50 {
    background-color: #fafafa
}

.grey-100 {
    background-color: #f5f5f5
}

.grey-200 {
    background-color: #eee
}

.grey-300 {
    background-color: #e0e0e0
}

.grey-400 {
    background-color: #bdbdbd
}

.grey-500 {
    background-color: #9e9e9e
}

.grey-600,
.grey-700,
.grey-800,
.grey-900 {
    color: rgba(255, 255, 255, .87)
}

.grey-600 {
    background-color: #757575
}

.grey-700 {
    background-color: #616161
}

.grey-800 {
    background-color: #424242
}

.grey-900 {
    background-color: #212121
}

.md-form-group {
    padding: 18px 0 24px;
    position: relative
}

.md-input {
    background: 0 0;
    position: relative;
    z-index: 5;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(160, 160, 160, .2);
    width: 100%;
    height: 34px;
    padding: 2px;
    color: inherit
}

.md-input.focus,
.md-input:focus {
    border-color: var(--color-primary);
    border-bottom-width: 2px;
    padding-bottom: 1px
}

.md-input.focus~label,
.md-input:focus~label {
    color: var(--color-primary);
    opacity: 1;
    top: 0 !important;
    font-size: .85em !important
}

.float-label .md-input~label {
    top: 20px;
    font-size: 1em
}

.float-label .md-input.has-value~label,
.float-label .md-input.ng-dirty~label,
.md-input~label {
    top: 0;
    font-size: .85em
}

.md-input~label {
    -webkit-transition: all .2s;
    transition: all .2s;
    position: absolute;
    z-index: 0;
    opacity: .5;
    left: 0
}

.md-input.disabled,
.md-input[disabled] {
    opacity: .5
}

textarea.md-input {
    height: auto
}

.md-input-white.focus,
.md-input-white:focus {
    border-color: #fff
}

.md-input-white.focus~label,
.md-input-white:focus~label {
    color: #fff
}

.md-input-msg {
    position: absolute;
    bottom: 0;
    line-height: 24px;
    font-size: .85em
}

.md-check>i,
.md-switch i {
    line-height: 1;
    vertical-align: middle
}

.md-input-msg.right {
    right: 0
}

.md-check {
    cursor: pointer;
    padding-left: 1.25rem;
    margin: 0;
    position: relative
}

.md-check input {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    margin-left: -1.25rem
}

.md-check input:checked+i:before {
    border-width: 0;
    background-color: inherit
}

.md-check input:checked+span .active {
    display: inherit
}

.md-check input[type=radio]+i,
.md-check input[type=radio]+i:before {
    border-radius: 50%
}

.md-check input[type=checkbox]:checked+i:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 6px;
    top: 2px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid;
    border-top: 0;
    border-left: 0;
    content: ' '
}

.md-check input[type=radio]:checked+i:after {
    position: absolute;
    left: 6px;
    top: 6px;
    display: table;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    content: ' '
}

.md-check input[disabled]+i:before,
.md-check input[disabled]:checked+i:before,
fieldset[disabled] .md-check input+i:before {
    opacity: .5
}

.md-switch input,
.owl-carousel.owl-hidden,
.pace-done .brand-animate {
    opacity: 0
}

.md-check>i {
    width: 0;
    height: 18px;
    margin-left: -20px;
    margin-top: 1px;
    float: left;
    display: inline-block;
    margin-right: 28px;
    position: relative
}

.md-check>i:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 100%;
    border: 2px solid #9e9e9e;
    border-radius: 2px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.md-check>i.no-icon:after {
    display: none !important
}

.md-switch {
    cursor: pointer;
    padding-left: 36px;
    margin: 0;
    min-height: 20px
}

.md-switch input {
    position: absolute;
    cursor: pointer;
    width: 36px;
    height: 20px;
    z-index: 1;
    margin-left: -36px
}

.md-switch input:checked+i:before {
    background: inherit;
    opacity: .5
}

.md-switch input:checked+i:after {
    background: inherit;
    left: 16px
}

.md-switch input[disabled]+i:before,
fieldset[disabled] .md-switch input+i:before {
    background-color: rgba(0, 0, 0, .12)
}

.md-switch input[disabled]+i:after,
fieldset[disabled] .md-switch input+i:after {
    background-color: #bdbdbd
}

.md-switch i {
    width: 0;
    height: 18px;
    margin-left: -36px;
    margin-top: -2px;
    display: inline-block;
    margin-right: 44px;
    position: relative
}

.md-switch i:after,
.md-switch i:before {
    content: "";
    position: absolute
}

.md-switch i:before {
    left: 1px;
    width: 34px;
    top: 3px;
    height: 14px;
    border-radius: 8px;
    background-color: #9e9e9e;
    -webkit-transition: all .2s;
    transition: all .2s
}

.md-switch i:after {
    margin: 0;
    left: 0;
    top: 0;
    outline: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -webkit-transition: all .2s;
    transition: all .2s
}

.brand-animate {
    -webkit-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    transform-origin: 24px 24px;
    -webkit-transform-origin: 24px 24px;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.pace-running .brand-animate {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/poppins/400.eot);
    src: url(../fonts/poppins/400-1.eot) format('embedded-opentype'), url(../fonts/poppins/400.woff2) format('woff2'), url(../fonts/poppins/400.woff) format('woff'), url(../fonts/poppins/400.ttf) format('truetype'), url(../fonts/poppins/400.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/poppins/700.eot);
    src: url(../fonts/poppins/700-1.eot) format('embedded-opentype'), url(../fonts/poppins/700.woff2) format('woff2'), url(../fonts/poppins/700.woff) format('woff'), url(../fonts/poppins/700.ttf) format('truetype'), url(../fonts/poppins/700.svg) format('svg');
    font-weight: 700;
    font-style: normal
}

.display-1,
.display-2,
.display-3,
.display-4,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.navbar-brand,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, "Trebuchet MS", "PT Sans", "Helvetica Neue", HelveticaNeue-Light, Helvetica, Arial, sans-serif;
    letter-spacing: -.04em;
    font-weight: 700
}

body {
    font-family: "Segoe UI", "Trebuchet MS", "PT Sans", "Helvetica Neue", HelveticaNeue-Light, Helvetica, Arial, sans-serif
}

.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
}

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

.owl-carousel .owl-stage-outer {
    position: relative;
    -webkit-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%;
    -webkit-transform-style: preserve-3d
}

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

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

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

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

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

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

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

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

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

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

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

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

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

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

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

    100% {
        opacity: 0
    }
}

@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 {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

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

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease
}

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

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

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

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

.owl-carousel .item {
    margin: 0 !important
}

.owl-carousel .dropdown-menu {
    top: auto;
    bottom: 0
}

.owl-dots-top-right .owl-dots {
    position: absolute;
    top: 0;
    right: 0
}

.owl-dots-top-left .owl-dots {
    position: absolute;
    top: 0;
    left: 0
}

.owl-dots-bottom-left .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0
}

.owl-dots-bottom-right .owl-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto
}

.owl-dots-bottom-center .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%
}

.owl-theme .owl-dots {
    padding: 0 10px
}

.owl-theme.owl-dots-sm .owl-dots .owl-dot span {
    height: 2px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    padding: 4px
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px;
    display: inline-block;
    vertical-align: middle;
    opacity: .3;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 16px;
    opacity: .6;
    box-shadow: inset 0 0 0 10px
}

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 30px;
    margin-top: -15px;
    display: inline-block;
    text-align: center;
    font-size: 0
}

.owl-theme .owl-nav .owl-next {
    right: 0
}

.owl-theme .owl-nav .owl-next:before,
.owl-theme .owl-nav .owl-prev:before {
    font-size: 30px;
    font-family: serif;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    line-height: 1
}

.owl-theme .owl-nav .owl-prev:before {
    content: "\2039"
}

.owl-theme .owl-nav .owl-next:before {
    content: "\203a"
}

.owl-rtl .owl-nav .owl-next {
    left: 0;
    right: auto
}

.mejs-offscreen {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    position: absolute !important;
    height: 1px;
    width: 1px
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video,
.mejs-mediaelement {
    width: 100%;
    height: 100%
}

.mejs-container {
    position: relative;
    background: #000;
    font-family: Helvetica, Arial;
    text-align: left;
    vertical-align: top;
    text-indent: 0
}

.me-plugin {
    position: absolute
}

.mejs-embed,
.mejs-embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000
}

.mejs-fullscreen {
    overflow: hidden !important
}

.mejs-container-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000
}

.mejs-clear {
    clear: both
}

.mejs-background,
.mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0
}

.mejs-poster {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

:root .mejs-poster img {
    display: none
}

.mejs-poster img {
    padding: 0;
    border: 0
}

.mejs-overlay {
    position: absolute;
    top: 0;
    left: 0
}

.mejs-overlay-play {
    cursor: pointer
}

.mejs-overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background: url(bigplay.svg) no-repeat
}

.no-svg .mejs-overlay-button {
    background-image: url(bigplay.png)
}

.mejs-overlay:hover .mejs-overlay-button {
    background-position: 0 -100px
}

.mejs-overlay-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: url(background.png);
    background: rgba(0, 0, 0, .9);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, .9)), to(rgba(0, 0, 0, .9)));
    background: -webkit-linear-gradient(top, rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
    background: -moz-linear-gradient(top, rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
    background: -o-linear-gradient(top, rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
    background: -ms-linear-gradient(top, rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
    background: linear-gradient(rgba(50, 50, 50, .9), rgba(0, 0, 0, .9))
}

.mejs-overlay-loading span {
    display: block;
    width: 80px;
    height: 80px;
    background: url(loading.gif) 50% 50% no-repeat
}

.mejs-container .mejs-controls {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    background: url(background.png);
    background: rgba(0, 0, 0, .7);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, .7)), to(rgba(0, 0, 0, .7)));
    background: -webkit-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
    background: -moz-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
    background: -o-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
    background: -ms-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
    background: linear-gradient(rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
    height: 30px;
    width: 100%
}

.mejs-container .mejs-controls div {
    list-style-type: none;
    background-image: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 11px;
    line-height: 11px;
    font-family: Helvetica, Arial;
    border: 0;
    text-align: center
}

.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    padding: 0;
    position: absolute;
    border: 0;
    background: url(controls.svg) no-repeat
}

.no-svg .mejs-controls .mejs-button button {
    background-image: url(controls.png)
}

.mejs-container .mejs-controls .mejs-time {
    display: block;
    width: auto;
    padding: 10px 3px 0;
    overflow: hidden;
    text-align: center;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.mejs-container .mejs-controls .mejs-time a {
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    display: block;
    float: left;
    margin: 1px 2px 0 0;
    width: auto
}

.mejs-controls .mejs-play button {
    background-position: 0 0
}

.mejs-controls .mejs-pause button {
    background-position: 0 -16px
}

.mejs-controls .mejs-stop button {
    background-position: -112px 0
}

.mejs-controls .mejs-time-rail a,
.mejs-controls .mejs-time-rail span {
    display: block;
    position: absolute;
    width: 180px;
    height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
    width: 100%;
    background-image: -o-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-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-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-image: -moz-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-image: -ms-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-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);
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
    -webkit-animation: buffering-stripes 2s linear infinite;
    -moz-animation: buffering-stripes 2s linear infinite;
    -ms-animation: buffering-stripes 2s linear infinite;
    -o-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite
}

@-webkit-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@-moz-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@-ms-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@-o-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #3caac8;
    background: rgba(60, 170, 200, .8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(44, 124, 145, .8)), to(rgba(78, 183, 212, .8)));
    background: -webkit-linear-gradient(top, rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
    background: -moz-linear-gradient(top, rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
    background: -o-linear-gradient(top, rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
    background: -ms-linear-gradient(top, rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
    background: linear-gradient(rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
    width: 0
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #fff;
    background: rgba(255, 255, 255, .8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, .9)), to(rgba(200, 200, 200, .8)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
    background: -o-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
    width: 0
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid #333;
    top: -2px;
    text-align: center
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    background: #eee;
    width: 36px;
    height: 17px;
    border: 1px solid #333;
    top: -26px;
    margin-left: -18px;
    text-align: center;
    color: #111
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
    margin: 2px;
    width: 30px;
    display: block;
    text-align: center;
    left: 0
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px solid #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 15px;
    left: 13px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
    width: 48px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 44px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    left: 18px
}

.mejs-controls .mejs-fullscreen-button button {
    background-position: -32px 0
}

.mejs-controls .mejs-unfullscreen button {
    background-position: -32px -16px
}

.mejs-controls .mejs-mute button {
    background-position: -16px -16px
}

.mejs-controls .mejs-unmute button {
    background-position: -16px 0
}

.mejs-controls .mejs-volume-button {
    position: relative
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none;
    height: 115px;
    background: url(background.png);
    background: rgba(50, 50, 50, .7);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    z-index: 1;
    position: absolute;
    margin: 0
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    top: 8px;
    width: 2px;
    height: 100px;
    position: absolute;
    margin: 0
}

.mejs-controls .mejs-volume-button:hover {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    position: absolute;
    top: -3px;
    width: 16px;
    height: 6px;
    background: #ddd;
    background: rgba(255, 255, 255, .9);
    cursor: N-resize;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin: 0
}

.mejs-controls a.mejs-horizontal-volume-slider {
    height: 26px;
    width: 56px;
    position: relative;
    display: block;
    float: left;
    vertical-align: middle
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #333;
    background: rgba(50, 50, 50, .8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(30, 30, 30, .8)), to(rgba(60, 60, 60, .8)));
    background: -webkit-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
    background: -moz-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
    background: -o-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
    background: -ms-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
    background: linear-gradient(rgba(30, 30, 30, .8), rgba(60, 60, 60, .8))
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    background: rgba(255, 255, 255, .8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, .9)), to(rgba(200, 200, 200, .8)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
    background: -o-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(200, 200, 200, .8))
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none
}

.mejs-controls .mejs-captions-button {
    position: relative
}

.mejs-controls .mejs-captions-button button {
    background-position: -48px 0
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -51px;
    width: 85px;
    height: 100px;
    background: url(background.png);
    background: rgba(50, 50, 50, .7);
    border: 1px solid transparent;
    padding: 10px 10px 0;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.mejs-controls .mejs-captions-button:hover .mejs-captions-selector {
    visibility: visible
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
    margin: 0 0 6px;
    padding: 0;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
    width: 55px;
    float: left;
    padding: 4px 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 10px
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
    font-size: 10px;
    margin: 0 0 5px
}

.mejs-chapters {
    position: absolute;
    top: 0;
    left: 0;
    -xborder-right: solid 1px #fff;
    width: 10000px;
    z-index: 1
}

.mejs-chapters .mejs-chapter {
    position: absolute;
    float: left;
    background: #222;
    background: rgba(0, 0, 0, .7);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, .7)), to(rgba(0, 0, 0, .7)));
    background: -webkit-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
    background: -moz-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
    background: -o-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
    background: -ms-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
    background: linear-gradient(rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
    overflow: hidden;
    border: 0
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
    font-size: 11px;
    color: #fff;
    padding: 5px;
    display: block;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    cursor: pointer
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
    border-right: 0
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
    background: #666;
    background: rgba(102, 102, 102, .7);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(102, 102, 102, .7)), to(rgba(50, 50, 50, .6)));
    background: -webkit-linear-gradient(top, rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
    background: -moz-linear-gradient(top, rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
    background: -o-linear-gradient(top, rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
    background: -ms-linear-gradient(top, rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
    background: linear-gradient(rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232)
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
    font-size: 12px;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 3px;
    line-height: 12px
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
    font-size: 12px;
    line-height: 12px;
    margin: 3px 0 4px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis
}

.mejs-captions-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #fff
}

.mejs-captions-layer a {
    color: #fff;
    text-decoration: underline
}

.mejs-captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: 400
}

.mejs-captions-position {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0
}

.mejs-captions-position-hover {
    bottom: 35px
}

.mejs-captions-text {
    padding: 3px 5px;
    background: url(background.png);
    background: rgba(20, 20, 20, .5);
    white-space: pre-wrap
}

.me-cannotplay a {
    color: #fff;
    font-weight: 700
}

.me-cannotplay span {
    padding: 15px;
    display: block
}

.mejs-controls .mejs-loop-off button {
    background-position: -64px -16px
}

.mejs-controls .mejs-loop-on button {
    background-position: -64px 0
}

.mejs-controls .mejs-backlight-off button {
    background-position: -80px -16px
}

.mejs-controls .mejs-backlight-on button {
    background-position: -80px 0
}

.mejs-controls .mejs-picturecontrols-button {
    background-position: -96px 0
}

.mejs-contextmenu {
    position: absolute;
    width: 150px;
    padding: 10px;
    border-radius: 4px;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #999;
    z-index: 1001
}

.mejs-contextmenu .mejs-contextmenu-separator {
    height: 1px;
    font-size: 0;
    margin: 5px 6px;
    background: #333
}

.mejs-contextmenu .mejs-contextmenu-item {
    font-family: Helvetica, Arial;
    font-size: 12px;
    padding: 4px 6px;
    cursor: pointer;
    color: #333
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
    background: #2C7C91;
    color: #fff
}

.mejs-controls .mejs-sourcechooser-button {
    position: relative
}

.mejs-controls .mejs-sourcechooser-button button {
    background-position: -128px 0
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -10px;
    width: 130px;
    height: 100px;
    background: url(background.png);
    background: rgba(50, 50, 50, .7);
    border: 1px solid transparent;
    padding: 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
    margin: 0 0 6px;
    padding: 0;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
    width: 100px;
    float: left;
    padding: 4px 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 10px
}

.mejs-postroll-layer,
.mejs-postroll-layer-content {
    width: 100%;
    height: 100%
}

.mejs-postroll-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(background.png);
    background: rgba(50, 50, 50, .7);
    z-index: 1000;
    overflow: hidden
}

.mejs-postroll-close {
    position: absolute;
    right: 0;
    top: 0;
    background: url(background.png);
    background: rgba(50, 50, 50, .7);
    color: #fff;
    padding: 4px;
    z-index: 100;
    cursor: pointer
}

div.mejs-speed-button {
    width: 46px !important;
    position: relative
}

.mejs-controls .mejs-button.mejs-speed-button button {
    background: 0 0;
    width: 36px;
    font-size: 11px;
    line-height: normal;
    color: #fff
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
    display: none;
    position: absolute;
    top: -100px;
    left: -10px;
    width: 60px;
    height: 100px;
    background: url(background.png);
    background: rgba(50, 50, 50, .7);
    border: 1px solid transparent;
    padding: 0;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector {
    display: block
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
    color: rgba(33, 248, 248, 1)
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
    margin: 0 0 6px;
    padding: 0 10px;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
    display: none
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
    width: 60px;
    float: left;
    padding: 4px 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 11.5px;
    color: #fff;
    margin-left: 5px;
    cursor: pointer
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
    background-color: #c8c8c8 !important;
    background-color: rgba(255, 255, 255, .4) !important
}

.mejs-controls .mejs-button.mejs-jump-forward-button {
    background: url(jumpforward.png) 3px 3px no-repeat
}

.mejs-controls .mejs-button.mejs-jump-forward-button button {
    background: 0 0;
    font-size: 9px;
    line-height: normal;
    color: #fff
}

.mejs-controls .mejs-button.mejs-skip-back-button {
    background: url(skipback.png) 3px 3px no-repeat
}

.mejs-controls .mejs-button.mejs-skip-back-button button {
    background: 0 0;
    font-size: 9px;
    line-height: normal;
    color: #fff
}

.app-aside {
    bottom: 3.4375rem !important;
    height: auto !important
}

.app-footer:not(.hide)~.app-body {
    padding-bottom: 3.4375rem !important
}

.app-player {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 1030 !important
}

.playlist {
    padding: 10px 0 5px;
    min-height: 3.4375rem;
    background: inherit
}

.playlist .tracks {
    counter-reset: li;
    background: inherit;
    position: absolute;
    display: none;
    bottom: 55px;
    width: 480px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(120, 120, 120, .15);
    border-bottom-width: 0;
    list-style: none;
    max-height: 240px;
    overflow-y: auto
}

.playlist .tracks .track {
    font-size: 12px;
    padding: 10px 4px 11px 40px;
    position: relative;
    border-top: 1px solid rgba(110, 120, 130, .15)
}

.playlist .tracks .track:first-child {
    border-top-color: transparent
}

.playlist .tracks .track-info {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.playlist .tracks .track:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    content: counter(li);
    counter-increment: li;
    text-align: center;
    width: 40px;
    display: inline-block;
    opacity: .6
}

.playlist .tracks .track.is-current:before,
.playlist .tracks .track.is-playing:before {
    font-family: FontAwesome;
    content: '\f027';
    opacity: 1
}

.playlist .tracks .track-author {
    opacity: .6;
    margin-left: 10px;
    font-size: .85em
}

.playlist .tracks .track-action {
    display: inline-block;
    padding: 0 5px;
    float: right
}

.playlist .tracks .track-action .track-remove {
    display: inline-block;
    padding: 0 5px;
    font-size: 1.6em;
    opacity: .5;
    line-height: 1
}

.playlist .mejs-container {
    background: 0 0;
    position: relative;
    z-index: 1
}

.playlist .mejs-video .mejs-mediaelement {
    top: auto;
    left: auto;
    right: 0;
    bottom: 100%;
    width: 320px;
    height: 180px;
    z-index: 1;
    margin: 0 0 10px;
    display: none
}

.playlist .mejs-video.video-open .mejs-mediaelement {
    display: block
}

.playlist .mejs-mediaelement iframe {
    width: 100%;
    height: 100%
}

.playlist .mejs-layers {
    width: 20%;
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 240px
}

.playlist .mejs-overlay-loading {
    display: none
}

.playlist .mejs-overlay-button,
.playlist .mejs-overlay-loading span {
    background-image: none
}

.playlist .mejs-container .mejs-controls {
    padding: 0;
    height: 40px;
    background: 0 0;
    clip: auto;
    display: block !important;
    opacity: 1 !important
}

.mejs-container .mejs-controls div,
.mejs-controls .mejs-button button {
    height: 40px;
    width: 40px
}

.mejs-layers .mejs-track-artwork {
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 55px;
    height: 55px;
    margin-top: -10px
}

.mejs-layers .mejs-track-details {
    overflow: hidden;
    padding: 5px 15px
}

.mejs-layers .mejs-track-details .mejs-track-author {
    display: block;
    font-size: 11px;
    opacity: .7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.mejs-layers .mejs-track-details .mejs-track-title {
    display: block;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.mejs-layers .mejs-track-actions {
    float: right;
    padding: 6px 8px
}

.mejs-controls .mejs-button button {
    margin: 0;
    background-image: none
}

.btn-playpause {
    color: #fff;
    font-size: 0;
    border-radius: 100%;
    background: 0 0;
    border-width: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: middle
}

.btn-playpause:before {
    -webkit-transition: color .1s linear .1s;
    transition: color .1s linear .1s;
    position: absolute !important;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px
}

.btn-playpause.active:before,
.btn-playpause:hover:before {
    color: #000
}

.btn-playpause:after {
    content: '';
    border-radius: 100%;
    box-shadow: inset 0 0 0 2px;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scale3d(.9, .9, 1);
    transform: scale3d(.9, .9, 1);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn-playpause.active:after,
.btn-playpause:hover:after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    box-shadow: inset 0 0 0 30px
}

.item .btn-playpause:after {
    background-color: rgba(0, 0, 0, .3)
}

.btn-playpause:before,
.mejs-controls .mejs-button button:before,
.mejs-layers .mejs-track-actions button:before {
    background-color: transparent;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: middle;
    min-width: 14px;
    text-align: center;
    color: #fff;
}

.mejs-controls .mejs-next-button button:before {
    content: "\f051"
}

.btn-playpause:before,
.mejs-controls .mejs-playpause-button.mejs-play button:before {
    content: "\f04b";
    position: relative;
    padding-left: 2px
}

.btn-playpause.is-playing:before,
.mejs-controls .mejs-playpause-button.mejs-pause button:before {
    content: "\f04c";
    padding-left: 0
}

.btn-playpause.is-buffering:before,
.is-buffering .active>.btn-playpause:before,
.is-buffering .mejs-controls .mejs-playpause-button button:before {
    border-color: transparent;
    -webkit-animation: mejs-spin 1.5s infinite linear;
    animation: mejs-spin 1.5s infinite linear;
    content: "\f021";
    padding-left: 0
}

.mejs-controls .mejs-previous-button button:before {
    content: "\f048"
}

.mejs-controls .mejs-toggle-playlist-button button:before {
    content: "\f0c9"
}

.mejs-controls .mejs-volume-button button:before {
    content: "\f026"
}

.mejs-controls .mejs-volume-button.mejs-mute button:before {
    content: "\f027"
}

.mejs-layers .mejs-like-button:before {
    content: "\f08a"
}

.mejs-layers .mejs-like-button.is-like:before {
    content: "\f004"
}

.mejs-controls .mejs-repeat-button button:before {
    content: '\f079'
}

.mejs-controls .mejs-shuffle-button button:before {
    content: '\f074'
}

.mejs-controls .mejs-youtube-button button:before {
    content: '\f167'
}

.mejs-controls .mejs-playpause-button button {
    border: 0;
    background-color: var(--color-primary);
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    margin: 2px
}

.mejs-controls .mejs-button button:focus {
    outline: 0 !important
}

.mejs-container .mejs-controls .mejs-time {
    color: inherit;
    padding-top: 0;
    line-height: 40px;
    min-width: 60px;
    height: auto
}

.mejs-controls div.mejs-time-rail {
    direction: ltr;
    padding-top: 0;
    width: auto !important;
    position: absolute;
    left: 55px;
    right: 0;
    top: -10px;
    height: 5px
}

.mejs-controls .mejs-time-rail>span>span {
    border-radius: 0;
    height: 0;
    top: 50%;
    border-top: 5px solid
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    height: auto;
    background: 0 0;
    border: 0;
    margin: 0
}

.mejs-controls .mejs-time-rail .mejs-time-total:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 0;
    border-top: 5px solid;
    opacity: .2
}

.mejs-controls .mejs-time-rail .mejs-time-buffering,
.mejs-controls .mejs-time-rail .mejs-time-loaded {
    opacity: .2
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    opacity: 1;
    border-color: var(--color-primary)
}

.mejs-controls .mejs-button {
    position: absolute;
    left: 50%
}

.mejs-controls .mejs-volume-button {
    left: auto;
    right: 40px
}

.mejs-controls .mejs-toggle-playlist-button {
    left: auto;
    right: 0
}

.mejs-controls .mejs-time {
    opacity: .5;
    position: absolute;
    right: 90px
}

.mejs-controls div.mejs-playpause-button {
    margin-left: -20px
}

.mejs-controls div.mejs-previous-button {
    margin-left: -60px
}

.mejs-controls div.mejs-next-button {
    margin-left: 20px
}

.mejs-controls div.mejs-youtube-button {
    margin-left: 100px;
    opacity: .5
}

.video-open .mejs-controls div.mejs-youtube-button {
    opacity: 1
}

.mejs-controls div.mejs-repeat-button {
    margin-left: 60px;
    opacity: .5
}

.mejs-controls div.mejs-repeat-button.is-repeat {
    opacity: 1
}

.mejs-controls div.mejs-shuffle-button {
    margin-left: -100px;
    opacity: .5
}

.mejs-controls div.mejs-shuffle-button.is-shuffle {
    opacity: 1
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    background-clip: padding-box;
    width: 80%;
    left: 10%;
    top: -110px
}

.mejs-controls .mejs-volume-button .mejs-volume-slider:after,
.mejs-controls .mejs-volume-button .mejs-volume-slider:before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -7px;
    border-width: 7px 7px 0;
    border-color: transparent;
    border-style: solid;
    border-top-color: rgba(0, 0, 0, .25)
}

.mejs-controls .mejs-volume-button .mejs-volume-slider:after {
    border-width: 6px 6px 0;
    border-color: #fff transparent transparent;
    border-style: solid;
    bottom: -6px;
    margin-left: -6px
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    left: 50%;
    margin-left: -1px;
    background: #ddd
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    background: #aaa
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    left: 50%;
    margin-left: -8px;
    background-color: #aaa
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    border: 1px solid rgba(0, 0, 0, .15);
    background-clip: padding-box;
    background-color: #fff
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    border-width: 4px 4px 0;
    border-color: transparent;
    border-style: solid;
    border-top-color: rgba(0, 0, 0, .25)
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner:after {
    position: absolute;
    bottom: 1px;
    content: "";
    border-width: 3px 3px 0;
    border-color: #fff transparent transparent;
    border-style: solid;
    margin-left: -3px
}

.mejs-time-infinity {
    position: relative;
    display: inline-block;
    width: 16px;
    font-size: 0
}

.mejs-time-infinity:after,
.mejs-time-infinity:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 0;
    width: 5px;
    height: 5px;
    border: 1px solid;
    -moz-border-radius: 50px 50px 0;
    border-radius: 50px 50px 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mejs-time-infinity:after {
    left: auto;
    right: 0;
    -moz-border-radius: 50px 50px 50px 0;
    border-radius: 50px 50px 50px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mejs-overlay-error {
    position: absolute;
    top: 0;
    height: 0 !important
}

.mejs-error {
    position: absolute;
    z-index: 1050;
    bottom: 20px;
    left: 10px;
    background-color: #f44455;
    border-color: #f44455;
    color: #fff;
    font-size: 12px;
    padding: 10px 15px;
    border-radius: 3px
}

.mejs-error:after {
    content: '';
    position: absolute;
    left: 15px;
    bottom: -5px;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: transparent;
    border-top-color: inherit
}

@-webkit-keyframes mejs-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes mejs-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@media (max-width:543px) {
    .playlist .tracks {
        width: 100%
    }
}

@media (max-width:767px) {

    .mejs-previous-button,
    .mejs-repeat-button,
    .mejs-shuffle-button,
    .mejs-time,
    .mejs-volume-button {
        display: none !important
    }

    .mejs-controls div.mejs-next-button {
        left: auto;
        right: 40px
    }

    .mejs-controls div.mejs-playpause-button {
        left: auto;
        right: 80px
    }

    .playlist .mejs-layers {
        width: auto;
        min-width: auto;
        right: 120px
    }
}


/* End App Footer Player */


* {
    margin: 0;
    padding: 0;
    outline: 0
}

img {
    vertical-align: middle
}

a {
    text-decoration: none;
    display: inline-block
}

a:hover {
    text-decoration: none
}

ul,
ol {
    list-style: none;
    margin-bottom: 0;
    display: inline-block
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 15px;
    letter-spacing: .3px
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 15px;
    letter-spacing: .3px
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 15px;
    letter-spacing: .3px
}

input::placeholder,
textarea::placeholder {
    font-size: 15px;
    letter-spacing: .3px
}

button:focus {
    outline: none
}

html,
body {
    scroll-behavior: smooth
}

body {
    line-height: 28px;
    color: var(--text);
    font-size: var(--bodysize);
    font-weight: var(--rweight);
    font-family: var(--pfamily);
    background-color: #16151a
}

p {
    margin-bottom: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading);
    margin-bottom: 0
}

h1 {
    line-height: 58px;
    text-transform: uppercase;
    color: #fff;
    font-size: var(--h1size);
    font-weight: var(--bcweight);
    text-shadow: var(--h1-tshadow)
}

h2 {
    font-size: var(--h2size);
    font-weight: var(--bweight);
    text-transform: capitalize;
    letter-spacing: -.8px;
    line-height: 43px
}

h3 {
    font-size: var(--h3size);
    font-weight: var(--sweight);
    line-height: 32px
}

h4 {
    font-size: var(--h4size);
    font-weight: var(--mweight);
    line-height: 30px
}

h5 {
    color: var(--text);
    font-size: var(--h5size);
    font-weight: var(--mweight)
}

h6 {
    color: var(--light-white);
    font-size: var(--h6size);
    font-weight: var(--rweight)
}

.back2top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    display: none
}

.back2top-btn a i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
    background: #ec1765;
    -webkit-box-shadow: 0 0 17px 3px rgba(236, 23, 101, .35), 0 0 17px 3px rgba(236, 23, 101, .35);
    box-shadow: 0 0 17px 3px rgba(236, 23, 101, .35), 0 0 17px 3px rgba(236, 23, 101, .35);
    -webkit-animation: b2top 2.5s linear infinite;
    animation: b2top 2.5s linear infinite
}


@-webkit-keyframes b2top {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@keyframes b2top {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

.navbar-dropdown {
    position: relative
}

.navbar-dropdown:hover .dropdown-list {
    visibility: visible;
    opacity: 1;
    top: 78px
}

.navbar-fixed .navbar-dropdown:hover .dropdown-list {
    visibility: visible;
    opacity: 1;
    top: 84px
}

.dropdown-list {
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 2;
    width: 240px;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    border-radius: 10px;
    background: #16151a;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0/50%);
    box-shadow: 0 0 20px 0 rgb(0 0 0/50%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.dropdown-list li {
    border-bottom: 2px dashed #34313f
}

.dropdown-list li:last-child {
    border-bottom: none
}

.dropdown-link {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 25px;
    color: #fff;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.dropdown-link:hover {
    color: #16151a;
    background: #ec1765
}

.dropdown-link.active {
    color: #16151a;
    background: #ec1765
}

@media(max-width:1270px) {
    .navbar-dropdown {
        position: inherit
    }

    .dropdown-list {
        position: inherit;
        visibility: visible;
        opacity: 1;
        width: 100%;
        display: none
    }
}




/* 5.3 Music Players */
.andro_hero-item-player {
    position: absolute;
    width: 100%;
    padding: 10px 110px;
    margin-top: -150px;
}

.andro_music-player {
    position: relative;
}

.andro_music-player-seekbar-wrap {
    min-width: 300px;
    max-width: 40%;
}

.andro_music-player-seekbar-wrap .andro_music-player-currently-playing {
    max-width: 65%;
}

.andro_music-player-seekbar {
    height: 2px;
    cursor: pointer;
    width: 100%;
    background-color: rgba(255, 255, 255, .4);
}

.andro_music-player-progress {
    background-color: #fff;
    width: 0;
    height: 2px;
}

.andro_music-player-time {
    font-size: 13px;
    color: #fff;
    position: absolute;
    bottom: 100%;
}

.andro_music-player-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.andro_music-player-controls a {
    font-size: 30px;
    color: #fff;
}

.andro_music-player-controls a:hover {
    color: #b9b9b9;
}

/* 5.3.1 Music Players: Style 2 */
.andro_music-player.style-2 {
    position: relative;
    padding: 10px 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 120px;
}

.andro_music-player.style-2 .andro_music-player-seekbar-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.andro_music-player.style-2 .andro_music-player-seekbar {
    width: 160px;
    height: 8px;
    background-color: #F1F1F1;
}

.andro_music-player.style-2 .andro_music-player-progress {
    height: 8px;
    background-color: var(--color-secondary);
}

.andro_music-player.style-2 .andro_music-player-timing {
    margin: 0 20px;
}

.andro_music-player.style-2 .andro_music-player-timing span {
    color: var(--color-headings);
    font-size: 13px;
    font-weight: 600;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.andro_music-player.style-2 .andro_music-player-timing span+span::before {
    content: '-';
    margin: 0 5px;
}

.andro_music-player.style-2 .andro_music-player-time {
    position: relative;
    bottom: auto;
}

.andro_music-player.style-2 .andro_music-player-repeat {
    color: var(--color-headings);
    margin: 0 20px 0 5px;
    display: inline-block;
    transition: .3s;
}

.andro_music-player.style-2 .andro_music-player-repeat:hover {
    color: var(--color-primary);
    transform: rotate(45deg);
}

.andro_music-player.style-2 .andro_music-player-volume {
    position: relative;
    width: 55px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #FAFAFA;
    color: var(--color-headings);
    border-radius: 50%;
}

.andro_music-player.style-2 .andro_music-player-volume:hover {
    color: #fff;
    background-color: var(--color-primary);
}

.andro_music-player.style-2 .andro_music-player-volume:hover .andro_music-player-volume-control {
    opacity: 1;
    visibility: visible;
}

.andro_music-player.style-2 .andro_music-player-volume-control {
    position: absolute;
    bottom: 22.5px;
    right: 100%;
    background-color: #F1F1F1;
    width: 130px;
    height: 15px;
    overflow: hidden;
    transition: .3s;
    border-radius: 60px;
    opacity: 0;
    visibility: hidden;
    display: flex;
}

.andro_music-player.style-2 .andro_music-player-volume-control-progress {
    width: 100%;
    background-color: var(--color-primary);
    border-radius: 50px;
    height: 100%;
}

.andro_music-player.style-2 .andro_music-player-currently-playing {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.andro_music-player.style-2 .andro_music-player-currently-playing::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #C9A892;
    border-radius: 50%;
    display: block;
    margin-right: 10px;
    animation: pulseOpacity 3s infinite;
}

.andro_music-player.style-2 .andro_music-player-currently-playing span {
    font-weight: 600;
    margin: 0 0 0 5px;
}

.andro_music-player.style-2 .andro_music-player-gui {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.andro_music-player.style-2 .andro_music-player-gui li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.andro_music-player.style-2 .andro_music-player-gui .andro_music-player-next,
.andro_music-player.style-2 .andro_music-player-gui .andro_music-player-prev {
    background-color: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, .05);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: var(--color-headings);
    font-size: 18px;
    position: relative;
    z-index: 3;
}

.andro_music-player.style-2 .andro_music-player-gui .andro_music-player-next {
    transform: translateX(-15px);
}

.andro_music-player.style-2 .andro_music-player-gui .andro_music-player-prev {
    transform: translateX(15px);
}

.andro_music-player.style-2 .andro_music-player-gui .andro_music-player-next:hover,
.andro_music-player.style-2 .andro_music-player-gui .andro_music-player-prev:hover {
    color: var(--color-headings);
    background-color: #F1F1F1;
}

.andro_music-player.style-2 .andro_music-player-gui .andro_music-player-play {
    width: 110px;
    height: 110px;
    background-color: var(--color-primary);
    color: #fff;
    opacity: 1;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.andro_music-player.style-2 .andro_music-player-gui .andro_music-player-play.playing {
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    background-size: cover;
    object-fit: contain;
}


@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}


.andro_music-player.style-2 .andro_music-player-gui .andro_music-player-play::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%) scale(0);
    transition: .3s;
    background-color: var(--color-primary-hover);
}

.andro_music-player.style-2 .andro_music-player-gui .andro_music-player-play:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.andro_music-player.style-2 .andro_music-player-gui .andro_music-player-play:hover {
    color: #fff;
}

.andro_music-player.style-2 .andro_music-player-gui .andro_music-player-play.playing i {
    color: var(--color-primary-hover);
}

.andro_music-player.style-2 .andro_music-player-gui .andro_music-player-play.playing:hover i {
    color: #fff;
}

/* 5.3.1 Music Players: Style 3 */
.andro_music-player.style-3 {
    padding: 80px;
    background-size: cover;
    background-repeat: no-repeat;
}

.playing .andro_music-player.style-3 .andro_track-status {
    opacity: 1;
    visibility: visible;
}

.andro_music-player.style-3 .andro_track-status {
    left: auto;
    right: 20px;
}

.andro_music-player.style-3 .andro_music-player-currently-playing {
    display: flex;
    align-items: center;
    margin: 0 0 50px;
}

.andro_music-player.style-3 .andro_music-player-currently-playing img {
    width: 140px;
    border-radius: 50%;
    margin-right: 20px;
}

.andro_music-player.style-3 .andro_music-player-currently-playing h5 {
    color: #fff;
    margin: 0;
}

.andro_music-player.style-3 .andro_music-player-currently-playing b {
    color: var(--color-primary);
}

.andro_music-player.style-3 .andro_music-player-seek-controls {
    display: flex;
    margin: 30px 0 0;
    align-items: center;
    justify-content: space-between;
}

.andro_music-player.style-3 .andro_music-player-seekbar {
    height: 3px;
}

.andro_music-player.style-3 .andro_music-player-progress {
    position: relative;
    height: 3px;
    background-color: var(--color-primary);
}

.andro_music-player.style-3 .andro_music-player-seek-controls svg text {
    fill: #fff;
    font-size: 11px;
    font-family: var(--family-body);
    font-weight: 500;
}

.andro_music-player.style-3 .andro_music-player-seek-controls svg image {
    transition: .3s;
    transform-origin: center;
}

.andro_music-player.style-3 .andro_music-player-seek-controls .andro_music-player-play {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 3px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0 20px;
}

.andro_music-player.style-3 .andro_music-player-seek-controls .andro_music-player-next:hover svg image {
    transform: translate(1035px, 3686px) rotate(25deg);
}

.andro_music-player.style-3 .andro_music-player-seek-controls .andro_music-player-prev:hover svg image {
    transform: translate(876px, 3686px) rotate(-25deg);
}

.andro_music-player.style-3 .andro_music-player-time {
    position: relative;
    bottom: auto;
}

.andro_music-player.style-3 .andro_music-player-duration {
    font-size: 13px;
    color: #fff;
}

.andro_music-player.style-3 .andro_music-player-timing span+span::before {
    content: '-';
    margin: 0 5px;
    display: inline-block;
}

.andro_music-player.style-3 .andro_music-player-volume {
    position: relative;
    color: #fff;
    font-size: 20px;
}

.andro_music-player.style-3 .andro_music-player-volume-control {
    position: absolute;
    top: 50%;
    left: calc(100% + 5px);
    transform: translateY(-50%);
    background-color: #F1F1F1;
    height: 10px;
    width: 0;
    overflow: hidden;
    transition: .3s;
    border-radius: 60px;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column-reverse;
}

.andro_music-player.style-3 .andro_music-player-volume-control-progress {
    height: 10px;
    background-color: var(--color-primary);
    border-radius: 50px;
    width: 100%;
}

.andro_music-player.style-3 .andro_music-player-volume:hover .andro_music-player-volume-control {
    opacity: 1;
    visibility: visible;
    width: 130px;
}

/* 5.4 Artists */
.andro_artist-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    color: var(--color-primary);
}

.andro_artist-title::after {
    content: '';
    height: 3px;
    width: 20px;
    display: block;
    margin: 10px 0 0;
    background-color: var(--color-primary);
}

.andro_artist-name {
    text-transform: uppercase;
    margin: 0;
}

.andro_artist-designation {
    font-size: 24px;
    display: block;
    margin: 0 0 20px;
}

.andro_artist .andro_socials {
    margin: 20px 0 0;
}

/* 5.4.1 Artists: Style 2 */
.andro_artist.style-2 {
    margin: 0 0 30px;
}

.andro_artist.style-2 .andro_artist-img {
    position: relative;
}

.andro_artist.style-2 .andro_artist-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.andro_artist.style-2 .andro_artist-img-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: flex-end;
}

.andro_artist.style-2.has-overlay .andro_artist-img-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--color-primary-rgb), .8);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.andro_artist.style-2.has-overlay:hover .andro_artist-img-content::before {
    opacity: 1;
    visibility: visible;
}

.andro_artist.style-2 .andro_artist-designation {
    font-size: 16px;
    margin: 10px 0 0;
}

.andro_artist.style-2 .andro_artist-meta {
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-3px);
}

.andro_artist.style-2 .andro_socials {
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(3px);
}

.andro_artist.style-2:hover .andro_artist-meta,
.andro_artist.style-2:hover .andro_socials {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.andro_artist.style-2 .andro_artist-meta b,
.andro_artist.style-2 .andro_artist-meta span {
    display: block;
    color: #fff;
}

/* 5.4.2 Artists: Style 3 */
.andro_artist.style-3 {
    margin: 0 0 30px;
}

.andro_artist.style-3 .andro_artist-img a {
    display: block;
    position: relative;
}

.andro_artist.style-3 .andro_artist-img a::before {
    content: '+';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 34px;
    height: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(var(--color-primary-rgb), .8);
}

.andro_artist.style-3:hover .andro_artist-img a::before {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.andro_artist.style-3 .andro_artist-name {
    margin: 15px 0 0;
    text-transform: capitalize;
}

/* 5.4.3 Artists: Style 4 */
.andro_artist.style-4 {
    position: relative;
    margin: 0 0 30px;
}

.andro_artist.style-4 .andro_artist-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    transition: .3s;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.andro_artist.style-4:hover .andro_artist-content {
    opacity: 1;
    visibility: visible;
}

.andro_artist.style-4 .andro_artist-content .andro_artist-name {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 50px;
}

.andro_artist.style-4 .andro_artist-content p {
    color: var(--color-body-light-2);
    margin: 20px 0 30px;
}

.andro_artist.style-4 .andro_artist-content>a {
    padding: 5px 10px;
    display: inline-block;
    border-radius: 25px;
}

.andro_artist.style-4 .andro_artist-content>a i {
    margin-right: 5px;
}

.andro_artist.style-4 .andro_artist-content>a+a {
    margin-top: 10px;
}

.andro_artist.style-4 .andro_artist-content .andro_artist-name a {
    color: #fff;
}

.andro_artist.style-4 .andro_artist-content .andro_artist-name a:hover {
    opacity: .8;
    color: #fff;
}

.andro_artist.style-4 .music-icon {
    font-size: 24px;
    position: absolute;
    top: 40px;
    right: 40px;
    color: #fff;
}

/* 5.4.4 Artists: Style 5 */
.andro_artist.style-5 {
    margin: 0;
    overflow: hidden;
    position: relative;
}

.andro_artist.style-5 .andro_artist-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px;
    align-items: flex-start;
    justify-content: flex-end;
    background-color: rgba(0, 0, 0, .4);
}

.andro_artist.style-5 img {
    transform: scale(1.01);
}

.andro_artist.style-5 .andro_artist-content h5 {
    font-family: var(--family-display);
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
}

.andro_artist.style-5 .andro_artist-content h5 a {
    color: #fff;
}

.andro_artist.style-5 .andro_artist-content .andro_artist-designation {
    font-size: 16px;
    color: var(--color-primary);
    margin: 0;
}

/* 5.4.5 Artists: Style 6 */
.andro_artist.style-6 {
    margin: 0 0 30px;
}

.andro_artist.style-6 .andro_artist-img {
    z-index: 1;
    position: relative;
    display: block;
    width: 210px;
    margin: 0 auto;
}

.andro_artist.style-6 .andro_artist-img img {
    border-radius: 50%;
}

.andro_artist.style-6 .andro_artist-img .andro_artist-type-img {
    border-radius: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.andro_artist.style-6 .andro_artist-body {
    position: relative;
    background-color: rgba(255, 255, 255, .05);
    text-align: center;
    padding: 30px;
}

.andro_artist.style-6 .andro_artist-body::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .05);
    height: 40px;
    z-index: -1;
}

.andro_artist.style-6 .andro_artist-designation {
    font-size: 16px;
    margin: 0;
}

.andro_artist.style-6 .andro_artist-name {
    text-transform: none;
}

.andro_artist.style-6 .andro_socials {
    justify-content: center;
}



@media(max-width: 991px) {
    .andro_hero-item-player {
        padding: 10px 10px;
    }

    /* Headings Scaling */
    :root {
        --scale: .9;
    }

    .section-title span.family-display {
        font-size: 54px;
    }

    .section-title p {
        font-size: 16px;
    }

    .container-fluid {
        padding: 0 15px;
    }

    .bg-md-none {
        background-image: none !important;
    }

    .section.custom-bg {
        height: auto;
        padding: 70px 0 550px;
    }

    .custom-bg .container {
        text-align: center;
    }

    .custom-bg>img {
        left: 50%;
        transform: translateX(-50%);
    }

    .andro_table-responsive thead {
        display: none;
    }

    .andro_table-responsive td {
        position: relative;
        display: block;
        width: 100%;
        text-align: right;
        padding: 10px;
        border-bottom: 0;
    }

    .andro_table-responsive tr.total td::before {
        display: none;
    }

    .andro_table-responsive tr.total td:first-child {
        border-top: 0;
        border-right: 0;
    }

    .andro_table-responsive tr.total td:last-child {
        border-left: 0;
        border-top: 0;
    }

    .andro_table-responsive tr.total td:nth-child(2) {
        display: none;
    }

    .andro_table-responsive tr.total td {
        width: auto;
        text-align: left;
    }

    .andro_table-responsive tr.total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .andro_table-responsive td::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
    }

    .andro_table-responsive td.remove::before {
        display: none;
    }

    .andro_table-responsive .form-group i {
        top: calc(50% + 12px);
    }

    .andro_table-responsive tr {
        border-bottom: 1px solid var(--color-border);
    }

    .col-qty {
        max-width: 100%;
    }

    .no-title::before {
        display: none;
    }

    .height-lg {
        min-height: 400px;
    }

    .section {
        padding: 70px 0;
    }

    .section.md {
        padding: 70px 0 40px;
    }

    .andro_header {
        padding: 10px 0;
    }

    .andro_header-controls>a.andro_burger-icon {
        display: grid;
    }

    .andro_header-navigation>ul {
        display: none;
    }

    .andro_header-logo a {
        width: var(--logo-size-md);
    }

    .andro_header-controls>a+a {
        padding: 20px 0 20px 20px;
    }

    .andro_header-cart-count {
        top: 15px;
    }

    .andro_header.style-3 .andro_header-wrap {
        max-width: 720px;
    }

    .andro_header.style-4 .andro_header-navigation>ul {
        display: flex;
        margin: 0;
    }

    .andro_header.style-7 .andro_socials,
    .andro_header.style-7 .andro_header-navigation,
    .andro_header.style-6 .andro_header-navigation:first-child,
    .andro_header.style-4 .andro_socials,
    .andro_header.style-4 .andro_header-navigation>ul li {
        display: none;
    }

    .andro_header.style-4 .andro_header-navigation>ul li:first-child {
        display: block;
    }

    .andro_header.style-7 .andro_header-logo {
        position: relative;
        left: auto;
        width: auto;
        height: auto;
        transform: translateX(0);
        border-radius: 0;
    }

    .andro_header.style-7 .andro_header-wrap {
        padding: 10px 15px;
    }

    .andro_header.style-7 {
        margin: 0;
    }

    .andro_header.style-7 .andro_header-contacts {
        display: flex;
    }

    .andro_footer {
        padding: 70px 0;
    }

    .andro_footer.style-2 {
        text-align: center;
    }

    .andro_footer.style-2 .copyright-text {
        margin: 30px 0 0;
    }

    .andro_footer.style-2 ul li a {
        font-size: 16px;
    }

    .andro_footer.style-2 .andro_footer-logo {
        margin: 20px auto 40px;
    }

    .andro_footer .widget {
        margin-top: 40px;
    }

    .andro_footer.style-6,
    .andro_footer.style-5 {
        text-align: center;
    }

    .andro_footer.style-6 .andro_footer-logo {
        margin: 20px auto;
    }

    .andro_footer.style-6 {
        padding: 30px 0 70px;
    }

    .andro_footer.style-5 .andro_footer-newsletter>p,
    .andro_footer.style-5 .andro_footer-logo {
        margin: 0 auto 30px;
    }

    .andro_footer.style-5 .andro_footer-socials,
    .andro_footer .widget ul li a {
        justify-content: center;
    }

    .andro_subheader {
        padding: 180px 0 60px;
    }

    .andro_subheader.style-2 {
        padding: 70px 0 0;
    }

    .andro_hero-item {
        padding: 190px 0 100px;
    }

    .andro_hero-typo {
        max-width: 400px;
    }

    .andro_hero-item-inner p {
        font-size: 24px;
    }

    .andro_hero.style-2 .andro_hero-item {
        padding: 190px 0 60px;
    }

    .andro_hero.style-3 .andro_hero-item {
        padding: 200px 0 60px;
    }

    .andro_hero.style-3 h1 {
        margin: 0;
        font-size: 60px;
    }

    .andro_hero.style-7 .andro_hero-item-inner h1,
    .andro_hero.style-4 .andro_hero-item-inner h1 {
        font-size: 120px;
    }

    .andro_hero.style-4 .andro_hero-item-inner p {
        font-size: 20px;
    }

    .andro_hero.style-4 .andro_hero-typo {
        max-width: 100%;
    }

    .andro_hero.style-5 h1 {
        font-size: 120px;
    }

    .andro_hero.style-5 i {
        font-size: 80px;
    }

    .andro_hero.style-5 .andro_hero-item {
        padding: 80px 0;
    }

    .andro_hero.style-6 .andro_hero-item {
        padding: 240px 0 180px;
    }

    .andro_hero.style-6 h1 {
        font-size: 140px;
    }

    .andro_event-countdown {
        display: block;
    }

    .andro_event-countdown-date {
        padding: 20px;
    }

    .andro_event-countdown-name {
        padding: 20px 20px 0;
    }

    .andro_event-countdown-timer span {
        min-width: 0;
        padding: 20px 20px;
        border: 0;
        font-size: 22px;
    }

    .andro_event-countdown.style-2 {
        display: flex;
    }

    .andro_event-countdown.style-2 .andro_event-countdown-timer span {
        min-width: 60px;
        padding: 0 20px;
        font-size: 22px;
    }

    .andro_track-img {
        width: 120px;
        border-width: 4px;
    }

    .andro_track-data {
        margin: 20px 0 30px;
    }

    .andro_music-player-controls a {
        font-size: 24px;
    }

    .andro_music-player.style-2 {
        display: block;
        border-radius: 10px;
    }

    .andro_music-player.style-2 .andro_music-player-controls {
        justify-content: center;
    }

    .andro_music-player.style-2 .andro_music-player-currently-playing {
        justify-content: center;
        display: flex;
        margin: 0 0 10px;
    }

    .andro_music-player.style-2 .andro_music-player-gui {
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0);
    }

    .andro_music-player.style-2 .andro_music-player-gui .andro_music-player-play {
        font-size: 18px;
        width: auto;
        height: auto;
        background-color: transparent;
        color: var(--color-headings);
        margin: 0 20px;
    }

    .andro_music-player.style-2 .andro_music-player-gui .andro_music-player-play::before {
        display: none;
    }

    .andro_music-player.style-2 .andro_music-player-gui .andro_music-player-prev,
    .andro_music-player.style-2 .andro_music-player-gui .andro_music-player-next {
        transform: translate(0);
        width: auto;
        height: auto;
        box-shadow: none;
    }

    .andro_music-player.style-2 .andro_music-player-volume:hover,
    .andro_music-player.style-2 .andro_music-player-gui .andro_music-player-play:hover,
    .andro_music-player.style-2 .andro_music-player-gui .andro_music-player-prev:hover,
    .andro_music-player.style-2 .andro_music-player-gui .andro_music-player-next:hover {
        background-color: transparent;
        color: var(--color-primary);
    }

    .andro_music-player.style-2 .andro_music-player-volume {
        width: auto;
        height: auto;
        background-color: transparent;
    }

    .andro_music-player.style-2 .andro_music-player-seekbar {
        order: 1;
    }

    .andro_music-player.style-2 .andro_music-player-timing {
        order: 2;
        margin: 0 0 0 10px;
    }

    .andro_music-player.style-2 .andro_music-player-seek-controls {
        margin-right: 10px;
        order: 0;
        display: none;
    }

    .andro_music-player.style-2 .andro_music-player-seekbar-wrap {
        margin: 10px 0 0;
        width: 100%;
        justify-content: space-between;
        min-width: 100%;
    }

    .andro_music-player.style-2 .andro_music-player-repeat {
        margin: 0 10px 0 0;
    }

    .andro_hero-item-player {
        margin-top: -200px;
    }

    .vertical-slider-controls {
        display: block;
    }

    .vertical-slider-controls-inner {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

    .vertical-slider-controls-inner span {
        transform: rotate(0);
        margin-left: 0;
        width: auto;
        margin-right: auto;
    }

    .swiper-button-next {
        margin-left: 10px;
        margin-top: 0;
    }

    .andro_post-body {
        padding: 30px;
    }

    .andro_post .andro_post-date {
        left: 30px;
    }

    .andro_post-thumb::before {
        left: 40px;
    }

    .andro_post.style-3 {
        display: block;
    }

    .andro_post.style-3 .andro_post-thumb {
        width: 100%;
    }

    .andro_post.style-3 .andro_post-body {
        padding: 15px 0 0;
    }

    .centered-slider .swiper-slide-prev .andro_post.style-3 .andro_post-thumb::before,
    .centered-slider .swiper-slide-next .andro_post.style-3 .andro_post-thumb::before {
        display: none;
    }

    .andro_post.style-3 .andro_post-thumb a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .andro_lineup-title {
        width: 270px;
    }

    .andro_lineup.style-2 .andro_lineup-item {
        display: block;
    }

    .andro_lineup.style-2 .andro_lineup-title {
        width: 100%;
        padding: 10px 0;
    }

    .andro_lineup.style-2 .andro_lineup-table-row-item {
        padding: 10px 0;
    }

    .andro_artist-d-upcoming {
        display: block;
    }

    .andro_artist-d-countdown {
        margin: 15px 0 0;
    }

    .andro_event-content {
        display: block;
    }

    .andro_event-controls {
        display: flex;
        align-items: center;
        margin: 20px 0 0;
    }

    .andro_event-controls a+a {
        margin-top: 0;
        margin-left: 10px;
    }

    .andro_comment-list .andro_comment-item {
        display: block;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    .andro_comment-author {
        width: auto;
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
        margin-bottom: 10px;
    }

    .andro_artist.style-4 .andro_artist-content {
        opacity: 1;
        visibility: visible;
    }

    .andro_sidebar {
        margin-top: 50px;
    }

    .andro_si-wrap {
        position: relative;
        background-color: var(--color-body-light-2);
        padding: 40px;
        margin: 0 0 40px 0;
        display: flex;
        align-items: flex-start;
    }

    .andro_si-wrap .andro_si-img {
        position: relative;
        width: 200px;
        margin: 0 30px 0 0;
        top: auto;
        left: auto;
        transform: translateY(0);
    }

    .andro_si-controls a {
        display: block;
        width: 100%;
    }

    .andro_si-controls a+a {
        margin-top: 10px;
    }

}

@media(max-width: 768px) {


    .section-title .family-display {
        font-size: 60px;
    }

    .section.custom-bg {
        padding: 70px 0 450px;
    }

    .infobox-section {
        padding: 30px 30px 10px;
        border-radius: 25px;
    }

    .andro_header.style-2 .andro_socials,
    .andro_header.style-2 .andro_header-contacts a:first-child,
    .andro_header-contacts {
        display: none;
    }

    .andro_header.style-3 .andro_header-contacts {
        display: flex;
    }

    .andro_header-search form {
        width: 100%;
    }

    .andro_header-search form input {
        font-size: 30px;
    }

    .andro_header.style-2 .andro_header-contacts {
        display: flex;
    }

    .andro_header-top .andro_header-top-navigation li a {
        font-size: 0;
    }

    .andro_header-top .andro_header-top-navigation li a i {
        font-size: 16px;
    }

    .andro_track-img {
        display: none;
    }

    .andro_track.style-6 .andro_track-img {
        display: block;
    }

    .andro_track-data {
        margin: 0 0 30px;
    }

    .andro_music-player-seekbar-wrap {
        min-width: 180px;
    }

    .andro_music-player.style-3 {
        padding: 40px;
    }

    .andro_music-player.style-3 .andro_music-player-currently-playing {
        margin: 0 0 30px;
    }

    .andro_music-player.style-3 .andro_music-player-currently-playing img {
        width: 100px;
    }

    .andro_lineup-item {
        display: block;
        padding: 30px 0;
    }

    .andro_lineup-title {
        width: auto;
        margin: 0 0 30px;
    }

    .andro_lineup.style-2 .andro_lineup-title {
        margin: 0;
    }

    .andro_lineup-table-row {
        flex-wrap: wrap;
    }

    .andro_lineup.style-2 .andro_lineup-table-row-item {
        flex: 0 0 50%;
    }

    .andro_lineup.style-2 .andro_lineup-table-row-item b {
        font-size: 16px;
    }

    .andro_artist-d-header {
        display: block;
    }

    .andro_artist-d-meta-item>b {
        display: block;
        min-width: 0;
    }

    .andro_artist-d-header .andro_socials {
        margin: 15px 0 0;
    }

    .andro_artist-d-availability,
    .andro_artist-d-meta {
        margin: 0 0 30px;
    }

    .andro_artist-d-countdown .andro_countdown-timer span {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .andro_artist-d-countdown .andro_countdown-timer span i {
        font-size: 14px;
    }

    .andro_artist-d-content-wrap {
        margin: 50px 0 0;
    }

    .andro_post-d-footer {
        display: block;
    }

    .andro_post-d-footer .andro_socials {
        justify-content: flex-start;
        margin: 20px 0 0;
    }

    .entry-content blockquote {
        margin: 0 auto 30px;
    }

    .entry-content .andro_gallery,
    .entry-content>p,
    .entry-content img,
    .entry-content ol,
    .entry-content ul {
        margin: 0 0 30px;
    }

    blockquote {
        font-size: 30px;
        padding: 30px 0;
    }

    .andro_post-d .andro_post-author {
        margin: 0 0 20px;
    }

    .andro_post-d-img {
        margin: 0 0 40px;
    }

    .andro_post-d-author img {
        position: relative;
        top: auto;
        left: auto;
        transform: translateY(0);
    }

    .andro_post-d-author {
        display: block;
        text-align: center;
        background-color: #0F206C;
        padding: 30px;
    }

    .andro_post-d-author-body {
        padding: 0;
        margin: 20px 0 0;
        background-color: transparent;
    }

    .andro_cart-wrap {
        display: block;
    }

    .andro_cart-wrap>.button {
        display: block;
        width: 100%;
        margin: 20px 0 0;
    }

    .andro_artist.style-4 .andro_artist-content .andro_artist-name {
        font-size: 40px;
    }

    .andro_show-d-designation {
        font-size: 24px;
    }

    .andro_footer.style-3 .andro_footer-socials li a,
    .andro_footer.style-4 .andro_footer-socials li a {
        padding: 0 10px;
    }

    .andro_si-wrap {
        display: block;
        padding: 30px;
    }

    .andro_si-wrap .andro_si-img {
        margin: 0 0 30px;
    }

    .andro_si-meta-item i {
        font-size: 30px;
        width: 40px;
    }

    .andro_testimonial-body {
        padding: 30px;
    }

    .andro_testimonial-title {
        font-size: 40px;
    }

    .andro_track-list.style-3 .andro_music-player-seekbar {
        display: none;
    }

}

@media(max-width: 575px) {

    /* Headings Scaling */
    :root {
        --scale: .8;
    }

    .download-qrcode{
        flex-direction: column!important;
    }

    .section-title span.family-display {
        font-size: 44px;
    }

    .section-title b {
        font-size: 22px;
    }

    .section.custom-bg {
        padding: 70px 0;
    }

    .custom-bg>img {
        display: none;
    }

    .andro_loading {
        width: 60px;
        height: 60px;
    }

    .andro_loading-spinner::after {
        width: 34px;
        height: 34px;
        border: 3px solid #fff;
        border-color: #fff transparent #fff transparent;
    }

    .andro_loading-spinner {
        width: 34px;
        height: 34px;
    }

    .andro_header.style-8 .andro_socials,
    .andro_header.style-3 .andro_socials {
        display: none;
    }

    .andro_header-logo a {
        width: var(--logo-size-sm);
    }

    .andro_footer-socials {
        flex-direction: column;
    }

    .andro_footer-socials li a {
        padding: 5px 0;
    }

    .andro_footer.style-4 .andro_footer-socials li a,
    .andro_footer.style-3 .andro_footer-socials li a {
        padding: 10px 0;
    }

    .andro_subheader {
        padding: 130px 0 30px;
    }

    .andro_hero-item {
        padding: 130px 0 80px;
    }

    .andro_hero-item-inner p {
        margin: 20px 0 0;
        font-size: 18px;
    }

    .andro_hero-cta {
        margin: 40px 0 0;
    }

    .andro_hero.style-2 .andro_hero-item {
        padding: 150px 0 60px;
    }

    .andro_hero.style-2 .andro_hero-item-inner p {
        font-size: 18px;
        margin: 20px 0;
    }

    .andro_hero.style-2 .andro_hero-item-inner .family-display {
        font-size: 70px;
    }

    .andro_hero.style-2 .andro_hero-item-inner h1 {
        font-size: 60px;
    }

    .andro_hero.style-3 .andro_hero-item-inner h1 {
        font-size: 40px;
    }

    .andro_hero.style-4 .andro_hero-item-inner p {
        margin: 0;
    }

    .andro_hero.style-7 .andro_hero-item-inner h1,
    .andro_hero.style-4 .andro_hero-item-inner h1 {
        font-size: 100px;
        margin: 0;
        line-height: 1;
    }

    .andro_hero.style-4 .andro_event-countdown {
        margin: 40px 0 0;
    }

    .andro_hero.style-4 .andro_hero-item {
        padding: 160px 0 80px;
    }

    .andro_hero.style-5 h1 {
        font-size: 80px;
    }

    .andro_hero.style-5 i {
        font-size: 60px;
    }

    .andro_hero.style-6 h1 {
        font-size: 100px;
        line-height: 1;
        margin: 0;
    }

    .andro_hero.style-6 .andro_hero-item-inner p {
        margin: 0;
    }

    .andro_hero.style-6 .andro_hero-item {
        padding: 210px 0 120px;
    }

    .andro_hero.style-7 .andro_hero-item {
        padding: 200px 0 80px;
    }

    .andro_hero.style-7 p {
        margin: 0 0 40px;
    }

    .andro_track.style-2 .andro_track-img {
        display: none;
    }

    .andro_track-img {
        display: block;
    }

    .andro_track-data {
        margin: 20px 0 30px;
    }

    .andro_music-player-seekbar-wrap {
        min-width: 260px;
    }

    .andro_track.style-6 .andro_track-header .andro_track-controls .play {
        width: 50px;
        height: 50px;
    }

    .andro_artist.style-2 .andro_socials,
    .andro_artist.style-2 .andro_artist-meta {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .andro_lineup-table-row a,
    .andro_lineup-table-row b {
        font-size: 14px;
    }

    .andro_artist-d-content {
        margin: 30px 0 0;
    }

    .andro_event-date {
        margin-right: 30px;
    }

    .andro_music-player.style-3 .andro_music-player-volume,
    .andro_music-player.style-3 .andro_music-player-timing,
    .andro_track-list-head span:last-child,
    .andro_track-list-item>div:last-child,
    .andro_music-player.style-2 .andro_music-player-currently-playing::before,
    .andro_music-player.style-2 .andro_music-player-timing span+span::before,
    .andro_music-player.style-2 .andro_music-player-timing span.andro_music-player-duration,
    .andro_music-player.style-2 .andro_music-player-seek-controls {
        display: none;
    }

    .andro_music-player.style-2 .andro_music-player-currently-playing {
        font-size: 14px;
    }

    .andro_music-player.style-2 .andro_music-player-seekbar {
        flex: 1;
    }

    .andro_music-player.style-3 .andro_music-player-seek-controls {
        justify-content: center;
    }

    .andro_show-d-header {
        margin: 30px 0 0;
    }

    .andro_post.style-3 {
        padding: 0 15px;
    }

    .andro_album-d-data-inner {
        margin: 20px 0 0;
    }

    .andro_track-list.style-2 {
        padding: 20px;
    }

    .andro_track-list.style-2 .andro_track-controls {
        width: 140px;
    }

    .andro_track-list.style-2 .andro_track-list-item .andro_track-controls a {
        margin-right: 10px;
    }

    .andro_track-list.style-2 .andro_track-list-item>div:last-child {
        display: flex;
        flex: 0 0 100%;
        margin: 10px 0 0;
    }

    .andro_track-list.style-2 .andro_track-list-item {
        flex-wrap: wrap;
    }

    .andro_track-list.style-3 .andro_track-list-item-timing {
        margin-left: auto;
        margin-right: 15px;
    }

    .andro_track-list.style-2 .andro_track-list-item+.andro_track-list-item {
        border-top: 1px solid var(--color-border);
        margin-top: 15px;
    }

    .andro_track-list.style-3 {
        padding: 0;
    }

    .andro_track-list.style-3 .andro_track-list-item .andro_track-controls a.play {
        width: 50px;
        height: 50px;
    }

    .andro_track-list.style-3 .andro_music-player-seekbar-wrap {
        min-width: 100px;
        flex: none;
    }

    .andro_track-list.style-3 .andro_track-list-item-timing span+span::before,
    .andro_track-list.style-3 .andro_track-list-item-duration {
        display: none;
    }

    .andro_track-list.style-3 .andro_track-list-item .andro_track-controls a {
        margin-right: 15px;
    }

    .andro_counter {
        font-size: 40px;
    }

    .andro_testimonial.style-2 .andro_testimonial-body p {
        font-size: 16px;
    }

    .andro_testimonial.style-2 .andro_testimonial-img {
        width: 135px;
        padding: 5px;
    }

    .andro_testimonial.style-2 .andro_testimonial-img::before {
        width: 40px;
        height: 40px;
    }

    .andro_isotope-filter-nav {
        flex-direction: column;
        margin: 0 0 30px;
    }

    .andro_isotope-filter-nav a {
        margin: 0;
    }

    .andro_isotope-filter-nav a+a {
        margin: 10px 0;
    }

}

@media(max-width: 420px) {

    .section-title .family-display {
        font-size: 50px;
    }

    .andro_video-icon {
        width: 70px;
        height: 70px;
    }

    .andro_track-img {
        display: none;
    }

    .andro_track-data {
        margin: 0 0 30px;
    }

    .andro_music-player-seekbar-wrap {
        min-width: 180px;
    }

    .andro_event {
        display: block;
    }

    .andro_event-date {
        margin-right: 0;
        margin-bottom: 15px;
        width: auto;
    }

    .andro_comment-list .andro_comment-item {
        padding: 30px 30px 40px;
    }

    .andro_hero.style-2 .andro_hero-item-inner h1 {
        font-size: 40px;
    }

    .andro_hero.style-2 .andro_hero-item-inner .family-display {
        font-size: 50px;
    }

    .andro_hero.style-2 .andro_hero-item-inner p {
        font-size: 16px;
    }

    .andro_gallery.style-2 .andro_gallery-content h6 {
        font-size: 22px;
    }

    .andro_hero.style-7 .andro_hero-item-inner h1,
    .andro_hero.style-4 .andro_hero-item-inner h1 {
        font-size: 80px;
    }

    .andro_hero.style-5 h1 {
        font-size: 60px;
    }

    .andro_hero.style-5 i {
        font-size: 40px;
    }

    .andro_hero.style-5 .andro_hero-item {
        padding: 70px 0;
    }

    .andro_hero.style-6 h1 {
        font-size: 70px;
    }

    .andro_aside {
        width: 100%;
        left: -100%;
    }

    .andro_infobox.style-2 h5 {
        font-size: 40px;
    }

    .andro_track-list-item>div,
    .andro_track-list-head span {
        padding: 10px;
    }

    .andro_music-player.style-3 {
        padding: 20px;
    }

    .andro_music-player.style-3 .andro_music-player-currently-playing {
        display: block;
        text-align: center;
    }

    .andro_music-player.style-3 .andro_music-player-currently-playing img {
        margin: 0 0 15px;
    }

    .andro_artist.style-4 .andro_artist-content>a {
        display: none;
    }

    .andro_artist.style-4 .andro_artist-content p {
        margin: 20px 0 0;
    }

    .andro_pricing.style-2 {
        padding: 30px;
    }

    .andro_event-countdown-timer.style-3 {
        flex-wrap: wrap;
    }

    .andro_event-countdown-timer.style-3 span {
        flex: 0 0 calc(50% - 15px);
        margin: 5px;
    }

    .andro_event-countdown-timer.style-3 span+span {
        margin: 5px;
    }

    .andro_album.style-4 .andro_album-name {
        font-size: 32px;
    }

    .andro_testimonial.style-2 {
        display: block;
        text-align: center;
    }

    .andro_testimonial.style-2 .andro_testimonial-img {
        margin: 0 auto 15px;
    }

}





.player {
    background: url(../img/player-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 10px solid #fff
}

.player-btn {
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgb(255, 226, 23, .7);
    -webkit-animation: btn-ani 2s linear infinite;
    animation: btn-ani 2s linear infinite
}

.player-btn i {
    font-size: 30px;
    color: #fff;
    text-shadow: 5px 5px 0 rgba(0, 0, 0, .3)
}

@-webkit-keyframes btn-ani {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(255, 226, 23, .7), 0 0 0 0 rgb(255, 226, 23, .7);
        box-shadow: 0 0 0 0 rgb(255, 226, 23, .7), 0 0 0 0 rgb(255, 226, 23, .7)
    }

    30% {
        -webkit-box-shadow: 0 0 0 20px transparent, 0 0 0 0 rgb(255, 226, 23, .7);
        box-shadow: 0 0 0 20px transparent, 0 0 0 0 rgb(255, 226, 23, .7)
    }

    60% {
        -webkit-box-shadow: 0 0 0 20px transparent, 0 0 0 15px transparent;
        box-shadow: 0 0 0 20px transparent, 0 0 0 15px transparent
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent, 0 0 0 15px transparent;
        box-shadow: 0 0 0 0 transparent, 0 0 0 15px transparent
    }
}

@keyframes btn-ani {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(255, 226, 23, .7), 0 0 0 0 rgb(255, 226, 23, .7);
        box-shadow: 0 0 0 0 rgb(255, 226, 23, .7), 0 0 0 0 rgb(255, 226, 23, .7)
    }

    30% {
        -webkit-box-shadow: 0 0 0 20px transparent, 0 0 0 0 rgb(255, 226, 23, .7);
        box-shadow: 0 0 0 20px transparent, 0 0 0 0 rgb(255, 226, 23, .7)
    }

    60% {
        -webkit-box-shadow: 0 0 0 20px transparent, 0 0 0 15px transparent;
        box-shadow: 0 0 0 20px transparent, 0 0 0 15px transparent
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent, 0 0 0 15px transparent;
        box-shadow: 0 0 0 0 transparent, 0 0 0 15px transparent
    }
}

.btn {
    border: none;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 35px;
    border-radius: 50px;
    text-transform: uppercase;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 8px 25px 0 rgba(72, 69, 90, .1);
    box-shadow: 0 8px 25px 0 rgba(72, 69, 90, .1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn i {
    margin-right: 8px;
    margin-top: -1px;
    font-size: 16px
}

.btn-inline {
    color: #fff;
    background: #ec1765;
    border: 2px solid #ec1765
}

.btn-inline:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    background: #16151a;
    border-color: #16151a;
    -webkit-box-shadow: 0 25px 60px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 25px 60px 0 rgba(0, 0, 0, .1)
}

.btn-outline {
    color: #ec1765;
    border: 2px solid #ec1765
}

.btn-outline:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    background: #ec1765;
    border-color: #ec1765;
    -webkit-box-shadow: 0 25px 60px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 25px 60px 0 rgba(0, 0, 0, .1)
}

.icon i {
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .15);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.icon-inline i {
    color: #ec1765;
    background: #fff
}

.icon-inline i:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    background: #ec1765;
    -webkit-box-shadow: 0 5px 15px 0 rgba(72, 69, 90, .3);
    box-shadow: 0 5px 15px 0 rgba(72, 69, 90, .3)
}

.section {
    padding: 115px 0 0
}

.section-heading {
    text-align: center;
    margin-bottom: 60px
}

.section-heading h2 {
    color: #ec1765;
    position: relative
}

.section-heading h2::before {
    position: absolute;
    content: "";
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    border-radius: 30px;
    background: #ec1765
}

.section-heading h2::after {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background: #fff
}

@media(max-width:575px) {
    .section {
        padding: 60px 0 0
    }

    .section-heading h2 {
        font-size: 30px;
        line-height: 38px
    }
}

@media(min-width:576px) and (max-width:767px) {
    .section {
        padding: 80px 0 0
    }
}

.header-logo img {
    height: 79px;
}

.header-content {
    text-align: center;
    margin-top: 18px
}

.header-content h3 {
    font-size: 28px
}

.header-btn {
    text-align: right;
    margin-top: 6px
}

.header-part {
    padding: 3px 0
}

@media(max-width:991px) {
    .header-part {
        display: none
    }
}

.header-top-part {
    background-color: #222227;
    padding: 8px 0
}

.header-top-part .header-top-social a {
    color: #ec1765;
    margin-right: 10px;
    font-size: 16px
}

.header-top-part .header-top-social a:hover {
    color: #fff
}

.header-top-part .header-top-right a {
    color: #ec1765;
    margin-left: 10px;
    font-size: 16px
}

.header-top-part .header-top-right a:hover {
    color: #fff
}

.navbar-bg {
    background: #ec1765
}

.navbar-logo,
.navbar-toggle,
.slide-head {
    display: none
}

.navbar-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-link {
    font-weight: 500;
    padding: 25px 0;
    color: #fff;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navbar-link:hover {
    color: #282a35
}

.navbar-link:hover i {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.navbar-link i {
    margin-right: 5px;
    margin-top: -2px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.navbar-link small {
    margin-left: 5px;
    font-size: 10px
}

.navbar-item.active {
    z-index: 1
}

.navbar-item.active .navbar-link {
    color: var(--dark)
}

.navbar-player {
    position: relative;
    margin: 0 150px
}

.navbar-player .player {
    position: absolute;
    top: -110px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .15)
}

.navbar-player.home-3 .player {
    top: -70px;
    border: unset
}

.navbar-player.home-3 .player-btn {
    border-radius: 20px
}

.navbar-fixed .navbar-player.home-3 .player {
    top: -10px;
    width: 100px;
    height: 100px;
    border-radius: 20px
}

.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background: #fff;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .15)
}

.navbar-fixed .navbar-link {
    padding: 28px 0
}

.navbar-fixed .player {
    top: -30px;
    width: 130px;
    height: 130px;
    margin-bottom: -100px
}

.navbar-fixed .player .player-btn i {
    font-size: 35px
}

.navbar-btn {
    display: none
}

@media(max-width:991px) {
    .navbar-content {
        padding: 10px 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .navbar-logo {
        display: block
    }

    .navbar-logo img {
        width: 60px
    }

    .navbar-toggle {
        border: none;
        display: none;
        background: 0 0;
        display: block
    }

    .navbar-toggle i {
        color: #fff;
        font-size: 18px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        border-radius: 50%;
        transition: all linear .3s;
        -webkit-transition: all linear .3s;
        -moz-transition: all linear .3s;
        -ms-transition: all linear .3s;
        -o-transition: all linear .3s
    }

    .navbar-toggle ii:hover {
        color: #fff;
        background: var(--secondary)
    }

    .slide-head {
        width: 100%;
        padding: 30px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .slide-head a img {
        width: 150px
    }

    .slide-head button {
        border: none;
        outline: none;
        background: 0 0
    }

    .slide-head button i {
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        border-radius: 50%;
        font-size: 16px;
        color: red;
        background: #fff;
        -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
        transition: all linear .3s;
        -webkit-transition: all linear .3s;
        -moz-transition: all linear .3s;
        -ms-transition: all linear .3s;
        -o-transition: all linear .3s
    }

    .slide-head button i:hover {
        color: #fff;
        background: var(--primary-gdnt)
    }

    .navbar-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        visibility: hidden;
        opacity: 0;
        background: rgba(0, 0, 0, .7);
        -webkit-transition: all linear .1s;
        transition: all linear .1s;
        z-index: 3
    }

    .navbar-overlay.active {
        visibility: visible;
        opacity: 1
    }

    .navbar-overlay.active .navbar-slide {
        left: 0
    }

    .navbar-slide {
        position: fixed;
        top: 0;
        left: -270px;
        z-index: 3;
        width: 260px;
        height: 100vh;
        overflow-y: scroll;
        overflow-x: hidden;
        background: #16151a;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-shadow: 8px 0 12px 0 rgba(0, 0, 0, .15);
        box-shadow: 8px 0 12px 0 rgba(0, 0, 0, .15);
        transition: all linear .3s;
        -webkit-transition: all linear .3s;
        -moz-transition: all linear .3s;
        -ms-transition: all linear .3s;
        -o-transition: all linear .3s
    }

    .navbar-list {
        width: 100%;
        display: block;
        margin-bottom: 30px
    }

    .navbar-slide .navbar-item.active .navbar-link {
        color: #ec1765
    }

    .navbar-slide .navbar-link:hover {
        color: #ec1765
    }

    .navbar-list li {
        border-bottom: 1px dashed #e8e8e8
    }

    .navbar-link {
        width: 100%;
        padding: 12px 15px;
        margin-right: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .navbar-player {
        display: none
    }

    .navbar-btn {
        display: block;
        text-align: center
    }

    .navbar-fixed {
        border-radius: 0 0 10px 10px
    }

    .navbar-fixed .navbar-link {
        padding: 12px 15px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .navbar-player {
        margin: 0 120px
    }
}

.footer-part {
    padding: 80px 0;
    background: #222227
}

.footer-gape {
    margin-top: 120px
}

.footer-logo {
    text-align: center;
    margin-bottom: 35px
}

.footer-logo a img {
    width: 220px;
    margin-bottom: 30px
}

.footer-logo ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-logo ul li {
    margin: 0 10px
}

.footer-logo .icon-inline i {
    color: #ec1765;
    background: #fff;
    font-size: 18px
}

.news-form {
    width: 650px;
    margin: 0 auto 80px;
    position: relative;
    -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .1)
}

.news-form input {
    border: none;
    outline: none;
    width: 100%;
    height: 60px;
    border-radius: 50px;
    background: #fff;
    padding: 0 195px 0 20px
}

.news-form .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    padding: 12px 35px
}

.footer-heading h3::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    background-color: #ec1765;
    border-radius: 10px;
    top: 34px
}

.footer-heading h3::after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #ec1765;
    border-radius: 50px;
    top: 33.2px;
    left: 48px
}

.footer-heading h3 {
    position: relative;
    color: #ec1765;
    text-transform: capitalize;
    margin-bottom: 20px
}

.footer-heading p {
    color: #aaa;
    margin-bottom: 10px
}

.footer-address li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 0
}

.footer-address li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.footer-address li i {
    color: #aaa;
    font-size: 25px;
    margin-right: 15px
}

.footer-address li p {
    color: #aaa
}

.footer-link li {
    padding: 6px 0
}

.footer-link li:first-child {
    padding-top: 0
}

.footer-link li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.footer-link li a {
    color: #aaa;
    text-transform: capitalize
}

.footer-link li a:hover {
    color: #ec1765
}

.footer-link li a i {
    margin-right: 10px
}

.footer-link ul li a i {
    color: #fff;
    font-size: 16px;
    margin-right: 10px
}

.footer-link ul li a:hover {
    text-decoration: underline
}

.download-part {
    margin-top: 25px
}

.download-part h5 {
    color: #aaa;
    margin-bottom: 10px;
    text-transform: capitalize
}

.download-part a img {
    width: 140px;
    margin: 8px 10px 8px 0
}

@media(max-width:767px) {
    .footer-gape {
        margin-top: 60px
    }

    .footer-logo {
        margin-bottom: 50px
    }

    .footer-logo ul li {
        margin: 0 8px
    }

    .footer-logo .icon i {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 16px
    }

    .news-form {
        width: 100%
    }

    .footer-address,
    .footer-link {
        margin-bottom: 50px
    }

    .footer-heading,
    .footer-address,
    .footer-link,
    .download-part {
        margin-left: 25px
    }
}

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

    .footer-address,
    .footer-link {
        margin-bottom: 50px
    }

    .download-part ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .download-part ul li {
        margin-right: 25px
    }
}

.copy-part {
    background: #16151a;
    padding: 26px 0
}

.copy-part p {
    color: #aaa;
    text-align: center
}

.copy-part p i {
    color: red
}

@media(max-width:575px) {
    .copy-part ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .copy-part ul li {
        border: none;
        padding: 6px 0
    }
}

.bottom-player {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 2;
    -webkit-box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, .1);
    display: none
}

.bottom-player .player {
    width: 82px;
    height: 82px;
    margin: -120px 10px 10px;
    border: 8px solid #fff;
    -webkit-box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, .1)
}

.bottom-player .player-btn i {
    font-size: 24px
}

@media(max-width:991px) {
    .bottom-player {
        display: block
    }
}

.nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav-tabs li {
    width: 100%
}

.nav-tabs li .nav-link {
    width: 100%;
    border: none;
    padding: 10px 0;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #ec1765;
    border-bottom: 3px solid transparent;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0/50%);
    box-shadow: 0 0 20px 0 rgb(0 0 0/50%)
}

.nav-tabs li .nav-link:hover {
    border-color: transparent
}

.nav-tabs li .active {
    color: #fff !important;
    background: #ec1765 !important;
    border-color: #ec1765 !important;
    border-radius: 10px
}

.nav-tabs {
    background: #fff;
    border-radius: 10px
}

.tab-pane {
    padding: 30px 0 0;
    display: none
}

.tab-pane.active {
    display: block
}

.nextarrow,
.prevarrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #ec1765;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .15);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.nextarrow {
    right: -15px
}

.prevarrow {
    left: -15px
}

.slider-arrow:hover .nextarrow,
.slider-arrow:hover .prevarrow {
    visibility: visible;
    opacity: 1
}

@media(min-width:576px) and (max-width:1199px) {
    .nextarrow {
        right: 0
    }

    .prevarrow {
        left: 0
    }
}

.show-card {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px
}

.show-card:hover .show-overlay {
    background: rgba(255, 226, 23, .6)
}

.show-card:hover .show-bg img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.show-content {
    position: relative;
    margin-bottom: 38px
}

.show-bg {
    overflow: hidden;
    border-radius: 10px
}

.show-bg img {
    width: 100%;
    border-radius: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.show-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, .6)
}

.show-active {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 45px;
    height: 45px;
    padding: 5px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff
}

.show-active img {
    width: 100%
}

.show-time {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.show-time p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 7px;
    font-family: var(--sfamily)
}

.show-time h4 {
    color: #fff;
    font-weight: var(--mweight)
}

.show-host {
    position: absolute;
    bottom: -30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.show-host li:nth-child(2),
.show-host li:nth-child(3) {
    margin-left: -25px
}

.show-host li a img {
    width: 60px;
    border-radius: 50%;
    border: 5px solid #fff
}

.show-meta {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.team-card:hover .team-overlay {
    opacity: 1;
    height: 100%;
    visibility: visible;
    background: rgba(255, 226, 23, .6)
}

.team-card:hover .team-icon {
    bottom: 30px
}

.team-img {
    position: relative;
    margin-bottom: 15px
}

.team-img img {
    width: 100%;
    border-radius: 10px
}

.team-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.team-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.team-icon li {
    margin: 0 5px
}

.team-icon .icon i {
    width: 45px;
    height: 45px;
    line-height: 45px
}

.team-meta {
    text-align: center
}

.team-meta h4 {
    font-weight: 600;
    font-size: 20px
}

.podcast-playlist .team-meta h4 {
    font-size: 14px
}


.team-part {
    padding-top: 120px
}

.team-gape {
    margin-bottom: 30px;
    background: #fff;
    padding: 10px;
    border-radius: 10px
}

.team-btn {
    text-align: center;
    margin-top: 20px
}

@media(max-width:575px) {
    .team-part .col-6 {
        padding: 0 5px
    }

    .team-icon .icon i {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

@media(max-width:767px) {
    .team-part {
        padding: 60px 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .team-part {
        padding: 80px 0
    }
}

.video-img {
    position: relative;
    margin-bottom: 15px
}

.video-img img {
    width: 100%;
    border-radius: 10px
}

.video-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: var(--video-oly)
}

.video-overlay .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-overlay .icon i {
    font-size: 14px
}

.video-overlay .icon-inline i {
    background: #ec1765;
    color: #fff
}

.video-content {
    padding: 0 10px;
    text-align: center;

}

.video-content h5 {
    margin-bottom: 5px;
    text-align: center;
    color: var(--color-primary)
}

.video-content p {
    font-size: 15px;
    line-height: 24px
}

.video-part {
    padding-top: 120px
}

.video-gape {
    margin-bottom: 30px;
    background: #fff;
    padding: 10px;
    border-radius: 10px
}

.video-btn {
    text-align: center;
    margin-top: 20px
}

@media(max-width:767px) {
    .video-part {
        padding: 60px 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .video-part {
        padding: 80px 0
    }
}

.blog-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.blog-card:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.blog-card:hover .blog-overlay {
    background: rgba(255, 226, 23, .3)
}

.blog-card:hover .blog-overlay .btn-outline {
    background: #fff;
    border-color: #fff;
    color: #16151a
}

.blog-card img {
    width: 100%;
    border-radius: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 30px;
    background: rgba(0, 0, 0, .3)
}

.blog-overlay p {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 200px
}

.blog-overlay h3 {
    position: absolute;
    bottom: 100px;
    left: 25px;
    right: 25px
}

.blog-overlay h3 a {
    color: #fff
}

.blog-overlay .btn {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 25px;
    text-transform: capitalize;
    position: absolute;
    bottom: 30px;
    left: 25px
}

.blog-overlay .btn-outline {
    color: #ec1765;
    border-color: #fff;
    background-color: #fff
}

.blog-src {
    position: relative;
    margin-bottom: 45px
}

.blog-src input {
    width: 100%;
    height: 52px;
    border-radius: 10px;
    padding: 0 60px 0 20px;
    border: 2px solid #ec1765;
    background: 0 0;
    color: #ec1765
}

.blog-src button {
    border: none;
    outline: none;
    background: 0 0;
    position: absolute;
    top: 6px;
    right: 6px
}

.blog-src button i {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    background: #ec1765;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, .1);
    transition: all .5s ease-in-out
}

.blog-src button i:hover {
    background: #16151a;
    color: #ec1765
}

.blog-filter {
    margin-bottom: 50px;
    background: #222227;
    border-radius: 10px;
    padding: 20px
}

.blog-filter h3 {
    margin-bottom: 48px;
    text-transform: capitalize;
    position: relative;
    color: #ec1765
}

.blog-filter h3::before {
    position: absolute;
    content: "";
    top: 45px;
    left: 0;
    width: 40px;
    height: 3px;
    border-radius: 30px;
    background: #ec1765
}

.blog-filter h3::after {
    position: absolute;
    content: "";
    top: 44.5px;
    left: 45px;
    width: 4px;
    height: 4px;
    border-radius: 30px;
    background: #ec1765
}

.blog-suggest {
    margin-bottom: 10px
}

.blog-suggest li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 2px dashed #555
}

.blog-suggest li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.suggest-img {
    margin-right: 15px
}

.suggest-img a img {
    width: 100px;
    border-radius: 8px
}

.suggest-title {
    margin-bottom: 20px
}

.suggest-title h4 {
    font-size: 18px;
    line-height: 26px
}

.suggest-title h4 a {
    color: #aaa;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.suggest-title h4 a:hover {
    color: #ec1765
}

.suggest-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.suggest-date {
    margin-right: 30px
}

.suggest-date,
.suggest-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.suggest-date i,
.suggest-comment i {
    font-size: 16px;
    margin-right: 8px;
    margin-top: -1px;
    color: #aaa
}

.suggest-date p,
.suggest-comment p {
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;
    color: #aaa
}

.blog-cate {
    display: block
}

.blog-cate li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px dashed #555;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.blog-cate li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.blog-cate li:hover h5 a {
    color: #ec1765
}

.blog-cate li:hover p {
    color: #ec1765
}

.blog-cate li h5 {
    font-weight: 500
}

.blog-cate li h5 a {
    color: #aaa;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-cate li p {
    font-size: 14px;
    font-weight: 500;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
    color: #aaa;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, .1)
}

.blog-tag li {
    display: inline-block;
    margin: 0 8px 12px 0
}

.blog-tag li a {
    color: #aaa;
    font-size: 14px;
    padding: 2px 15px;
    border-radius: 30px;
    text-transform: capitalize;
    border: 1px solid #aaa;
    transition: all .5s ease-in-out
}

.blog-tag li a:hover {
    color: #fff;
    background: #ec1765;
    border: 1px solid #ec1765
}

.blog-icon {
    margin-bottom: 10px
}

.blog-icon li {
    display: inline-block;
    margin-right: 8px
}

.blog-icon li a i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 10px;
    color: #ec1765;
    background: #fff;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, .1)
}

.blog-icon li a i:hover {
    color: #fff;
    background: #ec1765
}

.blog-banner a img {
    width: 100%;
    border-radius: 10px
}

.blog-part {
    padding-top: 30px
}

.blog-card {
    margin-bottom: 30px
}

.pagination {
    margin-top: 30px
}

@media(max-width:991px) {
    .content-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .pagination {
        margin: 20px 0 50px
    }
}

@media(max-width:767px) {
    .blog-part {
        padding: 60px 0
    }
}

@media(min-width:380px) and (max-width:575px) {
    .blog-card {
        width: 380px;
        margin: 0 auto 30px
    }
}

@media(min-width:576px) and (max-width:767px) {
    .content-reverse .col-sm-6 {
        padding: 0 8px
    }

    .blog-overlay h3 {
        font-size: 21px;
        line-height: 27px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .blog-part {
        padding: 80px 0
    }

    .blog-banner {
        text-align: center
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .suggest-img a img {
        width: 95px
    }

    .blog-banner {
        display: none
    }
}

.blog-det-part {
    padding-top: 120px
}

.blog-det-part .container {
    max-width: 1000px
}

.blog-det-banner {
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px
}

.blog-det-banner img {
    width: 100%;
    border-radius: 10px
}

.blog-det-content {
    padding: 20px 0
}

.blog-det-title {
    margin-bottom: 20px
}

.blog-det-title h2 a {
    color: var(--white);
    flex-direction: row;
}
.blog-det-title h2 .button-div{
    display: flex;
    flex-direction: row;
}
.blog-det-title h2 .button-div a{
    font-size: 20px;
    font-weight: bold;
}

.blog-det-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.blog-det-meta li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 18px;
    border-right: 1px solid var(--text)
}

.blog-det-meta li:first-child {
    padding-left: 0
}

.blog-det-meta li:last-child {
    padding-right: 0;
    border-right: none
}

.blog-det-meta li i {
    font-size: 14px;
    margin-right: 8px;
    margin-top: -2px;
    color: var(--white)
}

.blog-det-meta li p {
    font-size: 14px;
    color: var(--light-white);
    text-transform: uppercase
}

.blog-part p {
    color: #fff
}

.blog-det-descrip p {
    color: #fff
}

.blog-det-descrip p span {
    display: block;
    margin-top: 25px
}

.blog-det-subtitle {
    margin-bottom: 35px
}

.blog-det-subtitle h3 {
    margin-bottom: 15px;
    color: #fff
}

.blog-det-subtitle p {
    color: #fff
}

.blog-det-quote {
    padding: 50px;
    background: #222227;
    border-left: 5px solid #ec1765;
    margin-bottom: 45px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.blog-det-quote p {
    font-size: 22px;
    font-style: italic;
    line-height: 35px;
    margin-bottom: 35px;
    color: #fff
}

.blog-det-quote span {
    font-weight: 500;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-transform: capitalize;
    color: #ec1765;
    position: relative;
    margin-left: 40px
}

.blog-det-quote span::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    left: -40px;
    top: 12px;
    border-radius: 30px;
    background: #ec1765
}

.blog-det-list {
    list-style: disc;
    padding-bottom: 50px;
    border-bottom: 1px solid #555
}

.blog-det-list li {
    margin-bottom: 30px
}

.blog-det-list li:last-child {
    margin-bottom: 0
}

.blog-det-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 45px 0
}

.blog-det-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.blog-det-tag li {
    margin-right: 8px
}

.blog-det-tag li h4 {
    font-weight: 700;
    margin-right: 5px;
    color: #aaa
}

.blog-det-tag li a {
    color: #aaa;
    font-size: 14px;
    padding: 2px 16px;
    border-radius: 30px;
    text-transform: capitalize;
    border: 1px solid #aaa
}

.blog-det-tag li a:hover {
    color: #fff;
    background: #ec1765;
    border-color: #ec1765
}

.blog-det-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.blog-det-share li {
    margin-right: 8px
}

.blog-det-share li h4 {
    font-weight: 700;
    margin-right: 5px;
    color: #aaa
}

.blog-det-share li a i {
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    color: #ec1765;
    background: #fff;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, .1)
}

.blog-det-share li a i:hover {
    color: #fff;
    background: #ec1765
}

.blog-det-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 45px;
    margin-bottom: 50px;
    border-radius: 10px;
    background: #222227
}

.author-img {
    margin-right: 30px
}

.author-img a img {
    width: 100px;
    border-radius: 50%
}

.author-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px
}

.author-social li {
    margin: 0 3px
}

.author-social li a i {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #ec1765;
    background: #fff;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, .1)
}

.author-social li a i:hover {
    color: #fff;
    background: #ec1765
}

.author-content h4 {
    margin-bottom: 10px;
    color: #aaa
}

.author-content h4 a {
    display: block;
    font-size: 14px;
    color: #ec1765;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.author-content h4 a:hover {
    color: #777
}

.blog-det-navigate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-bottom: 60px;
    position: relative
}

.blog-det-author p {
    color: #aaa
}

.navigate-post {
    width: 320px;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .25)
}

.navigate-post::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(128, 0, 255, 0.1)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, rgba(128, 0, 255, 0.1), rgba(0, 0, 0, 0.8))
}

.navigate-post img {
    width: 100%;
    border-radius: 10px
}

.navigate-post h4 {
    position: absolute;
    bottom: 12px;
    left: 0;
    padding: 0 30px;
    line-height: 28px
}

.navigate-post h4 a {
    color: var(--white)
}

.prev-arrow,
.next-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
    text-transform: capitalize;
    border-radius: 10px;
    padding: 9px 20px;
    color: var(--text);
    background: var(--white);
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .15)
}

.prev-arrow:hover,
.next-arrow:hover {
    color: #fff;
    background: #ec1765
}

.prev-arrow {
    left: 0
}

.prev-arrow i {
    margin-right: 8px
}

.next-arrow {
    right: 0
}

.next-arrow i {
    margin-left: 8px
}

.blog-det-comment {
    margin-bottom: 30px
}

.blog-det-comment h3 {
    margin-bottom: 30px;
    color: #aaa
}

.comment-list li ul {
    margin-left: 100px
}

.comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 45px 0;
    position: relative
}

.comment-img {
    margin-right: 30px
}

.comment-img a img {
    width: 100px;
    border-radius: 50%
}

.comment-content h4 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #aaa
}

.comment-content h4 span {
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: #aaa
}

.comment-reply {
    position: absolute;
    top: 25px;
    right: 15px
}

.comment-reply a {
    font-size: 16px;
    font-weight: 600;
    color: #aaa;
    text-transform: capitalize
}

.comment-reply a:hover {
    color: #ec1765
}

.comment-reply a i {
    margin-right: 8px
}

.blog-det-form .form-group {
    margin: 0;
    margin-bottom: 30px
}

.blog-det-form .form-btn {
    text-align: left
}

.blog-det-form .form-btn .btn:hover {
    background-color: #fff;
    color: #ec1765;
    border-color: #fff
}

.blog-det-form h3 {
    margin-bottom: 30px;
    color: #aaa
}

@media(max-width:767px) {
    .blog-det-part {
        padding: 60px 0
    }

    .blog-det-banner {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        margin-bottom: 30px
    }

    .blog-det-banner::before {
        display: none
    }

    .blog-det-banner img {
        margin-bottom: 30px;
        -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .25);
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .25)
    }

    .blog-det-content {
        position: inherit;
        left: 0;
        bottom: 0;
        padding: 0
    }

    .blog-det-title {
        margin-bottom: 15px
    }

    .blog-det-title h2 {
        font-size: 28px;
        line-height: 36px;
        flex-direction: column;
    }
    .blog-det-title h2 .button-div{
        display: flex;
        flex-direction: column;
    }

    .blog-det-title h2 a {
        color: #fff;
    }

    .blog-det-meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .blog-det-meta li {
        border: none;
        padding: 2px 7px
    }

    .blog-det-meta li p,
    .blog-det-meta li i {
        color: var(--text);
        font-size: 13px
    }

    .content-fluid {
        padding: 0
    }

    .blog-det-quote {
        padding: 35px 30px
    }

    .blog-det-quote p {
        font-size: 18px
    }

    .blog-det-list {
        padding-bottom: 30px
    }

    .blog-det-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 35px 0
    }

    .blog-det-tag {
        margin-bottom: 25px
    }

    .blog-det-author {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 35px
    }

    .author-img {
        margin: 0 0 15px
    }

    .blog-det-navigate {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .navigate-post {
        width: 100%;
        margin-bottom: 30px
    }

    .navigate-post h4 {
        bottom: 20px;
        padding: 0 25px;
        line-height: 28px
    }

    .next-arrow {
        top: 0
    }

    .prev-arrow {
        top: inherit;
        bottom: -15px
    }

    .comment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 0
    }

    .comment-img {
        margin: 0 0 15px
    }

    .comment-content h4 {
        margin-bottom: 5px
    }

    .comment-reply {
        top: 45px
    }

    .comment-list li ul {
        margin-left: 60px
    }
}

@media(min-width:431px) and (max-width:767px) {
    .blog-det-navigate {
        width: 400px;
        margin: 0 auto 50px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .blog-det-part {
        padding: 80px 0
    }

    .navigate-post {
        width: 320px
    }

    .prev-arrow,
    .next-arrow {
        top: 0%
    }
}

.pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-item {
    margin: 0 6px
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 10px
}

.page-item .active {
    color: #fff;
    background: #ec1765
}

.page-link {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    border: none;
    padding: 0;
    color: var(--text);
    background: #fff
}

.page-link:hover {
    background: #ec1765;
    color: #fff
}

.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.banner-1 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden
}

.banner-2 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden
}

.banner-3 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden
}

.banner-oly {
    padding: 40px 0 190px;
    background: linear-gradient(to top, rgba(255, 226, 23, 0.2), rgba(0, 0, 0, 0.1))
}

.banner-content {
    text-align: center
}

.banner-content h1 {
    margin-bottom: 12px
}

.banner-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    background-color: var(--color-primary);
    padding: 15px 10px;
    border-radius: 50px 0px 40px 0px;
}

.banner-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 40px
}

.banner-slider .slick-dots li {
    display: inline-block
}

.banner-slider .slick-dots li button {
    font-size: 0;
    width: 30px;
    height: 6px;
    border-radius: 20px;
    border: 1px solid #fff;
    background: #fff;
    margin-left: 10px
}

.banner-slider .slick-active button {
    background: #ec1765 !important;
    border: 1px solid #ec1765 !important
}

.banner-slider .bannerprev {
    position: absolute;
    bottom: 31px;
    left: 210px;
    font-size: 20px;
    z-index: 1;
    color: #fff;
    cursor: pointer
}

.banner-slider .bannernext {
    position: absolute;
    bottom: 31px;
    left: 180px;
    font-size: 20px;
    z-index: 1;
    color: #fff;
    cursor: pointer
}

@media(max-width:991px) {
    .banner-content h1 {
        font-size: 42px;
        line-height: 46px
    }
}

@media(max-width:767px) {

    .banner-oly {
        padding: 40px 0 200px;
    }

    .banner-slider .slick-dots {
        bottom: 4px
    }

    .banner-slider .bannerprev {
        bottom: 14px
    }

    .banner-slider .bannernext {
        bottom: 14px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .banner-oly {
        padding: 80px 0
    }
}

.about-img {
    position: relative
}

.about-1 img {
    width: 100%;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 30px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px 20px rgba(0, 0, 0, .1)
}

.about-2 {
    position: absolute;
    bottom: 0;
    right: 40px;
    border-radius: 50%;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 0 30px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px 20px rgba(0, 0, 0, .1)
}

.about-2::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 68, 114, 0.2)), to(rgba(255, 226, 23, 0.3)));
    background: linear-gradient(rgba(91, 68, 114, 0.2), rgba(255, 226, 23, 0.3))
}

.about-2 img {
    width: 200px;
    height: 200px;
    border-radius: 50%
}

.about-content {
    margin-left: 50px
}

.about-content h2 {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 40px;
    color: #fff
}

.about-content h5 {
    color: #ec1765
}

.about-content h5::after {
    position: absolute;
    content: "";
    left: 150px;
    top: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 3px;
    border-radius: 30px;
    background: #ec1765
}

.about-content p {
    margin-bottom: 25px;
    color: silver
}

.about-content h3 {
    position: relative;
    margin-left: 50px;
    color: #ec1765
}

.about-content h3::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 3px;
    border-radius: 30px;
    background: #ec1765
}

@media(max-width:1199px) {
    .about-2 {
        right: 0
    }
}

@media(max-width:575px) {
    .about-img {
        width: 290px;
        margin: 0 auto 30px
    }

    .about-1 img {
        width: 80%
    }

    .about-2 {
        border: 6px solid #fff
    }

    .about-2 img {
        width: 150px;
        height: 150px
    }

    .about-content {
        margin-left: 0
    }

    .about-content h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 20px
    }

    .about-content h2 span {
        font-size: 40px;
        line-height: 48px
    }

    .about-content h3 {
        display: inline-block
    }
}

@media(min-width:576px) and (max-width:991px) {
    .about-img {
        width: 500px;
        margin: 0 auto 30px
    }

    .about-content {
        margin-left: 0
    }
}

.show-btn {
    text-align: center;
    margin-top: 20px
}

@media(max-width:991px) {
    #show-menu {
        overflow-x: scroll
    }

    .nav {
        width: 800px
    }

    .nav-tabs li .nav-link {
        padding: 8px 0
    }

    #show-menu::-webkit-scrollbar {
        width: 12px;
        background-color: #fff
    }

    #show-menu::-webkit-scrollbar-thumb {
        border-radius: 30px;
        background: #aaa;
        border: 5px solid var(--light-white)
    }
}

@media(min-width:351px) and (max-width:575px) {
    .show-part .container {
        max-width: 350px
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .show-host li a img {
        width: 55px
    }
}

.team-slider .team-card,
.podcast-slider .team-card {
    margin: 0 15px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px
}

.team-slider .nextarrow,
.team-slider .prevarrow,
.podcast-slider .nextarrow,
.podcast-slider .prevarrow {
    top: 38%
}

.team-btn {
    text-align: center;
    margin-top: 50px
}

@media(max-width:767px) {

    .team-slider .team-card,
    .podcast-slider .team-card {
        width: 240px;
        margin: 0 10px
    }
}

.video-slider .video-card {
    margin: 0 15px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px
}

.video-slider .nextarrow {
    top: 33%
}

.video-slider .prevarrow {
    top: 33%
}

.video-btn {
    text-align: center;
    margin-top: 50px
}

@media(max-width:575px) {
    .video-slider .video-card {
        width: 250px;
        margin: 0 10px
    }
}

@media(min-width:576px) and (max-width:767px) {
    .video-slider .video-card {
        width: 300px;
        margin: 0 10px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .video-slider .video-card {
        width: 380px;
        margin: 0 10px
    }
}

.gallery-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.gallery-list {
    display: -ms-grid;
    display: grid;
    grid-gap: 25px;
    -ms-grid-columns: (minmax(150px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    -ms-grid-rows: 200px;
    grid-template-rows: 200px;
    grid-auto-flow: dense
}

.gallery-list li {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.gallery-list li:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.gallery-list li::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 68, 114, 0.2)), to(rgba(255, 226, 23, 0.3)));
    background: linear-gradient(rgba(91, 68, 114, 0.2), rgba(255, 226, 23, 0.3))
}

.gallery-list li img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.verti-img {
    grid-row: span 2
}

.hori-img {
    grid-column: span 2
}

.big-img {
    grid-row: span 2;
    grid-column: span 2
}

.gallery-btn {
    text-align: center;
    margin-top: 50px
}

@media(max-width:575px) {
    .gallery-list {
        grid-gap: 15px
    }
}

.gallery-part {
    padding-top: 120px
}

.gallery-pt {
    padding-top: 220px
}

.gallery-img {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px
}

.gallery-img:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.gallery-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 68, 114, 0.2)), to(rgba(255, 226, 23, 0.3)));
    background: linear-gradient(rgba(91, 68, 114, 0.2), rgba(255, 226, 23, 0.3))
}

.gallery-img img {
    width: 100%;
    border-radius: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.gallery-gape {
    margin-top: -100px
}

@media(max-width:767px) {
    .gallery-part {
        padding: 60px 0
    }

    .gallery-gape {
        margin-top: 0
    }

    .gallery-btn {
        margin-top: 20px
    }
}

@media(min-width:351px) and (max-width:575px) {
    .gallery-img {
        width: 350px;
        margin: 0 auto 30px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .gallery-part {
        padding: 80px 0
    }

    .gallery-gape {
        margin-top: 0
    }

    .gallery-btn {
        margin-top: 20px
    }
}

.blog-slider .blog-card {
    margin: 0 15px
}

.blog-slider .nextarrow {
    top: 50%
}

.blog-slider .prevarrow {
    top: 50%
}

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

@media(max-width:575px) {
    .blog-slider .blog-card {
        width: 250px;
        margin: 0 10px
    }

    .blog-overlay h4 {
        left: 25px;
        right: 25px
    }
}

@media(min-width:576px) and (max-width:767px) {
    .blog-slider .blog-card {
        width: 325px
    }
}

.single-banner {
    background: url(../img/single-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.single-banner-oly {
    background: rgba(0, 0, 0, .5);
    padding: 80px 0
}

.single-content {
    text-align: center
}

.single-content h2 {
    font-size: 38px;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, .1)
}

@media(max-width:991px) {
    .single-content h2 {
        font-size: 38px
    }
}

.breadcrumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 0;
    background: 0 0;
    border-radius: 0
}

.breadcrumb-item {
    text-transform: capitalize
}

.breadcrumb-item a {
    color: #fff;
    text-transform: capitalize;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, .1)
}

.breadcrumb-item.active {
    color: #ec1765;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, .1)
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff
}

.counter-part {
    background: url(../img/counter-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 110px 0 0
}

.counter-oly {
    background: rgba(0, 0, 0, .6);
    padding: 40px 0
}

.counter-div {
    text-align: center
}

.counter-icon i {
    font-size: 60px;
    margin-bottom: 40px;
    color: #ec1765
}

.counter-div h3 {
    font-size: 50px;
    font-weight: var(--bcweight);
    color: var(--white);
    letter-spacing: 1px;
    margin-bottom: 30px
}

.counter-div p {
    font-size: 18px;
    line-height: 25px;
    color: var(--white);
    width: 180px;
    margin: 0 auto
}

@media(max-width:991px) {
    .counter-part {
        margin: 60px 0 0
    }

    .counter-oly {
        padding: 60px 0 10px
    }

    .counter-div {
        margin-bottom: 50px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .counter-part {
        margin: 80px 0 0
    }

    .counter-oly {
        padding: 80px 0 20px
    }
}

.testi-card {
    background: var(--light-white);
    padding: 45px;
    border-radius: 10px;
    margin: 0 15px
}

.testi-quote {
    padding: 0 6px 22px;
    margin-bottom: 22px;
    border-bottom: 6px solid #ec1765;
    border-radius: 0 0 30px 30px
}

.testi-quote p {
    font-size: 20px
}

.testi-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.testi-img {
    margin-right: 18px
}

.testi-img a {
    border-radius: 50%;
    border: 2px solid #ec1765;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .15)
}

.testi-img a img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #fff
}

.testi-info h4 {
    text-transform: capitalize
}

.testi-info p {
    font-size: 15px
}

@media(max-width:1199px) {
    .testi-meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .testi-quote {
        text-align: center
    }

    .testi-img {
        margin: 0
    }

    .testi-info {
        text-align: center
    }
}

@media(max-width:991px) {
    .testi-card {
        padding: 35px
    }
}

@media(max-width:767px) {
    .testi-card {
        width: 260px;
        margin: 0 8px
    }

    .testi-quote p {
        font-size: 18px
    }
}

.sponsor-slider a {
    margin: 0 15px
}

.sponsor-slider a img {
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.sponsor-slider a img:hover {
    opacity: .8
}

@media(max-width:991px) {
    .sponsor-slider a {
        margin: 0 8px
    }
}

.sponsor-part {
    padding-top: 120px
}

.section-heading h2 {
    font-size: 50px;
    text-transform: uppercase
}

.section-heading h2::before {
    bottom: -25px
}

.section-heading h2::after {
    bottom: -32px
}

@media(max-width:767px) {
    .sponsor-part {
        padding: 60px 0
    }

    .section-heading h2 {
        font-size: 40px;
        line-height: 48px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .sponsor-part {
        padding: 80px 0
    }
}

.form-group {
    margin: 0 50px 50px;
    position: relative
}

.form-group:focus-within input,
.form-group:focus-within textarea {
    border: 2px solid #ec1765
}

.form-group:focus-within i {
    background: #ec1765;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.form-group input,
.form-group textarea {
    width: 100%;
    border: none;
    outline: none;
    background: 0 0;
    border: 2px solid #aaa
}

.form-group input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase
}

.form-group input:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase
}

.form-group input::-ms-input-placeholder,
.form-group textarea::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase
}

.form-group input {
    height: 60px;
    padding-left: 20px;
    padding-right: 50px;
    border-radius: 10px;
    color: #ec1765
}

.form-group textarea {
    height: 180px;
    padding-top: 14px;
    padding-left: 20px;
    padding-right: 50px;
    border-radius: 10px;
    color: #ec1765
}

.form-group i {
    position: absolute;
    top: 21px;
    right: 20px;
    font-size: 18px;
    color: #777
}

.form-btn {
    text-align: center
}

@media(max-width:767px) {
    .form-group {
        margin: 0 0 30px
    }
}

.intro-part {
    padding-top: 120px
}

.intro-content {
    text-align: center;
    background-color: #ec1765;
    border-radius: 20px;
    margin: 0 14px;
    padding: 30px 0
}

.intro-content h1 {
    color: #fff;
    text-shadow: none;
    margin-bottom: 12px
}

.intro-content p {
    width: 500px;
    font-size: 18px;
    margin: 0 auto 30px;
    color: #fff
}

.intro-content .btn-inline {
    background-color: #fff;
    color: #ec1765
}

@media(max-width:767px) {
    .intro-part {
        padding: 60px 0
    }

    .intro-content h1 {
        font-size: 38px;
        line-height: 46px
    }

    .intro-content p {
        width: 100%
    }
}

@media(min-width:768px) and (max-width:991px) {
    .intro-part {
        padding: 80px 0
    }
}

.preloader {
    background: #fff;
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0;
    text-align: left;
    margin: -25px 0 0 -25px
}

.loader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #ec1765;
    -webkit-animation: loader 1.5s linear infinite;
    animation: loader 1.5s linear infinite
}

.loader span:last-child {
    animation-delay: -.9s;
    -webkit-animation-delay: -.9s
}

@keyframes loader {
    0% {
        transform: scale(0, 0);
        opacity: .8
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: .8
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0
    }
}

.faq-area {
    padding-top: 120px
}

.faq-area .btn-link {
    width: 100%;
    margin: 0;
    text-align: left;
    color: #151a33;
    padding: 18px;
    box-shadow: unset;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px
}

.faq-area .faq-ques i {
    font-size: 26px;
    margin: auto 20px
}

.faq-area .card {
    border: 0;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    margin-bottom: 30px;
    border-left: 3px solid #ec1765;
    border-radius: 10px !important
}

.faq-area .card:last-child {
    margin-bottom: 0
}

.faq-area .card-body {
    border-top: 2px dashed #7e7d7d
}

.login {
    margin: 120px
}

.login .form-group {
    margin: 0;
    margin-bottom: 20px;
    color: #777
}

.login .login-box {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    padding: 20px 30px;
    border-top: 3px solid #ec1765;
    border-radius: 15px;
    background: #222227
}

.login .login-box h3 {
    font-weight: 700;
    color: #ec1765
}

.login .login-box p {
    color: #777
}

.login .custom-control-label {
    color: #777
}

.login .login-box .login-form {
    margin-top: 20px
}

.login .login-box .login-form .form-control {
    height: 46px;
    border-radius: 10px
}

.login .login-box .login-form a {
    font-size: 14px;
    color: #e22c2f
}

.login .login-box .login-form a:hover {
    color: #d85040
}

.login .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ec1765;
    background-color: #ec1765
}

.login .login-btn {
    padding: 12px 20px;
    border: 2px solid #ec1765;
    background-color: #ec1765;
    color: #fff;
    margin-top: 16px;
    margin-bottom: 14px;
    border-radius: 10px;
    width: 100%;
    transition: all .5s ease-in-out
}

.login .login-btn:hover {
    background: #16151a;
    border-color: #16151a
}

.login p a {
    color: #e22c2f
}

.login p a:hover {
    color: #d85040
}

.login .social-login {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between
}

.login .social-login a {
    color: #fff;
    padding: 6px 46px;
    font-size: 20px;
    border-radius: 10px;
    transition: all .5s ease-in-out
}

.login .social-login a:nth-child(1) {
    background: #3b5998
}

.login .social-login a:nth-child(2) {
    background: #d85040
}

.login .social-login a:nth-child(3) {
    background: #007bff
}

.login .social-login a:hover {
    background: #d32f2f
}

.error-msg {
    padding-top: 200px
}

.error-msg .error-box h1 {
    font-size: 262px;
    color: #777;
    font-weight: 700
}

.error-msg .error-box h1 span {
    color: #e22c2f;
    margin: 0 10px
}

.error-msg .error-box h3 {
    color: #777;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 100px
}

.error-msg .error-box p {
    font-size: 18px;
    color: #777;
    font-weight: 500;
    margin-bottom: 35px
}

.error-msg .error-box a {
    font-size: 16px;
    color: #fff;
    background: #e22c2f;
    padding: 10px 30px;
    font-weight: 500;
    border: 1px solid #e22c2f;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    transition: all .5s ease-in-out
}

.error-msg .error-box a i {
    margin-right: 8px
}

.error-msg .error-box a:hover {
    background: #fff;
    color: #e22c2f
}

.term-condition {
    padding-top: 120px;
    color: #777
}

.term-condition h3 {
    color: #ec1765
}

.term-condition ul li i {
    color: #ec1765;
    font-size: 12px;
    margin-right: 5px
}

.contact-part {
    padding-top: 120px
}

.contact-info {
    text-align: center;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 25px 10px;
    background: #fff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08)
}

.contact-info i {
    font-size: 45px;
    margin-bottom: 25px;
    color: #ec1765
}

.contact-info h3 {
    font-size: 28px;
    margin-bottom: 40px;
    position: relative
}

.contact-info h3::before {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    border-radius: 30px;
    background: #ec1765
}

.contact-info p span {
    display: block
}

.contact-form {
    border-radius: 10px;
    padding: 40px;
    background: var(--white);
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08)
}

.contact-label {
    display: block;
    position: relative;
    margin-bottom: 25px
}

.contact-label:focus-within input,
.contact-label:focus-within textarea {
    border: 2px solid #ec1765
}

.contact-label:focus-within i {
    color: #ec1765
}

.contact-label input,
.contact-label textarea {
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    display: block;
    padding: 0 20px 0 50px;
    border: 2px solid #777;
    border-radius: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.contact-label textarea {
    height: 150px;
    padding: 10px 20px 0 50px;
    resize: none
}

.contact-label i {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.contact-form .btn {
    width: 100%
}

.contact-map {
    padding: 30px;
    border-radius: 10px;
    background: var(--white);
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08)
}

.contact-map iframe {
    height: 528px
}

@media(max-width:991px) {
    .contact-part {
        padding: 60px 0
    }

    .contact-form {
        padding: 50px 15px 45px;
        margin-bottom: 30px
    }

    .contact-map {
        padding: 15px
    }

    .contact-map iframe {
        height: 300px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .contact-part {
        padding: 80px 0
    }
}

/*----------------------------------------*/
/*  04. ANIMATION CSS START
/*----------------------------------------*/
@-webkit-keyframes wcRotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1.1);
        transform: rotate(0deg) scale(1.1);
    }

    50% {
        -webkit-transform: rotate(5deg) scale(1.17);
        transform: rotate(5deg) scale(1.17);
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1.1);
        transform: rotate(0deg) scale(1.1);
    }
}

@keyframes wcRotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1.1);
        transform: rotate(0deg) scale(1.1);
    }

    50% {
        -webkit-transform: rotate(5deg) scale(1.17);
        transform: rotate(5deg) scale(1.17);
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1.1);
        transform: rotate(0deg) scale(1.1);
    }
}

@-webkit-keyframes wcBubble {
    0% {
        scale: 1;
    }

    50% {
        scale: 1.5;
    }

    100% {
        scale: 1;
    }
}

@keyframes wcBubble {
    0% {
        scale: 1;
    }

    50% {
        scale: 1.5;
    }

    100% {
        scale: 1;
    }
}

@-webkit-keyframes wcZoom {
    0% {
        scale: 1;
    }

    50% {
        scale: 0.5;
    }

    100% {
        scale: 1;
    }
}

@keyframes wcZoom {
    0% {
        scale: 1;
    }

    50% {
        scale: 0.5;
    }

    100% {
        scale: 1;
    }
}

@-webkit-keyframes wcSlideBottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes wcSlideBottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes reveal {
    to {
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
}

@keyframes reveal {
    to {
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
}

@-webkit-keyframes wcfadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes wcfadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes wcSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

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

@keyframes wcSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

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



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

    .row_am {
        padding: 50px 0;
    }


    /* download app section */
    .free_app_section .container .free_app_inner .free_img img {
        transform: scale(.8);
    }

    .free_app_section .container .free_app_inner .free_img img:last-child {
        margin-left: -120px;
    }

    .free_app_section .container .free_app_inner .free_img {
        margin-top: -180px;
    }


}

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



    /* download app section */
    .free_app_section .container .free_app_inner {
        padding: 20px 15px;
    }

    .free_app_section .container .free_app_inner .free_img img {
        transform: scale(.7);
    }

    .free_app_section .container .free_app_inner .free_img img:last-child {
        margin-left: -180px;
    }

    .free_app_section .container .free_app_inner .free_text .app_btn li a {
        padding: 10px 20px;
    }


}

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


    .row_am {
        padding: 30px 0;
    }

    .section_title p br {
        display: none;
    }

    .free_app_section .container .free_app_inner .free_text .section_title h2,
    .section_title h2 {
        font-size: 24px;
    }

    /* download section */
    .free_app_section .container .free_app_inner {
        padding: 50px 15px;
        padding-bottom: 0;
        z-index: 99;
    }

    .free_app_section .container .free_app_inner .free_img {
        margin-top: 0;
        justify-content: center;
    }

    .free_app_section .container .free_app_inner .free_img img {
        max-width: 100%;
    }

    .free_app_section .container .free_app_inner .free_text .section_title {
        text-align: center;
    }

    .free_app_section .container .free_app_inner .free_text .app_btn {
        flex-direction: column;
    }

    .free_app_section .container .free_app_inner .free_text .app_btn li a {
        width: 200px;
        text-align: center;
    }

    .free_app_section .container .free_app_inner .free_text .app_btn li:last-child {
        margin-left: 0;
        margin-top: 15px;
    }


}

@media screen and (max-width:640px) {
    .features_section .feature_detail .feature_box {
        justify-content: center;
        margin: 0 auto;
    }

    .bred_crumb .banner_shape1,
    .banner_shape2,
    .banner_shape3 {
        display: none;
    }

    .query_section .banner_shape1,
    .banner_shape2,
    .banner_shape3 {
        display: none;
    }

}
.term-condition h4 {
    color: #fff;
}
.about-part ul{
    list-style: disc!important;
    color: #fff;
}
