@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.rtl.min.css');
@import url('https://cdn.jsdelivr.net/npm/@fancyapps/ui@4.0/dist/fancybox.css');
@import url('../css/owl.carousel.min.css');
@import url('../css/owl.theme.default.min.css');
@import url('../css/themify-icons.css');
@import url(../css/all.min.css);

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

:root {
    --main-color: #F89742;
    --sub-color: #4482C2;
    --sec-padding: 80px 0;
}

body {
    font-family: 'Tajawal', sans-serif;
    background-color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Tajawal', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

p {
    margin: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none !important;
}

input,
textarea,
a,
button {
    outline: none !important;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

.hamburger, .is-closed  {
    width: 35px;
    height: 35px;
    border: none;
    position: absolute;
    z-index: 9;
    right: 15px;
    top: 15px;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    display: none;
    margin-right: 0px;
    background-color: transparent;
}

.hamburger span,
.is-closed span {
    width: 20px;
    height: 2px;
    border-radius: 0px;
    background-color: #000000;
    display: block;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.is-closed span:nth-child(1) {
    transform: rotate(45deg)
}

.is-closed span:nth-child(2) {
    display: none;
}

.is-closed span:nth-child(3) {
    transform: rotate(135deg);
    margin-top: -5px;
}


/*header*/

#header {
    width: 100%;
    padding: 10px 0;
    z-index: 9;
    background: #FAFAFA;
    position: absolute;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%)
}
#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.logo-site a {
    display: inline-block;
}

.logo-site img {
    max-width: 110px;
}
.main_menu > li {
    float: right;
    margin-left: 20px;
}

.main_menu > li:last-child {
    margin-left: 0;
}

.main_menu > li > a {
    display: block;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    border-radius: 10px;
}

.main_menu > li.active a {
    color: var(--main-color);
}
.main_menu > li.search-site a {
    color: var(--sub-color);
    transform: scale(-1,1)
}

.dropdown-toggle::after {
    border: 0;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -12px;
    color: var(--main-color);
    margin:0;
}
.dropdown-menu {
    transition: all .8s ease-in-out;
    left: 50% !important;
    transform: translate(-50%, 50px) !important;
    box-shadow: none;
    background: var(--sub-color);
    border-radius: 0;
    border: 0;
    min-width: 7rem
}
.dropdown-menu li {
    padding: 0 20px
}
.dropdown-menu li a {
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: transparent;
    color: #fff;
    transform: translateX(10px);
}
#header.fixed-header, #header.header-page {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #F1F2F1;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
    z-index: 33;
}
.search-mobail {
    display: none !important;
}
.search-mobail {
    position: absolute;
    left: 20px;
    top: 15px;
}
.search-mobail a i {
    font-size: 25px;
    transform: scale(-1,1)
}
.form-search {
    position: relative;
    padding: 0 20px;
}

.form-search .form-group {
    position: relative;
    display: flex;
    align-items: center;
}

.form-search .form-control {
    background: #ffffff;
    border: 0;
    color: #000;
    height: 45px;
}

.form-search .btn-site {
    width: max-content;
    padding: 5px 25px;
    height: 45px;
    margin-right: 15px
}

.form-search .btn-site span {
    font-weight: bold;
}
#ModalSearch {
    background: rgb(0 0 0 / 91%);
}
#ModalSearch .modal-content {
    background-color: transparent;
}
#ModalSearch .modal-header {
    border: 0
}
#ModalSearch .btn-close {
    position: absolute;
    top: 50px;
    right: 50px;
    opacity: 1
}
#ModalSearch .btn-close i {
    color: #fff;
}



/* Style Home */

