/*
	Theme Name: Eslam Ezzat
	Theme Coder: eng.Mohamed Magdy
	PSD Designer: Mohamed Magdy
	font-family: 'Montserrat';
	First Color: #8db849;
	Second color:#18b4ce;
*/
@font-face {
    font-family: 'GE SS Two Light';
    src: url('../fonts/GE SS Two Light.eot');
    src: local('☺'), url('../fonts/GE SS Two Light.woff') format('woff'), url('../fonts/GE SS Two Light.ttf') format('truetype'), url('../fonts/GE SS Two Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TheSansPlain';
    src: url('../fonts/TheSansPlain.eot');
    src: url('../fonts/TheSansPlain.eot') format('embedded-opentype'), url('../fonts/TheSansPlain.woff2') format('woff2'), url('../fonts/TheSansPlain.woff') format('woff'), url('../fonts/TheSansPlain.ttf') format('truetype'), url('../fonts/TheSansPlain.svg#TheSansPlain') format('svg');
}

@font-face {
    font-family: 'HacenSaudiArabia';
    src: url('../fonts/HacenSaudiArabia.eot');
    src: url('../fonts/HacenSaudiArabia.eot') format('embedded-opentype'), url('../fonts/HacenSaudiArabia.woff2') format('woff2'), url('../fonts/HacenSaudiArabia.woff') format('woff'), url('../fonts/HacenSaudiArabia.ttf') format('truetype'), url('../fonts/HacenSaudiArabia.svg#HacenSaudiArabia') format('svg');
}

@font-face {
    font-family: 'TheSansBold';
    src: url('../fonts/TheSansBold.eot');
    src: url('../fonts/TheSansBold.eot') format('embedded-opentype'), url('../fonts/TheSansBold.woff2') format('woff2'), url('../fonts/TheSansBold.woff') format('woff'), url('../fonts/TheSansBold.ttf') format('truetype'), url('../fonts/TheSansBold.svg#TheSansBold') format('svg');
}

/* 
  Primary style
  -------------------------------- */

*, *::after, *::before {
    box-sizing: border-box;
}

* {
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
}

:root {
    --main-color: #f6d12b;
    --Main-font: 'Almarai';
    --Title-Font: 'TheSansBold';
    --script-Font: 'GE SS Two Light';
    --title-weight: 700;
    --Font-weight: 300;
    --letter-spacing: 1rem;
    --P-size: 0.8rem;
    --Main-font-size: 0.938rem;
}

.d-flex {
    flex-wrap: wrap;
}

body {
    font-family: var(--Main-font);
    font-size: var(--Main-font-size);
    background: #fff;
    color: #3f464d;
    font-weight: 400;
    height: 100%;
    text-align: right;
    /*  border-top: var(--main-color) 5px solid;*/
    border-top: #616161;
}

a, a:hover {
    text-decoration: none;
    color: #3f464d;
}

a {
    color: #3f464d;
    text-decoration: none !important;
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}

h1 {
    font-size: 1.8rem;
}

h2 {
    font-size: 1.313rem;
}

h3 {
    font-size: var(--Main-font-size);
}

p {
    font-size: 0.975rem;
    font-family: var(--script-Font);
    color: #3f464d;
}

/* -------------------------------- top & menu -------------------------------- */
.name span {
    color: #858181;
    font-weight: 500;
}

.name {
    font-size: 20px;
    margin-bottom: 0;
    font-family: 'TheSansPlain';
}

.border-menu {
    border-bottom: #000 2px solid;
}

.bg-light {
    background-color: #fff !important;
}

.nav-link {
    font-size: 16px !important;
    font-weight: 800 !important;
    padding: 10px 12px !important;
}

.lines::after {
    content: '';
    display: block;
    width: 0;
    height: 6px;
    background: #f6d12b;
    margin-bottom: -14px;
    margin-top: 10px;
}

.lines:hover::after {
    width: 100%;
}

.lines.active::after {
    width: 100%;
}

.btn-success {
    background-color: #091e3a;
    border: 0;
    border-radius: 0;
}

    .btn-success:hover {
        background-color: #000 !important;
    }

.navbar-expand-lg .navbar-nav .dropdown-menu {
    text-align: center;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 110px;
    right: 100px;
}



.fixnav {
    position: unset !important
}
/* -------------------------------- top news -------------------------------- */
#top-news .border-top {
    border-top: #f6d12b 4px solid !important;
}

#top-news h2 {
    font-family: 'TheSansBold';
    padding: 10px 0;
    border-bottom: #dee0e0 1px solid;
}

.time {
    color: #9dabac;
    font-size: 13px;
}

    .time::before {
        content: "";
        display: block;
        width: 7px;
        height: 7px;
        margin: 7px 0 0 6px;
        background-color: var(--main-color);
        float: right;
        border-radius: 100px;
    }

.contant-top {
    padding: 25px 25px 17px 20px;
    bottom: 0px;
    background: rgb(1,56,57);
    background: linear-gradient(180deg, rgba(1,56,57,0) 0%, rgba(1,56,57,0.7231267507002801) 93%, rgba(1,56,57,1) 100%);
    left: 0;
    right: 0;
}

