@font-face {
    font-family: "hacen_liner";
    src: url("../fonts/hacen_liner/hacen_liner-webfont.eot");
    src: url("../fonts/hacen_liner/hacen_liner-webfontd41d.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/hacen_liner/hacen_liner-webfont.woff") format("woff"),
        url("../fonts/hacen_liner/hacen_liner-webfont.ttf") format("truetype"),
        url("../fonts/hacen_liner/hacen_liner-webfont.svg#hacen_liner_print-outregular")
            format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "droidkufi";
    src: url("../fonts/droidkufi/droidkufi-webfont.eot");
    src: url("../fonts/droidkufi/droidkufi-webfontd41d.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/droidkufi/droidkufi-webfont.woff") format("woff"),
        url("../fonts/droidkufi/droidkufi-webfont.ttf") format("truetype"),
        url("../fonts/droidkufi/droidkufi-webfont.svg#droid_arabic_kufiregular")
            format("svg");
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: "droidkufi", hacen_liner;
    color: #000;
}
.navbar {
    border-radius: 0;
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
    display: none;
}
#main-menu-state:checked ~ #main-menu {
    display: block;
}
@media (max-width: 768px) {
    #header .socialcontact ul li a {
        font-size: 14px;
        height: 30px;
        width: 30px;
    }
}

@media (min-width: 768px) {
    #header .socialcontact ul li a {
        color: #ffffff;
        display: block;
        font-size: 15px;
        height: 35px;
        width: 35px;
        padding: 8px;
        border: 1px solid #eee;
    }
    /* hide the button in desktop view */
    .main-menu-btn {
        position: absolute;
        top: -99999px;
    }
    /* always show the menu in desktop view */
    #main-menu-state:not(:checked) ~ #main-menu {
        display: block;
    }
}
/* Mobile menu toggle button */
.main-menu-btn {
    float: left;
    margin: 10px;

    display: inline-block;
    width: 29px;
    height: 29px;
    text-indent: 29px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    position: absolute;
    top: 20px;

    height: 2px;
    width: 24px;
    background: #fff;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.main-menu-btn-icon:before {
    content: "";
    top: -7px;
    left: 0;
}
.main-menu-btn-icon:after {
    content: "";
    top: 7px;
    left: 0;
}
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* nav-brand */
.nav-brand {
    float: right;
    margin: 0;
}
/* Mobile menu top separator */
#main-menu:before {
    content: "";
    display: block;
    height: 1px;
    font: 1px/1px sans-serif;
    overflow: hidden;
    background: #2e8cb8;
}
@media (min-width: 768px) {
    #main-menu:before {
        display: none;
    }
}
/* #main-nav center */
@media (min-width: 768px) {
    #main-nav {
        line-height: 0;
        text-align: center;
    }
    #main-menu {
        display: inline-block;
    }
}

#main-menu {
    clear: both;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-right: 0;
    -webkit-transition: margin 0.5s ease;
    -moz-transition: margin 0.5s ease;
    -o-transition: margin 0.5s ease;
    transition: margin 0.5s ease;
}

@media (min-width: 768px) {
    #main-menu {
        /* float: right; */
        clear: both;
        /* float: left; */
        margin-bottom: 0;
    }
}
.main-nav {
    height: 100%;
    width: 100%;
    background: #343a40;
    -webkit-animation: swim 10s linear 0s infinite;
    -moz-animation: swim 10s linear 0s infinite;
    -ms-animation: swim 10s linear 0s infinite;
    -o-animation: swim 10s linear 0s infinite;
    animation: swim 10s linear 0s infinite;
    background-position: 50% 0%, 0;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.25);
}

