body {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #111111;
    text-align: justify;
    line-height: 26px;
    margin: 0px;
    background: #e4eefa;
}

h3.title {
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    color: #0b1c48;
    line-height: 40px;
    font-size: 23px;
    font-weight: 600;
    margin: 0;
}

.title {
    position: relative;
    padding-bottom: 5px;
    font-size: 22px;
    margin-bottom: 20px;
    color: #000000;
}

.mb25 {
    margin-bottom: 25px!important;
}

.title:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #0069b0;
}

.container {
    border: 2px solid #087d60;
    border-radius: 0px;
    background: #087d60;
}

.form-control {
    height: 38px;
    font-size: 13px;
    border-radius: 0;
    margin-bottom: 0px;
    color: #5a5a5a;
    border-color: #eaeaea;
    padding: 9px 15px;
    transition: all 0.4s;
    box-shadow: none;
    text-align: left;
}

.abstract-form-box {
    padding: 18px 20px;
    margin-bottom: 30px;
    /* border: 5px solid #ed8254; */
    border-radius: 0px;
    background: #ffffff;
}

p {
    margin: 0 0 10px;
    text-align: left;
}

.btn.btn-custom {
    color: #fff;
    background-color: #0069b0;
    border-color: #0069b0;
}

.btn {
    position: relative;
    z-index: 2;
    transition: background 0.45s, border 0.45s;
    font-size: 13px;
    font-weight: 400;
    padding: 9px 15px;
    border-radius: 0;
    outline: none;
}

element.style {
}

.btn.btn-custom:hover, .btn.btn-custom:focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    outline: none;
}

.fa-ul {
    margin-left: 23px;
    margin-bottom: 20px;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

ul, ol {
    /* list-style: none; */
    /* padding: 0; */
    /* margin: 0; */
}

.fa-ul li {
    margin-bottom: 7px;
}

.fa-ul li .fa-li {
    left: -23px;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.fa, .fa-stack {
    display: inline-block;
}

#posterform p strong {
    color: #a24220;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 500;
    color: #000000;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.form-control:focus {
    box-shadow: none;
}

label.radio-label {
    font-weight: normal;
    color: #000;
    padding: 6px 10px 6px 33px;
    background: #e7e7e9;
    margin: 3px 0px;
    border-radius: 7px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    line-height: 20px;
}

ol {
    list-style: auto;
    padding-left: 25px;
    margin-bottom: 5px !important;
}

ul p {
    padding-left: 5px;
    margin: 0px 0px 5px 0px;
}

ul ol p {
    margin-bottom: 0px;
}

.text-danger {
    color: red !important;
}

.radio {
    position: relative;
    margin-top: 0px;
}

.radio input {
    position: absolute;
    left: 28px;
    height: 17px;
    width: 17px;
    top: 6px;
}

table td {
    padding: 5px 10px;
    background: #ecf7ff;
    border: 2px solid #006bab;
}
