/*
 * Dropcaps
*/
.htmegavc-dropcaps-inner p {
    color: #434343;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
}

.htmegavc-dropcaps-inner p:first-of-type:first-letter,.htmegavc-dropcaps-inner:first-of-type:first-letter {
    color: #d6d6d6;
    float: left;
    font-size: 60px;
    margin-right: 20px;
    margin-bottom: 5px;
    border: 2px solid #d6d6d6;
    padding: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: italic;
    margin-top: 9px;
}

/* Dropcaps Style 2 */
.htmegavc-dropcaps-style-2 .htmegavc-dropcaps-inner p:first-of-type:first-letter,.htmegavc-dropcaps-style-2 .htmegavc-dropcaps-inner:first-of-type:first-letter {
    color: #18012c;
    float: left;
    font-size: 60px;
    margin-right: 15px;
    margin-bottom: 8px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-top: 17px;
    border: none;
    padding: 0;
    font-style: normal;
}

/* Dropcaps Style 3 */
.htmegavc-dropcaps-style-3 .htmegavc-dropcaps-inner p:first-of-type:first-letter,.htmegavc-dropcaps-style-3 .htmegavc-dropcaps-inner:first-of-type:first-letter {
    color: #ed552d;
    float: left;
    font-size: 90px;
    margin-right: 15px;
    margin-bottom: 13px;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    margin-top: 20px;
    text-decoration: line-through;
    line-height: 28px;
    border: 0;
    padding: 0;
    font-style: normal;
}

/* Dropcaps Style 4 */
.htmegavc-dropcaps-style-4 .htmegavc-dropcaps-inner p:first-of-type:first-letter,.htmegavc-dropcaps-style-4 .htmegavc-dropcaps-inner:first-of-type:first-letter {
    color: #fff;
    float: left;
    font-size: 36px;
    padding: 20px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 15px;
    margin-bottom: 5px;
    background: #ed552d;
    border-radius: 50%;
    font-size: normal;
    border: none;
    font-style: normal;
    font-weight: 500;
}

/* Dropcaps Style 5 */
.htmegavc-dropcaps-style-5 .htmegavc-dropcaps-inner p:first-of-type:first-letter,.htmegavc-dropcaps-style-5 .htmegavc-dropcaps-inner:first-of-type:first-letter {
    color: white;
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding: 20px 28px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    background: black;
    border-radius: 50%;
    border: 1px solid white;
    box-shadow: 0px 0px 0px 5px black;
    font-style: normal;
    font-weight: 500;
}