.sm-clean a,
.sm-clean a:hover,
.sm-clean a:focus,
.sm-clean a:active,
.sm-clean a.highlighted {
    color: #fff;
    background-color: transparent;
    font-size: 14px;
}
.sm-clean.sm-rtl li:hover {
    background: rgb(66, 73, 72);
}
.sm-clean a span.sub-arrow {
    border-color: #ffffff transparent transparent transparent;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.sm-clean {
    padding: 0;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
}
.sm-clean ul {
    background: rgba(0, 0, 0, 0.42);
}
.sm-clean ul a,
.sm-clean ul a:hover,
.sm-clean ul a:focus,
.sm-clean ul a:active,
.sm-clean ul a.highlighted {
    color: #ffffff;
}
.sm-clean.sm-rtl ul a span.sub-arrow {
    border-color: transparent #ffffff transparent transparent;
}
.sm-clean ul a:hover,
.sm-clean ul a:focus,
.sm-clean ul a:active,
.sm-clean ul a.highlighted {
    background: rgba(132, 132, 132, 0.74);
}
.sm-clean > li > ul:before,
.sm-clean > li > ul:after {
    border-color: transparent transparent rgba(191, 191, 191, 0.9) transparent;
}
/********social*******/
.social-icons {
    text-align: center;
}

.social-icons ul li {
    float: right;
    margin-left: 5px;
    margin-top: 5px;
}

.social-icons ul li:last-child {
    margin-left: 0;
}

.social-icons ul li a {
    background-color: rgba(191, 191, 191, 0.51);
    border-radius: 5px;
    height: 40px;
    width: 40px;
    line-height: 10px;
    display: block;
    font-size: 20px;
}

.social-icons ul li a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.social-icons ul li a.facebook:hover {
    background-color: #3b5999;
    color: #fff;
}
.social-icons ul li a.twitter:hover {
    background-color: #2ac6f7;
    color: #fff;
}
.social-icons ul li a.youtube:hover {
    background-color: #d14836;
    color: #fff;
}
.social-icons ul li a.rss:hover {
    background-color: #ef9d1b;
    color: #fff;
}
.social-icons ul li a.sea:hover {
    background-color: #fff;
    color: #000;
}
.social-icons ul li a.english:hover {
    background-color: #479454;
    color: #fff;
}

/* End iconhom */
.card-body2 .title {
    text-align: center;
    margin-top: -15px;
}
.card-text {
    text-align: center;
}
.btn-primary {
    color: #fff;
    background-color: #1b424d;
    /* border-color: #2e6da4; */
    font-size: 12px;
    width: 75%;
    text-align: center;
}
a.btn.btn-primary {
    color: #fff;
    background: #1b424d;
    border-color: #1b424d;
    font-size: 12px;
    width: 75%;
    text-align: center;
}
.iconhompage {
    padding: 30px 0;
}

/* End iconhom */

.tree-menu {
    background-color: rgb(66, 73, 80);
    max-width: 370px;
    padding: 0;
    padding-bottom: 1px;
    direction: rtl;
    text-align: right;
    /* font-family: 'Droid Arabic Kufi'; */
    margin-left: auto;
    border-radius: 10px;
}
.tree-menu ul {
    padding: 0;
}

.tree-menu ul li,
.tree-menu ul li ul li {
    position: relative;
    top: 0;
    bottom: 0;
    padding-bottom: 10px;
    text-align: center;
}

.tree-menu ul li ul {
    margin-right: 2em;
}

.tree-menu li {
    list-style-type: none;
}

