#main-menu .menu .sub-menu .menu-item > a {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

#main-menu .menu .sub-menu {
    width: auto;
}

.vamtam-booking-form input, .vamtam-booking-form select, .vamtam-booking-form textarea {
    border-radius: 3px;
    padding: 8px 10px;
}

.vamtam-booking-form input[type="submit"] {
    background: #FFF;
    color: #111;
    display: block;
    width: 100%;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}

.wpv-grid table tr td, .wpv-grid table tr th {
    font-family: "Poppins", sans-serif;
}

.profile-resume h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase !important;
    margin-bottom: 20px;
}

.profile-resume small  {
    font-size: 14px !important;
    color: #666 !important;
    font-weight: 600;
}
.profile-resume h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize !important;
    margin-bottom: 10px;
}



.page-content p strong {
    font: bold 14px/1.6 "Poppins";
    color: #000000;
    display:inline-block !important;
}

.profile-resume h4 {
    font-weight: 600;
    margin-bottom: 15px !important;
}
.profile-resume p {
    margin: 0 0 .5em 0 !important;
    color: #333;
    font: 400 14px/1.6 "Poppins";

}

.profile-resume ul, .profile-resume ol {
    margin-bottom: 25px;
}

.profile-resume ul li, .profile-resume ol li {
    margin-bottom: 10px;
}
.profile-resume ul li, .profile-resume ol li, .profile-resume dl, .profile-resume dl dt, .profile-resume dl dd {
    color: #333;
    font: 400 14px/1.6 "Roboto";
}
.profile-resume dl {
    margin: 20px !important;
}
.profile-resume dl dt {
    margin-bottom: 10px;
    float: left;
    padding-right: 10px;

}
.profile-resume p strong, .profile-resume ul li strong, .profile-resume ol li strong, .profile-resume dl dt {
    color: #111;
    font-weight: 600;
}

.profile-resume .sep, .profile-resume .sep-2, .profile-resume .sep-3 {
    margin: 20px 0 30px 0;
}

.profile-resume blockquote {
    margin-bottom: 15px !important;
    background: rgba(33, 133, 208, 0.05);
    padding: 10px;
    margin-top: 15px;
}
.profile-resume blockquote p {
    margin-bottom: 0 !important;
    font: 400 15px/1.6 "Poppins" !important;
    color: #111;
}

.meta-header {

    background-color: #f3f9fd !important;
}