.inner .section-heading {
    margin: 30px 0;
   font-size: 38px;
    text-align: center;
    text-transform: uppercase;
}

/*************************************
 ABOUT PAGE 
 *************************************/
.inner .section-heading,.inner .MsoNormal span,.inner .MsoNormal b {
    color: #f49634;
}

.inner .sub-heading {
    color: #f49634;
    font-size: 24px;
    margin-bottom: 10px;
}

.inner p.lead {
    margin-left: 20px;
    font-size: 16px;
}

.inner ul {
    margin-top: -15px;
    list-style: none;
}

.inner ul li {
    margin-bottom: 5px;
}

.inner ul li:last-child {
    margin-bottom: 0;
}

.inner ul li::before {
    content: "\2022";
    color: #f49634;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.inner .about-with-img img {
    padding: 0;
    height: 100%;
    width: 100%;
    border: solid 1.5px #f49634;
    transition: all 1s;
}

.inner .about-with-img img:hover {
    -webkit-transform: translate(-1px, -1px) scale(1.0025);
    -moz-transform: translate(-1px, -1px) scale(1.0025);
    -o-transform: translate(-1px, -1px) scale(1.0025);
    transform: translate(-1px, -1px) scale(1.0025);
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
    .inner .section-heading {
        font-size: 30px !important;
    }

    .inner .sub-heading {
        font-size: 18px;
    }

    .inner .about-with-img {
        flex-direction: column-reverse;
    }

    .inner .about-with-img img {
        padding: 0;
        margin-left: 25px;
        margin-bottom: 10px;
        height: 90%;
        width: 90%;
        border: solid 1.5px #f49634;
        transition: all 1s;
    }
}

/*************************************
FUNDAMENTAL REPORTS
 *************************************/
#reports-page .card {
    border: solid 2px #f49634;
    margin-bottom: 50px;
    position: relative;
    transition: all 1s;
    padding: 0;
    float:left;
        margin-right: 85px;
        margin-top:20px;
}

#reports-page .card:first-child {
    margin-left: 116px;
}

#reports-page .card:last-child {
    margin-right: 0;
}

#reports-page .card:hover {
    -webkit-transform: translate(-1px, -1px) scale(1.025);
    -moz-transform: translate(-1px, -1px) scale(1.025);
    -o-transform: translate(-1px, -1px) scale(1.025);
    transform: translate(-1px, -1px) scale(1.025);
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}

#reports-page .card-body {
    background-color: #242427;
    text-align: center;
}

#reports-page .fa-file-alt {
    text-align: center;
    font-size: 30px;
    padding: 7px 10px;
    margin: 30px 0;
    color: #f49634;
    border: solid 1px #f49634;
    border-radius: 150px;
}

#reports-page .card-img-top {
    padding: 0;
    margin: 0;
    text-align: center;
    background-image: url(../img/reports-img2.jpg);
    background-size: cover;
}

#reports-page .card-title {
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    color: #bcbdc1;
}

#reports-page .card .btn {
    background-color: #f49634;
    border: #f49634;
    color: #242427;
    font-weight: 600;
    transition: all 500ms;
    width:100%;
    font-size:14px;
}
.inner .submit-btn {
    background-color: #f49634;
    border: #f49634;
    color: #242427;
    transition: all 500ms;
}


#reports-page .card .btn:hover,.inner .submit-btn:hover {
    background-color: #c97d2d;
    border: #c97d2d;
}

#reports-page ul {
    list-style: none;
    margin-bottom: 40px;
    margin-left: 265px;
}

#reports-page ul li {
    display: inline-block;
}

#reports-page ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #242427;
    padding: 5px 12px;
    margin-right: 4px;
    background-color: #bcbdc1;
}

#reports-page ul li a.active-page {
    background-color: #f49634;
}

@media only screen and (max-width: 767px) {
    #reports-page .row {
        /*margin-left: -72px;*/
    }

    #reports-page .card {
        /*border: solid 2px #f49634;
        margin-bottom: 20px;
        position: relative;
        transition: all 1s;
        padding: 0;
        margin-right: 20px;*/
    }

    #reports-page .card:nth-child(3) {
        /*margin-left: 115px;*/
    }
}

/*************************************
 NAEEM NEWS
 *************************************/
#news-page .section-heading span {
    color: #f49634;
}

#news-page .col-lg-8 {
    padding: 0;
    margin-right: 0;
    position: relative;
}

#news-page .col-lg-4 {
    padding: 0;
}

#news-page .row {
    margin-bottom: 40px;
}

#news-page .main-news-img {
    width: 98%;
    height: 500px;
    border: solid 2px #f49634;
}

#news-page .sub-img-container {
    position: relative;
}

#news-page .sub-img-container:last-child {
    position: relative;
    margin-top: 15px;
}

#news-page .sub-news-img {
    width: 100%;
    height: 242.5px;
    margin-bottom: 15px;
    border: solid 2px #f49634;
}

#news-page .sub-news-img:last-child {
    margin-bottom: 0;
}

#news-page .black-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 0));
}

#news-page .col-lg-8 .black-overlay {
    width: 98%;
}

