.wm-contact-service-two ul li:before {
    top: 0%;
    right: 25%;

}

.wm-dropdown-menu li a {
    padding-left: 15px;
}

textarea.form-control {

    height: 30%;
}

.d-flex input[type="search"] {
    height: 100%;
    border: 1px solid #6c757d;
}

.cvSte input[type="file"] {
    font-size: 15px;
    color: #bdbcbc;
    background-color: #ffffff;
    border-bottom: 2px solid #efefef;
    border-top-color: #f7f7f7;
    border-left-color: #f7f7f7;
    height: 100%;
}

.cvSte label {
    font-size: 15px;
    color: #bdbcbc;
    background-color: #ffffff;
    border-top-color: #f7f7f7;
    border-left: 2px solid #f7f7f7;
    border-right-color: white;
    height: 100%;
    border-bottom: 2px solid #efefef;
    border-radius: 0;
}

.wm-main-content {
    padding: 10px 0px 10px 0px;
}
.wm-main-section {
    margin-top: 70px;
}

.wm-mini-header {
    background-image: url("../extra-images/mini-header.jpg");
    top: 80px;
    bottom: 0px;
    padding-bottom: 144px;
}

.wm-mini-header .maschera {

    background: rgba(17, 22, 44, 0.66);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0px;
    bottom: 0px;
    opacity: 1;

}

.wm-mini-header .maschera-b-cultura{
    background: rgba(17, 22, 44, 0.66);
    position: absolute;
    height: 98%;
    width: 100%;
    left: 0;
    top: 0px;
    opacity: 1;
}

.wm-mini-header .container {

    padding-top: 70px;

}

.wm-question-wrap {
    background: url(../extra-images/gotquestion-1.jpg);
}

.wm-callaction-two-typo {
    background-image: url("../extra-images/typo-callaction.jpg");
}

.wm-callaction-typo {
    background-image: url("../extra-images/typo-callaction.jpg");
}

.wm-button-bg {
    background-image: url("../extra-images/button-typobg.jpg");
}

.wm-courses{
margin-bottom: 60px;
}

.wm-404page-bg {
    background-image: url('extra-images/404-Error-Page.jpg')
}

.wm-faq-mini-header {
    background-image: url("../extra-images/faq-mini-header.jpg");
}

.wm-categories-miniheader {
    background-image: url("../extra-images/categories-miniheader.jpg");
}

.wm-pro-mini-header {
    background-image: url("../extra-images/our-professors-mini-header.jpg");
}

.wm-singleshop-miniheader {
    background-image: url("../extra-images/singleshop-miniheader.jpg");
}

#evidenza-eng {
    background-image: url("../extra-images/english-banner.jpg");
}

@media (min-width: 576px) {
    .cornice {
        padding: 1.5rem;
        margin-right: 0;
        margin-left: 0;
        border-width: 1px;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
}

.cornice {

    position: relative;
    padding: 1rem;
    width: 100%;
    padding-left: 2rem;
    margin: 1rem -.75rem 0;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
    border: solid #0e6eb2;
    box-shadow: 0px 0px 18px #0e6eb2;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 1px;
    background-color: #f7f7f78c;
}

@-moz-document url-prefix() {
    .carousel {
        margin: 80px;
        margin-right: 0px;
        margin-left: 0px;
    }
}

.carousel {
    margin-top: 80px;
}

.wm-popular-hover {

    top: 0%;

}

.card-corso {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 2.25rem;
    font-family: 'Roboto', sans-serif;
}

.card-corso .card-img-top {
    border-top-left-radius: calc(2.25rem - 1px);
    border-top-right-radius: calc(2.25rem - 1px);
}

.card-corso .anima-ombra {
    border-top-left-radius: calc(2.25rem - 1px);
    border-top-right-radius: calc(2.25rem - 1px);
    background: rgba(185, 150, 99, 0.70);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: -100px;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    pointer-events: none;
}

.card-corso:hover .anima-ombra {
    opacity: 1;
    top: 0;
}

.contenitore-dettagli {

    position: absolute;
    text-align: center;
    font-size: 12px;
    background-color: #ffffff;
    text-transform: uppercase;
    padding-left: 1em;
    padding-right: 1em;
    width: 50%;
    top: 200%;
    left: 50%;
    opacity: 0;
    line-height: 1;
    border-radius: 25%;
    display: inline-block;
    padding: 12px 24px 14px 24px;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.card-corso:hover .contenitore-dettagli {
    top: 50%;
    left: 50%;
    opacity: 1;
}


.dal-basso {
    top: 100%;
}

#whats {
    width: 17%;
    max-width: 100%;
    top: 77%;
    left: 72%;
}

.wm-filterable{
    padding-top: 20px;
}


.wm-ctservice-icon {

    transition: 0.5s;
}

.wm-modren-courses figcaption:before {
    transform: rotate(30deg) scale(0.6);
    transition: 1.0s;
}

.wm-modren-courses figcaption {
    transform: rotate(360deg) scale(1);
    transition: 1.0s;
}

.card>.list-group {
    margin-left: 0px;
    margin-right: 0px;
}

.list-group-flush>.list-group-item {
    width: 100%;
}

.ste {
    top: 45%;
    left: 41%;
    width: 40%;
    transform: rotate(345deg);
}

.ste h2 {
    font-size: 40px;
    color: white;
    font-family: emoji;
}
.wm-gallery{
    left: 13%;
}
.wm-event-list figure ~ .wm-event-list-text {
    margin-left: 100px;
}
.wm-event-list-text {
    padding: 52px 52px 10px 52px;
    position: relative;
    z-index: 2;
}    .wm-event-list-wrap {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0px;
    margin-right: 0px;
}
.wm-event-list figure img {
    margin-top: 10px;
    margin-bottom: 10px;
}


#indietro {
    padding-bottom: 0px;
    height: 55px;
    width: 47px;
    position: absolute;

    top: 3px;
    right: 1px;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.wm-event-title {
    width: 850px;}


@media (min-width: 721px){
#whats {
    display: block;
    width: 5%;
    max-width: 8%;
    top: 77%;
    left: 85%;
}

}


