@font-face {
    font-family: "Tajawal" ;
    src: url('https://fonts.googleapis.com/css?family=Tajawal');
    
}

body, html {
    font-family: "Tajawal" !important;
    overflow-x: hidden;
}

@media (min-width: 1300px) {
    .container {
        max-width: 1295px;

    }
}
.shadow {
    box-shadow: 0 .3rem 0.5rem rgba(0,0,0,.15)!important;
}

h1, h2, h3, h4, h5, h6, p, a{
    font-weight: bold;
}

.main-color {
    color: #e39509;
}



.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mt-7 {
    margin-top: 5.1%;
}

.h-50p {
    height: 50px !important;
}

.me-3 {
    margin-right: 0.75rem !important;
}

.ms-3 {
    margin-left: 0.75rem !important;
}

.item-header {
    background-color: #e39509 !important;
    padding: 10px;
    color: #fff;
}

.text-turbo{
    color: #e39509 !important;
}

.btn-turbo{
    background-color: #e39509!important;
}


.bg-dark {
    background-color: #32373b!important;
}

.bg-black {
    background-color: #32373b !important;
}

a, a:hover {
    color: #0a0a0a;
    text-decoration: none;
}

a:hover h5 {
    color: #656565;
}

.btn-custom {
    color: #fff;
    background-color: #be9114;
    padding: 8px 25px;
    border: none;
    transition: .5s ease;
    border-radius: 5px;
}


.b-line{
    position: absolute;
    top: 31px;
    width: 100%;
    position: absolute;
    right: 0%;
    color: #fff;
    width: 5%;
    height: 11%;
    background-color: #e39509;
}

.list-group-item {
    padding: 0.75rem 0 !important;
}

.urgent{
    position: absolute;
    top: -32px;
    background: #e39509;
    color: #fff;
    font-weight: bold;
    padding: 5px 20px 0;
    
}

.page-header {
    background-color: #be9114;
    padding: 12px;
}

.radius-0{
    border-radius: 0 !important;
}

.line-height-1{
     line-height: 1.4rem; 
}
.image {
    display: block;
    width: 100%;
    height: auto;
}

/*@media (min-width: 1300px){*/
/*    .container {*/
/*     max-width: 1140px; */
/*}*/
/*}*/

@media (min-width: 768px){
    .h-caption{
        margin: -36px auto 0;
        max-width: 770px;
    }
}

@media (max-width: 575px){
    .card-img-top {
        height: auto;
    }
    .h-305p {
        height: auto;
    }
    .card-img{
        height: auto;
    }
    
    .play {
        top: 62%;
    }
    .h-20v {
        height: auto;
    }
    .p-0 {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 700;
    padding: 0 22px !important;
    font-size: 0.97rem;
}

@media (max-width: 1500px){
.navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 17px !important;

}
}

.border-radius-3{
    border-radius: 3px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:active {
    color: #e39509;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:active{
    color: #e39509;
}



.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.icon {
    padding: 0;
    padding-top: 10px;
    text-align: center;
    background: rgb(233 233 233 / 53%);
    border-radius: 5px;
    height: 120px;
    margin-bottom: 10px;
}

.lift:hover {
    transform: scale(1.02);
    /*opacity: 0.8;*/
    transition: 0.3s all ease-in-out;
    box-shadow: 0 10px 20px rgb(0 0 0 / 12%), 0 4px 8px rgb(0 0 0 / 6%);
}

.icon:hover {
    transition: 0.3s all ease-in-out;
    background: #e39509;
    color: #fff;
}

.icon:hover .icon-box{
    transition: 0.3s all ease-in-out;
    background: #fff;
}

.icon:hover .icon-box svg{
    transition: 0.3s all ease-in-out;
    color: #e39509 !important;
}

.icon:hover h6{
    color: #fff;
}


.icon:hover svg {
    color: #fff;
}

.dropdown-item {
   
}


.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 2px dashed #e39509;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: #32373b;
    border: 0;
}