#news-page .col-lg-8 .news-img-text {
    margin-left: 25px;
    transform: translateY(400px);
}

#news-page .sub-img-container .news-img-text {
    font-size: 14px;
    margin-left: 25px;
    transform: translateY(190px);
}

#news-page .news-img-text a {
    color: #bcbdc1;
}

#news-page .news-img-text a:hover {
    color: #f49634;
}

#news-page .latest-news-section {
    margin-left: 18px;
}

#news-page .news-head {
    font-size: 22px;
    color: #f49634;
    margin-bottom: 5px;
}

#news-page .news-head a:hover {
    color: #c97d2d;
}

#news-page .news-body {
    font-size: 16px;
    width: 95%;
    margin-left: 20px;
}

#news-page .news-body {
    color: #bcbdc1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    /* fallback */
    max-height: 40px;
    /* fallback */
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    position: relative;
    height: 40px;
    /* exactly three lines */
    margin-bottom: 0;
}

#news-page .news-body::after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 1.2em;
    background: linear-gradient(to right,
        rgba(36, 36, 39, 0),
        rgba(36, 36, 39, 1) 45%);
}

#news-page .read-more {
    transform: translate(665px, -21px);
}

#news-page .read-more:hover {
    color: #d8890b;
}

#news-page .news-row {
    padding-bottom: 0;
    border-bottom: solid 2px #bcbdc1;
}

#news-page .news-row:last-child {
    border-bottom: 0;
}

#news-page ul {
    list-style: none;
    margin-bottom: 40px;
    margin-left: 265px;
}

#news-page ul li {
    display: inline-block;
}

#news-page ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #242427;
    padding: 5px 12px;
    margin-right: 4px;
    background-color: #bcbdc1;
}

#news-page ul li a.active-page {
    background-color: #f49634;
}

@media only screen and (max-width: 767px) {
    .page-nums ul {
        margin-left: -14px !important;
    }

    .page-nums ul li a {
        font-size: 12px !important;
        font-weight: 600;
        color: #242427;
        padding: 5px 12 px !important;
        margin-right: 2px !important;
        background-color: #bcbdc1;
    }

    #news-page .col-lg-8 {
        margin-bottom: 15px;
        width: 95%;
        margin-left: 15px;
    }

    #news-page .col-lg-8 .news-img-text {
        font-size: 18px;
    }

    #news-page .col-lg-4 {
        width: 93%;
        margin-left: 15px;
    }
}
.inner .container {
    /*background: #333;
    font-weight: 400;
    padding: 5px;*/
    min-height:500px;
    border: solid 1px rgba(241, 156, 20, 0.1);
        margin-top: 40px;
        padding-top:20px;
            background: #2e2e31;
            overflow:auto;

}
#ContentPlaceHolder1_div_Content table {
width:100% !important;
}
    #ContentPlaceHolder1_div_Content table p {
        margin: 0 0 5px 0 !important;
    }
.search-container {
border:solid 1px rgba(241, 156, 20, 0.1);
padding:15px;
margin-bottom: 30px;

}
    .search-container #tbl_Search {
    width:100%;
    }
.submit-btn {
    width: 140px;
    margin-top: 18px;
}
.inner .table thead th {
    border-top: solid 2px;
    border-bottom: solid 2px;
    border-color: #f49634;
}
.inner th {
  color: #f49634;
}
.inner .table td, .table th {
    padding: .51rem !important;
    font-size: 14px;
}
.inner .table th {
    padding: 0.75rem 0.5rem;
    display: table-cell;
}
.inner .table td,.inner .table th {
border-right:none;
border-left:none;
}

.btn-group {
    margin: 0 0 20px 60px;
    float:left;
}

.btn-group .btn {
       font-size: 14px;
    padding: 3px 19px;
    text-align: center;
    background-color: transparent;
    border-color: #f49634;
    color: #f49634;
    margin: 5px;
    border-radius: 5px !important;
}

.btn-group .btn:hover {
    background-color: transparent;
    color: #f49634d2;
    border-color: #f49634d2;
}

 .btn-group .btn.active {
    background-color: #f49634;
    border-color: #f49634;
    color: #222222;
}

 .btn-group{
         margin: 0 0 35px 60px;
}
.delayed {
      float: left;
    margin-top: 20px;
    font-weight: 600;
    color: #e07200;
    font-size: 17px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.chart {
    height:250px;
}
.GridPager table tr {

}
.GridPager table td {
  border:none !important;
    padding: 5px  !important;
    margin:5px !important;
        color: #2e2e31;
    font-size: 16px;
    font-weight:600;
}
    .GridPager table td a {
            color: #2e2e31 !important;
    }
    .GridPager table td span {
            color: #f49634 !important;
    }

    .GridPager table td span, .GridPager table td a {
      /*border: solid 1px rgba(241, 156, 20, 0.49) !important;*/
      padding:10px 15px !important;
      background: #eee;
    }

.csdate {
float: left;
    margin: 6px 10px 0px 120px;
    font-size: 18px;
}
.inner #ContentPlaceHolder1_div_date {
/*border:solid 1px rgba(241, 156, 20, 0.1);*/
width:100%;
text-align:center;
margin:10px !important;
color:#f49634;

}
.element-ar, #ContentPlaceHolder1_comp_news, .Compdetail, #ContentPlaceHolder1_comp_bulletins,
#ContentPlaceHolder1_div_announce{
    text-align: right;
    font-family: "DROIDKUFI-REGULAR_0" !important;
    font-size: 12px !important;
    direction: rtl;
}