/*#news .contant-top {
    padding: 250px 45px 45px 32px;
}*/


/* -------------------------------- tv news -------------------------------- */
.bg-cont {
    background-color: #222222;
}

#tv-news h2 {
    font-family: 'TheSansBold';
    border-bottom: #888a8a 2px solid;
}

    #tv-news h2 a {
        color: #fff;
        border-bottom: #f6d12b 3px solid;
        padding-left: 30px;
        padding-bottom: 2px;
    }

.bg-tv {
    background-color: #313131;
}

/* -------------------------------- sec news -------------------------------- */
.hader {
    font-family: 'HacenSaudiArabia';
    padding-right: 10px;
}

    .hader::before {
        content: "";
        display: block;
        width: 6px;
        height: 40px;
        margin: -7px 0px 0 7px;
        background: rgb(245,255,3);
        background: linear-gradient(180deg, #f6d12b 47%, rgba(2,14,14,1) 47%);
        float: right;
    }

/* -------------------------------- Portrai -------------------------------- */
#Portrai {
    background: url('../img/bg-sec.png') no-repeat right top;
    background-size: cover;
}

    #Portrai .hader::before {
        width: 6px;
        height: 40px;
        margin: -4px 0px 0 7px;
        background: #b33030;
        background: linear-gradient(180deg, #b33030 47%, rgba(2, 14, 14, 1) 47%);
    }

.text-danger {
    color: #b33030 !important;
}
/* -------------------------------- articles -------------------------------- */
#articles {
    background-color: #353c42;
    padding: 50px 0;
}

.bg-arti {
    background: url('../img/bg-arti.jpg') no-repeat top center;
}

.border-heder {
    border-right: #fff 5px solid;
    padding-right: 15px;
}

.btn-outline-secondary {
    border: #fff 1px solid !important;
    border-radius: 15px !important;
    padding: 2px 10px !important;
    font-size: 14px;
}

.text-primary {
    color: #0093d6 !important;
}

.bg-col {
    background-color: #3f464d;
}

.name {
    color: #a6a6a6;
    font-size: 18px;
}
/* -------------------------------- articles -------------------------------- */
ul.icon li {
    padding-left: 10px;
    font-size: 15px;
    color: #cccccc;
}
/*--==============esdarat============================
==================================--*/
#esdarat {
    background: #f6f6f6 url('../img/bg-sec01.jpg') no-repeat right center;
    padding-top: 50px;
    padding-bottom: 50px;
}

img.esdar {
    border: #dadada 1px solid;
}
/* -------------------------------- sport -------------------------------- */
.shear {
    z-index: 777;
    right: 0;
    bottom: 0;
    background-color: #fff;
}

.bg-s2 {
    background-color: #fff;
    text-align: center;
    padding: 3px 5px;
    font-size: 14px;
}

.bg-car {
    background-color: #86b93f;
    color: #fff;
    text-align: center;
    padding: 3px 8px;
    font-size: 14px;
}

.text-contant {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 38px 50px;
    background: rgb(2, 0, 36);
    background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.green a {
    background-color: #86b93f;
    border-radius: 25px;
    color: #fff;
    padding: 1px 10px;
    font-family: 'TheSansBold';
    font-size: 14px;
}

.line {
    display: flex;
    justify-content: center;
    border-top: #949494 1px solid;
}

.more {
    margin-top: -10px;
}

    .more a {
        text-align: center;
        color: #949494;
        padding: 5px 40px;
        border: #949494 1px solid;
        background-color: #fff;
    }

/* -------------------------------- art -------------------------------- */
#art {
    background: url('../img/bg-art.jpg') no-repeat top right;
    padding-top: 20px;
    padding-bottom: 57px;
}

    #art h2 a {
        border-bottom: #ec008c 4px solid;
        padding-left: 18px;
        padding-bottom: 7px;
    }

.contant-art {
    left: 35px;
    padding: 10px;
    top: 9px
}

#art .text-danger {
    color: #e91b1b !important;
}

#art .text-primary {
    color: #044881 !important;
}

.icon-shr {
    bottom: 6PX;
    right: -25px;
    position: absolute;
}

#art .bg-col {
    background: #0093d6 url('../img/bg-col.jpg') no-repeat top center;
    padding: 24px 24px 61px 24px;
}

.news-art a {
    background-color: #ee0077;
    padding: 2px 10px;
    color: #fff;
}

.title-art {
    bottom: -30px;
    left: 10px;
    right: 10px;
}

.icon-title {
    left: 10px;
    bottom: 41px;
    position: absolute;
}
/*--==============footer============================
==================================--*/
#footer {
    background: rgb(231,231,231);
    background: linear-gradient(180deg, rgba(231,231,231,1) 18%, rgba(255,255,255,1) 47%, rgba(255,255,255,1) 100%);
    padding-top: 50px;
    padding-bottom: 50px;
}

ul.list-footer li a {
    margin: 15px;
    font-size: 17px;
    font-weight: 500;
}

ul.icons-footer li a i {
    color: #afafaf;
    padding-left: 15px;
}