.dropdown-item a {
    color: #fff;
}


.dropdown-item:focus, .dropdown-item:hover {
    color: #e39509;
    transition: 0.5s all ease-in-out;
    text-decoration: none;
    background-color: #fff;
    border: none;
}


.dropdown-item:focus a, .dropdown-item:hover a {
    color: #e39509;
}


.overflow-yscroll {
    overflow-y: scroll;
}


.overflow-xhidden {
    overflow-x: hidden;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #e39509 ; 
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.card::-webkit-scrollbar {
  width: 6px;
}

.typewriter{
    font-weight:bold;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.8326681014202556) 16%, rgba(0,0,0,0.6281863087031687) 25%, rgba(46,46,48,0.5917717428768383) 36%, rgba(46,46,48,0) 61%);
    width: 99%;
    transition: .5s ease;
    opacity: 1;
    color: white;
    font-size: 20px;
    border-radius: 5px;
}


.icon-box {
    background: #e39509;
    width: 50px;
    display: block;
    border-radius: 50%;
    height: 50px;
    color: #fff;
    font-size: 22px;
    padding: 10px 0;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}


.x:hover .overlay{
    transition: .5s all ease-in-out;
background: linear-gradient(359deg, rgba(0,0,0,0.8326681014202556) 16%, rgba(0,0,0,0.6281863087031687) 25%, rgb(46 46 48 / 71%) 36%, rgb(46 46 48 / 13%) 61%);
    
}

.breadcrumb {
    background-color: #e39509 !important;
    padding: 12px;
    border-radius: 5px;
}

.breadcrumb-item+.breadcrumb-item:before {
    color: #fff !important; 
}

.breadcrumb-item > a {
   color: #fff !important; 
}

.breadcrumb-item.active {
    color: #fff !important; 
}

.btn:hover {
    color: #fff;
    transform: scale(1.02);
    transition: .3s all ease-in-out;
}
.text-black{
    color: #000;
}

.text-white{
    color: #fff;
}


.bg-gray{
    background-color: #415456;
}

.text-gray-200{
   color: #737373
}

.btn-custom{
    background-color: #be9114 !important;
    color: #fff !important;
}

.fw-bold{
    font-weight: bold;
}

.item-caption{
    padding: 15px;
    margin: 16% auto;
}

.item-caption h1{
    font-size: 20px;
}

.carousel-item {
    height: 427px;
}


.guidance_title {
    background: #be9114;
    padding: 3px 10px;
    border-radius: 10px;
    color: #fff !important;
}

.background-head {
    background-color: #be9114;
}

a, a:hover {
    color: #fff;
    text-decoration: none;
}

/*a:hover h5 {*/
/*    color: #656565;*/
/*}*/

.image {
    display: block;
    width: 100%;
    height: auto;
}

.my-padding {
    padding-left: 5px;
    padding-right: 5px;
}

.para-style {
    overflow: hidden;
    font-size: 0.4rem;
    line-height: 1.4rem;
    letter-spacing: 0.4px;
}

.dropdown-menu {
    padding: 0
}

.dropdown-item {
    padding: 10px 15px;
    border-bottom: 2px dashed #e9ecef;
}

.dropdown-item:last-child {
    border: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0;
}

#search {
    padding-left: 5px;
}

.in-padding {
    padding-left: 9px;
    padding-right: 9px
}

/*p,h1,h2,h3,h4,h5,h6,span,a {letter-spacing: 0.4px;}*/
/*-----------------------------------------------------------------------Header*/
.top_bar {
    background-color: #415456;
    height: 40px;
}

.top_bar .item {
    color: #fff;
    display: block;
    float: right;
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 40px;
    padding: 0 15px;
    position: relative;
}

.dm {
    top: -3px !important;
}

.social-media {
    color: #fff;
    padding: 0 5px;
}