.section_home {
    position: relative;
    z-index: 1;
    padding-top: 78px;
}
.img-home img {
    width: 100%;
    height:auto;
}
.img-mobail {
    display: none !important;
}
.owl-dots {
    position:absolute;
    left:50%;
    bottom:30px;
    transform:translateX(-50%);
}
.owl-dots .owl-dot {
    margin: 0 3px;
}
.owl-dots .owl-dot span {
    display:block;
    background: #959595;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}
.owl-dots .owl-dot.active span {
    background: var(--main-color);
    width:20px;
}

/* Style Nwes */

.section_blogs {
    padding: 80px 0;
    position: relative;
}
.section_blogs:before {
    content: "";
    background: url(../images/shape-news.svg);
    background-size: contain;
    width: 700px;
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1
}
.item-blog figure img {
    border-radius: 5px;
}
.txt--blog p {
    font-weight: 700;
    margin-bottom: 10px;
}
.txt--blog p i {
    margin-left: 5px;
}
.txt--blog h5 {
    font-size: 15px;
    line-height: 1.5;
    height: 45px;
    overflow: hidden;
    font-weight: 700;
}
.txt--blog h5 a {
    color: #000;
}



/* Style Tweet */

.section_tweet {
    position: relative;
    padding: 60px 0 0;
}
.section_tweet:before {
    content: "";
    background: var(--sub-color);
    clip-path: polygon(0 1%, 100% 0, 98% 100%, 0% 100%);
    width: 73%;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.section_tweet:after {
    content: "";
    background: var(--main-color);
    width: 30%;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}
.content-tweet {
    width: 550px;
    max-width: 100%;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 15px;
    overflow: auto;
}
.r-1h8ys4a {
    display: none !important;
}
.twitter-tweet, .css-1dbjc4n {
    max-width: 100% !important;
}
#twitter-widget-0 {
    width: 100% !important;
}
.r-vakc41 {
    margin: auto;
}


/* Style Insta Page */

.section_inst {
    padding: 40px 0;
}
.row-inst {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.col-inst {
    width: 20%;
    padding: 10px;
}


/* Style Fotter */

footer {
    position: relative;
}
.top-footer {
    padding: 30px 0;
    text-align: center;
}
.logo-ft {
    margin-bottom: 30px;
    display: block;
}
.social-media {
    text-align: center;
}
.social-media li {
    display: inline-block;
    margin: 0 2px;
    background: var(--sub-color);
    width: 35px;
    height: 35px;
    border-radius: 5px;
    transition: .5s;
}
.social-media li:hover {
    background: var(--main-color);
}
.social-media li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.social-media li a:hover {
    opacity: .5
}
.list-contact li a img {
    margin-right: 10px;
}
.bottom-ft {
    padding: 30px 0;
    background: #F2F2F2
}
.cont-bt {
    text-align: center
}
.copyRight {
    color: #000;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 500;
}

/* Style Btns & Head */

.sec_head {
    margin-bottom: 20px;
}
.sec_head h2 {
    font-size: 22px;
    color: #000;
}
.btn-site, .btn-site-other {
    height: 40px;
    width: max-content;
    font-size: 15px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    justify-content: center;
    background: var(--main-color);
    position: relative;
    overflow: hidden;
}
.btn-site-other {
    background: var(--sub-color)
}
.btn-site:before,
.btn-site-other:before {
    background: #555;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -10px;
    width: 0%;
    transform: skew(-10deg);
    transition-duration: .6s;
    z-index: 0;
}
.btn-site:hover:before,
.btn-site-other:hover:before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    width: 120%;
    z-index: 0
}
.btn-site span,
.btn-site a,
.btn-site i {
    color: #fff;
    position: relative;
    font-weight: bold;
    font-size: 15px;
}
.btn-site-other span,
.btn-site-other i {
    color: #fff;
    position: relative;
    font-weight: bold;
    font-size: 18px;
}
.btn-site-other i {
    margin-right: 10px
}


/* Style About Page */

.content-about figure {
    margin: 0 auto 20px;
    text-align: center;
}
.content-about figure img {
    max-width: 280px;
}
.txt--about h4 {
    text-align: center;
    color: var(--sub-color);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}
.txt--about p {
    font-weight: 700;
    color: #000;
}
.txt--about .btn-site-other {
    margin:30px auto 0;
}


/* Style Blogs Page */

.section_page_site {
    padding: 110px 0 60px;
}
.form-blog {
    width: 400px;
    max-width: 100%;
    margin-top: 20px;
    padding: 0;
}
.form-blog .form-control {
    border: 1px solid #E2E2E2;
}
.section_page_site .item-blog {
    margin-bottom: 40px;
}
.section_page_site .txt--blog i {
    color: var(--main-color);
}

.content-not-resulte {
    text-align: center;
    padding: 60px 0;
}

/* Style Blogs Details Page */

.dt--blogs {
    margin-bottom: 40px;
}
.dt--blogs h4 {
    color: var(--sub-color);
    font-weight: 700;
    margin: 10px 0 40px;
    font-size: 20px
}
.dt--blogs figure {
    text-align: center;
    margin: 20px 0;
}
.dt--blogs figure img {
   max-height: 500px;
}

.item--blogs figure img {
    width:100%;
    max-height: none;
    height: auto;
}

.ph--blog p img { 
    max-height: none;
    height: auto;
}

.ph--blog time {
    font-weight: 700;
}
.ph--blog time i {
    color: var(--main-color);
    margin-left: 5px;
}
.ph--blog p {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.7;
    text-align: justify;
}
.ph--blog .btn-site-other {
    height: 50px;
    margin-top: 40px
}


/* Style Parliamentary Page */

.list-parliamentary, .list-parliamentary-other {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -10px;
}
.item-parliamentary {
    width: 33.3334%;
    height: 100px;
    padding: 0 10px ;
    text-align: center;
    margin-bottom: 20px;
}
.item-parliamentary-other {
    width: 33.3334%;
    padding: 0 10px ;
    margin-bottom: 20px;
}
/*.item-parliamentary:nth-child(1) .txt--parliamentary ,
.item-parliamentary:nth-child(2) .txt--parliamentary ,
.item-parliamentary:nth-child(3) .txt--parliamentary  {
    background: var(--main-color)
}*/


.txt--parliamentary {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--sub-color);
    padding: 0 5px;
    border-radius: 10px;
}
.txt-pa  {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: var(--sub-color);
    padding: 15px;
    border-radius: 10px;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
}
.txt--parliamentary h5 a, .txt--parliamentary h5  {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
   /* height: 100%;*/
    width: 100%;
    font-weight: 700;
    font-size: 16px;
}

