.rd-navbar-nav li:hover .dropdown-menu {
    opacity: 1;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}
.rd-navbar-nav li .dropdown-menu {
    padding: 0.8rem 0;
    border: none;
    display: block;
    opacity: 0;
    transition: ease-out 0.3s;
}
.rd-navbar-nav li .dropdown-menu .dropdown-item{
    height: 100%;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    /*position: relative;*/
    line-height: 22px;
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.rd-navbar-nav li .dropdown-menu .dropdown-item:hover{
    color: #50CC8E;
    background: transparent;
}
.dropdown-toggle:after{
    padding: unset;
    transform: unset;
}
.rd-navbar-static{
    box-shadow: 0 0.5rem 1rem #50cc8e26;
}
.page-default-content{
    font-size: 20px;
}
ul.basic-ul{
    list-style: disc;
    padding-left: 30px;
}
ol.basic-ol{
    list-style: auto;
    padding-left: 30px;
}




.col-form-label {
    margin-bottom: 8px;
}

input.form-control::-moz-placeholder {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7rem;
}

input.form-control:-ms-input-placeholder {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7rem;
}

.col-form-label,
.form-check-label,
input.form-control::placeholder {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7rem;
}

.col-form-label,
.form-check-label {
    color: #00030a;
}

input.form-control {
    padding: 0.25rem 0.7rem;
    border-radius: 0.2rem;
    width: 100%;
    height: 45px;
    border: 1px solid #e0e0e0;
    font-size: inherit;
}

input.form-control::-moz-placeholder {
    color: #e0e0e0;
}

input.form-control:-ms-input-placeholder {
    color: #e0e0e0;
}

input.form-control::placeholder {
    color: #e0e0e0;
}

input.form-control:focus {
    border: 1px solid #00030A;
    box-shadow: none;
}

.form-check {
    margin-top: 9px;
}

.form-group__btn {
    margin-top: 24px;
}

.form-group__btn-email {
    margin-top: 36px;
    margin-bottom: 36px;
}

.form-group__link {
    margin-top: 25px;
    margin-bottom: 23px;
}
.custom-wrapper-audirtors.custom-wrapper-courses{
    grid-template-columns: repeat(2, 1fr);
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover{
    color: #50CC8E;
}
.context-dark a:hover, .bg-black a:hover, .bg-gray-darker a:hover, .bg-gray-dark a:hover, .bg-mine-shaft a:hover, .bg-cod-gray a:hover, .bg-accent a:hover, .bg-accent-gradient a:hover, .bg-cello a:hover{
    color: #50CC8E;
}
a:hover, a:focus {
    color: #37BABF;
}
@media(max-width: 991px){
    .rd-navbar-fixed .rd-navbar-nav{
        display: block !important;
    }
}

@media(max-width: 991px){
    .custom-wrapper-audirtors{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 600px){
    .custom-wrapper-audirtors{
        grid-template-columns: repeat(1, 1fr);
    }
}