.dm:after {
    position: absolute;
    left: 29px;
    margin-left: -20px;
    top: -10px;
    width: 0;
    height: 0;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.search-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    padding: 7px 143px 29px 0;
    top: 10.3%;
    right: 2.3%;
    z-index: 999999;
    padding-top: 45px;
    box-shadow: -1px 1px 7px 5px rgba(0, 0, 0, 0.03);
    border: 1px solid #e7e7e7;
    width: 95%;
}

.search-content .form-control {
    display: inline;
    width: 80%;
    padding: 1.375rem .75rem;
    box-shadow: -1px 1px 7px 5px rgba(0, 0, 0, 0.03);
    background-color: #eeeeee;
}

.btn-search {
    color: #fff;
    background-color: #be9114;
    padding: 8px 25px;
    border: none;
    transition: .5s ease;
    border-radius: 5px;
}

.menu-content {
    display: none;
    position: absolute;
    background-color: #e2b542eb;
    top: 12.9%;
    right: 0;
    color: #ffffff;
    z-index: 999999;
    padding-top: 45px;
    width: 100%;
}

.menu-content h5 {
    display: block;
    position: relative;
}

.menu-content ul li {
    padding: 10px 0;
}

.underline {
    position: absolute;
    right: 0;
    top: 41px;
    background-color: #fff;
    height: 2px;
    width: 72%;
}

.menue-disc {
    position: relative
}

.fa-times-circle {
    font-size: 3rem;
}

/*--------------------------------------------------------------------Navbar*/
.bg-light {
    background-color: #ffffff !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #41444c;
    font-weight: 700;
    font-size: 1rem;
}

.navbar-brand {
    padding-right: 6.5%;
    margin-left: 7rem;
}

.navbar-brand img {
    width: 190px
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active {
    color: #be9114;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #be9114;
    border: none;
}

.fa-home {
    font-size: 21px;
}

/*------------------------------------------------------------------Hot line*/
.newest {
    background-color: #be9114;
    text-align: center;
    height: fit-content;
}

.carousel-item, .new1 {
    cursor: pointer;
}

.newest p, .allnews p {
    margin-top: 8px;
    margin-bottom: 8px;
    color: #fff;
}

marquee {
    background-color: transperent;
    padding: 0;
}

.bg-black{
    background-color: #000 !important;
}
.bg-gray-800{
    background-color: #282828 !important;
}

.text-gray-100{
  color: #a5a5a5 !important;  
}

.allnews {
    background-color: #343740;
    text-align: center;
    height: fit-content;
    border-radius: 0 0 0 20px;
}

.hotline {
    padding: 0
}

/*--------------------------------------------------------------------carousel*/
.carousel-item img {
    border-radius: 0 0 0 30px;
    height: 427px;
}


.overlay {
    position: absolute;
    top: 0;
    bottom: 0;

    /*background: rgb(0, 0, 0);*/
    /*background: linear-gradient(0deg, rgb(27 21 21 / 83%) 31%, rgba(10, 100, 100, 0.02) 38%);  */

    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.8326681014202556) 16%, rgba(0,0,0,0.6281863087031687) 25%, rgba(46,46,48,0.5917717428768383) 36%, rgba(46,46,48,0) 61%);

    width: 100%;
    transition: .5s ease;
    opacity: 1;
    color: white;
    font-size: 20px;
    border-radius: 0 0 0 30px;
}

.arrow-more {
    position: absolute;
    padding: 10px;
    width: 8%;
    bottom: 0;
    left: 0;
    background: #be9114;
    opacity: 1;
    color: white;
    font-size: 20px;
    border-radius: 0 0 0 30px;
}

.carousel-caption {
    right: 5%;
    text-align: right;
    left: 5%;
    padding-bottom: 0;
}

.carousel-caption p {
    font-size: 15px;
    height: 46px;
    overflow: hidden;
    letter-spacing: 0.8px;
    line-height: 24px;
}

.carousel-control-icon {
    font-size: 17px;
    color: #be9114;
}

.control-icon {
    top: 42%;
    opacity: 1;
    width: 35px;
    height: 35px;
    z-index: 100;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 32px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    color: #fdfdfd;
    background: rgb(255 255 255 / 54%);
    border: 0px transparent;
}