#ContentPlaceHolder1_div_announce {
    text-align: right;
}

.color_5 {
     font-size: 15px;
    text-align: left;
    float: left;
    margin-right: 31px;
}
.news-more {
        font-size: 18px;

    float: right;
    margin-top: 13px;
    font-weight:bold;
        margin-right: 15px;

}
.companies-news {
margin-top:30px;
}
.ui-autocomplete {
    float: left;
    width: 430px !important;
    padding: 7px !important;
    list-style-type: none;
    font-size: 15px;
}
    .ui-autocomplete .ui-menu-item:hover {
    background-color:#eee !important;
    color:#f49634 !important;
    border:none !important;
    cursor:pointer;
    }
.companies-news .input-group {
    width: 97% !important; 
}
.companies-news .input-group .btn{
        border-radius: .25rem;
        border-top-right-radius: 0;
    border-bottom-right-radius: 0;

}
.comp-page .table td ,.comp-page .table th{
padding:5px !important;
text-align:left;
font-size:13px;
}
.comp-page .element-ar {
font-size:10px;
}
.Compdetail {
font-size:14px;

}
#ContentPlaceHolder1_comp_Trades {
padding:5px !important;
}
    #ContentPlaceHolder1_comp_Trades table th, #ContentPlaceHolder1_comp_Trades table td {
    border:1px solid #999;
    
    padding:5px 1px !important;
    }
    #ContentPlaceHolder1_comp_Trades table th {
    border-bottom:2px solid #f49634 !important;
    }
.font_newsdetail{
    text-align: right;
    font-family: "DROIDKUFI-REGULAR_0" !important;
    width:100%;
    font-size: 12px !important;
    direction: rtl;
}

.news-title {
color:#f49634;
width:100%;
text-align:right;
direction:rtl;
 font-family: "DROIDKUFI-REGULAR_0" !important;
 padding-bottom:30px;
 font-size:20px;

}
#ContentPlaceHolder1_gvAllNews th, #ContentPlaceHolder1_gvNaeemNews th {
    line-height: 0 !important;
    background-image: none !important;
    border: none;
    display:none;
}
#ContentPlaceHolder1_gvAllNews tr:nth-child(2) td{
border-top:none !important;
}
#ContentPlaceHolder1_ddlNewsTypes {
margin-bottom:20px;
}
select.form-control option:hover {
    background-color:#f49634 !important;
}
.sr-page .btn-group {
margin:0 0 35px 0px !important;
}
    .sr-page .btn-group .btn {
        font-size: 13px !important;
    padding: 3px 3px !important;
    }
.chng_update span {
    margin-left:15px;
}

.chng_update em{
        margin-left:0px !important;
    font-weight:bold;
}
.cal-head td {
        text-align: center;
    border-top: 2px solid #f49634;
    border-bottom: 2px solid #f49634;
    color:#f49634;
    font-weight:bold;
}
.cal-detail-color {
text-align:center;
}
.cal-page .table ,.cal-page a{
font-size:14px;
}



.compare-page table td {
    padding: 0px 10px;
}
.compare-page table td input {
       margin-right: 5px;
}
.sub-title {
    color: #f49634;
    font-weight: bold;
    font-size: 16px;
}
#div_Comp {
    font-size: 19px;
    margin-left: 10px;
    margin-top:30px;
}
#div_ComparisonChart{
float: left;
    width: 100%;
    margin-top: 50px;
}
.analysis-page .ui-autocomplete {
width: 340px !important;
}
.analysis-page div {
float:left;
}
.analysis-page .submit-btn {
margin-top:0px !important;
}
.doc-icons {
    float: left;
    margin-top: 30px;
    padding-left: 450px;
    width: 100%;
    margin-bottom: 30px;
}
.print-icon {
    background-image: url(../img/printing-icon.jpg);
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 30px;
    width: 30px;
}
.pdf-icon {
    background-image: url(../img/pdf-icon.jpg);
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 30px;
    margin-left: 10px;
    width: 30px;
}
.email-icon {
    background-image: url(../img/email-icon.jpg);
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 30px;
    margin-left: 10px;
    width: 30px;
}
.facebook {
    background-image: url(../img/facebook-icon.jpg);
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 30px;
    margin-left: 10px;
    width: 30px;
}
.twitter {
    background-image: url(../img/twitter-icon.jpg);
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 30px;
    margin-left: 10px;
    width: 30px;
}
.favorite {
    background-image: url(../img/favorite.jpg);
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 30px;
    margin-left: 10px;
    width: 30px;
}
.facebook-link {
margin:0 !important;
border:none !important;
}