html,body {
    font-size: 1rem;
}
body{
    font-family: 'Raleway', sans-serif;
    background-color: #f7f1f2;
    color: #655b5b;
    position: relative;
}
.hdr{
    background-color: #d02090; 

}
/* font-family: 'Montserrat', sans-serif;
font-family: 'Raleway', sans-serif;

font-family: 'Archivo', sans-serif;
font-family: 'Merriweather', serif;
font-family: 'Poppins', sans-serif;
font-family: 'Lobster', cursive;

font-family: 'Pacifico', cursive;

font-family: 'Dancing Script', cursive;


font-family: 'Gloria Hallelujah', cursive;

font-family: 'Courgette', cursive;


font-family: 'Federant', cursive;

font-family: 'Great Vibes', cursive; 


*/
.navbar-brand{
    line-height: 60px;
    font-size: 3em;
    font-family: 'Dancing Script', cursive;
}


.navbar{
    /* height: 80px; */
    background-color: #d02090;
}
.nav-item .nav-link{
    text-transform: uppercase;
    
    font-family: 'Montserrat', sans-serif;    
}
.nav-item:not(:first-of-type){
    margin-left: 1em;
}

.main_container{
    background-color: #fbddef;
    /* 540D6E,9E1946, FFAFF0 F092DD F8C0C8 F5C2FA */
}
.back_white{
    background-color: #ffffff;
    
}
.hdr_profile{
    font-size: 2.3rem;
    text-transform: uppercase;
    font-weight: 700;
}
.pink-font{
    color: #d02090;
}
.purple-font{
    color: #540D6E;
}
.sub-hdr-profile{
    color: #540D6E;
    font-size: 1.2rem;
    font-weight: 700;
}
.intro{
    font-size: 0.875rem;
    text-align: justify;
    line-height: 1.5rem;
    
}

.profile_info{
    text-align: justify;
    font-size: 0.875rem;
   
}
.profile_info tr td{
    padding-right: 40px;
    padding-bottom: 10px;
    text-align: start;
}

@media screen and (max-width: 991.98px) {
    html,body {
        font-size: 0.9rem;
      }
    .progress{
        height: 25px;
    }
}

.svg-img{
    top:.125rem; 
    position: relative;
}
.reverse{
    transform: scaleX(-1);
    transform-origin: center;
    transform-box: fill-box;
}
.progress{
    height: 30px;
}
.progress-bar{
    /* background-color: #F46036; */
    background-color: #d02090;
}
.section-title{
    font-size:2rem;  
    color: #B191BD;
}
.skill-head{
    text-align: left;
    font-size: 1rem;
    /* font-weight: bold; */
    text-transform: uppercase;
    color: #ffffff;
}
.bg-dark-purple{
    background-color: #540D6E;
}
.skill{
    margin-bottom: 30px;
}
.bg-lite{
    background-color: #fbddef;
}
.vertical-line{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.vertical-line::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #d02090;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}
.education{
    padding: 10px 4px 10px 3px;
    position: relative;
    background-color: inherit;
    width: 50%;
    
}
.education::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    right: -15px;
    background-color: #d02090;
    box-shadow: 0 0 0 10px #d0209075;
    
    top: 0;
    border-radius: 50%;
    z-index: 1;
}
.edu-content{
    background-color: white;
    position: relative;
    padding: 20px;
    
} 
.edu-content h6, .edu-academy,.edu-yr{
    text-align: left;
    
}
.edu-content h6{
    text-transform: uppercase;
    color: rgb(62, 60, 63);
}
.edu-academy{
    font-size: 0.9rem;
}
.edu-yr{
    color: #540D6E;
    font-size: 0.9rem;
}
.edu-content p{
    font-size: 0.875rem;
    text-align: justify;
    padding-top: 10px;
    margin-bottom: 0;
} 
.left {
    left: 0;
}
.right {
    left: 50%;
    
}  
.right::after {
    left: -16px;
}
/* .left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 25px;
    border: medium solid white;
    border-width: 5px 0 20px 20px;
    border-color: transparent transparent transparent white;
}
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 25px;
    border: medium solid white;
    border-width: 5px 20px 20px 0;
    border-color: transparent white transparent transparent;
} */
  

@media screen and (max-width: 800px) {
    .vertical-line::after{
        left: 21px;
    }
    .education{
        width: 100%;
        padding-left: 24px;
        padding-right: 0;
    }
    .left::after, .right::after {
        left: 5px;
    }
    .right {
        left: 0%;
    }
    /* .education::before {
        left: 60px;
        border: medium solid white;
        border-width: 5px 20px 20px 0;
        border-color: transparent white transparent transparent;
    } */
    
}

.service-img{
    border-radius: 50%;
    border: 1px solid #ffffff;
    background-color: #d02090;
    
    /* #97216c */
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.services h5{
    color: #ffffff;
    padding: 20px 10px 10px 10px;
}
.services p{
    color: #d02090;
    font-size: 0.875rem;
}
.work p{
    font-size: 0.875rem;
    margin-bottom: 5px;
    text-align: justify;
}
.work h5 a{
    color: #540D6E;
    font-size: 0.875rem;
    position: relative;
    bottom: .2rem;
}
.work-sub{
    font-style: italic;
    font-size: 0.9em;
    color: #B191BD;
}
.mywork h5 a{
    padding-left: 10px;
}
.mywork p{
    font-size: 0.85rem;
    text-align: justify;
}
.mywork p:last-child{
    margin-bottom: 0;
    
}

.form-group label{
    color: #B191BD;
}
.btn-submit{
    background-color: #d02090;
    color: #ffffff;
    font-size: 0.9rem;
    
}
.contact .form-control{
    font-size: 0.9rem;
}
.contact-img{
    border-radius: 50%;    
    background-color: #d02090;
    
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.contact-info{
    color: #B191BD;
}
.contact-info div{
    font-size: 0.875rem;
    color: #ffffff;
}
.ftr{
    color: #ffffff;
    font-size: 0.8rem;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}