#demo .carousel-control-prev, #videos .carousel-control-prev {
    left: 2%
}

#demo .carousel-control-next, #videos .carousel-control-next {
    right: 2%
}

/*--------------------------------------------------------------------section 1*/
.arrow-more1 {
    position: absolute;
    padding: 10px;
    width: 16%;
    bottom: 0;
    left: 0;
    background: #be9114;
    opacity: 1;
    color: white;
    font-size: 20px;
    border-radius: 0 0 0 30px;
}

.arrow-more2 {
    position: absolute;
    padding: 6px;
    width: 13%;
    bottom: 0px;
    left: 0;
    background: #be9114;
    opacity: 1;
    color: white;
    font-size: 20px;
    border-radius: 0 0 0 30px;
}

.arrow-advertise {
    position: absolute;
    padding: 10px 10px 10px 10px;
    width: 35%;
    top: 0;
    right: 0;
    background: red;
    opacity: 1;
    color: white;
    font-size: 20px;
    border-radius: 0 0 0 18px;
}

.adv {
    padding-left: 12px;
    padding-right: 5px;
}

.new img {
    border-radius: 0 0 0 30px;
    height: 210px;
}

.advertise img {
    border-radius: 0 0 0 30px;
    height: 428px;
}
.new {
    position: relative;
    margin-bottom: 7px;
    cursor: pointer;
}

.new h6 {
    font-size: 0.9rem;
}

.new p {
    font-size: 9px;
    width: 86%;
    height: 33px;
    overflow: hidden;
    letter-spacing: 0.8px;
    line-height: 18px;
}

.caption {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

/*------------------------------------------------ section 3*/
.service-box {
    box-shadow: 2px 5px 7px 8px rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    align-items: center;
    text-align: center;
    padding: 10px;
    height: 199px;
}

.service-box h6 {
    color: #1d2124;
    padding-top: 16px;
    font-weight: 700
}

.service-box img {
    padding-top: 10px
}

/*----------------------------------------------------------------------*/
.btn-more {
    float: left;
    color: rgb(190 145 20);
    background-color: #16181b;
    padding: 8px 25px;
    border: none;
    transition: .5s ease;
    border-radius: 5px;
}

.btn-more:hover {
    color: #fff;
    text-decoration: none;
    transition: .5s ease;
}

.card {
    border: none;
    background-color: transparent;
    margin-bottom: 20px;
}

.card-header {
    padding: 0;
    position: relative;
}

.card-header img {
    height: 183px;
}

.card-h {
    font-weight: 700;
    color: #1b1e21;
}

.card-h > h6 {
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 18px;
}

.card-h:hover {
    color: #be9114;
    transition: .5s ease
}

.card-body {
    padding: 11px;
}

.cardbody { padding: 0 11px;}
.card-caption {
    position: absolute;
    bottom: 18px;
    right: 7%;
    color: #fff;
}

.line {
    position: absolute;
    bottom: -5px;
    right: 7%;
    color: #fff;
    width: 40%;
    height: 6%;
    background-color: #be9114;
}

/*--------------------------------------------------section 4*/
/*----------------------------tabs*/
.nav-tabs {
    border-bottom: none
}

.tab-content {
    padding: 20px;
    background: #eee;
    border-radius: 0 5px 0 5px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    border-color: transparent;
    background-color: #eee;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #be9114;
    /*border-bottom-left-radius: 10px;*/
    padding: 6px 25px;
}

.new1 img {
    border-radius: 0 0 0 30px;
    height: 426px;
}

.new-arrow {
    width: 10%;
    padding-right: 16px;
}

/*---------------------------------------------*/
.statements {
    background-color: #eeeeee
}

.item-header {
    background-color: #be9114;
    padding: 10px;
    color: #fff;
}

.statements ul {
    padding: 10px
}

.state-item {
    border: #e7e7e7 dashed 2px;
    margin: 10px 0;
    font-size: 13px;
    padding: 5px;
    line-height: 1.4rem;
    text-align: justify;
}

.state-item span {
    font-size: 11px
}

/*.state-item p { }*/

.icon {
    padding: 0;
    padding-top: 10px;
    /*padding-bottom: 5px;*/
    text-align: center;
    background: rgb(249 249 249);
    border-radius: 5px;
    height: 166px;
    margin-bottom: 10px;
}

.icon img {
    width: 87%;
}

.padding {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.icon h6 {
    margin-top: 10px;
    font-size: .9rem;
}

.visual-header {
    position: relative
}

.line-visual {
    position: absolute;
    width: 77%;
    height: 22%;
    background-color: #be9114;
    margin-top: 5px;
}

.v-content {
    padding: 10px;
}

.ytp-large-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    margin-left: -34px;
    margin-top: -24px;
    -moz-transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
    -webkit-transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
    transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
    z-index: 63;
}

.d {
    position: absolute;
    bottom: 26%;
    right: 39%;
    font-size: 57px;
    /* width: 58%; */
    z-index: 55555555;
}

#galleryimgs .carousel-item img {
    border-radius: 0 !important;
}