@media all and (min-width: 1200px) and (max-width: 1399px) {

    .ste {
        top: 38%;

    }


    .ste h2 {
        font-size: 35px;

    }

    .ste p {
        font-size: 13px;
    }

}

/*4K*/
@media all and (min-width: 2559px) and (max-width: 2561px) {

    .wm-mini-header {
        background-size: contain;
        background-position: center;
    }


}

/*2K*/
@media all and (min-width: 1439px) and (max-width: 1441px) {

    .wm-mini-header {
        width: 107%;
    }



    .wm-main-content {
        padding: 41px 0px 10px 0px;
        width: 107%;
    }
}

/*Desktop*/
@media all and (min-width: 1023px) and (max-width: 1025px) {

    .wm-main-content {
        padding: 85px 0px 10px 0px;
    }



    .wm-event-list figure ~ .wm-event-list-text {
        margin-left: 0px;
    }
    .wm-event-list-text {
        padding: 52px 1px 10px 1px;

    }
    .wm-event-title {
        width: 456px;
    }


}

/*Portatile*/
@media all and (min-width: 851px) and (max-width: 1029px) {

    .wm-newslatter-section p {
        width: 17%;
    }

    .logo {
        width: 250px;
    }

    .menù {
        position: absolute;
        left: 321px;
    }

    .wm-mini-header {

        background-position: 45%;
    }

    .wm-main-content {
        top: 78px;
    }


}

/* Tablet  */
@media only screen and (min-width: 480px) and (max-width: 850px) {
    .wm-newslatter-section p {
        width: 63%
    }

    .carousel {
        margin-top: 70px;
    }

    .wm-newslatter-section p {
        width: 308px;
    }

    .wm-mini-header {

        background-position: 45%;
    }

    .wm-main-content {
        top: 78px;
    }


    .wm-event-list figure a {
        padding-top: 8px;
        z-index: 2;
    }

    .wm-event-list figure ~ .wm-event-list-text {
        margin-left: -19px;
        padding: 10px 52px 10px 52px;
    }
    .wm-event-title {
        font-size: 26px;
        width:auto;
    }
}

/* Mobile */
@media only screen and (max-width: 479px) {
    .carousel {
        margin-top: 60px;
    }

    .carousel-inner {
        width: 100%;
        max-height: 550px !important;
    }

    .carousel-inner .carousel-item>img {
        height: 550px;
        object-fit: cover;
        max-height: 818.672px;
    }

    .logo {
        width: 235px;
    }

    .menù {
        position: absolute;

        left: 300px;
    }

    .wm-newslatter-section p {
        width: 308px;
    }

    .wm-mini-header {

        background-position: 45%;
    }

    .wm-main-content {
        top: 78px;
    }

    .wm-gallery{
        left: 0%;
    }

    .wm-event-list figure a {
        padding-top: 8px;
        z-index: 2;
    }

    .wm-event-list figure ~ .wm-event-list-text {
        margin-left: -19px;
        padding: 10px 52px 10px 52px;
    }
    .wm-event-title {
        font-size: 24px;
        width:auto;
    }
    .wm-event-list-wrap:after {
        position: unset;
    }
    .wm-contact-main .contact-social-icon {
        margin-bottom: 60px;
    }

    #app18 figure {
        width: 76% !important;
        margin: 5% 14% -27% 11% !important;
    }

    .rc-anchor-light {
        margin-left: 2px;
    }
    form .row{
        margin-left: 2px;
    }

    .wm-newslatter-section form input[type="text"]{
        margin-left: 0px;
    height: 40px;
    width: 299px;
    }

    .wm-search-courses ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    } 
    .col-md-12 > .wm-search-courses input[type="text"] {
        width: 230%;
        padding-left: 6px;
    }

    .col-md-12 .wm-search-courses .wm-apply-select select {
        padding-left: 6px;
        width: 230%;
    }
}



@media only screen and (min-width: 320px) and (max-width: 350px) {

    .wm-newslatter-section p {
        width: 308px;
    }

    .logo {
        width: 150px;
    }

    .menù {
        position: absolute;

        left: 223px;
    }

    .wm-gallery{
        left: -6%;
    }

    .wm-event-list figure a {
        padding-top: 8px;
        z-index: 2;
    }

    .wm-event-list figure ~ .wm-event-list-text {
        margin-left: -19px;
        padding: 10px 52px 10px 52px;
    }
    .wm-event-title {
        font-size: 19px;
        width:auto;

    }
    .wm-event-list-wrap:after {
        position: unset;
    }

    #app18 figure {
        width: 76% !important;
        margin: 5% 14% -27% 11% !important;
    }
    form .row{
        margin-left: 2px;
    }

    .wm-newslatter-section form input[type="text"]{
        margin-left: 0px;
    height: 40px;
    width: 299px;
    }

    .wm-search-courses ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    } 
    .col-md-12 > .wm-search-courses input[type="text"] {
        width: 230%;
        padding-left: 6px;
    }

    .col-md-12 .wm-search-courses .wm-apply-select select {
        padding-left: 6px;
        width: 230%;
    }

    .wm-contact-main .contact-social-icon {
        margin-bottom: 60px;
    }
}





ol,
ul {
    padding-left: 0rem;
}

ul,
ol,
li {
    list-style: none
}

;