/* -------------------------------------------------------------------
Stylesheet Guide
----------------------------------------------------------------------

01. Basics

02. Header

03. Side menu

04. Page header


/* ---------------------------------------------------------------------- */

/*	Basics
/* ---------------------------------------------------------------------- */

/* Import Font */

/* General Styles */

body {
    color: #383739;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Tajawal', sans-serif;
    /* line-height: 20px; */
    line-height: 1.40455;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: padding ease-in-out 0.3s;
    -o-transition: padding ease-in-out 0.3s;
    transition: padding ease-in-out 0.3s;
    background: #fff;
    direction: rtl;
}
*{
    outline: 0 !important;
}
body.loaded .loading {
    opacity: 0;
    visibility: hidden;
}

body.loaded .all-wrraper {
    opacity: 1;
    visibility: visible;
}
body.fixed-header {
    /* padding-top: 82px; */
}

li {
    list-style: none;
}

ul {
    padding: 0px;
    margin-bottom: 0px;
}

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

p {
    margin: 0px;
}

a,
a:visited {
    color: #222;
}

hr.margin-bottom-30 {
    margin-bottom: 30px;
}

hr.margin-bottom-50 {
    margin-bottom: 50px;
}

.form-control:focus {
    border-color: #795548;
}

.form-control {
    font-size: 14px;
}

.btn-reset {
    background: transparent;
    border: 0;
    padding: 0;
    outline: 0 !important;
    cursor: pointer;
}

.scale-icons-hover i {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
    display: block;
}