#galleryimgs .control-icon, #videos .control-icon {
    top: 45%;
    opacity: 1;
    width: 25px;
    height: 25px;
    z-index: 100;
    display: block;
    font-size: 21px;
    cursor: pointer;
    overflow: hidden;
    line-height: 21px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    color: #fdfdfd;
    background: #d6d6d6;
    border: 0px transparent;
}

#galleryimgs .carousel-control-prev, #videos .carousel-control-prev {
    left: 3%
}

#galleryimgs .carousel-control-next, #videos .carousel-control-next {
    right: 3%
}

#galleryimgs .carousel-control-icon, #videos .carousel-control-icon {
    font-size: 11px;
}

#galleryimgs .carousel-caption h6, #videos .carousel-caption h6 {
    padding-right: 15px;
}

.play-icon {
    position: absolute;
    top: 18%;
    right: 41%;
    font-size: 56px;
    color: #eeeeee;
}

/*----------------------------------------------------------footer*/
.footer-content {
    background-color: rgb(52 55 64);
    padding: 33px 0 5px 0;
}

.footer-content h5 {
    font-size: 1rem;
}

.copyright {
    background-color: #be9114;
    text-align: center;
    padding: 10px;
    font-size: 0.8rem;
    color: #fff;
}

.copyright p {
    margin-bottom: 0;
}

.footer-content ul li {
    font-size: 12px;
    padding: 5px;

}

.socials li {
    background-color: #be9114;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0 3px;
    padding: 3px !important;
}

.socials li a {
    font-size: 19px;
}

.sticker {
    position: absolute;
    top: 14%;
    background-color: #be9114;
    color: #fff;
    width: 29%;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
}

/*///////////////////////////////////////////////////////////////News Page////////////////////////////*/

.page-header {
    background-color: #be9114;
    padding: 10px;
}

.page-header ul li {
    padding: 0 5px;
    color: #ffffff;
}

.btn-facebook {
    border-radius: 10px;
    color: #fff;
    background-color: #1976d2;
}

.btn-twitter {
    border-radius: 10px;
    color: #fff;
    background-color: #55acee;
}

.btn-whatsapp {
    border-radius: 10px;
    color: #fff;
    background-color: #4caf50;
}

.btn-telegram {
    border-radius: 10px;
    color: #fff;
    background-color: #039be5;
}

.new-description {
    padding-bottom: 7px;
    border-bottom: 1px dashed #cbced0;
}
.new-description p {
    line-height: 1.8rem;
    margin-bottom: 2rem;
}

#moreRead img, #lastnew img {
    border-radius: 5px;
    height: 76px
}

#moreRead .para-style, #lastnew .para-style {
    height: 90px;
}
#moreRead .row, #lastnew .row {
    border-bottom: 1px dashed #cbced0;}