.item-parliamentary:last-child h5 { margin-top:16px; }

.txt--parliamentary span {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.txt-pa span {
    color: var(--main-color);
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}
.txt-pa h5 {
    color: #fff;
    font-size: 16px;
}
.item-parliamentary-other ul {
    display: flex;
    border: 1px solid #E2E2E2;
    padding: 10px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
}
.item-parliamentary-other ul li {
    width: 50%;
    text-align: center;
    border-left: 1px solid #E2E2E2;
}
.item-parliamentary-other ul li:last-child {
    border-left: 0;
}
.item-parliamentary-other ul li strong {
    display: block;
    color: #000;
    margin-bottom: 5px;
}

.laws-newspaper {
    margin-bottom: 40px;
}
.laws-newspaper h6 {
    margin-bottom: 15px;
    font-size: 18px;
}
.laws-newspaper .col-lg-6:nth-child(2) .item-newspaper {
    background: #FAFAFA
}
.item-newspaper {
    background: var(--sub-color);
    border-radius: 10px;
    text-align: center;
    padding: 50px;
}
.item-newspaper h6 {
    color: #fff;
    font-size: 21px;
}
.laws-newspaper .col-lg-6:nth-child(2) .item-newspaper h6 {
    color: #000;
}
.item-newspaper figure {
    margin: 30px 0;
}
.item-newspaper figure i {
    font-size: 60px;
    color: #fff;
}
.laws-newspaper .col-lg-6:nth-child(2) .item-newspaper figure i {
    color: var(--sub-color);
}
.item-newspaper .btn-site {
    margin: auto;
}
.item-newspaper .btn-site i {
    margin-left: 5px;
}

.parl-work .txt--parliamentary {
    background: var(--sub-color) !important;
}
/*.parl-work .item-parliamentary:nth-child(2) .txt--parliamentary,
.parl-work .item-parliamentary:nth-child(5) .txt--parliamentary,
.parl-work .item-parliamentary:nth-child(8) .txt--parliamentary,
.parl-work .item-parliamentary:nth-child(11) .txt--parliamentary,
.parl-work .item-parliamentary:nth-child(14) .txt--parliamentary {
    background: var(--main-color) !important
}*/

.sec-attach {
}
.list-attach {
    display: flex;
    flex-wrap: wrap;
    margin: 15px -10px 0
}
.item-attach {
    padding: 0 10px;
    width: 25%;
}

.item-media .cont-attach {
    background: var(--sub-color);
}
.cont-attach {
    border: 1px solid #E2E2E2;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.item-attach figure i {
    font-size: 50px;
    color: var(--sub-color);
}
.item-attach h6 {
    margin-bottom: 20px;
    color: #000;
    height: 58px;
    overflow: hidden;
}

.item-media .cont-attach h6
{
    color:#fff;
}
.item-attach .btn-site {
    margin: auto;
}
.item-attach .btn-site i {
    margin-left: 5px;
}
.parl-works {
    margin-top: 20px;
}
.parl-works .txt--parliamentary {
    background: var(--sub-color) !important;
}



/* Style 404 Page */

.cont-not-found {
    text-align: center;
}
.thumb-not-found {
    margin-bottom: 120px;
}
.txt-not-found h5 {
    color: #343434;
    font-weight: 500;
    margin-bottom: 15px;
}
.txt-not-found p {
    line-height: 2.5;
    color: #343434
}

/* Style Videos Page */

.item-gllery {
    position: relative;
}
.item-gllery {
    padding: 20px 15px;
    border-radius: 10px;
    background: #FAFAFA;
    margin-bottom: 30px;
}
.item-gllery figure {
    position: relative
}
.item-gllery figure img {
    /*height: 200px;*/
    object-fit: cover;
    width: 100%;
}
.bx-img figure img {
    height: auto;
}
.item-gllery a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ff0000;
    font-size: 38px;
}
.item-gllery:before {
    content: "";
    background: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.item-gllery img
{
    margin-bottom:20px;
}
.bx-img figure:before {
    display: none;
}
.item-gllery h6 {
    color: #000;
    text-align: center;
    height: 40px;
    overflow: hidden;
    font-size: 15px;
}
.item-gllery h5 a, .item-gllery h5  {
    font-size: 15px;
    color: #000;
    text-align: center;
    display: block;
}
.item-album {
    margin-bottom: 30px;
}
.item-album > a {
    margin-bottom: 15px;
    display: block;
}
.item-album img {
    height: auto;
    width: 100%;
}
.item-album h5 {
    font-size: 15px;
    color: #000;
    text-align: center;
    display: block;
}
/*.fancybox__container {*/
/*    color: #000;*/
/*}*/
/*.fancybox__container .btn-site-other {*/
/*    margin: 20px auto 0;*/
/*}*/
/*.fancybox__backdrop {*/
/*    background-color: rgb(255 255 255 / 80%);*/
/*    -webkit-backdrop-filter: blur(10px);*/
/*    backdrop-filter: blur(10px);*/
/*}*/
/*.carousel__button  {*/
/*    display: none;*/
/*}*/
/*.fancybox__button--close {*/
/*    display: block;*/
/*}*/
/*.fancybox__toolbar {*/
/*    background: transparent;*/
/*}*/
/*.fancybox__thumbs, .fancybox__toolbar__items--left {*/
/*    display:none;*/
/*}*/
/*.fancybox__content>.carousel__button.is-close {*/
/*    position: absolute;*/
/*    top: -50px;*/
/*    right: 20px;*/
/*    color: #000;*/
/*    display: block;*/
/*}*/
/*.has-image[data-image-fit=contain] .fancybox__image {*/
/*    width: 100% !important;*/
/*    height: 100% !important;*/
/*}*/
/*.has-image[data-image-fit=contain] .fancybox__content {*/
/*    width: 100% !important;*/
/*    height: 100% !important;*/
/*}*/
/*.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {*/
/*    cursor: pointer;*/
/*}*/
/*.fancybox__caption {*/
/*    pointer-events: none !important;*/
/*}*/


/* Style Interview Page */

.item-interview {
    position: relative;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}
.item-interview figure {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}
.item-interview figure img {
    max-width: 100px;
    max-height: 70px;
}
.txt-interview h5 {
    font-size: 17px;
    color: #000;
    margin-bottom: 20px;
    height: 62px;
    overflow: hidden;
}
.txt-interview .btn-site {
    margin: auto;
}
.txt-interview .btn-site i {
    margin-left: 10px;
}


/* Style Telephone & Telegraph Page */

.nav-tabs {
    border-bottom: 0;
    margin-bottom: 30px
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--sub-color);
    border-color: #dee2e6 #dee2e6 #fff;
    border: 1px solid #000;
    border-radius: 10px;
    margin: 0;
    padding: 10px 40px;
}
.nav-tabs .nav-link {
    color: #000;
    background-color: #F5F9FD;
    border: 1px solid #F5F9FD;
    border-radius: 10px;
    margin: 0;
    padding: 10px 40px;
}
.nav-item {
    margin-left: 10px
}

