/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

.button-purple {
    background-color: #616161;
}
#footer {
    position: relative;
    background-color: #fcc96a;
    border-top: 5px solid rgba(0,0,0,0.2);
}
#copyrights {
    padding: 40px 0;
    background-color: #FEA903;
    font-size: 14px;
    line-height: 1.8;
}

.feature-box.fbox-bg.fbox-center .fbox-icon {
    position: absolute;
    top: -34px;
    left: 43%;
    margin: 0 0 0 -48px;
}

.feature-box.fbox-center .fbox-icon {
    position: relative;
    width: 167px;
    height: 96px;
    margin: 0 auto 30px;
}

.feature-box.fbox-center.fbox-plain .fbox-icon img {
    height: 67px;
}

.feature-box.fbox-bg.fbox-center {
    margin-top: 68px;
    padding: 73px 30px 30px;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}
.feature-box.fbox-bg.fbox-center:first-child {
    margin-top: 10px;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #FEA806;
    background-color: #fff6e6;
    border-radius: 4px;
    font-weight: 600;
}

#footer .footer-widgets-wrap {
    position: relative;
    padding: 30px 0;
}

#copyrights {
    padding: 29px 0;
    background-color: #FEA903;
    font-size: 14px;
    line-height: 1.8;
}

#page-title.page-title-dark h1 {
    color: rgba(255, 255, 255, 0.94) !important;
    text-shadow: 2px 2px 2px #000;
}

#page-title.page-title-dark span {
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 2px #000;
}

#content p {
    line-height: 1.8;
    text-align: justify;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
    text-align: justify;
}

h4 {
    font-weight: 600;
    text-align: justify;
}