.innerPage .tab-content {border-radius: 0 0 5px 5px;}

.innerPage .nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    background-color: #be9114;
    padding: 14px 37px;
}
.innerPage .nav-tabs  .nav-item:first-child .nav-link {    border-top-right-radius: 5px;
}

.innerPage .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    border-color: transparent;
    background-color: #eee;
    border-top-left-radius: 0;
}
.innerPage .overlay {    border-radius: 0 0 0 30px ;}
#lastnew .row:last-child, #moreRead .row:last-child {
    border-bottom: none;
    margin-bottom: 0 !important;
}
#lastnew .row p, #moreRead .row p {
    font-size: 11px;
}
#lastnew .para-style p , #moreRead .para-style p {font-size: 0.75rem}
.innerPage .arrow-advertise {
    width: 40%
}

.con-desc {
    padding: 15px
}

.con-desc > .para-style {
    overflow: hidden;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 2.2rem;
}
.time{font-size: 13px; color: #656161;}

.innerPage .control-icon {
    width: 50px;
    height: 50px;
    line-height: 45px;
}
 .carousel-control-prev {
    left: 2%;
}
.innerPage .carousel-control-next {
    right: 2%;
}
.innerPage .carousel-item img {
    border-radius: 0;
}
/*///////////////////////////////////////////////////////////////////////////////////News*/
.disc-box {
    overflow: hidden;
    font-size: 0.75rem;
    line-height: 1.4rem;
    border: 2px dashed #e7e7e7;
    padding: 10px;
    width: 75%;
}

.disc-box p{
    height: 73px;
    font-size: 13px;
    line-height: 1.5rem;
    overflow: hidden;
}
.newdisc {    padding: 20px 10px;}

.newdet{padding: 5px}

#more .nav-tabs .nav-link {
    border: none;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
    background-color: rgb(52 55 64);
    padding: 14px 115px;
    color: #be9114;
}
.page-item:not(:first-child) .page-link {
    padding: 8px 15px;
}
.page-item:last-child .page-link {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #e7e7e7;
    padding: 8px 17px;
}
.page-item:first-child .page-link {
    margin-right: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #e7e7e7;
    padding: 8px 17px;
}
.page-link {color: #1b1e21;}

.page-link:hover, .page-link:focus , .page-item:first-child .page-link:hover , .page-item:first-child .page-link:focus
, .page-item:last-child .page-link:hover , .page-item:last-child .page-link:focus{
    color: #fff;
    background-color: #e39509;
    border-color: #e39509;
    font-weight: 700;
    box-shadow: none;
}

.paging{
    display: flex;
    justify-content: center;
    align-items: center;
}

.allNews .para-style {
    height: 53px;
    overflow: hidden;
    line-height: 1.6rem;
}
/*///////////////////////////////////////////////////////////////////////////////Site Map*/
.innerPage .menu-content {
    display: block;
    position: relative;
    background-color: transparent;
    color: #1b1e21;
    z-index: 0;
}
.innerPage .menu-content  a { color: #1b1e21; font-size: 13px; }

.innerPage .underline { background-color: #1b1e21; }

.allNews .time {font-size: 11px}

/*////////////////////////////////////////////////../////////////////////////Activities*/
.activities-box {
    padding: 15px;
    background-color: #f5f5f5;
    margin-top: 16px;
    border-radius: 5px;
}
.activities-box h4 {
    margin-bottom: 2rem!important;
    letter-spacing: 0.5px;
    font-size: 23px;
}

.innerPage .card .overlay {border-radius: 0;}

/*///////////////////////////////////////////////////////////////////////////////Procedures Manual*/
.sidebar {
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #f1f1f1;
    position: fixed;
    height: 100%;
    overflow: auto;
}

.sidebar a {
    display: block;
    color: black;
    padding: 16px;
    text-decoration: none;
}

.sidebar a.active {
    background-color: #4CAF50;
    color: white;
}

.sidebar a:hover:not(.active) {
    background-color: #555;
    color: white;
}

div.content {
    margin-left: 200px;
    padding: 1px 16px;
    height: 1000px;
}

@media screen and (max-width: 700px) {
    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
    }
    .sidebar a {float: left;}
    div.content {margin-left: 0;}
}

@media screen and (max-width: 400px) {
    .sidebar a {
        text-align: center;
        float: none;
    }
}
/*/////////////////////////////////////////////////////////////media*/
.btn-content.active{
    background-color: #e1b238;
    color: #ffffff;
    border: none;
    font-weight: 700;
    transition: 0.5s ease-in-out;
}
.btn-content{
    background-color: #ffffff;
    border-radius: 0;
    padding: 13px 7px;
    color: #4e555b;
    border: 1px solid #e7e7e7;
    font-size: 13px;
    text-align: right;
    letter-spacing: 0.4px;
}
.line-proc {
    position: absolute;
    width: 150px;
    height: 8px;
    background-color: #be9114;
    margin: 5px 0;
}
.para-procedure {
    font-size: 14px;
    line-height: 1.9rem;
    letter-spacing: 0.4px;
}
.procedures-box {
    padding: 50px;
    background-color: #f5f5f5;
    border-radius: 5px;
}
.input-group-text {
    font-size: 1.2rem;
    color: #ffffff;
    background-color: #e1b238;
    border: 1px solid #e1b238;
}
.h-group { padding: 15px}
.vertical-line {
    width: 8px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #daa92b;
    border-radius: 5px;
}
.service-disc h6 {
    padding-right: 15px;
    padding-top: 8px;
    color: #daa92b;
    font-weight: bold;
}
.service-disc li::marker{
    color: #be9114;
    font-size: 18px;
    font-weight: 700;}

.service-disc ul li, .service-disc ol li{    padding: 10px 0; font-size: 14px;}

.procedure-table {border-radius: 5px; background-color: #ffffff}

.procedure-table thead th {
     background-color: #daa92b;
     color: #fff;
     text-align: center;
}
.procedure-table thead th:first-child, .procedure-table tbody th:first-child {
    background-color: #ffff;
    color: #daa92b;
    text-align: center;
    font-weight: bold;
}
.procedure-table.table-bordered thead td, .table-bordered thead th {
     border-bottom-width: 0;
}
.procedure-table thead th {
    vertical-align: bottom;
     border-bottom: none;
}
.procedure-table a {color: #007bff}
/*///////////////////////////////////////////////////////////////////////////////@MEDIA*/
@media only screen and (max-width: 400px) {
    .allnews {
        margin-top: -7px;
        border-radius: 0;
    }

    .carousel-control-icon {
        font-size: 11px;
    }

    .control-icon {
        width: 22px;
        height: 22px;
        line-height: 16px;
    }

    .carousel-caption h5 {
        font-size: 1rem;
    }

    .carousel-caption p {
        font-size: 12px;
        line-height: 1.5;
    }

    .carousel-item img {
        border-radius: 0;
    }

    #demo {
        margin-bottom: 10px;
    }

    .arrow-more1 {
        width: 10%;
        bottom: 0;
    }

    .arrow-more2 {
        width: 10%
    }

    .nav-tabs .nav-link {
        padding: 5px
    }

    .new1 {
        margin-bottom: 10px;
    }

    .v-content .my-padding {
        padding-left: 12px;
        padding-right: 37px;
    }

    .line-visual {
        width: 40%;
    }

    .navbar-brand {
        margin-left: 0;
    }
    
    .new img, .carousel-item img, .advertise img, .new1 img {
        height: auto;
    }

    .btn-telegram, .btn-whatsapp, .btn-facebook, .btn-twitter {padding: 5px}

    #more .nav-tabs .nav-link {padding: 14px 146px;}

    .carousel-caption p {height: 38px;}

    .new-arrow {padding-right: 8px;}

    .procedure-table {
        font-size: 12px;
    }
}


.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #e39509;
    border-color: #e39509;
    padding: 8px 15px;
}