@font-face {font-family: JF-Flat-Regular; src: url('../fonts/JF-Flat-Regular.ttf');}
@font-face {font-family: arabic-ejaza; src: url('../fonts/arabic-ejaza.ttf');}
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface&display=swap');
 
body{
    font-family: JF-Flat-Regular, sans-serif;
    padding: 0;
    margin: 0;
    font-size: 16px;
    overflow:hidden;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none !important;
}

.clear {
    clear: both;
}


/* -- Header -- */

header {
    background: #99ba47;
    padding: 10px 0;
}

header .links li {
    margin-top: 7px;
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #eee;
    font-size: 14px;
}

header .links li a {
    color: #fff;
}

header .links li:last-child {
    border-left: 0;
}

header .weather {
    float: left;
}

header .weather li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #eee;
}

header .weather li:first-child {
    border: 0;
}

.booked-wzs-bottom-160-110 {
	display: none !important;
}

.w120x36-01,
.booked-weather-120x36{
	min-width: 115px !important;
	width: 115px !important;
}

.booked-weather-120x36 {
	border: none !important;
	background-color: #99ba47 !important;
}

@media (max-width: 767px) {
    header .links {
        margin-bottom: 20px;
    }

    header .weather {
        float: none;
        text-align: center;
    }

    header .weather li {
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media (max-width: 455px) {
    header .weather li:last-child {
        border-right: 0;
        display: block;
        margin-top: 5px;
    }
}

@media (max-width: 320px) {
    header .weather li {
        border-right: 0;
        display: block;
        margin-top: 15px !important;
    }

    header .weather li:first-child {
        margin-top: 0px !important;
    }
}

/* -- ./Weather -- */

/* -- Logo -- */

.logo {
    float: right;
}

.logo img {
    width: 225px;
    height: 150px;
    margin-top: -10px;
    background: #99ba47;
    padding: 0 5px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.logo-sentence {
    float: right;
    width: calc(100% - 250px);
    margin-top: 10px;
    margin-right: 15px;
    font-family: arabic-ejaza;
    font-weight: bold;
    font-size: 25px;
    position: relative;
    overflow: hidden;
}

.logo-sentence a:after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-17deg);
    -moz-transform: skewX(-17deg);
    -o-transform: skewX(-17deg);
    -ms-transform: skewX(-17deg);
    transform: skewX(-17deg);
    -webkit-animation: shine 1.5s ease-in-out infinite;
    -moz-animation: shine 1.5s ease-in-out infinite;
    animation: shine 1.5s ease-in-out infinite;
}

@-webkit-keyframes shine {
    0% {
        left: -75%;
    }

    50% {
        left: -75%;
    }

    100% {
        left: 80%;
    }
}

@keyframes shine {
    0% {
        left: -75%;
    }

    50% {
        left: -75%;
    }
    
    100% {
        left: 80%;
    }
}

.logo-sentence a {
    display: block;
    margin-bottom: 10px;
    color: #327237;
    overflow: hidden;
}

.logo-sentence a:last-child {
    font-size: 22px;
    margin-bottom: 0;
}

@media (max-width:991px) and (min-width:768px) {
    .logo-sentence a:last-child {
        font-size: 20px;
    }
}

@media (max-width:450px) {
    .logo,
    .logo-sentence {
        float: none
    }

    .logo img {
        margin-right: calc(50% - 112.5px);
    }

    .logo-sentence {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
}

/* -- ./Logo -- */

/* -- Social Links -- */

.social {
    float: left;
    margin-top: 50px;
}

.social li {
    display: inline-block; 
    padding-right: 15px;
}

.social li a {
    color: #327237;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.social li a:hover {
    color: #fff;
    transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
}

.social li.facebook a:hover {
    background: #4867AA;
}

.social li.twitter a:hover {
    background: #1DA1F2;
}

.social li.instagram a:hover {
    background: #DC2F7E;
}

.social li.youtube a:hover {
    background: #FF0000;
}

@media (max-width:991px) and (min-width:768px) {
    .social li {
        padding-right: 12px;
    }
}

@media (max-width:767px) {
    .social {
        margin-top: 10px;
        float: none;
        text-align: center;
    }
}

@media (max-width:570px) {
    .logo-sentence {
        font-size: 22px;
    }

    .logo-sentence a:last-child {
        font-size: 18px;
    }
}

/* -- ./Social Links -- */

/* -- Navbar -- */

.navbar {
    background: #99ba47;
    border: none;
    border-radius: 0;
    margin-top: 1px;
    margin-bottom: 0px;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 6;
}

.navbar .container {
    position: relative;
}

.navbar-nav > li > a {
    padding: 15px 10px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.nav > li.active > a,
.nav > li > a:focus,
.nav > li.open > a {
    color: #FFF;
    background: #327237!important;
}

.nav > li.open > a > svg {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.nav > li > a:hover {
    background: none;
    color: #fff;
}

.nav > li > a > .bg {
    background: #327237;
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.nav > li > a > .bg.out {
    animation: bgnav-out .5s ease-in-out;
    -o-animation: bgnav-out .5s ease-in-out;
    -ms-animation: bgnav-out .5s ease-in-out;
    -moz-animation: bgnav-out .5s ease-in-out;
    -webkit-animation: bgnav-out .5s ease-in-out;
}

.nav > li > a:hover .bg {
   animation: bgnav .5s ease-in-out;
   -o-animation: bgnav .5s ease-in-out;
   -ms-animation: bgnav .5s ease-in-out;
   -moz-animation: bgnav .5s ease-in-out;
   -webkit-animation: bgnav .5s ease-in-out;
   left: 0%;
}

@keyframes bgnav {
    0% {
        left: -100%;
    }

    100% {
        left: 0%;
    }
}

@-moz-keyframes bgnav {
    0% {
        left: -100%;
    }

    100% {
        left: 0%;
    }
}

@-webkit-keyframes bgnav {
    0% {
        left: -100%;
    }

    100% {
        left: 0%;
    }
}


@keyframes bgnav-out {
    0% {
        left: 0%;
    }

    100% {
        left: -100%;
    }
}

@-moz-keyframes bgnav-out {
    0% {
        left: 0%;
    }

    100% {
        left: -100%;
    }
}

@-webkit-keyframes bgnav-out {
    0% {
        left: 0%;
    }

    100% {
        left: -100%;
    }
}

.nav > li {
    border-left: 1px solid #e3e3e3;
}

.nav > li:last-child {
    border-left: 0;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 5px;
    border-radius: 15px;
    background: #99ba47;
    border: 2px solid #327237;
    overflow: hidden;
}

.dropdown-menu > li > a {
    position: relative;
    color: #fff;
}

.dropdown-menu > li > a > .bg {
    background: #327237;
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.dropdown-menu > li > a > .bg.out {
    animation: bgnav-out .5s ease-in-out;
    -o-animation: bgnav-out .5s ease-in-out;
    -ms-animation: bgnav-out .5s ease-in-out;
    -moz-animation: bgnav-out .5s ease-in-out;
    -webkit-animation: bgnav-out .5s ease-in-out;
}

.dropdown-menu > li > a:hover > .bg {
   animation: bgnav .5s ease-in-out;
   -o-animation: bgnav .5s ease-in-out;
   -ms-animation: bgnav .5s ease-in-out;
   -moz-animation: bgnav .5s ease-in-out;
   -webkit-animation: bgnav .5s ease-in-out;
   left: 0%;
}

.dropdown-menu > li > a:hover {
    background: none;
    color: #fff;
}

.search {
    position: absolute;
    z-index: 5;
    left: 0;
    height: 100%;
    width: 100%;
    top:0;
}

.search button {
    border: none;
    position: absolute;
    z-index: 7;
    left: 7px;
    width: 40px;
    height: 50px;
    background: #327237;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    outline: none;
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.search input,
.search button {
    display: none;
}

.search button.out {
    transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
}

.search #open {
    display: block;
}

.search input {
    position: absolute;
    z-index: 6;
    height: 100%;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #327237;
    outline: none;
    padding-right: 15px;
    background: #fff;
    border-top: 1px solid #327237;
}

@media (max-width:991px) {
    .navbar-nav > li > a {
        padding: 15px 8px;
    }
}

@media (max-width:767px) {
    .navbar-toggle {
        float: right;
        margin-right: 15px;
        position: relative;
        z-index: 6;
        background: #327237;
        border: 2px solid #fff;
    }

    .navbar-toggle.collapsed:hover {
        background: #327237;
    }

    .navbar-toggle.collapsed {
        background: #99ba47;
    }
    
    .navbar-toggle .icon-bar {
        background: #fff;
    }

    .navbar-toggle.collapsed:hover .icon-bar {
        background: #fff;
    }

    .navbar-toggle.collapsed .icon-bar {
        background: #fff;
    }

    .search svg {
        left: 10px;
    }

    .navbar-nav {
        display: block;
        margin-top: 0;
    }

    .nav > li {
        border-left: 0;
        border-bottom: 1px solid #e1e1e1;
        text-align: center;
    }

    .nav > li:last-child {
        border: 0;
    }

    .search input {
        height: 50px;
    }
    
}

/* -- ./Navbar -- */


/* -- Top Slider -- */

.big-block {
    width: 100%;
}

.top.carousel {
    width: 100%;
    height: 600px;
    position: relative;
}

.top.carousel .carousel-inner {
    height: 100%;
}

.top.carousel .zoom-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.top.carousel .zoom-img img,
.top.carousel .zoom-img iframe {
    width: 100%;
    height: 550px !important;
}

.top.carousel .item {
    right: 0;
    left: 0;
    width: 100%;
}

.top.carousel .item:hover img,
.top.carousel .item:hover iframe {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.top.carousel .item .overlay {
    position: absolute;
    z-index: 1;
    background: rgba(0,0,0,0.35);
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.top.carousel .item p {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 2;
    color: #fff;
    width: 60%;
    font-size: 22px;
    font-weight: bold;
    animation: zoom 1s ease-in-out 0.1s 1;
    -o-animation: zoom 1s ease-in-out 0.1s 1;
    -ms-animation: zoom 1s ease-in-out 0.1s 1;
    -moz-animation: zoom 1s ease-in-out 0.1s 1;
    -webkit-animation: zoom 1s ease-in-out 0.1s 1;
}

@keyframes zoom {
    1% {
        transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
    }

    100% {
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
    }

    0% {
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes zoom {
    1% {
        transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
    }

    100% {
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
    }

    0% {
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes zoom {
    1% {
        transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
    }

    100% {
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
    }

    0% {
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
    }
}


.top.carousel .item p .time {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.top.carousel .item p .time svg {
    color: #327237;
}

.top.carousel .item p a {
    display: block;
    height: 60px;
    color: #fff;
    overflow: hidden;
}

.top.carousel .carousel-indicators {
    width: 100%;
    margin: 0;
    padding: 0;
    right: 0;
    bottom: 0;
    background: #99ba47;
}

.top.carousel .carousel-indicators p {
    text-indent:0;
    margin: 0;
    padding: 15px;
    height: 60px;
    overflow: hidden;
    color: #fff;
}

.top.carousel .carousel-indicators li,
.top.carousel .carousel-indicators li.active {
    width: 25%;
    float: right;
    height: 75px;
    border: 0;
    margin: 0;
    border-radius: 0;
}

.top.carousel .carousel-indicators li {
    border-left: 1px solid #e1e1e1;
}

.top.carousel .carousel-indicators li.active {
    background: #327237;
}

.top.carousel .carousel-indicators li.active p{
   padding-top: 35px;
   margin-top: -20px;
   background: #327237;
   height: 80px;
}

.top.carousel .carousel-control span {
    color: none;
    background: #327237;
    padding-top: 5px;
    font-size: 22px !important;
    border-radius: 50%;
    width: 35px !important;
    height: 35px !important;
}

.top.carousel .carousel-control span:hover {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

@media (max-width:600px) {
    .top.carousel {
        height: 350px;
    }

    .top.carousel .zoom-img img,
    .top.carousel .zoom-img iframe {
        height: 300px !important;
    }

    .top.carousel .item p {
        font-size: 16px;
        width: 250px;
        right: 15px;
    }
    
    .top.carousel .item p a {
        height: 45px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        top: 40%;
    }

    .carousel-control {
        display: none;
    }
    

}

/* -- ./Top Slider -- */

/* -- last News -- */

.last-news {
    width: 30%;
    float: right;
    height: 600px;
    padding: 20px 35px;
    position: relative;
    box-shadow: 5px 2px 7px rgba(0,0,0,0.4);
    -o-box-shadow: 5px 2px 7px rgba(0,0,0,0.4);
    -ms-box-shadow: 5px 2px 7px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 2px 7px rgba(0,0,0,0.4);
    -webkit-box-shadow: 5px 2px 7px rgba(0,0,0,0.4);    
}

.last-news .title {
    margin: 0;
    width: 250px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
}

.last-news .title a {
    color: #222;
    font-weight: bold;
}

.last-news .title a:hover {
    margin-right: 25px;
    color: #327237;
}

.last-news .all-news {
    overflow-y: scroll;
    height: 490px;
}

.last-news .all-news::-webkit-scrollbar {
    width: 7px;
}

.last-news .all-news::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 25px;
}
  
  
.last-news .all-news::-webkit-scrollbar-thumb {
    background: #ccc; 
    border-radius: 25px;
}
  
.last-news .all-news::-webkit-scrollbar-thumb:hover {
    background: #aaa; 
}

.last-news .sub-news {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
}

.last-news .sub-news p {
    margin: 0;
}

.last-news .sub-news p a {
    max-height: 67px;
    overflow: hidden;
    display: block;
    color: #555;
}

.last-news .sub-news p + a {
    color: #327237;
    margin-top: 10px;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 15px;
}

.last-news .sub-news p + a:hover {
    background: #327237;
    color: #fff;
}   

.last-news .sub-news .time {
    color: #c1c1c1;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.last-news .sub-news p a:hover {
    color: #000;
}

/* -- ./last News -- */

/* -- Down Slider -- */

.down {
    margin-top: 25px;
}

.down .slider {
    width: 70%;
    float: right;
    padding: 20px;
}

.down h2.title {
    margin: 0;
    width: 250px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
}

.down h2.title a {
    color: #222;
    font-weight: bold;
}

.down h2.title a:hover {
    margin-right: 25px;
    color: #327237;
}

.down .carousel {
    position: relative;
}

.down .carousel .carousel-inner {
    height: 600px;
}

.down .carousel .item img,
.down .carousel .item iframe {
    width: 100%;
    height: 600px !important;
}

.down .carousel .item .overlay {
    position: absolute;
    z-index: 1;
    background: rgba(0,0,0,0.35);
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.down .carousel .item p {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 2;
    color: #fff;
    width: 60%;
    font-size: 22px;
    font-weight: bold;
}

.down .carousel .item p .time {
    display: inline-block;
    padding: 5px;
    font-size: 14px;
    margin-bottom: 10px;
    background: #327237;
    color: #fff;
}

.down .carousel .item p a {
    display: block;
    height: 60px;
    color: #fff;
    overflow: hidden;
}

.down .carousel .carousel-indicators {
    width: 30%;
    margin: 0;
    padding: 0;
    left: 10%;
    top: 15%;
    right: auto;
}

.down .carousel .carousel-indicators img,
.down .carousel .carousel-indicators iframe {
    width: 100px;
    height: 75px;
    float: right;
}

.down .carousel .carousel-indicators p {
    text-indent:0;
    margin: 0;
    height: 45px;
    padding: 5px;
    overflow: hidden;
    color: #fff;
    float: right;
    width: calc(100% - 100px);
    font-size: 15px;
    text-align: right;
}

.down .carousel .carousel-indicators li,
.down .carousel .carousel-indicators li.active {
    width: 100%;
    height: 75px;
    border: 0;
    margin: 0;
    border-radius: 0;
    margin-bottom: 10px;
    background: #99ba47;
    text-indent: 0 !important;
}

.down .carousel .carousel-indicators li.active {
    background: #327237;
}

@media (max-width: 991px) {
    .down .carousel .carousel-inner,
    .down .carousel .item img,
    .down .carousel .item iframe {
        height: 500px !important;
    }

    .down .carousel .item p {
        bottom: 10px;
    }

    .down .carousel .carousel-indicators {
        top: 10%;
        width: 235px;
    }

    .down .slider {
        width: 65%;
    }
    
}

@media (max-width: 767px)  {

    .down .slider {
        float: none;
        width: 100%;
        padding: 10px;
        padding-bottom: 0;
    }

    .down .carousel .carousel-inner,
    .down .carousel .item img,
    .down .carousel .item iframe {
        height: 250px !important;
    }

    .down .carousel .carousel-indicators {
        position: static;
        margin-top: 15px;
        width: 100%;
    }

    .down .carousel .item p {
        right: 10px;
        left: 10px;
        width: auto;
        font-size: 16px;
    }

    .down .carousel .item p a {
        height: 45px;
    }

}

/* -- ./Down Slider -- */

/* -- most-read -- */

.most-read {
    width: 30%;
    float: right;
    padding: 15px;
    padding-right: 0;
}

.most-read .nav-tabs {
    border-bottom: 0;
    background: #99ba47;
}

.most-read .nav-tabs li a {
    position: relative;
}

.most-read .nav-tabs li span {
    width: 2px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: -1px;
    top: 13px;
    z-index: 1;
    background:#aaa; 
}

.most-read .nav-tabs li:last-child span {
    display: none;
}

.most-read .nav-tabs li {
    width: calc(100% / 2);
    padding: 0;
    margin: 0;
    text-align: center; 
    border: 0  !important;
}

.most-read .nav-tabs li a,
.most-read .nav-tabs li a:hover {
    border: 0;
    border-radius: 0;
    color: #fff;
}

.most-read .tab-content .main {
    margin-top: 10px;
}

.most-read .tab-content .main img,
.most-read .tab-content .main iframe {
    width: 100%;
    height: 275px;
}

.most-read .tab-content .main p {
    height: 45px;
    overflow: hidden;
    margin: 8px 0;
}

.most-read .tab-content .main p a {
    color: #333;
}

.most-read .tab-content .main .time {
    color: #c1c1c1;
    font-size: 14px;
}

.most-read .tab-content .main + .sub-news {
    margin-top: 25px;
}

.most-read .tab-content .sub-news {
    margin-top: 20px;
}

.most-read .tab-content .sub-news  img,
.most-read .tab-content .sub-news  iframe{
    width: 100px;
    height: 75px;
    float: right;
}

.most-read .tab-content .sub-news p {
    float: right;
    height: 45px;
    overflow: hidden;
    width: calc(100% - 100px);
    padding-right: 8px;
    margin-bottom: 5px;
}

.most-read .tab-content .sub-news p a {
    color: #333;
}

.most-read .tab-content .sub-news .time {
    margin-right: 8px;
    color: #c1c1c1;
    font-size: 14px;
}

.most-read .nav > li > a {
    padding: 10px 0px;
}

@media (max-width:991px) and (min-width:768px) {
    .most-read {
        width: 35%;
    }

    .most-read .nav > li > a {
        font-size: 15px;
    }

    .most-read .tab-content .main img, 
    .most-read .tab-content .main iframe {
        height: 175px;
    }

}

@media (max-width:767px) {

    .most-read {
        width: 100%;
        float: none;
        padding: 10px;
    }

    .most-read .tab-content .main img, 
    .most-read .tab-content .main iframe {
        height: 250px;
    }

}

/* -- ./most-read -- */

/* -- gallery -- */

.gallery {
    margin: 15px auto;
    padding: 10px;
}

.gallery h2.title {
    margin: 0;
    width: 250px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
}

.gallery h2.title a {
    color: #222;
    font-weight: bold;
}

.gallery h2.title a:hover {
    margin-right: 25px;
    color: #327237;
}

.gallery .flickity-viewport{
	height: 250px !important;
}

.gallery .flickity-page-dots{
	display: none;
}

.gallery .flickity-prev-next-button {
    background: #327237;
    opacity: 0.7;
}

.gallery .flickity-prev-next-button:hover {
    opacity: 1;
}

.gallery .flickity-prev-next-button .arrow {
    fill: #fff;
}

.gallery .item{
	width: 24.2%;
	margin-right: 1%;
	height: 100%;
}

.gallery .item img,
.gallery .item iframe{
    width: 100%;
    height: 100%;
}

.gallery .item span{
	position: absolute;
	bottom: -5px; 
	color: #FFF;
	width: 100%;
	font-size: 18px;
	padding:0px 10px;
	height: 55%;
	overflow: hidden;
	background: -webkit-linear-gradient(270deg,rgba(0,0,0,0),#000);
    background: -o-linear-gradient(270deg,rgba(0,0,0,0),#000);
    background: -moz-linear-gradient(270deg,rgba(0,0,0,0),#000);
    background: -ms-linear-gradient(270deg,rgba(0,0,0,0),#000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004c4c4c', endColorstr='#FF000000', GradientType=0);
}

.gallery .item p {
	position: absolute;
    bottom: 10px;
    margin: 0;
    color: #fff;
	height: 50px;
	overflow: hidden;
}

@media (max-width:991px) and (min-width:768px) {
	.gallery .item{
		width: 32%;	
	}
}

@media (max-width:767px){
	.gallery .item{
		width: 49%;	
	}
}

@media (max-width:400px){
	.gallery .item{
		width: 100%;	
	}
}

/* -- ./gallery -- */

/* -- Design -- */

.design {
    padding: 15px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #777;
}

.design p {
    margin: 0;
}

.design ul li{
    display: inline-block;
    margin-left: 25px;
}

.design ul li a {
    color: #327237;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
    width: 30px;
    height: 30px;
}

.design ul li.facebook a:hover {
    background: #4867AA;
    color: #fff;
}

.design ul li.twitter a:hover {
    background: #1DA1F2;
    color: #fff;
}

.design ul li.instagram a:hover {
    background: #DC2F7E;
    color: #fff;
}

.design ul li.youtube a:hover {
    background: #FF0000;
    color: #fff;
}

@media (max-width:400px) {
    .design ul li:first-child {
        display: block;
        margin-bottom: 15px;
    }

    .design ul li {
        margin-left: 12px;
        margin-right: 12px;
    }
}

/* -- ./Design -- */

/* -- overlay-load -- */

.overlay-load {
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #99ba47;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: boom 1.5s ease-in-out 0 infinite;
}

.overlay-load img {
    width: 250px;
}

@keyframes boom {
    0%{
        transform: scale(1);
    }

    100%{
        transform: scale(1.3);
    }

}

@-moz-keyframes boom {
    0%{
        transform: scale(1);
    }

    100%{
        transform: scale(1.3);
    }

}

@-webkit-keyframes boom {
    0%{
        transform: scale(1);
    }

    100%{
        transform: scale(1.3);
    }

}

/* -- Footer -- */

footer {
    padding: 30px 0 10px;
}

footer .logo img{
    margin: 0;
    background: none;
}

footer .site-map > ul{
    width: 50%;
    float: right;
}

footer .site-map > ul a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

footer .site-map > ul .menu > a {
    color: #327237;
    margin-bottom: 5px;
    display: block;
}

footer .site-map > ul > li {
    padding-bottom: 10px;
}

footer .site-map > ul .menu li {
    padding-right: 10px;
    position: relative;
    padding-bottom: 10px;
}

footer .site-map > ul .menu li:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 2px;
    right: 0;
    background: #327237;
}

footer .site-map > ul .menu li:before {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    right: -4px;
    top: 8px;
    background: #fff;
    border: 2px solid #327237;
    z-index: 1;
}

footer .site-map > ul .menu li:last-child:after {
    height: 10px;
}

footer .left-menu a{
    font-weight: bold;
    color: #327237;
    display: inline-block;
    margin-bottom: 10px;
}

footer .title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

footer .social-footer {
    margin-top: 15px;
}

footer .social-footer li {
    display: inline-block;
    margin-left: 25px;
}

footer .social-footer li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #333;
    color: #333;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .social-footer li a:hover {
    border-color: #327237;
    color: #327237;
}

footer .copyrights {
    float: left;
    margin-top: -20px;
    font-weight: bold;
    font-size: 13px;
}

footer .copyrights p {
    margin: 0;
}

footer .copyrights a {
    text-decoration: underline !important;
    color: #327237;
}

@media (max-width:767px) {
    footer .site-map > ul {
        padding-right: 15px;
    }

    footer .logo img {
        margin: 10px auto 20px;
        display: block;
    }

    footer .left-menu {
        padding-right: 15px;
    }

    footer .copyrights {
        float: none;
        margin: 10px auto 0;
        text-align: center;
    }

}

@media (max-width:400px) {
    footer .site-map > ul  {
        float: none;
    }
}

/* -- ./Footer -- */


/*
    ---------
        -----
            - {{{ INNER PAGES }}} -
        -----
    ---------
*/

/* -- National Band -- */

.inner-page {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.inner-title {
    text-align: center;
    margin: 25px 0 50px;
    font-weight: bold;
    position: relative;
}

.inner-title span {
    padding: 20px 10px;
    background: url('../images/title-bg.png');
    background-size: cover;
}

.inner-title a {
    color: #000;
    position: relative;
    
}

.inner-page .band .sub-block{
    padding: 10px;
    background: rgba(153,186,71,0.15);
    margin: 10px;
}

.inner-page .band .sub-block:hover {
    box-shadow: 3px 3px 3px rgba(0,0,0,0.35);
    background: #327237;
}

.inner-page .band .zoom-img {
    overflow: hidden;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.inner-page .band .zoom-img img {
    width: 100%;
    height: 100%;
}

.inner-page .band .sub-block:hover .zoom-img img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.inner-page .band .sub-block svg {
    position: absolute;
    font-size: 35px;
    color: #fff;
}

.inner-page .band .sub-block:hover svg {
    color: #327237;
}

.inner-page .band .sub-block p {
    margin: 0;
    padding: 5px;
    height: 50px;
    overflow: hidden;
    color: #000;
}

.inner-page .band .sub-block:hover p {
    color: #fff;
}

.page-navigation {
    text-align: center;
    margin: 15px auto;
}

.page-navigation a,
.page-navigation span {
    margin: 5px 2px;
    padding: 10px;
    display: inline-block;
    background: #ddd;
    color: #000;
    border-radius: 15px;
}

.page-navigation span,
.page-navigation a:hover {
    background: #327237;
    color: #fff;
}

/* -- ./National Band -- */


/* -- news details -- */

.news-details .inner-title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 35px;
}

.news-details .img {
	width: 100%;
	height: 500px;
	margin: 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
    position: relative;
    overflow: hidden;
}

.news-details .img svg {
	font-size: 40px;
	color: #fff;
	position: absolute;
}

.news-details .img:hover svg {
	color: #327237;
}

.news-details .img img,
.news-details .img iframe {
	width: 100%;
	height: 100%;
}

.news-details .img p {
	position: absolute;
	bottom: 0;
	height: 60px;
	padding: 0 10px;
	font-size: 20px;
	color: #fff;
	margin: 0;
	overflow: hidden;
	background: -webkit-linear-gradient(270deg,rgba(0,0,0,0),#000);
    background: -o-linear-gradient(270deg,rgba(0,0,0,0),#000);
    background: -moz-linear-gradient(270deg,rgba(0,0,0,0),#000);
    background: -ms-linear-gradient(270deg,rgba(0,0,0,0),#000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004c4c4c', endColorstr='#FF000000', GradientType=0);
}

.news-details .info {
    margin: 10px 0;
    font-size: 14px;
}

.news-details .info li {
	display: inline-block;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #aaa;
	color: #aaa;
}

.news-details .info li:last-child {
	border: none;
}

.news-details .share {
	display: inline-block;
}

.news-details .share li {
	display: inline-block;
	margin: 0 10px;
}

.news-details .share li a {
	width: 25px;
	height: 25px;
	border-radius: 50%;
    background: #444;
    color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news-details .share li a:hover {
	transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

.news-details .share li a.facebook:hover {
	background: #4867AA;
}

.news-details .share li a.twitter:hover {
	background: #1DA1F2;
}

.news-details .share li a.telegram:hover {
	background: #31A9DD;
}

.news-details .share li a.whatsapp:hover {
	background: #19970F;
}


.news-details .para {
	margin: 10px 0;
	text-align: justify;
	padding: 0 10px 0 15px;
	line-height: 23px;
}

.news-details .tags {
	margin: 10px 0;
}

.news-details .tags span {
	padding: 5px;
	border: 1px solid #aaa;
	background: #ddd;
	margin-left: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.news-details .tags span a {
	color: #000;
}

.news-details .tags span:hover {
	background: #327237;
	border: 1px solid #fff;
}

.news-details .tags span:hover a {
	color: #fff;
}

.news-details .choices {
	margin: 10px 0;
}

.news-details .choices li {
	display: inline-block;
	margin-left: 15px;
}

.news-details .choices li button,
.news-details .choices li a {
	border: 1px solid #327237;
	background: #fff;
	padding: 5px;
	border-radius: 15px;
	display: block;
	color: #327237;
}

.news-details .choices li a:hover,
.news-details .choices li button:hover {
	background: #327237;
	color: #fff;
	transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

.news-details .related-news {
	border-top: 1px solid #eee;
}

.news-details .related-news h3 {
	padding-bottom: 10px;
	width: 40%;
	border-bottom: 1px solid #aaa;
}

.news-details .related-news h3 a {
	color: #000;
}

.news-details .related-news .related {
    border: 1px solid #DDD;
    margin-bottom: 10px;
	background: #f1f1f1;
}

.news-details .related-news .related .date {
	margin: 5px 0;
	margin-right: 10px;
	color: #777;
	display: block;
}

.news-details .related-news .related p {
	font-weight: bold;
	max-height: 50px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
}

.news-details .related-news .related p a {
	color: #000;
}

.news-details .related-news .related p a:hover {
	color: #555;
}

.news-details .related-news .related:hover {
	background: #fff;
}

.news-details .related-news .sub-img {
	width: 100%;
	height: 225px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news-details .related-news .sub-img svg {
	position: absolute;
	color: #fff;
	font-size: 30px;
}

.news-details .related-news .related:hover .sub-img svg {
	color: #327237;
}

.news-details .related-news .sub-img img,
.news-details .related-news .sub-img iframe {
	width: 100%;
	height: 100%;
}

.news-details .pen {
	color: #666;
}

.news-details .related-news .related .pen {
	font-size: 13px;
	color: #777;
	display: block;
	margin-bottom: 5px;
	margin-right: 10px;
}

@media (max-width:767px) {
	.news-details .related-news h3 {
		width: 90%;
    }
    
    .news-details .img {
        height: 350px;
    }
}

@media (max-width:400px) {
    .news-details .img {
        height: 250px;
    }
}

/* -- ./news details -- */

/* -- About us -- */

.inner-page .about {
    text-align: justify;
}

/* -- ./About us -- */


/* -- contact -- */

#dle-content{
	padding: 20px 2.5%;
}

#dle-content h3{
	display: none;
}

#dle-content input,
#dle-content textarea{
	outline: none;
	margin-bottom: 10px;
	width: 100%;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

#dle-content .c-capcha{
	text-align: center;
}

#dle-content .c-capcha input{
	width: 100px;
}

#dle-content button.btn{
	display: block;
	margin: 5px auto;
	outline: none;
	border: 1px solid #327237;
	color: #fff;
	background: #327237;
}

#dle-content button.btn:hover{
	background: #fff;
	color: #327237;
}

.phone-email a{
	color: #333;
}

/* -- ./contact -- */

/* -- Transition -- */

.nav > li > a,
.social li a,
.dropdown-menu > li > a,
.nav > li > a > svg,
.last-news .sub-news p + a,
.last-news .title a,
.down h2.title a,
.gallery h2.title a,
.search button,
.design ul li a,
.top.carousel .zoom-img img,
.top.carousel .zoom-img iframe,
.inner-page .band .sub-block,
.inner-page .band .zoom-img img,
.inner-page .band .sub-block p,
.news-details .img svg,
.news-details .share li a,
.news-details .tags span a,
.news-details .tags span,
.news-details .choices li a,
.news-details .choices li button,
.news-details .related-news .related,
.news-details .related-news .related p a,
.news-details .related-news .sub-img svg {
    transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

