.container p a {
    color: #a61385;
}

p {
    color: #212529;
    font-size: 18px;
    line-height: 1.8em;
}
.slider-height3 {
    height: 300px;
    padding-top: 4em;
}

.single-post-area .blog_details p {
    font-size: 18px;
    line-height: 1.8em;
}

.contact-section .form-container h3 {
    font-size: 2.75rem;
    margin: 1em 0;
    color: #b452d9;
}

.form-contact .form-control::placeholder{font-weight:300;color:#5b5b5b}
.form-contact .form-control{ font-size:20px;background:transparent}

.page-content h3, .page-content h2, .page-content h1, .page-content h4 {
    margin-bottom: 30px;
}

.page-content  .h1, .page-content h1{
    font-size: 4.5rem
}
.page-content .h2, .page-content  h2{font-size: 4rem}
.page-content .h3, .page-content h3 {
    font-size: 3rem}
.page-content .h4, .page-content h4 {
    font-size:2.5rem}
.page-content .h5, .page-content  h5{font-size:2rem}
.page-content .h6, .page-content  h6{font-size:1.8rem}

.page-content a {
    color: #828bb2;
    text-decoration: underline;
}
.page-content ul {
    margin-bottom: 30px;
}

.page-content p {
    margin-bottom: 20px;
}

.page-content .navigation li a {
    color: #212529;
    font-weight: bold;
    text-decoration: none;
    font-size: 1em;
    margin: 0.8em 0;


}
.page-content li {
    position: relative;
    padding-left: 30px;
    line-height: 1.82em !important;
}

.page-content ul li {
    position: relative;
    padding-left: 30px;
    line-height:1.82em !important
}

.page-content ul li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #1f2b7b;
    background: #fff;
    top: 4px;
    left: 0;
    border-radius:50%
}

.page-content ol {
    margin-left: 30px
}

.page-content ol li {
    list-style-type: decimal;
    line-height: 2em !important
}

.page-content ol li span {
    font-weight: 300;
    color:#828bb2
}

.page-content ol-alpha li {
    margin-left: 30px;
    list-style-type: lower-alpha;
    color: #1f2b7b;
    font-weight: 500;
    line-height:1.82em !important
}

.page-content ol-alpha li span {
    font-weight: 300;
    color:#828bb2
}

.page-content ol-roman li {
    margin-left: 30px;
    list-style-type: lower-roman;
    color: #1f2b7b;
    font-weight: 500;
    line-height:1.82em !important
}

.page-content ol-roman li span {
    font-weight: 300;
    color:#828bb2
}