.tree-menu .cate a {
    padding: 10px 0 10px 10px;
    position: relative;
    top: 1em;
    width: 160px;
    border: 1px solid #fff;
    border-radius: 4px;
    /* display: -webkit-inline-box; */
    /* display: -ms-inline-flexbox; */
    /* display: inline-flex; */
    padding-right: 10px;
    /* text-align: center; */
    /* align-items:center; */
    color: #fff;

    text-decoration: none !important;
    max-width: calc(100% - 35px);
}
.tree-menu .cate {
    padding: 10px 0 10px 10px;
    /* position: relative; */
    bottom: 1em;
    width: 220px;
    /* border: 1px solid #fff; */
    /* border-radius: 4px; */
    /* display: -webkit-inline-box; */
    /* display: -ms-inline-flexbox; */
    /* display: inline-flex; */
    /* padding-right: 10px; */
    /* text-align: center; */
    /* align-items:center; */
    /* color: #fff; */

    text-decoration: none !important;
    max-width: calc(100% - 35px);
}
.tree-menu .sub a {
    padding: 3px 0 3px 10px;
    position: relative;
    top: 1em;
    width: 180px;
    border: 1px solid #fff;
    border-radius: 4px;
    display: inline-flex;
    padding-right: 10px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;

    text-decoration: none !important;
    max-width: calc(100% - 35px);
}
@media (max-width: 768px) {
    .tree-menu .cate a {
        /* padding:10px 0 10px 10px; */
        position: relative;
        top: 15px;
        width: 160px !important;
        border: 1px solid #fff;
        border-radius: 4px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding-right: 10px;
        text-align: center;
        align-items: center;
        color: #fff;

        text-decoration: none !important;
        max-width: calc(100% - 35px);
    }
    .tree-menu {
        background-color: rgb(66, 73, 80);
        max-width: 370px;
        padding: 0;
        padding-bottom: 1px;
        direction: rtl;
        text-align: right;
        /* font-family: 'Droid Arabic Kufi'; */
        margin-left: auto;
        border-radius: 10px;
        margin-bottom: 30px;
    }
    .tree-menu .sub a {
        /* padding: 3px 0 3px 10px; */
        /* position: relative; */
        top: 1em;
        width: 180px;
        border: 1px solid #fff;
        border-radius: 4px;
        display: inline-flex;
        padding-right: 10px;
        text-align: center;
        color: #fff;
        margin-bottom: 0;

        text-decoration: none !important;
        max-width: calc(100% - 35px);
    }
}
/*  */
.tree-menu li a i {
    color: #fff;
}
.tree-menu li a span.number {
    background-color: #b6c7c9;
    border-radius: 20px;
    padding: 2px 5px;
    font-size: 12px;
    margin-right: 10px;
}
.tree-menu li a.hover {
    background-color: #bbbac0;

    color: #fff;
}
.tree-menu li a:hover {
    text-decoration: none;
}
.tree-menu li a:focus {
    color: #fff;
}

.tree-menu a.addBorderBefore:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 28px;
    position: absolute;
    right: -61px;
    top: -16px;
    border-right: 1px solid gray;
}

/* .tree-menu li:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 0;
    position: relative;
    right: 0em;
    top: 4px;
    border-top: 1px solid gray;
} */

.tree-menu ul > li.hasSubmenu {
    display: block;
}

.tree-menu li.hasSubmenu > a {
    border-right: 0;
    border-radius: 4px 0 0 4px;
    padding-right: 0;
    max-width: calc(100% - 64px);

    margin-right: 0px;
    display: table-cell;
}

.tree-menu li.hasSubmenu > a:nth-child(1) {
    border-left: 0;
    border-radius: 0 4px 4px 0;
    padding: 12px 0 14px 10px;
    /* border-right: 1px solid #fff; */
    /* padding-right: 10px; */
}

.tree-menu li.hasSubmenu:before {
    display: table-cell;
    top: 37px;
}

.tree-menu i.fa.fa-folder {
    font-size: 15px;
    margin-top: -1px;
}

.tree-menu li.hasSubmenu > ul {
    display: none;
}

/*    header new          */
.logo img {
    /* height: 250px;
    width: auto; */
}
@media (max-width: 768px) {
    .logo img {
        /* height: 250px;
    width: auto; */
        padding-bottom: 12px;
    }
    .logo{
      bottom: 12px;
    }
}

#header .socialcontact {
    position: absolute;
    bottom: 10px;
}
#header .socialcontact ul li a {
    border-radius: 100%;
}
#header .socialcontact .title {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin: 0 auto 15px;
}
#header .socialcontact ul {
    text-align: center;
}
#header .socialcontact ul li {
    display: inline-block;
    margin: 0 1px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#header .socialcontact ul:hover li {
    opacity: 0.5;
}
#header .socialcontact ul li:hover {
    opacity: 1;
}

#header .datetime {
    position: absolute;
    bottom: 10px;
}
#header .datetime ul li {
    color: #ffffff;
    display: block;
    font-size: 17px;
}

.desc {
    color: #6b6b6b;
}
.desc a {
    color: #0092dd;
}

