@font-face {
    font-family: "DroidKufiRegular" ;
    src: url('../fonts/DroidKufiRegular.TTF');
}

body, html {
    font-family: "DroidKufiRegular";
    overflow-x: hidden;
}

@media (min-width: 1300px) {
    .container {
        max-width: 1295px;

    }
}
.shadow {
    box-shadow: 0 .3rem 0.5rem rgba(0,0,0,.15)!important;
}
.main-color {
    color: #daa92b
}

.background-head {
    background-color: #be9114;
}

a, a:hover {
    color: #fff;
    text-decoration: none;
}

.guidance_title {
    background: #be9114;
    padding: 3px 10px;
    border-radius: 10px;
}

.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.75rem;
    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%;
    left: 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;
    margin-left: 30px;
}

.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-left: 0;
    margin-right: 0;
}

.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;
}

.newest p, .allnews p {
    margin-top: 8px;
    margin-bottom: 8px;
}

marquee {
    background-color: #d6d7d9;
    padding: 8px;
}

.allnews {
    background-color: #343740;
    text-align: center;
    height: fit-content;
    border-radius: 0 0 20px 0 ;
}

.hotline {
    padding: 0
}

/*--------------------------------------------------------------------carousel---*/
.carousel-item img {
    border-radius: 0 0 30px 0 ;
    height: 427px;
}

.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%);

    /*background: rgb(0, 0, 0);*/
    /*background: linear-gradient(0deg, #eee 36%, rgba(105, 105, 105, 0.10968137254901966) 20%, rgba(255, 255, 255, 0) 100%);   */
    width: 100%;
    transition: .5s ease;
    opacity: 1;
    color: white;
    font-size: 20px;
    border-radius: 0 0 30px 0 ;
}

.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 30px 0 ;
}

.carousel-caption {
    left: 5%;
    text-align: left;
    right: 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;
    left: 0;
    background: red;
    opacity: 1;
    color: white;
    font-size: 20px;
    border-radius: 0 0 18px 0;
}

.adv {
    padding-right: 12px;
    padding-left: 5px;
}

.new img {
    border-radius: 0 0 30px 0 ;
    height: 210px;
}

.advertise img {
    border-radius: 0 0 30px 0 ;
    height: 428px;
}
.new {
    position: relative;
    margin-bottom: 7px;
}

.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;
    left: 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;
    left: 7%;
    color: #fff;
}

.line {
    position: absolute;
    bottom: -5px;
    left: 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 30px 0 ;
    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 39px;
}
.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: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: #be9114;
    border-color: #be9114;
    font-weight: 700;
    box-shadow: none;
}

.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: left;
    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;
    }
     .service-box {
        padding: 0;
    }


    .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;
    }
}
.dropdown-toggle::before {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.dropdown-toggle::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.nav-link {
    color: #fff;
}