#footer h6 {
    font-size: 14px;
    font-weight: 600;
}

#footer .fa-3x {
    font-size: 2.7em !important;
}

#tv-news .slick-vertical .slick-slide {
    border-right: var(--main-color) 3px solid !important;
}

.slider-nav .draggable {
    height: 350px !important;
}

.title-sea a {
    border-bottom: #091e3a 3px solid;
}

.text-search {
    background-color: #e6e6e6;
    padding: 20px;
    color: #16181b;
    font-size: 17px;
}

.carousel-dark .carousel-caption {
    color: #fff;
}

.w-100 {
    width: 100%
}

.img-h-350 {
    height: 350px !important;
}

.img-h-420 {
    height: 420px !important;
}




.img-h-130 {
    height: 130px !important;
}

.img-h-90 {
    height: 90px !important;
}

.fixport {
    font-size: 1.3rem !important;
    line-height: 33px;
    font-weight: bold;
}

.img-h-160 {
    height: 162px !important;
}

.img-h-250 {
    height: 250px !important;
}

.img-h-198 {
    height: 198px !important;
}

.img-h-220 {
    height: 220px !important;
}

.img-h-150 {
    height: 150px !important;
}

.img-h-315 {
    height: 315px !important;
}

.img-h-140 {
    height: 140px !important;
}

.img-h-180 {
    height: 180px !important;
}

.py-3 {
    height: 90px !important;
}

@media (min-width: 1200px) {
    .fs-4 {
        font-size: 1.3rem !important;
    }
}

@media (min-width: 1200px) {
    .fs-5 {
        font-size: 1rem !important;
    }
}


.colorcaption {
    text-align: center;
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 18px;
}

.fixtit {
    color: #000 !important
}

ul li ::marker {
    color: #000 !important
}

.text_inner, .text_inner p, .text_inner div {
    direction: rtl !important;
    font-size: 1.2rem !important;
}

ul.keywords li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    /* padding: 5px; */
    margin: 11px 0 0 0;
}

    ul.keywords li h5, ul.keywords li span {
        color: #fff;
        /*background-color: #055293;*/
        background-color: #c5a819;
        padding: 5px;
        text-align: center;
    }

        ul.keywords li h5 a, ul.keywords li span a {
            color: #fff;
        }



.text_inner img, .text_inner p img {
    text-align: center !important;
    width: 100% !important
}

@media (max-width: 480px) {
    .fixed-header {
        position: unset !important
    }

    .img-h-350 {
        height: 240px !important;
    }

    .img-h-130 {
        height: unset !important;
    }

    .img-h-160 {
        height: unset !important;
    }

    .img-h-140 {
        height: unset !important;
    }

    .img-h-150 {
        height: unset !important;
    }

    .slick-dots {
        bottom: -50px !important;
    }

    #top-menu {
        position: sticky !important;
        top: 0 !important;
        z-index: 999999999 !important;
        background: #fff !important;
    }

    .img-h-180 {
        height: unset !important;
    }

}
/*--==============secvdieo============================
==================================--*/
#secvdieo {
    padding-top: 5px;
    padding-bottom: 50px;
    background: #222222 url('../images/bg-sec05.jpg') no-repeat left top;
}

    #secvdieo h3 a {
        color: #fff;
        font-size: 16px;
    }

    #secvdieo h3 {
        text-align: center;
        margin-top: -44px;
    }

    #secvdieo .contant-sport {
        padding: 60px;
        text-align: center;
        bottom: 22px;
    }

.vid-title-home {
    margin-top: 0 !important;
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
}


.slider-video .slick-prev, .slider-video .slick-next {
    font-size: 0;
    position: absolute;
    top: 138px;
    width: 24px;
    height: 44px;
    padding: 0;
    cursor: pointer;
    color: #fff !important;
    z-index: 500;
}

/*--==============secvdieo============================-*/




.slider-nav [type=button]:not(:disabled) {
    display: none !important;
}



.searchN {
    position: absolute;
    left: -45px;
    padding: 5px 1px;
}

.searchN svg {
    width: 30px;
    height: 30px;
}

/*.searchbox-input {
    top: 73px;
    right: 57px;
    border: 0;
    outline: 0;
    display: none;
    width: 65%;
    height: 38px;
    margin: 0;
    padding: 0px 55px 0px 20px;
    font-size: 20px;
    color: #040000;
    background: #e7e7e7 !important;
}*/

.inputS {
    border: 1px solid #ced4da;
    border-radius: .375rem;
    width: 55%;
    display: inline-block;
    border-radius: 50px;
}

.inputBu {
    font-size: 20px;
}
.special-link ul li i {
    /*  background: #0c1117;*/

    padding: 5px 5px;
    border-radius: 3px;
    min-width: 33px;
    min-height: 30px;
    text-align: center;
}
.special-link ul li {
    margin-right: 5px;
}

.special-linkFo li {
    margin-right: 5px;
}

.special-linkFo .fa-facebook:before, .special-linkFo .fa-youtube:before {
    padding: 10px 9px 23px 10px !important;
}



.page-link {
    font-size: .7rem !important;
}