.dropdown dd,
.dropdown dt,
.dropdown ul {
    margin: 0px;
    padding: 0px;
}
.dropdown dd {
    position: relative;
}
.dropdown a,
.dropdown a:visited {
    color: #ffffff;
    text-decoration: none;
    outline: none;
}
.dropdown a:hover {
    color: #e89c00;
}
.dropdown dt a:hover {
    color: #e89c00;
}
.dropdown dt a {
    display: block;
    padding-right: 20px;
}
.dropdown dt a span {
    cursor: pointer;
    display: block;
    padding: 5px;
}
.dropdown dd ul {
    background: #1f3c04 none repeat scroll 0 0;
    border: 1px solid #d4ca9a;
    color: #c5c0b0;
    display: none;
    left: 0px;
    padding: 5px 0px;
    position: absolute;
    top: 2px;
    width: auto;
    min-width: 170px;
    list-style: none;
}
.dropdown span.value {
    display: none;
}
.dropdown dd ul li a {
    padding: 5px;
    display: block;
}
.dropdown dd ul li a:hover {
    background-color: #d0c9af;
}

.dropdown img.flag {
    border: none;
    vertical-align: middle;
    margin-left: 10px;
}
.flagvisibility {
    display: none;
}

/* new footer */

.socialcontact {
    position: absolute;
    bottom: 10px;
}
.socialcontact ul li a {
    border-radius: 100%;
}
.socialcontact .title {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin: 0 auto 15px;
}
.socialcontact ul {
    text-align: center;
}
.socialcontact ul li {
    display: inline-block;
    margin: 0 1px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.socialcontact ul li a {
    color: #ffffff;
    display: block;
    font-size: 17px;
    height: 36px;
    width: 36px;
    padding: 8px;
    border: 1px solid #eee;
}
.socialcontact1 {
    position: relative;
    /* bottom: 10px; */
    top: 20px;
}
.socialcontact1 ul li a {
    border-radius: 100%;
}
.socialcontact1 .title {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin: 0 auto 15px;
}
.socialcontact1 ul {
    text-align: center;
}
.socialcontact1 ul li {
    display: inline-block;
    margin: 0 1px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.socialcontact1 ul li a {
    color: #ffffff;
    display: block;
    font-size: 17px;
    height: 36px;
    width: 36px;
    padding: 8px;
    border: 1px solid #eee;
}
.socialcontact1 ul li a {
    color: #000;
    display: block;
    font-size: 17px;
    height: 36px;
    width: 36px;
    padding: 8px;
    border: 1px solid #000;
}

.socialcontact ul:hover li {
    opacity: 0.5;
}
.socialcontact ul li:hover {
    opacity: 1;
}

.logofooter {
    padding: 10px 5px;
}

footer .socialcontact {
    position: relative;
}

.footer_top_sections_blok {
    margin-top: 30px;
}
div.footer_top_sections_title {
    color: #f6902c;
    font-size: 18px;
    margin-bottom: 10px;
    margin-left: 10px;
    border-bottom: 2px solid #585c61;
    padding-right: 10px;
    padding: 5px 0px;
}
.footer_top_sections_blok ul li {
    margin-top: 10px;
}
/* End footer */

/* new banerimg */

.bannerimg img {
    width: 100%;
}

/* block_six */
.block_six {
    padding: 8px 0;
}
.block_six .title {
    font-size: 34px;
    line-height: 60px;
    margin: 0 auto 40px;
    padding: 0 30px;
}
.block_six .title a {
    color: #8560a8;
}
.block_six .title a:hover {
    color: #724899;
}
.block_six .owl-carousel {
    direction: ltr;
}
.block_six .item {
    direction: rtl;
    margin: 0 10px;
}
.block_six .item .imgthumb {
    height: 295px;
    overflow: hidden;
    border-radius: 15px;
}
.block_six .item .imgthumb a {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

.block_six .item .imgthumb a img {
    max-height: 290px;
    min-height: 290px;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.block_six .item .imgthumb a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.block_six .item .imgthumb a:hover:before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}
.block_six .item .imgthumb .details {
    bottom: 10px;
    color: #ffffff;

    font-size: 12px;
    left: 7px;
    position: absolute;
    z-index: 9999;
}
.block_six .item h1 {
    color: #343a40;
    background: #fafcfe;
    border-color: #1b424d;
    font-size: 15px;
    text-align: center;
    margin: 4px 0px 5px 0px;
    border-radius: 15px;
    padding: 5px 0;
    border: #38959a solid 1px;
}
.block_six .item h1 a {
    color: #8560a8;
}
.block_six .item h1 a:hover {
    color: #6c478f;
}
.block_six .item p {
    color: #383838;
    font: 14px/23px tahoma;
    margin: 0 auto;
}
.block_six .owl-prev,
.block_six .owl-next {
    background-color: #ffffff;
    font-size: 27px;
    height: 30px;
    left: 10px;
    line-height: 28px;
    position: absolute;
    text-align: center;
    top: 31%;
    width: 30px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.block_six .owl-next {
    right: 10px;
    left: auto;
}
.block_six:hover .owl-prev,
.block_six:hover .owl-next {
    opacity: 1;
}
/* End block_six */

.headline_video_playlist .table tbody tr td {
    /* background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#f0f7fd),to(#fff));
    background: linear-gradient(0,#f0f7fd 0,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f0f7fd',GradientType=0); */
    border: 1px #000 solid;
}
.headline_video_playlist .table tbody tr tr {
    margin: 2px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 3px solid #000;
    margin-top: 10px;
    color: #dddddd;
}

.headline_video_playlist .table thead.thead-dark {
    background: rgb(66, 73, 72);
    /* background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#f0f7fd),to(#fff));
    background: linear-gradient(0,#f0f7fd 0,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f0f7fd',GradientType=0); */
    border: 1px solid #000;
    /* border-bottom:1px solid #000; */
    /* border-radius: 1px; */
}

.headline_video_playlist .table tbody tr td.title a {
    color: #000;
    font-size: 15px;
}

.headline_video_playlist .table tbody tr td.titleval a {
    color: #000;
    font-size: 24px;
}

.headline_video_playlist .table tbody tr td.titledown a {
    color: #000;
    font-size: 24px;
}
#containerhomblok {
    background: #f6fafe;
    margin: 30px 0;
    padding: 30px 0;
}

.rectangletitle {
    padding: 10px 0;
    margin-bottom: 10px;
}
.rectangletitle a {
    color: #1b424d;
    font-size: 22px;
}
.rectangletitle i.fa.fa-microphone {
    font-size: 21px;
}

.mornewshomblok a {
    color: #38959a;
    border: 2px solid #d1fafd;
    padding: 0px 20px;
    border-radius: 20px;
}

.mornewshomblok {
    margin: 5px;
}
/*videolist*/

.video_list .image {
    margin: 0;

    width: 100%;
}

.video_list .image img {
    width: 100%;
    border-radius: 15px;
}

.video_list .article_title {
    position: absolute;

    bottom: 10px;

    color: #fff;

    background: #00000047;

    /* width: 100%; */
}

.video-overlay-play-button {
    box-sizing: border-box;

    width: 100%;

    height: 100%;

    padding: 10px calc(58% - 50px);

    position: absolute;

    top: 0;

    left: 0;

    display: block;

    opacity: 0.6;

    cursor: pointer;

    /* background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000)); */

    /* background-image: linear-gradient(transparent, #000); */

    -webkit-transition: opacity 150ms;

    transition: opacity 150ms;

    z-index: 3;
}

.video-overlay-play-button:hover {
    opacity: 1;
}
.video_list {
    position: relative;
    margin: 2px 0;
    display: flex;
    border: 3px solid #d1fafd;
    border-radius: 15px;
}
.spacee {
    margin: 15px;
}
.selected-item {
    margin: 20px 0;
    text-align: center;
    p {
        font-size: 18px;
        span {
            font-weight: bold;
        }
    }
}
.box_breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    color: #555;
    /* border-bottom: 1px solid rgb(214, 200, 200); */
    text-align: right;
    /* margin: 10px 5px; */
    border-radius: 10px;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
    color: #ffffff;
    background: #106a68;
}

ul.tabs2.nav.nav-tabs.nav-justified li a.current {
    background: #106a68;
    color: #ffffff;
}

/* dropdown list */
.dropdown {
    margin: 20px auto;
    width: 300px;

    position: relative;
    perspective: 800px;
    &.active {
        .selLabel {
            &:after {
                content: "\25B2";
            }
        }
        .dropdown-list {
            li {
                &:nth-child(1) {
                    transform: translateY(100%);
                }
                &:nth-child(2) {
                    transform: translateY(200%);
                }
                &:nth-child(3) {
                    transform: translateY(300%);
                }
                &:nth-child(4) {
                    transform: translateY(400%);
                }
            }
        }
    }
    > span {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        width: 100%;
        height: 60px;
        line-height: 60px;
        color: #fff;
        font-size: 18px;
        letter-spacing: 2px;
        background: #34495e;
        display: block;
        padding: 0 50px 0 30px;
        position: relative;
        z-index: 9999;
        cursor: pointer;

        transform-style: preserve-3d;
        transform-origin: 50% 0%;
        transition: transform 300ms;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none;
        user-select: none;

        &:after {
            content: "\25BC";
            position: absolute;
            right: 0px;
            top: 15%;
            width: 50px;
            text-align: center;
            font-size: 12px;
            padding: 10px;
            height: 70%;
            line-height: 24px;
            border-left: 1px solid #ddd;
        }
        &:active {
            transform: rotateX(45deg);
            &:after {
                content: "\25B2";
            }
        }
    }
}
.dropdown-list {
    position: absolute;
    top: 0px;
    width: 100%;
    li {
        display: block;
        list-style: none;
        left: 0;
        opacity: 1;
        transition: transform 300ms ease;

        position: absolute;
        top: 0;
        width: 100%;
        &:nth-child(1) {
            background-color: #1abc9c;
            z-index: 4;
            transform: translateY(0);
        }
        &:nth-child(2) {
            background-color: #3498db;
            z-index: 3;
            transform: translateY(3%);
        }
        &:nth-child(3) {
            background-color: #9b59b6;
            z-index: 2;
            transform: translateY(6%);
        }
        &:nth-child(4) {
            background-color: #e67e22;
            z-index: 1;
            transform: translateY(9%);
        }
        span {
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
            -webkit-backface-visibility: hidden;
            -webkit-touch-callout: none;
            user-select: none;

            width: 100%;
            font-size: 18px;
            line-height: 60px;
            padding: 0 30px;
            display: block;
            color: #fff;
            cursor: pointer;
            letter-spacing: 2px;
        }
    }
}

/* Pagination */
.pagination {
    display: table;
    margin: 15px auto;
    position: relative;
}
.pagination span,
.pagination a {
    background-color: #f9f9f9;
    border: 1px solid #eef0f1;
    border-left: none;
    color: #2d323a;
    display: block;
    float: right;
    font-size: 22px;
    height: auto;
    line-height: 22px;
    padding: 7px 14px;
    text-align: center;
    text-decoration: none;
    width: auto;
}
.pagination span:first-child,
.pagination a:first-child {
    border-radius: 0 4px 4px 0;
}
.pagination span:last-child,
.pagination a:last-child {
    border-radius: 4px 0 0 4px;
    border-left: 1px solid #eef0f1;
}
.pagination span p,
.pagination a p {
    display: block;
    font-size: 22px;
    margin: 0 auto;
}
.pagination a:hover {
    background-color: #eef0f1;
    color: #2d323a;
}
.pagination .page_active {
    background-color: #2d323a;
    color: #ffffff;
}
.totalp {
    padding: 10px;
    margin: 10px;
}
/* end Pagination */

.titearticalsubg ul li {
    text-align: right;
    margin: 15px 0;
}
.titearticalsubg ul li i.fa.fa-square {
    padding: 5px 0;
    color: #106a68;
}
.mornewshomblok2 {
    margin: 10px auto;
    border: 2px solid #c0ebf1;
    width: 145px;
    margin-top: 0px;
    border-radius: 15px;
    padding: 3px;
}

.post-overaly-style {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.post-overaly-style:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    right: 0;
    background: -moz-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0) 40%,
        rgba(0, 0, 0, 0.85) 100%
    );
    background: -webkit-gradient(
        linear,
        left bottom,
        left bottom,
        color-stop(60%, rgba(0, 0, 0, 0)),
        color-stop(100%, rgba(0, 0, 0, 0.85))
    );
    background: -webkit-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0) 40%,
        rgba(0, 0, 0, 0.85) 100%
    );
    background: -o-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0) 40%,
        rgba(0, 0, 0, 0.85) 100%
    );
    background: -ms-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0) 40%,
        rgba(0, 0, 0, 0.85) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 40%,
        rgba(0, 0, 0, 0.85) 100%
    );
}
.post-overaly-style .post-thumb {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.post-overaly-style .post-thumb img {
    width: 100%;
    height: 250px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.post-overaly-style:hover .post-thumb img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.post-overaly-style .post-content {
    position: absolute;
    bottom: 0;
    padding: 25px;
    z-index: 1;
}
.post-content .post-cat {
    position: relative;
    font-size: 10px;
    padding: 0 5px;
    background: #337ab7;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}
.post-content .post-cat:before {
    content: "";
    position: absolute;
    right: 0;
    z-index: 0;
    bottom: -8px;
    border-top: 8px solid #337ab7;
    border-left: 8px solid transparent;
}
.post-content .post-title {
    font-size: 18px;
    line-height: 24px;
    margin: 15px 0 0;
    height: 50px;
    overflow: hidden;
}
.post-content .post-title a {
    color: #fff;
}
.post-content .post-meta .post-date {
    color: #fff;
    font-size: 12px;
    margin-left: 8px;
    padding-left: 10px;
    line-height: 12px;
    display: inline-block;
}

select[multiple],
select[size] {
    height: 40px;
    background-color: #fafafa;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

#homepage_boxestefta {
    border-radius: 15px;
    padding: 10px;
    border: 1px solid rgb(214, 200, 200);
    /* border-top: 1px solid rgb(214, 200, 200);
    border-bottom: 1px solid rgb(214, 200, 200); */
    height: 60px;
    margin: 5px;
}
.search-buttonnew {
    display: block;
    position: relative;
    z-index: 2;
    border: 1px;
    background: url(../img/icon-search.png) no-repeat center;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    background-color: #2a9bab;
    height: 36px;
    border-radius: 10px;
}
.search-inputnew {
    text-align: right;
    display: inline-block;
    padding: 8px 8px 8px 12px;
    border-radius: 10px;
    border: 0px;
    z-index: 1;
    position: relative;
    -webkit-box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 20%);
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.title.videos {
    margin: 4px;
    list-style-image: none !important;
    text-align: center;
    border: 0px solid #0dbd9b;
    padding: 4px 0px;
    background: #fffffe;
    border-radius: 15px;
    height: 58.5px;
    font-size: 12px;
}
/*FamilyTreeDiv*/
* {
    margin: 0;
    padding: 0;
}

.tree-fam ul {
    padding-top: 20px;
    position: relative;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree-fam li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree-fam li::before,
.tree li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #ccc;
    width: 70%;
    height: 20px;
}
.tree-fam li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree-fam li:only-child::after,
.tree li:only-child::before {
    display: none;
}

/*Remove space from the top of single children*/
.tree-fam li:only-child {
    padding-top: 0;
}

/*Remove left connector from first child and 
right connector from last child*/
.tree-fam li:first-child::before,
.tree li:last-child::after {
    border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree-fam li:last-child::before {
    border-right: 1px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}
.tree-fam li:first-child::after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree-fam ul ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 20px;
}

.tree-fam li a {
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    display: inline-block;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree-fam li a:hover,
.tree li a:hover + ul li a {
    background: #c8e4f8;
    color: #000;
    border: 1px solid #94a0b4;
}
/*Connector styles on hover*/
.tree-fam li a:hover + ul li::after,
.tree-fam li a:hover + ul li::before,
.tree-fam li a:hover + ul::before,
.tree-fam li a:hover + ul ul::before {
    border-color: #94a0b4;
}
short23 {
    width: 35%;
    height: 31%;
}

/*Thats all. I hope you enjoyed it.
Thanks :)*/