#documents .item-attach figure i {
    font-size: 85px;
    color: var(--sub-color);
}

/* Style Sport Page */

.item-sport {
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.item-sport figure {
    border: 1px solid #E2E2E2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 10px;
    height: 320px;
}
.item-sport figure img {
    max-width: 250px;
}
.txt-sport h5 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
}
.txt-sport .btn-site {
    margin: auto;
}

.data-club {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.data-club figure {
    margin-bottom: 0;
    width: 80px;
}
.data-club .txt-club {
    width: calc(100% - 80px);
    padding-right: 20px;
}
.data-club .txt-club h2 {
    font-size: 20px;
}
.list-expusion {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}
.list-expusion .item-expusion {
    width: 50%;
    margin-bottom: 30px;
    padding: 10px;
}
.cont-expusion {
/*    border: 5px solid var(--sub-color);*/
    border-radius: 15px;
    padding: 50px;
    height: 100%;
}
.txt-expusion h5 {
    font-size: 18px;
    color: #000
}

.list-invasion .txt--parliamentary {
    background: var(--sub-color) !important
}
.cont-not {
    padding: 50px 0;
    text-align: center;
}


/* Style 404 Page */

.cont-empty-page {
    text-align: center;
    padding: 100px 0;
}
.cont-empty-page figure {
    margin-bottom: 70px;
}
.txt-empty-page p {
    font-weight: 500;
    font-size: 14px;
    margin-top: 15px
}


/* Style Results Page */

.section_page_result {
    padding: 110px 0;
    position: relative
}
.section_page_result:before {
    content: "";
    background: url(../images/shape-news.svg);
    background-size: contain;
    width: 100%;
    height: 400px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.item-cat {
    margin-bottom: 50px;
    width: 60%;
}
.item-cat h4 {
    color: var(--sub-color);
    font-size: 17px;
    margin-bottom: 20px;
}
.item-cat > div {
    margin-bottom: 30px;
}
.item-cat h6 {
    color: #000;
    font-size: 14px;
    margin-bottom: 10px
}
.item-cat p {
    color: #707070;
}

/* Style Pagination */

.page-item.active .page-link {
    background-color: #f89743;
    border-color: #f89743;
}
.pagination {
    justify-content: center;
    margin-top: 30px;
}
.page-link {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #000;
    font-weight:700;
    line-height: 40px;
    padding: 0 !important;
    background-color: #EFF4F8;
    border: 1px solid #EFF4F8;
}
.page-item {
    margin: 0 5px;
}
.page-item.disabled .page-link,
.page-item:last-child .page-link,
.page-item:first-child .page-link {
    color: #fff;
    pointer-events: auto;
    background-color: #4482C2;
    border-color: #4482C2;
    border-radius:50%;
}

.ls--nes li {
     display: inline-block;
     margin: 0 5px
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
    .ls--nes li { margin: 5px 0px; }
}

@media screen and (max-width: 1366px) {
    .ls--nes li { margin: 5px 0px; }
}