.scale-icons-hover:hover i {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
        transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    -o-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
       transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* ---------------------------------------------------------------------- */

/*	CSS
/* ---------------------------------------------------------------------- */
.margin-left-5{
    margin-left: 5px;
}
.margin-left-10{
    margin-left: 10px;
}
.margin-left-15{
    margin-left: 15px;
}
.margin-left-20{
    margin-left: 20px;
}
.margin-left-30{
    margin-left: 30px;
}
.margin-right-5{
    margin-right: 5px;
}
.margin-right-10{
    margin-right: 10px;
}
.margin-right-15{
    margin-right: 15px;
}
.margin-right-20{
    margin-right: 20px;
}
.margin-right-30{
    margin-right: 30px;
}
.marquee{
    direction: ltr;
    overflow: hidden;
}
.first-nav {
    background-image: -webkit-linear-gradient(45deg, #5E4B8B 0%, #2F1E55 100%);
    background-image: -o-linear-gradient(45deg, #5E4B8B 0%, #2F1E55 100%);
    background-image: linear-gradient(45deg, #5E4B8B 0%, #2F1E55 100%);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    padding: 10px 0;
}

.container-fluid {
}

ul.first-nav-links a.d-flex {
    color: #fff;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

ul.first-nav-links a.d-flex:hover {
    color: #C62E65;
}
.custom-search button {
    background: #C62E65;
    color: #fff;
    padding: 0 10px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    position: relative;
}

.custom-search  input.form-control {
    border-radius: 0 0 0 0;
    border: 0px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
}

i[class*="icon"] {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.custom-search {
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
}

ul.first-nav-social li a {
    color: #fff;
}
.lang-btn span{
    padding-top: 2px;
}
ul.first-nav-social li a i {
    font-size: 1.3em;
}

ul.first-nav-links a.d-flex i {
    font-size: 1.2em;
}
.news-ticker {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    background-image: -webkit-linear-gradient(271deg, #FFFFFF 0%, #F1F0F5 100%);
    background-image: -o-linear-gradient(271deg, #FFFFFF 0%, #F1F0F5 100%);
    background-image: linear-gradient(179deg, #FFFFFF 0%, #F1F0F5 100%);
    overflow: hidden;
}

.news-ticker-title {
    background: #C62E65;
    -webkit-clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
    clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
    padding: 15px 40px;
    white-space: nowrap;
    color: #fff;
}
.news-ticker-title-gp {
    -webkit-filter: drop-shadow(0px 2px 10px rgba(0,0,0,0.3));
            filter: drop-shadow(0px 2px 10px rgba(0,0,0,0.3));
}
.js-marquee i {
    font-style: normal;
    margin: 0 10px;
    color: #c82964;
}
.logo-area {
    margin-top: 30px;
    /* transition: all ease-in-out .5s; */
}

.menu-area {
    margin-top: 30px;
    transition: all ease-in-out .5s;
}

.menu-area nav.navbar {
    background: -webkit-linear-gradient(45deg, #5E4B8B 0%, #2F1E55 100%);
    background: -o-linear-gradient(45deg, #5E4B8B 0%, #2F1E55 100%);
    background: linear-gradient(45deg, #5E4B8B 0%, #2F1E55 100%);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    padding: 0;
}

.menu-area nav.navbar .nav-link {
    color: #fff;
    padding: 15px 10px;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

.menu-area nav.navbar .active .nav-link, .menu-area nav.navbar .dropdown.show .nav-link, .menu-area nav.navbar .nav-link:hover {
    background: #fff;
    color: #1f1f1f;
}

.menu-area .dropdown-menu {
    padding: 0;
    text-align: right;
    border: 0px;
    margin-top: 0px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    overflow: hidden;
    right: 0;
    min-width: 220px;
}

.menu-area .dropdown-menu a {
    padding: 8px 10px;
    border-bottom: 1px #eaeaea solid;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    font-weight: 700;
    font-size: 1em;
}

.menu-area .dropdown-menu a:last-child {
    border: 0;
}

.menu-area .dropdown-menu a:hover {
    background: #c82964;
    color: #fff;
    border-color: transparent;
}
.navbar-dark .navbar-toggler {
    border: 0;
    padding: 10px;
}
/** Topstories **/
.topstories-block.topstories-block-lg {
    width: 50%;
    border-left: 0px;
    border-bottom: 0px;
}

.topstories-block {
    width: 25%;
    float: left;
    display:block;
    border-left: 4px #fff solid;
    border-bottom: 4px #fff solid;
    position: relative;
    overflow: hidden;
}

.topstories-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.topstories-block-overlay {
    position: absolute;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0,0,0,0.00)));
    background: -webkit-linear-gradient(bottom, #000000 0%, rgba(0,0,0,0.00) 100%);
    background: -o-linear-gradient(bottom, #000000 0%, rgba(0,0,0,0.00) 100%);
    background: linear-gradient(0deg, #000000 0%, rgba(0,0,0,0.00) 100%);
    top: 0;
    left: 0;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

.section-name-gp {
    position: absolute;
    -webkit-filter: drop-shadow(0px 2px 10px rgba(0,0,0,0.3));
            filter: drop-shadow(0px 2px 10px rgba(0,0,0,0.3));
    top: 15px;
    right: 15px;
}
.topstories-block-lg .topstories-block-overlay span{
    font-size: 1.4em;
}
.topstories-block-overlay span {
    position: absolute;
    color: #fff;
    bottom: 15px;
    right: 15px;
    left: 15px;
    font-size: 1.3em;
    text-align: right;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

.section-name {
    background: #C62E65;
    -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    padding: 6px 30px;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
}
.topstories-gp a:nth-child(4), .topstories-gp a:nth-child(5) {
    border-bottom: 0;
}

.topstories {
    margin-top: 30px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    position: relative;
}
.custom-carousel-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    z-index: 9;
    background: rgba(51, 35, 91, .8);
    font-size: 1.4em;
    padding: 20px 10px;
    border-radius: 3px 0px 0px 3px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

.custom-carousel-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    z-index: 9;
    background: rgba(51, 35, 91, .8);
    font-size: 1.4em;
    padding: 20px 10px;
    border-radius: 0px 3px 3px 0px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}


.left-icon8:before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.custom-carousel-prev:hover, .custom-carousel-next:hover {
    background: #fff;
    color: #33235B;
}
.custom-carousel-prev, .custom-carousel-next {
    opacity: 0;
    visibility: hidden;
}

.topstories .custom-carousel-prev, .topstories .custom-carousel-next {
    opacity: 1;
    visibility: visible;
}
.topstories-block:hover .topstories-block-overlay {
    background: -webkit-gradient(linear, left bottom, left top, from(#33235B), to(rgba(0,0,0,0.00)));
    background: -webkit-linear-gradient(bottom, #33235B 0%, rgba(0,0,0,0.00) 100%);
    background: -o-linear-gradient(bottom, #33235B 0%, rgba(0,0,0,0.00) 100%);
    background: linear-gradient(0deg, #33235B 0%, rgba(0,0,0,0.00) 100%);
}

.topstories-block:hover .topstories-block-overlay span {
    bottom: 20px;
}
.section {
    margin-top: 30px;
}

.section-head {
    background: -webkit-linear-gradient(45deg, #5E4B8B 0%, #2F1E55 100%);
    background: -o-linear-gradient(45deg, #5E4B8B 0%, #2F1E55 100%);
    background: linear-gradient(45deg, #5E4B8B 0%, #2F1E55 100%);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    overflow: hidden;
    height: 50px;
}

.section-head-title {
    background: #fff;
    -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    padding: 15px 40px;
    white-space: nowrap;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    font-size: 1.2em;
}

a.section-head-more {
    color: #fff;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.news-block-1 {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    margin-top: 20px;
    display: block;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    background: #fff;
    padding-bottom: 1px;
}

.news-block-1 img {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    width: 100% !important;
}

.section .item {
    padding: 12px;
}

.news-block-1 span {
    margin: 15px;
    text-align: center;
    display: block;
    overflow: hidden;
    height: 50px;
    font-size: 1.2em;
}
.news-block-1:hover {
    background: #c82964;
    color: #fff;
}
.carousel-prev, .carousel-next {
    margin: 0 10px;
    font-size: 1.3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #5E4B8B;
    cursor: pointer;
}

.custom-carousel-dots button {
    width: 10px;
    height: 10px;
    border: 1px #5E4B8B solid;
    border-radius: 50%;
    padding: 0;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    margin: 0 5px;
    background: #fff;
}

.custom-carousel-dots button.active, .custom-carousel-dots button:hover {
    background: #C62E65;
    border-color: transparent;
}

.full-width-carousel-controls {
    margin-top: 10px;
}
a.news-block-2 {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    background: #fff;
    overflow: hidden;
    text-align: right;
    margin-top: 20px;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

a.news-block-2 img {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 320px;
}

.news-block-2-content {
    padding: 15px;
    align-content: center !important;
}

.news-block-2-date {
    width: 100%;
}

.news-block-2-content span {
    font-size: 1.2em;
    width: 100%;
    display: flex;
}

.news-block-2-content p {
    font-weight: 400;
    opacity: .87;
    margin: 10px 0px;
    font-size: 1em;
    display: flex;
    height: 60px;
    overflow: hidden;
}

.news-block-2-date b {
    font-weight: 400;
    opacity: .54;
}

.news-block-2-date i {
    color: #C62E65;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.custom-section-tabs a {
    background: #fff;
    padding: 7px 15px;
    font-size: .7em;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

.custom-section-tabs li {
    margin: 0 5px;
}

.custom-section-tabs {
    margin-right: 5px;
}

.custom-section-tabs a.active, .custom-section-tabs a:hover {
    background: #C62E65;
    color: #fff;
}
.section .owl-carousel {
    margin: 0 -6px;
    width: calc(100% + 12px);
}
a.news-block-2:hover {
    background: #C62E65;
    color: #fff;
}

a.news-block-2:hover i {
    color: #fff;
}
a.section-head-more:hover {
    color: #C62E65;
}


a.section-head-title-gp:hover .section-head-title {
    background: #C62E65;
    color: #fff;
}
a.media-block {
    display: block;
    position: relative;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    margin-bottom: 4px;
}
.row.custom-row div[class*="col"] {
    padding-right: 2px;
    padding-left: 2px;
}
.row.custom-row {
    margin-right: -2px;
    margin-left: -2px;
}
a.media-block.media-block-lg {
    padding-bottom: 2px;
    margin-bottom: 0;
}
a.media-block .topstories-block-overlay span {
    font-size: 1em;
}

a.media-block-lg .topstories-block-overlay span {
    font-size: 1.1em;
}
.topstories-block-overlay i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.2em;
    color: #C62E65;
}

.media-block-lg .topstories-block-overlay i {
    font-size: 32px;
}
a.media-block:hover .topstories-block-overlay {
    background: -webkit-gradient(linear, left bottom, left top, from(#33235B), to(rgba(0,0,0,0.00)));
    background: -webkit-linear-gradient(bottom, #33235B 0%, rgba(0,0,0,0.00) 100%);
    background: -o-linear-gradient(bottom, #33235B 0%, rgba(0,0,0,0.00) 100%);
    background: linear-gradient(0deg, #33235B 0%, rgba(0,0,0,0.00) 100%);
}

a.media-block:hover span {
    bottom: 20px;
}
.custom-carousel{
    margin-top: 20px !important;
}
.img-fluid{
    width: 100%;
}
.logo-gp > img {
    width: 60px;
    border-radius: 3px;
}
.article-content {
    text-align: right;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    position: relative;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    padding: 10px 0px;
}

a.article-block {
    margin-top: 20px;
    display: block;
}

.article-content img {
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    margin: 5px;
    width: 60px !important;
    height: 60px !important;
}

.article-content span {
    padding: 0 10px;
    font-size: 1.1em;
    margin-right: -5px;
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    height: 20px;
}

.article-writer {
    background: #C62E65;
    padding: 10px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    color: #fff;
    font-size: 14px;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.article-writer i {
    font-size: 1.2em;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    color: #fff;
}

a.article-block:hover .article-content {
    background: #C62E65;
    color: #fff;
}

a.article-block:hover .article-writer {
    background: #fff;
    color: #1f1f1f;
}

a.article-block:hover .article-writer i {
    color: #c82964;
}
.most-news-block img{
    max-width: 118px !important;
}
.most-news-block span {
    padding: 0 10px;
    height: 40px;
    overflow: hidden;
    width: 100%;
}
.articles-writer {
    background: #F2F2F2;
    color: rgba(31, 31, 31, .54);
}

.articles-writer i {
    color: #C62E65;
}
footer {
    background: -webkit-linear-gradient(45deg, #5E4B8B 0%, #2F1E55 100%);
    background: -o-linear-gradient(45deg, #5E4B8B 0%, #2F1E55 100%);
    background: linear-gradient(45deg, #5E4B8B 0%, #2F1E55 100%);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    margin-top: 60px;
    color: #fff;
}
.footer-links > a {
    color: #fff;
    padding: 20px 0;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

.footer-links > a:hover {
    color: #C62E65;
}

.category-topstories {
    overflow: hidden;
}
.category-topstories .custom-carousel {
    margin-top: 0px !important;
}
.category-topstories a.media-block .topstories-block-overlay span {
    font-size: 14px;
}

.category-topstories a.media-block-lg .topstories-block-overlay span {
    font-size: 1.1em;
}
.load-more {
    margin-top: 30px;
    color: rgba(31, 31, 31, .54);
}

.load-more i {
    font-size: 28px;
    color: #C62E65;
}
article.custom-article {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    overflow: hidden;
    background: #fff;
}

.article-title {
    background: -webkit-linear-gradient(45deg, #5E4B8B 0%, #2F1E55 100%);
    background: -o-linear-gradient(45deg, #5E4B8B 0%, #2F1E55 100%);
    background: linear-gradient(45deg, #5E4B8B 0%, #2F1E55 100%);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    border-right: 4px #fff solid;
    padding: 15px;
    position: relative;
    text-align: right;
}

.article-title h1 {
    font-size: 1.2em;
    color: #fff;
    font-weight: bold;
    margin: 0;
}
.article-info {
    background: -webkit-linear-gradient(271deg, #FFFFFF 0%, #F1F0F5 100%);
    background: -o-linear-gradient(271deg, #FFFFFF 0%, #F1F0F5 100%);
    background: linear-gradient(179deg, #FFFFFF 0%, #F1F0F5 100%);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    padding: 15px;
}

.article-info i {
    font-size: 1.2em;
    color: #C62E65;
}
.article-info a {
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

.article-info a:hover {
    color: #c62d65;
}
.article-img {
    margin: 0 10%;
    margin-top: 30px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
}

.article-img figure {
    position: relative;
}

.article-img figcaption {
    position: absolute;
    bottom: 20px;
    right: 0;
    padding: 10px 20px;
    background: #C62E65;
    color: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
}
.article-text {
    text-align: right;
    line-height: 37px;
    color: #3B3A3B;
    margin-top:30px;
    padding:0 15px;
    font-size: 1.2em;
}

.article-text a {
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    color: #C62E65;
}

.article-text a:hover {
    color: #5d4a8a;
}
a.article-gallery-block {
    position: relative;
    display: block;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
}

a.article-gallery-block i {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 47px;
    color: #fff;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    opacity: 0;
}

a.article-gallery-block:hover i {
    opacity: 1;
}
.article-gallery-gp{
    margin-top: 30px;
}
.article-tags-area {
    margin-top: 30px;
    background: -webkit-linear-gradient(271deg, #FFFFFF 0%, #F1F0F5 100%);
    background: -o-linear-gradient(271deg, #FFFFFF 0%, #F1F0F5 100%);
    background: linear-gradient(179deg, #FFFFFF 0%, #F1F0F5 100%);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    text-align: right;
}

.article-tags-area p {
    width: 100%;
    display: block;
    border-top: 1px #ddd solid;
    padding: 15px;
    font-size: 14px;
    font-weight: normal;
    margin-top: 15px;
}

.article-tags-area span {
    padding-top: 15px;
    padding-right: 15px;
    display: block;
}

.article-tags-area a {
    background: #C62E65;
    margin-left: 10px;
    display: block;
    padding: 5px 10px;
    font-size: .7em;
    color: #fff;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    margin-top: 10px;
}

.article-tags-area ul {
    padding: 0 15px;
}

.article-tags-area a:hover {
    background: #fff;
    color: #C62E65;
}
.article-video{
    margin-top: 30px;
}
.live-page .article-video {
    padding: 0 10%;
}
.live-page .article-title {
    border: 0;
    text-align: center;
}
.article-text span {
    font-size: 1.2em;
}

.article-text.about-us p {
    font-size: 14px;
}
.article-text li{
    margin-bottom: 20px;
}
form.custom-from .form-control {
    border-right: solid 4px #5E4B8B !important;
    border: none;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    border-radius: .25rem;
    padding: 12px;
}

form.custom-from label {
    text-align: right;
    display: block;
}

article.custom-article form.custom-from {
    padding: 20px 15px;
}
.send-btn {
    background: #C62E65;
    padding: 10px 50px;
    color: #fff;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
}

.send-btn:hover {
    background: #fff;
    color: #C62E65;
}
.board-memeber-contnet {
    width: 100%;
    padding: 15px;
}

.board-memeber-ar {
    text-align: right;
}

.board-memeber-contnet i {
    font-style: normal;
    display: block;
    color: #C62E65;
}

.board-memeber-contnet p {
    font-weight: normal;
}


.board-memeber-block {
    margin: 30px 15px 0 15px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    overflow: hidden;
}
.board-memeber-block img {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
}
.board-memeber-block:last-child {
    margin-bottom: 30px;
}
.select2-container {
    width: 100% !important;
}

.custom-modal {
    text-align: right;
}

.custom-modal button.close {
    position: absolute;
    left: 0px;
    top: 22px;
    color: #fff;
    text-shadow: 0 0 0;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

.custom-modal .modal-header {background: -webkit-linear-gradient(45deg, #5E4B8B 0%, #2F1E55 100%);background: -o-linear-gradient(45deg, #5E4B8B 0%, #2F1E55 100%);background: linear-gradient(45deg, #5E4B8B 0%, #2F1E55 100%);-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);border: 0;color: #fff;}

.custom-modal .modal-header h5 {
    font-weight: 700;
}

.custom-modal button.close:hover {
    opacity: 1;
}

.custom-modal button.close span {
    color: #fff;
}

.form-control {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: inherit;
    left: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.select2-container--default .select2-selection--single {
    border: 0;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    height: auto !important;
    padding: 5px 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {padding: 0;}

.modal-footer button {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    background: #C62E65;
    border: 0;
    font-weight: 700;
    padding: 6px 30px;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

.modal-footer button:hover {
    color: #C62E65;
    background: #fff;
}
.select2-container--open .select2-dropdown--below {
    border: 0;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #c62d65;
}
label.d-flex i {
    color: #c62d65;
    font-size: 1.2em;
}

.daterangepicker.show-calendar .drp-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    direction: rtl;
}

.daterangepicker .drp-buttons .btn {
    margin-left: 0;
    margin-right: 10px;
}

.btn-primary {
    background: #C62E65;
    border: 0;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
}

/* .ad160{
    width: 160px;
    height: 600px;
    background: rebeccapurple;
    display: block;
}
.ad336{
    width: 336px;
    height: 280px;
    background: rebeccapurple;
    display: block;
}
.ad300{
    width: 300px;
    height: 250px;
    background: rebeccapurple;
    display: block;
} */
.skyAdActive .ads-container {
    padding: 0 160px;
    position: relative;
}
.sky-ad {
    position: absolute;
    top: 0;
    z-index: 99;
}

.right-ad {
    right: 0;
}

.left-ad {
    left: 0;
}
.fixed-ads .sky-ad {
    position: fixed;
}
.side-ads {
    margin-top: 20px;
    width: 100%;
}
.standard-widget .widget-boxes .article-box img {
    height: 190px;
    -o-object-fit: cover;
       object-fit: cover;
}

div#topStoriesCarousel .owl-dots {
    display: none;
}



.custom-thumb-carousel-dots 
 button.owl-dot {
    border: 0px;
    padding: 0;
    margin: 0;
    width: calc(50% - 10px);
    margin: 5px 5px;
    position: relative;
}

.custom-thumb-carousel-dots {
    flex-wrap: wrap;
    margin: 0 -5px;
}

.custom-thumb-carousel-dots button.owl-dot.active:before,.custom-thumb-carousel-dots button.owl-dot:hover:before {opacity: .8;}

.custom-thumb-carousel-dots button.owl-dot:before {
    content: "";
    background: #311e58;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out .5s;
}

.custom-thumb-carousel-dots button.owl-dot{
        -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
}
.custom-thumb-carousel-dots button.owl-dot i {
    position: absolute;
    z-index: 9;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    transition: all ease-in-out .5s;
    opacity: 0;
}

.custom-thumb-carousel-dots button.owl-dot i:before {
    transform: rotate(-90deg);
}

.custom-thumb-carousel-dots button.owl-dot.active i, .custom-thumb-carousel-dots button.owl-dot:hover i {
    opacity: 1;
}
.article-content p {
    opacity: .74;
    font-weight: normal;
    padding: 0 10px;
    display: block;
    height: 38px;
    overflow: hidden;
}
.col-lg-3.sidebar-col .news-block-1 span {
    font-size: 1em;
    height: 55px;
}
.col-lg-4 .col-sm-6 .news-block-1 span {
    font-size: .9em;
    height: 56px;
}

.col-xl-3.sidebar-col .news-block-1 span {
    font-size: .9em;
    height: 38px;
}
.infograph-section a.news-block-1 {
    position: relative;
    padding-bottom: 0;
}

.infograph-section a.news-block-1 span {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: auto;
    background: rgba(255, 255, 255, .8);
    height: auto;
    border-radius: 5px;
    color: #1f1f1f;
    transition: all ease-in-out .5s;
}

.infograph-section a.news-block-1:hover span {
    background: #c43366;
    color: #fff;
}
li.nav-item:hover .dropdown-menu {
    display: block !IMPORTANT;
}
/** NEW EDITS **/
.sction-big-news .item {
    display: flex;
    flex-wrap: wrap;
}

.sction-big-news a.news-block-2 {
    width: calc(50% - 15px);
    margin-left: 30px;
}

.sction-big-news a.news-block-2:nth-of-type(even) {
    margin-left: 0;
}

.sction-big-news a.news-block-2 img {
    max-width: 220px;
    height: 100% !important;
}
.js-marquee a {
    white-space: nowrap;
}

.videoFullWidth .custom-thumb-carousel-dots button.owl-dot {
    width: 100%;
}
.videoFullWidth .custom-thumb-carousel-dots button.owl-dot img{
    width: 187px;
}

.videoFullWidth .custom-thumb-carousel-dots button.owl-dot span {
    text-align: right;
    margin: 0 10px;
    font-weight: 700;
    width: 100%;
}

.videoFullWidth .full-width-carousel-controls {
    margin-top: 20px;
}
.videoFullWidth .custom-thumb-carousel-dots button.owl-dot i:before {
    transform: rotate(0deg);
}
.videoFullWidth {
    background:#2F1E55;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    padding: 30px 0;
}

.videoFullWidth .custom-thumb-carousel-dots button.owl-dot:before {
    background: #C62E65;
}

.videoFullWidth .section-head {
    background: #fff;
}

.videoFullWidth .section-head-title {
    background: #C62E65;
    color: #fff;
}

.videoFullWidth a.section-head-more {
    color: #222;
}
.videoFullWidth a.section-head-more i{
    color: #C62E65;
}
.col-xl-3.sidebar-col .news-block-1 {
    /* padding-bottom: 0; */
}
.videoThumbImg {
    width: 303px;
}
.innerSectionContainer {
    display: flex;
    flex-wrap: wrap;
}
body.skyAdActive .ads-containers {
    padding: 0 160px;
    position: relative;
}
.float-card {
    position: fixed;
    z-index: 9999;
    width: 300px;
    /* height: 300px; */
    bottom: 20px;
    left: 20px;
}

.test {
    background: linear-gradient(45deg, #5E4B8B 0%, #2F1E55 100%);
    width: 100%;
    /* height: 100%; */
}

.float-card.closed {
    display: none;
}
.float-card iframe {
    height: auto !important;
}
.fixed-menu .menu-area {
    position: fixed;
    width: 100%;
    z-index: 99;
    margin-top: 0;
}

.fixed-menu .logo-area {
    margin-bottom: 81px;
}
.fixed-menu .logo-area-gp .ad-space {
    position: fixed;
    top: 52px;
    z-index: 99;
    width: 100%;
    justify-content: center;
    background: #fff;
    padding: 10px;
    left: 0;
    margin-top: 51px;
    transition: all ease-in-out .5s;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
}

@media only screen and (min-width: 1200px) {
	.custom-modal .modal-dialog {
		max-width: 750px;
	}
	.custom-modal .modal-dialog img{
		width:100%;
		height: 400px;
	}
}
.custom-article iframe {
    width: 100% !important;
}

.fb-share-button.fb_iframe_widget,.fb_iframe_widget {
    margin-top: 15px;
    margin-left: 15px;
}
.modal-body img {
    width: 100%;
    height: auto;
}
ul.navbar-nav {
    padding: 15px;
}
.article-content div {
    width: 100%;
}