.missionstyle{
    margin-top: 40px;
}

.corporate-report {
    font-size: 20px;
    text-align: left;
    color: #bb151c;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
    margin: 15px 0;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fcf9f9;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-heading {
    margin: 0 !important;
    padding: 0 !important;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-title {
    border-radius: 3px;
    background-image: -moz-linear-gradient(90deg, rgb(152, 47, 52) 0%, rgb(255, 60, 68) 100%);
    background-image: -webkit-linear-gradient(
        90deg, rgb(152, 47, 52) 0%, rgb(255, 60, 68) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(152, 47, 52) 0%, rgb(255, 60, 68) 100%);
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 17%);
    min-height: 0px;
    text-align: left;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    min-height: 38px;
    line-height: 0px;
}

.panel-title a {
    display: block;
    width: 100%;
    min-height: 0px;
    min-height: 38px;
    padding: 10px 8px;
    text-align: left;
    line-height: 15px;
    color: #fff;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

.collapse.in {
    display: block;
}
.panel-group {
    margin-bottom: 20px;
}

.panel-body {
    margin-top: 20px;
    margin-left: 15px;
}

.panel-body p {
    padding: 5px;
    font-size: 14px;
    text-align: left;
    color: #4A4A4A;
    /* font-weight: 700; */
    line-height: 22px;
    margin: 0;
}

.tab-para a {
    color: #000;
    text-decoration: underline !important;
}

.tab-para a i {
    color: #ca353b;
    margin-right: 6px;
}

.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: white;
}
.comment-content table, .wrapper-content table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
.table>thead>tr>th {
    border-bottom-width: 2px;
    background: #494243;
    color: #fff9f9;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.content-about-done .done-title {
    font-size: 20px;
    color: #555;
    font-weight: 700;
    margin: 5px 0 20px 0!important;
}
.accordion .panel {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}
.accordion .panel-heading {
    background-color: #f8f8f8;
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
}
.accordion .panel-heading::before {
    background-color: #3cb37a !important;
}
.accordion .panel .panel-title {
    font-size: 16px;
    color: #555;
    padding: 5px 0;
}
.accordion .panel .panel-title a {
    padding: 0 20px;
    display: block;
    line-height: 30px;
    position: relative;
}
.accordion .panel .panel-title a:after {
    position: absolute;
    content: "\f067";
    top: 0;
    right: 20px;
    font-family: FontAwesome;
}
.accordion .panel.active .panel-title .a:after {
    position: absolute;
    content: "\f068";
    top: 0;
    right: 20px;
    font-family: FontAwesome;
    color: #00793f;
}
.maincontainer ul li::before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 5px;
    background-image: url(../images/sibl-Bullet-01.png);
    width: 18px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: .65em;
}
#about-us-main {
    padding: 40px 0px;
}
.about-us-main-text{
    margin-top: 15px;
}
.about-us-main-text h2 {
    color: #4E537E;
    margin-bottom: 50px;
    position: relative;
}
.about-us-main-text h2::before {
    content: "";
    border-bottom: 3px solid #32327B;
    display: block;
    bottom: -9px;
    position: absolute;
    left: 0;
    width: 130px;
    height: 21px;
}
#content .home_text_adcb {
    padding: 40px 0;
}

.block-middle-body {
    overflow: hidden;
    margin: 0 auto;
    width: 1000px;
}
.font-xxl {
    font-size: 2.2em !important;
    text-align: center;
}
.block-middle-wide {
    background: #f4f4f4;
    padding: 30px 0;
    border-bottom: 1px solid #E7E8E9;
}
.margin_bottom_10 {
    margin-bottom: 10px !important;
}
.fancy_ab {
    width: 33%;
}
.ab_circle {
    background: #fff;
    box-shadow: 2px 2px 3px 0 #ccc;
    border-radius: 50%;
    width: 148px;
    height: 148px;
    margin: 0 auto;
    line-height: 148px;
}

.ab_circle a {
    color: #da291c;
    text-decoration: none;
}
.ab_circle i {
    font-size: 135px;
    vertical-align: middle;
    color: #ab2228;
}
[class^='i-'], [class*=' i-'], .role_i {
    font-family: 'lego';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    font-size: 16px;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: text-bottom;
}
.i-postcv:before {
    content: '\e8aa';
}
.fancy_ab strong {
    margin-top: 20px;
    font-weight: normal;
}

.margin_bottom_10 {
    margin-bottom: 10px !important;
}
.fancy_ab strong a, .fancy_ab strong a:hover {
    color: #da291c;
}

.fancy_ab strong a {
    text-transform: uppercase;
    font-weight: bold;
}
.font-xl {
    font-size: 1.8em !important;
}
.underline-none {
    text-decoration: none !important;
    text-align: center;
}
.grid-8 {
    width: 80%;
}
.c-block {
    margin: 0 auto !important;
    text-align: center;
}
.fancy_ab .ab_text a {
    color: #8c8c8c;
}

.title-widget {
    border-left: 4px solid #00793f;
}
.title-widget {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: left;
    padding-left: 20px;
    background-color: #fafafa;
    border-left: 4px solid #93c23d;
    margin-bottom: 25px;
    text-transform: uppercase;
    display: inline-block;
    color: #555;
    font-size: 16px;
    font-weight: 500;
}

.contact-form{
    background: #fff;
    margin-top: 10%;
    margin-bottom: 5%;
    width: 70%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 14%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}
.contactForm{
    background: #fafafa;
    margin-top: -100px;
    padding:10% !important;
}
.table-responsive h3 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 10px;
}