.header .dropdown-menu{
    background: #fff;
}

.header .dropdown-menu:hover{
    background: #f3f3f3;
}

.header .dropdown-menu .dropdown-item:focus, .header .dropdown-menu .dropdown-item:hover {
    background: #d3d3d3;
}

.header .dropdown-menu .dropdown-item{
    color: #000;
}

.header .navbar-brand img{
    width: 150px;
    max-height: 55px;
}

.footer{
    background: #1a0b56;
}

.mw-20px{
    max-width:20px;
}

.redes-icons{
    margin-top: 3px;
    color: #fff;
    margin-right: 5px;
    font-size: 1.2em;
}

.twitter-icon{
    margin-right: 12px;
}

.btn-head{
    background: #612d8d;
    border-radius: 5px;
    height: 30px;
    padding: 3px 6px 3px 6px;
    color: #fff;
    margin-right:5px;
}

.btn-car{
    border-radius: 15px;
}

.p-b-0{
    padding-bottom: 0;
}

.img-logo-foot{
    width: 100%;
    position: absolute;
    left: 0;
    height: 206px;
}

.d-flex{
    display: inline-flex;
}

.ta-l{
    text-align: left;
}

.ta-r{
    text-align: right;
}

.ta-c{
    text-align: center;
}

.as-c{
    align-self: center;
}

.hr-foot{
    color: #fff;
    width: 80%;
    border-top: 1px solid rgba(255,255,255,1);
    margin: 40px auto;
}

.footer{
    color: rgba(255,255,255,1);
}

.btn-subscribe{
    background: #49b6d6;
    color: #fff;
    border: 2px solid #49b6d6;
    margin-left: -5px;
    height: 40px;
}

.h-40{
    height: 40px;
}

.footer p {
    margin-bottom: 0.575rem;
}

.home .home-content {
    top: 30%;
}

.txt-grass{
    margin-top: 19%;
}

.home .home-content h3.h3-m-b-10{
    margin-bottom: 10px;
}

.milestone{
    padding-left: 12%;
    padding-right: 12%;;
}

.milestone .title{
    font-size: 1rem;
    color: initial;
}

.milestone .title h3{
    font-size: 2rem;
    margin-left: -8%;
    color: #000;
}

.milestone .icon {
    width: 70px;
}

.va-b{
    vertical-align: bottom;
}

.research-title, .service-title{
    margin-bottom: 1%;
    font-weight: bold;
}

.service{
    box-shadow: 1px 1px 8px 1px;
}

.div-contact{
    padding: 5%;
    background: rgba(0,0,0,0.2);
    border-radius: 15px;
}

.div-contact input, .div-contact textarea{
    border-radius: 10px;
    height: 50px;
    background: rgb(26 11 86);
    border: 0;
}

.btn-info{
    background-color: #1a0b56;
    border-color: #1a0b56;
}

#footer input{
    background: rgba(63, 29, 100, 1);
    border: 0;
    padding: 12px;
}

.div-contact textarea{
    height: 120px;
}

.div-contact textarea:focus, .div-contact input:focus {
    color: #000;
    background-color: #36195e;
    border-color: #fff;
}

.div-contact input::placeholder, #footer input::placeholder {
    color: #fff;
}

.div-services{
    padding: 15px 30px;
}

.color-purple{
    color: #4d247e!important;
}

.color-blue{
    color: #49b6d6;
}

.color-black{
    color: #000!important;
}

.content.has-bg h5{
    color: #4d247e;
}

.p-services{
    margin-bottom: 0;
}

.d-c{
    display: contents;
}

.d-ib{
    display: inline-block;
}

.content.has-bg hr{
    border: 1px solid;
    color: #4d247e;
}

.span-free{
    font-weight: bold;
    font-size: 1.4em;
    display: inline-block;
}

.btn-services{
    float: right;
    background: #1a0b56;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}

.info{
    background: #fff; color: #000;
}

.content {
    padding-left: 0;
    padding-right: 0;
}

.courses-img-head{
    margin-top:15%;
}

.btn-detail{
    background: #1a0b56;
    color: #fff;
    padding: 2% 7%;
    border: 0;
    border-radius: 10px;
    font-size: 1.5em;
}

.mr-25{
    margin-right: 25px;
}

#other .service{
    box-shadow: 1px 1px 7px 0px;
    padding-bottom: 45px;
}

.text-black{
    color:#000!important;
}


@media (max-width: 991px) {
    .txt-grass{
        text-align: center;
        padding-bottom: 8%;
    }
    .img-grass{
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .img-grass img{
        width: 70%;
    }

    .milestone{
        text-align: center;
    }

    .p-contact{
        text-align: center!important;
    }
}