/*importz@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);*/

body {
    font-family: "Hind", "Euclid Circular B", sans-serif;
}

a {
  color: #4d5154;
  text-decoration: none;
}

a:hover {
    color: rgba(0, 0, 0, 0.98);
}

.grey {
    color: grey;
}

.main-wrapper {
    padding: 20px;
    background: #fff;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.profile-image img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}


.profile-text {
    background: #cd6060;
    color: #fff;
    padding: 10px 20px 10px 30px;
}

.profile-text h1 {
    margin: 0;
    font-size: 50px;
    font-weight: 400;
}

.profile-text h1 img{
    display: inline-block;
    width: 40px;
}

.profile-text h2 {
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-right: 20px;
    padding-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
}

.profile-text p {
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
}

.content {
    margin-top: 20px
}

.content-wrapper {
    padding-right: 60px;
}

h4.content-heading {
    border-bottom: 2px solid #cd6060;
    color: #cd6060;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase
}

.content-wrapper > h4 {
    padding-left: 20px;
}

.content-text {
    padding-left: 20px;
}

h5.content-text-title {
    color: #cd6060;
    font-weight: bold;
    margin-bottom: 1px;
}

.content-text-subtitle {
    margin-bottom: 4px;
}

.content-text.course .content-text-subtitle {
    margin-bottom: -4px;
}

.content-text.course .content-text-info1 {
    margin-bottom: 10px;
}

h5 a i {
    color: #cd6060;
    font-size: 16px;
    vertical-align: middle;
}

.content-text-info {
    display: flex;
    justify-content: space-between;
    font-style: italic;
    font-size: 14px;
    color: #D77;
    margin-bottom: 7px;
}

.content-text ul {
    list-style-type: none; /* Remove default bullets */
    padding-left: 20px;
}

.content-text ul li{
    position: relative;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 10px;
    text-align: justify;
    text-justify: inter-word;
}

.content-text ul li::before {
    display: block;
    content: " ";
    height: 8px;
    width: 8px;
    border: 2px solid #cd6060;
    position: absolute;
    top: 6px;
    left: -20px;
}

.side-menu {
    line-height: 15px;
    font-size: 15px;
    margin-bottom: 20px;
}

.side-menu h4.content-heading{
    margin: 20px 0;
}

.contact-badge {
    margin-bottom: 15px;
}

.contact-badge i{
    color: #cd6060;
    display: block;
    padding-bottom: 3px;
}

.skill {
    margin-bottom: 20px;
}

.skill .progress{
    margin-top: 5px;
}

.skill .progress-bar{
    background-color: #cd6060;
}

.badge-interest {
    display: flex;
    align-items: center;
    color: #666;
    margin-bottom: 10px;
}

.badge-interest i{
    font-size: 30px;
    padding-right: 10px;
    color: #cd6060;
}

@media (max-width: 992px) {
    /* fix bootstrap overflow*/
    .row {
        margin:0;
        --bs-gutter-x: 0;
    }

    .main-wrapper {
        padding: 0;
    }

    .content {
        padding: 10px;
    }

    .profile-image{
        text-align: center;
        max-width: 200px;
        margin: 10px auto;
    }

    .content-wrapper {
        padding-right: 30px;
    }
}

@media (max-width: 576px) {

    .profile-text {
        padding: 10px 15px;
    }

    .profile-text h1{
        font-size: 40px;
    }

    .profile-text h2{
        font-size: 20px;
    }

    .profile-text h1 img {
        width: 30px;
    }

    .profile-text p{
       margin-bottom: 0;
        font-size: 18px;
        line-height: 20px;
    }

    .contact-badge {
        margin-bottom: 10px;
    }

    .contact-badge i {
        display: inline-block;
        margin-left: 10px;
    }

    .content-wrapper > h4 {
        padding-left: 0;
    }

    .content-wrapper {
        padding-right: 20px;
    }

    .content-text-subtitle {
        margin-bottom: 0;
    }

    .content-text {
        padding-left: 10px;
    }

    .content-text ul {
        margin-bottom: 10px;
    }

    .content-text ul li {
        text-align: initial;
        font-size: 15px;
        line-height: 17px;
    }


    .content-text ul li::before {
        top: 3px;
        left: -15px;
    }

    .content-text.course .content-text-subtitle {
        font-size: 17px;
    }

    .skill {
        margin-bottom: 15px;
    }

}
@media print {
    .profile-text {
        padding: 10px 15px;
    }

    .profile-text p{
        margin-bottom: 0;
    }

    .profile-text h1 img{
        display: none;
    }
}