@font-face {
    font-family: 'CairoRegular';
    src: url('../fonts/CairoRegular.ttf');
}

@font-face {
    font-family: 'CairoSemiBold';
    src: url('../fonts/CairoSemiBold.ttf');
}
@font-face {
    font-family: 'Tahoma,Geneva,sans-serif';
    src: url('../fonts/103-Tahoma.ttf');
}


/******************************/
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.wrap {
    overflow: hidden;
}


body {
    font-family: 'CairoRegular';
    font-size: 16px;
    direction: rtl;
    text-align: right;
}

body.dark .darkmode .light,
body:not(.dark) .darkmode .dark {
    display: none;
}
.dark .slide-top ,
.dark .urgent-content,
.dark footer ,
.dark .head-home{
    background: rgb(42, 42, 42);
}

.dark .categories-desc ,
.dark .categories-side .icon-name .name ,
.dark .categories-ratting .icon-name .name,
.dark .footer-pages ul li a ,
.dark .footer-list ul li a , .dark .categories-desc,.dark .categories-desc a  ,.dark .content-site-single .categories-name  {
    color: #fff !important;
    

}
.fly-icon{
    position: fixed;
    right: 25px;
    bottom: 40%;
}
.fly-icon .darkmode{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0013ff;
    margin-bottom: 5px;
    color: #fff;
}

.up{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #007bff;
    margin-bottom: 5px;
    transition: all .35s ease-in-out;

}
#up-btn::after {
    content: "\f062";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
     color: #fff;
}
#up-btn:hover {
    cursor: pointer;
    transition: all .35s ease-in-out;

}

#up-btn.show {
    transition: all .35s ease-in-out;
    opacity: 1;
    visibility: visible;
}

p:last-of-type {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-weight: 500;
}

button,
li,
a {
    transition: all 0.5s ease-in-out;
}

a {
    display: inline-block;
}

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

ul, ol {
    margin-bottom: 0;
}

button:focus {
    outline: 0;
}

li,
input[type=submit],
a {
    transition: all 0.5s linear;
}

img, iframe, video {
    max-width: 100%;
}

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

ul li {
}

.no-padding {
    padding: 0 !important;
}

.form-control {
    border-radius: 0;
}

textarea.form-control {
    height: 200px;
}

.form-control:focus {
    border-color: transparent;
    box-shadow: none;
    outline: none;
    color: #c2adab;
}


/******************************/

#header-search {
    display: inline-block;
}

#search-header.open {
    background: rgba(0, 0, 0, 0.8);
}

#search-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    transform: translate(0px, 0px) scale(0.7, 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

#search-header.open {
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    visibility: visible;
}

#search-header .search-form {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.open-search {
    color: #fff;
    background-color: transparent;
    font-weight: bold;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all .35s ease-in-out;
}

.open-search:hover {
    color: #fff;
}

.open-search i {
    color: #fff;
    background-color: #009eff;
    font-weight: bold;
    padding: 0;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all .35s ease-in-out;
}

.open-search:hover i {
    color: #fff;
    background-color: #0014ff;

}

#search-header input[type="search"] {
    font-size: 44px;
    color: #fff;
    font-weight: 300;
    border: 0;
    outline: none;
    width: 70%;
    height: 90px;
    line-height: normal;
    border-bottom: 1px solid;
}

#search-header .search-submit {
    z-index: 10;
    border: none !important;
}

#search-header .search-submit,
.search-icon {
    background: none;
    border: none;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 20px;
}

.search-icon:before {
    font-family: 'Font Awesome 5 Brands';
    content: "\f3eb";
    display: inline-block;
    width: 70px;
    height: 70px;
    font-size: 24px;
    padding-top: 20px;
    color: #fff;
}

#search-header .close {
    background: none;
    border: none;
    position: fixed;
    top: 45px;
    right: 45px;
    opacity: 1;
    cursor: pointer;
    color: #fff;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

#search-header .close:hover {
    opacity: 0.8;
}

#search-header .close i {
    display: none;
}

#search-header .close:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f057";
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 29px;
    left: 0;
}

#search-header button.close {
    border: 2px solid #fff;
    height: 37px;
    width: 37px;
    border-radius: 200em;
}

#search-header input[type="search"] {
    background: rgba(0, 0, 0, 0);
    border-color: #5f5f5f;
}

#search-header input[type="search"],
#search-header .search-submit {
    color: #fff;
}

/*main-btn*/
.main-btn {
    color: #fff;
    background-color: #009eff;
    padding: 0 10px;
    width: 150px;
    line-height: 40px;
    height: 40px;
    border-radius: 0px;
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.main-btn:hover {
    background-color: #0014ff;
    color: #fff;
}

.main-btn:after {
    content: "\f060";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%) scale(1);
    transition: all 0.5s ease-in-out;
}

.main-btn:hover:after {
    color: #fff;
    transform: translateY(-50%) scale(1.2);
}

/*nav (mob+desk)*/
/*--------------*/
@media (min-width: 992px) {
    .main-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #009eff;

    }

    .nav-list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 0;
        position: relative;
    }

    .nav-list > .menu-item {
        position: relative;
    }

    html[dir="ltr"] .nav-list > .menu-item:not(:last-of-type) {
        margin-inline-end: 5px;
    }

    html[dir="rtl"] .nav-list > .menu-item:not(:last-of-type) {
        margin-inline-start: 10px;
    }

    .nav-list > .menu-item > a {
        display: flex;
        color: #fff;
        padding: 10px 5px;
        font-size: 14px;
        position: relative;
        transition: all 0.5s ease-in-out;
    }

    .nav-list > .menu-item-has-children > a:after {
        display: inline-block;
        content: "\f0d7";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        margin-inline-start: 10px;
        color: #fff;
        background: transparent;
        transition: all .35s ease-in-out;
    }

    .nav-list .menu-item:hover > a,
    .nav-list > .menu-item.active a {
        color: #fff;
        background: #0014ff;
    }

    .nav-list > .menu-item:hover > a:before,
    .nav-list > .menu-item.active a:before {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    .nav-list > .menu-item-has-children:hover a:after {
        transform: rotateX(-180deg);
        color: #000;
    }

    html[dir="rtl"].sub-menu {
        left: 0;
    }

    html[dir="ltr"].sub-menu {
        right: 0;
    }

    .sub-menu {
        position: absolute;
        top: 100%;
        z-index: 4;
        min-width: 200px;
        background-color: #dbeffb;
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
        transform-origin: 0 0 0;
        transform: scaleY(0);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
        transition: all 0.2s ease-in-out;
    }


    .sub-menu li {
        position: relative;
        padding: 0 20px;
    }

    .sub-menu li:not(:last-of-type) a {
        margin-bottom: 10px;
    }

    .sub-menu li a {
        display: block;
        width: 100%;
        position: relative;
        color: #000;
        padding-bottom: 10px;
        transition: all 0.5s ease-in-out;
    }


    html[dir="rtl"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        left: 0;
        content: "\f324";
    }

    html[dir="ltr"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        right: 0;
        content: "\f323";
    }

    .nav-list .sub-menu > li.menu-item-has-children > a:after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: #000;
        position: absolute;
        transition: all 0.5s ease-in-out;
    }

    .sub-menu li a:hover {
        color: #0014ff;
    }

    .nav-list .sub-menu > li.menu-item-has-children:hover > a:after {
        color: #0014ff;
    }

    .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: scaleY(1);
    }
    .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: scaleY(1);
    }
    html[dir="rtl"] .sub-menu .menu-item-has-children .sub-menu {
        right: 100%;
    }

    html[dir="ltr"] .sub-menu .menu-item-has-children .sub-menu {
        left: 100%;
    }

    .sub-menu .menu-item-has-children .sub-menu {
        top: 0 !important;
    }

    html[dir="rtl"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        right: 100%;
    }

    html[dir="ltr"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        left: 100%;
    }


    html[dir="rtl"] .nav-list > .menu-item-has-children > .sub-menu a:before {
        content: "\f100";
    }

    html[dir="ltr"] .nav-list > .menu-item-has-children > .sub-menu a:before {
        content: "\f101";
    }

    .nav-list > .menu-item-has-children > .sub-menu a:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        display: inline-block;
        margin-inline-start: 10px;
        color: #000;
        font-size: 14px;
        transition: all .35s ease-in-out;
    }

    .nav-list > .menu-item-has-children > .sub-menu a:hover:before {
        color: #fff;
    }

    .nav-list .menu-item:hover > a,
    .nav-list > .menu-item.active a {
        color: #fff;
    }

    .nav-btn,
    .mobile-nav-list,
    .dd-trigger {
        display: none;
    }
}

@media (max-width: 992px) {


    .nav-list {
        display: none;
    }

    .dd-trigger {
        display: block;
    }

    .main-nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .head-logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-icons a:not(:last-of-type) {
        margin-inline-end: 10px;
    }

    .nav-list > li.menu-item-has-children > a:after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: #fff;
        position: absolute;
        transition: all 0.5s ease-in-out;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        color: #fff;
        padding: 0;
        background-color: #009eff;
        margin-inline-end: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease-in-out;
    }

    html[dir="rtl"] .nav-btn {
        margin-inline-end: 10px;
    }

    html[dir="ltr"] .nav-btn {
        margin-inline-start: 10px;
    }

    html[dir="ltr"] .mobile-nav-list {
        left: 0;
        transform: translateX(-100%);
    }

    html[dir="rtl"] .mobile-nav-list {
        transform: translateX(100%);
        right: 0;
    }

    .mobile-nav-list {
        width: 300px;
        height: 100%;
        padding: 15px;
        background-color: rgba(255, 255, 255, 1);
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        z-index: 6;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        overflow-y: scroll;
        transition: all .5s linear;
    }

    .mobile-nav-list .menu-item {
        position: relative;
        border-bottom: 1px solid #009eff;
    }

    .mobile-nav-list .menu-item:last-of-type  {
        border-bottom: 1px solid transparent;

    }

    .mobile-nav-list .menu-item > a {
        display: block;
        color: #000;
        padding: 15px;
    }

    .mobile-nav-list .menu-item.menu-item-has-children > a {
        width: calc(100% - 34px);
        display: inline-block;
    }

    .mobile-nav-list .menu-item > a:hover,
    .mobile-nav-list .menu-item.active > a {
        color: #009eff;
    }

    html[dir="ltr"] .mobile-nav-list .menu-item.menu-item-has-children i {
        border-left: 1px solid #000;
    }

    html[dir="rtl"] .mobile-nav-list .menu-item.menu-item-has-children i {
        border-right: 1px solid #000;
    }

    .mobile-nav-list .menu-item.menu-item-has-children i {
        color: #000;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        transform-origin: center;
        transition: all .3s linear;
    }

    .mobile-nav-list .menu-item i.open {
        color: #009eff;
    }

    .sub-menu {
        list-style: none;
        background-color: #009eff;
    }

    .sub-menu.open {
    }

    .sub-menu li {
    }

    .mobile-nav-list .sub-menu a {
        display: block;
        padding: 15px 25px;
        color: #fff;

        transition: all .3s linear;
    }

    .mobile-nav-list .sub-menu a:hover {
        color: #393839;
    }

    .trans-none {
        transform: none !important;
    }

    html[dir="ltr"] .nav-overlay {
        right: 0;
        transform: translateX(100%);
    }

    html[dir="rtl"] .nav-overlay {
        left: 0;
        transform: translateX(-100%);
    }

    .nav-overlay {
        display: block;
        position: fixed;
        top: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        transition: all .35s ease-in-out;
    }
}


/*header*/
/*------*/
.head-home {
    background: #f2faff;
}

.date-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
    font-size: 12px;
}

.date-info div {
    padding-inline-end: 5px;
    padding-inline-start: 5px;
    font-family: 'CairoSemiBold';
}
.header {
    padding: 25px 0
}
.head-home .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-header .icons .social-items {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.social {
    width: 30px;
    height: 30px;
    font-size: 1em;
    color: white;
    border-radius: 10px;
    display: grid;
    place-items: center;
    margin-inline-start: 10px;
    transition: all .35s ease-in-out;
}

.social-items .social:hover {
    color: white;

}

.facebook {
    background: #3b5998;
}

.twitter {
    background: #1da1f2;
}

.rss {
    background: #dd4b39;
}

.linkedin {
    background: #0077b5;
}

.whatsapp {
    background: #25d366;
}

.pinterest {
    background: #e60023;
}

.youtube {
    background: #ff0000;
}

.snapchat {
    background: #fffc00;
}

.instagram {
    background: #000;

}

@media (max-width: 768px) {

}

@media (max-width: 500px) {
    .social {
        width: 30px;
        height: 30px;
        font-size: 1em;
    }

    .open-search i {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .head-home .header {
        flex-direction: column;
    }

    .date-info, .social-header .icons .social-items {
        justify-content: center;
    }

    .date-info div {
        font-size: 12px;
    }
    .date-info{
        margin: 20px 0;
    }
}

/*slide-top*/
.slide-top {
    background: #f2faff;
    padding: 20px 0;
}

/*slider*/
/*------*/
.main-slider .mainItem {
    position: relative;
}

.main-slider .mainItem-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}

.main-slider .mainItem-overlay:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 15%);
}

.main-slider .mainItem-overlay .slid-body {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
}

.main-slider .mainItem-overlay .slid-body .slid-desc {
    border-inline-start: 5px solid #009eff;
    padding-inline-start: 10px;
}

.main-slider .slid-desc .slid-tit {
    color: #fff;
    font-size: 26px;
    font-family: 'CairoSemiBold';
}

.main-slider .slid-desc .slid-paragraph {
    color: #fff;
    font-size: 14px;
}

.main-slider {
    overflow: hidden;
}

.main-slider .owl-nav div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #009eff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    transition: all .5s ease-in-out;
}

.main-slider .owl-nav div:hover {
    background: #0014ff;

}

.main-slider .owl-nav div.owl-prev {
    right: -2.5rem;
}

.main-slider .owl-nav div.owl-next {
    left: -2.5rem;
}

.main-slider:hover .owl-nav div.owl-prev {
    right: 2rem;
}

.main-slider:hover .owl-nav div.owl-next {
    left: 2rem;
}

@media (max-width: 768px) {

}

@media (max-width: 500px) {
    .main-slider .slid-desc .slid-tit {
        font-size: 14px;
    }

    .main-slider .slid-desc .slid-paragraph {
        font-size: 10px;
        display: none;

    }

    .main-slider .mainItem-overlay .slid-body {
        padding: 20px 10px;

    }
}

/*new*/
/*---*/
.new {
    padding: 30px 0 0;
}

.new .slid-tit {
    border-left: 2px solid #7e7e7e;
    padding-inline-end: 10px;
    font-size: 22px;
    font-family: 'CairoSemiBold';
    color: #009eff;
}

.new .slid-tit {
    display: inline-block;
    margin: 0 !important;
}


.new-slider .mainItem {
    width: 90%;
}

.new-slider .mainItem .slid-paragraph {
    font-size: 14px;
}

.new-slider .owl-nav {
    background: #f2faff;
}

.new-slider .owl-nav div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #009eff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    z-index: 9999;
    font-size: 20px;
    transition: all .5s ease-in-out;
}

.new-slider .owl-nav div:hover {
    background: #0014ff;

}

.new-slider .owl-nav div.owl-prev {
    left: 45px;
}

.new-slider .owl-nav div.owl-next {
    left: 0px;
}

@media (max-width: 768px) {
    .new-slider .mainItem {
        width: 80%;
    }

    .new .slid-tit {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .new-slider .mainItem {
        width: 100%;
    }

    .new .slid-tit {
        text-align: center;
        border: none;
        display: block;

    }

    .new-slider .mainItem .slid-paragraph {
        text-align: center;
    }
}

/*urgent-content*/
.urgent {
    padding: 50px 0;
}

.urgent-content {
    background: #dbeffb;
    display: flex;
    align-items: center;

}

.urgent-tit {
    background: red;
    color: #fff;
    display: inline-block;
    font-family: 'CairoSemiBold';
    padding: 25px 42px;
    text-align: center;
    font-size: 28px;
}

.urgent-desc {
    display: inline-block;
    padding: 0 30px;
    width: 85%;
}

@media (max-width: 768px) {

}

@media (max-width: 500px) {
    .urgent-content {
        display: inline-block;
        padding: 10px 10px 20px;
        text-align: center;
    }

    .urgent-desc {
        width: 100%;
        padding: 0 5px;
        font-size: 14px;
    }

    .urgent-tit {
        padding: 15px 20px;
        font-size: 18px;
        margin-bottom: 10px;

    }
}

/*ads*/
/*---*/
.ads {
    padding-bottom: 50px;
}

@media (max-width: 768px) {
.ads-img{
    margin-bottom: 30px;
}
}

@media (max-width: 500px) {

}

/*categories*/
/*---------*/
.categories .categories-content {
    margin-bottom: 50px;
}

.categories-content-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
}

.categories-content-tit .url {
    transition: all linear 0.5s;
}

.categories-content-tit .url a {
    transition: all linear 0.5s;
    transform: translatex(0%);
    display: block;
    color: #009eff;

}

.categories-content-tit .url a:before {
    content: "\f060";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    color: #009eff;
    left: 0px;
    top: 50%;
    opacity: 0;
    transform: translateY(-50%);
    transition: all linear 0.5s;
}

.categories-content-tit .url:hover a:before {
    opacity: 1;
    left: -30px;
    transition: all linear 0.5s;

}

.categories-content-tit .url:hover a {
    transform: translatex(30%);
    display: block;
    transition: all linear 0.5s;

}

.categories-content-tit:before {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #009eff;
}

.icon-name {
    display: flex;
    align-items: center;
}

.icon-name .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #009eff;
    color: #fff;
}

.icon-name .name {
    margin-inline-start: 15px;
    font-family: 'CairoSemiBold';
    margin-top: -10px;
    font-size: 26px;
}

.categories-img img {
    width: 100%;
}

.categories-items .categories-img {
    overflow: hidden;
    position: relative;
    transition: all .35s ease-in-out;
}

.categories-items:hover .categories-img {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);

}

.categories-items .categories-img img {
    transition: all .35s ease-in-out;
}

.categories-items:hover .categories-img img {
    transform: scale(1.2);

}

.categories-img:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    transform: scale(0);
    background-color: rgba(0, 158, 255, .3);
    transition: all 500ms ease-in-out;
}

.categories-img:hover:before {
    transform: scale(2);
    border-radius: 100%;
}

.categories-desc , .categories-desc a {
    font-size: 20px;
    margin-top: 5px;
    font-family: 'Geneva,sans-serif';
    color: #333;
}

.categories-end {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.categories-items:hover .categories-desc {
    color: #0013ff;
}

.categories-end .categories-name {
    font-size: 18px;
    color: #009eff;
    transition: all .35s ease-in-out;
}

.categories-items:hover .categories-end .categories-name {
    color: #0014ff;
}

.categories-end .categories-date {
    font-size: 18px;
    color: #787878;
    transition: all .35s ease-in-out;
}

@media (max-width: 768px) {

}

@media (max-width: 500px) {
    .categories-desc {

    }
}

/*side cat*/
.side-categories-items {
    display: flex;
    margin-bottom: 20px;
}

.side-categories-items .categories-img img {
    width: 210px;
    height: 115px;
}

.side-categories-items-content {
    margin-inline-start: 10px;
}

.categories-ratting-content h4 {
    color: #009eff;
    font-weight: bold;
    margin-bottom: 30px;
}

.side-categories-items-content .categories-desc {
    margin-bottom: 10px;
}

.side-categories-items-content .categories-end {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.categories-side .icon-name .name {
    color: #000;
}

@media (max-width: 768px) {
    .side-categories-items .categories-img img {
        object-fit: contain;
    }

    .categories-img img {
        object-fit: none;
    }

    .categories-desc {
        min-height: 75px;
    }

    .categories-ratting-content {
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .categories-img img {
        object-fit: unset;
    }

    .categories-items {
        margin-bottom: 20px;
    }

    .categories-desc {
        min-height: 60px;
    }

    .icon-name .name {
        font-size: 18px;
        margin-top: -5px;
    }
}

/*categories-ratting*/
.categories-ratting {
    margin-top: 30px;
}

.categories-ratting-content {
    padding: 50px 30px;
    background: #dbeffb;
    margin-bottom: 20px;
}

.categories-ratting .icon-name .name {
    color: #000;
}

.categories-ratting label {
    margin-inline-end: 30px;
}

.categories-ratting label input[type="radio"] {
    display: none;
}

.categories-ratting label input[type="radio"] ~ span {
    display: flex;
    align-items: center;
}

.categories-ratting label input[type="radio"] ~ span::before {
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 5px;
    color: transparent;
    border: 1px solid #747474;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    transition: .3s ease-out;
}

.categories-ratting label input[type="radio"]:checked ~ span::before {
    color: #0013ff;
    border: 1px solid #0013ff;

}

.categories-ratting label input[type="radio"] ~ span {
    color: #747474;
}

.categories-ratting label input[type="radio"]:checked ~ span {
    color: #0013ff;
    font-size: 16px;
    font-weight: bold;
}

.categories-ratting .main-btn {
    text-align: right;
    margin-top: 30px;
}

.categories-economist, .categories-economist {
    margin-bottom: 30px;
}

.technology-economist {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .categories-ratting label{
        margin-inline-end: 15px;
    }
}

@media (max-width: 500px) {
    .main-btn {
        width: 100px;
        line-height: 30px;
        height: 30px;
        font-size: 12px;
    }
}

/*footer*/
footer {
    padding: 50px 0;
    background: #dbeffb;

}

.logo-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;

}

.footer-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;

}

.footer-list ul li {
    margin: 0 8px;
}
.footer-list ul li a {
    color: #000;
}
.footer-pages ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.footer-pages ul li {
    margin: 0 10px;
}
.footer-pages ul li a {
    color: #000;
}
.powr {
    text-align: center;
}

.powr a {
    margin: 0 5px;
}

@media (max-width: 768px) {
    .footer-pages ul {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-list ul {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 500px) {
    .footer-pages ul {
        display: inline-block;
        text-align: center;
    }

    .footer-pages ul li {
        padding-bottom: 10px;
        width: 40%;
        list-style: none;
        float: right;
    }
    .footer-list ul {
        display: inline-block;
        text-align: center;

    }

    .footer-list ul li {
        padding-bottom: 10px;
        width: 40%;
        list-style: none;
        float: right;
    }
    .powr span{
font-size: 12px;
    }

}

/*single*/
/*breadcrumb*/
/*----------*/
.single-desc{
    font-size: 26px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}
.content-site-single .categories-img{
    margin-bottom: 20px;
}
.content-site-single .categories-name i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #009eff;
    color: #fff;
}
.content-site-single .categories-name{
    font-weight: bold;
    color: #000;
}
.content-site-single .categories-footer-single{
    color: #009eff;

}
.content-site-single .categories-desc{
    line-height: 30px;
    font-size: 20px;
    font-family: 'Geneva,sans-serif';
    color: #000000;
    /* text-align: justify; */
    line-height: 33px;
}
.content-site-single .categories-date{
    color: #009eff;
    font-weight: bold;
}
.breadcrumb{
    background: #f2faff;
    padding: 30px 0;
    margin-bottom: 20px;
}
.breadcrumb-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.breadcrumb-content .title{font-size: 20px;font-weight: bolder;color: #2a3990;}
.breadcrumb-content .road{
font-size: 14px;
    color: #009eff;
    font-weight: bold;
}
@media (max-width: 768px) {
    .categories-end .categories-name{
        font-size: 14px;
    }
    .categories-end .categories-date{
        font-size: 14px;
    }
}

@media (max-width: 500px) {


}

/**/
.contact-us form{
    padding: 50px 0;
}
.contact-us .form-focused {
    position: relative;
}

.contact-us .contact-form {
    margin: 25px 0;
}

.contact-us .form-focused label {
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 15px;
    color: #009eff;
    transition: all .5s ease-in-out;
}

.contact-us .focused label {
    top: -30px;
    right: 0;
    font-size: 14px;
    color: #2a3990;
}

.contact-us .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 40px;
    color: #009eff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #009eff;
    border-radius: 35px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contact-us .contact-link .main-link {
    text-align: right;
}

.contact-us .form-group {
    margin-bottom: 40px;
}

.contact-us .form-control:focus {
    background-color: transparent;
    border: 1px solid #2a3990;
    border-radius: 35px;
}
.contact-us .form-control:focus label{
    color: #2a3990;
}
.contact-us .form-group textarea {
    height: 200px;
    border-radius: 20px;
     border: 1px solid #009eff;
}
.contact-us .form-group textarea:focus{
    border-radius: 20px;

}
.contact-us h2{
    color: #2a3990;
    margin : 50px 0 20px;
}
.contact-link .main-btn:after{
    content: none;
}
@media (max-width: 768px) {
    .contact-link {
        display: table;
        margin: 0 auto;
    }
}
.share-post {
    position: relative;
    cursor: pointer;
    background: #fff;
}

.share-post-icons ul {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 0 5px;
    opacity: 0;
    z-index: -1;
    transition: all .35s ease-in-out;
}

.share-post-icons.open-share ul {
    opacity: 1;
    z-index: 1;
    right: -6rem;
}

@media (max-width: 768px) {
    .share-post-icons.open-share ul{
        right: 8rem;
    }
}

.share-post {
    position: relative;
    cursor: pointer;
    background: #fff;
}

.share-post-icons ul {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 0 5px;
    opacity: 0;
    z-index: -1;
    transition: all .35s ease-in-out;
}

.share-post-icons ul {
    position: absolute;
    top: -20px;
    right: -12rem;
    background: #fff;
    padding: 5px;
    opacity: 0;
}

@media (max-width: 768px) {
    .share-post-icons.open-share ul{
        right: 3rem;
    }
}

.share-post-icons ul li {
    display: table-cell;
    vertical-align: middle;
}

.share-post-icons ul li a {
    display: block;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #009eff;
    margin: 0px 5px;
    color: #fff;
}
.wp-polls-ul  {
    margin: 0;
    margin-top: 30px;
    display: none;
}
.wp-polls-ul.show{
    display: inline;
}
ul.wp-polls-ul > li {
    margin-bottom: 10px;
}
.wp-polls-ans ul li {
    text-align: right;
}
 
 .pollbar {
    margin: 1px;
    font-size: 8px;
    line-height: 10px;
    height: 10px;
    background: #46a0b7;
}
.pagination{
    margin-top: 30px;
}
.search-wrapper {
    position: relative;
}
.search-wrapper.active {}

.search-wrapper .input-holder {
    height: 30px;
    width: 30px;
    overflow: hidden;
    background: rgba(255,255,255,0);
    border-radius:6px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
    width:300px;
    border-radius: 50px;
    background: rgba(0,0,0,0.5);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}
.search-wrapper .input-holder .search-input {
    width:100%;
    height: 30px;
    padding:0px 70px 0 20px;
    opacity: 0;
    position: absolute;
    top:0px;
    left:0px;
    background: #fff;
    box-sizing: border-box;
    border:none;
    outline:none;
    font-family:"Open Sans", Arial, Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color:#000;
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
    opacity: 1;
 }
.search-wrapper .input-holder .search-icon-de {
    height: 30px;
    width: 30px;
    border:none;
    border-radius:6px;
    background: #009eff;
    color: #fff;
    padding:0px;
    outline:none;
    position: relative;
    z-index: 2;
    float:right;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder .search-icon-de {
    height: 30px;
    width: 30px;
    border-radius: 30px;
}


.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top:0px;
    right: 0px;
    width:25px;
    height:25px;
    cursor: pointer;
    transform: rotate(-180deg);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition-delay: 0.2s;
}
.search-wrapper.active .close {
    right:-25px;
    transform: rotate(45deg);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.5s;
}
.search-wrapper .close::before, .search-wrapper .close::after {
    position:absolute;
    content:'';
    background: #FE5F55;
    border-radius: 2px;
}
.search-wrapper .close::before {
    width: 5px;
    height: 25px;
    left: 10px;
    top: 0px;
}
.search-wrapper .close::after {
    width: 25px;
    height: 5px;
    left: 0px;
    top: 10px;
}
.report-img {
    border: 4px solid #009eff;
}
.report-content {
    border-bottom: 2px dashed #03A9F4;
    padding-bottom: 30px;
}
.up_img_ul {
    text-align: left;
    padding:0;
}
.up_img_ul li {
    display: inline-block;
}
.twitter {
    background: #07A9EA;
}
.facebook {
    background: #4774B7;
}
.google-plus {
    background: #D84F3C;
}
.share-links {
    font-size: 15px;
    margin: 5px 5px 15px;
    border: #eee 1px solid;
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.side_a{
    margin-bottom:15px;
}
// comments
.comment-content{

    margin-bottom: 30px;
}
.comment-content .icon{

    display: flex;
    align-items: center;
}
.comment-content .name{
    font-size: 18px;
    color: #2a3990;
    font-weight: bold;
}
.comment-content .icon img{
    width: 75px;
    height: 75px;
    margin-inline-end: 10px;
}
@media (max-width: 768px) {
    .categories-end .categories-name{
        font-size: 14px;
    }
    .categories-end .categories-date{
        font-size: 14px;
    }

   .slid-thumb {
    min-height: 250px;
    object-fit: contain;
    background: #dbeffa;
  }
  .header_alert img {
        margin: 15px !important;
    }
}

@media (max-width: 500px) {


}
.more-comment{
margin: 0 auto 30px;
display: table;
}
.more-comment .more{
    color: #2a3990;
    font-size: 18px;
    text-decoration: underline;

}
.form-comment form{
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}
.form-comment form.loader::before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    right:0;
    background: #039cfc00;
    z-index:1000;
}
.form-comment form  .main-btn{
    margin: 0 auto;
    display: table;
}
.form-comment  .contact-form form input {
    width: 100%;
    overflow: visible;
}
.form-comment .contact-us-content{
    margin-top: 50px;
}
.form-comment  .form-control {
    height: 45px;
    border-radius: 35px;
    background: transparent ;
    color: #2a3990;
    border: 1px solid #2a3990;
    margin-bottom: 40px;

}
.form-comment  .form-control:focus{
    border: 1px solid #2a3990;
    box-shadow: none;

}
.form-comment  textarea.form-control {
    height: 220px;
    border-radius: 20px;
    border: 1px solid #2a3990;

}
.form-comment .form-focused {
    position: relative;
    margin-bottom: 30px;
}

.form-comment .form-focused label {
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 15px;
    color: #2a3990;
    transition: all .5s ease-in-out;
}

.form-comment .focused label {
    top: -30px;
    right: 0;
    font-size: 18px;
    color: #2a3990;
}
.form-comment .contact-us-content .main-link{
    margin: 0 15px  ;
}



.comment-content{
    margin-bottom: 15px;
}
.header_alert img{
    height: 80px;
    max-height: 100px;
    max-width: 95%;
    margin: 0 2.5%;
}
/**/
.outer {
    margin: 0 auto;

}
#big , #thumbs ,.new-slider{
    direction: initial;
}
#big .item {
    padding: 10px 0px;
    margin: 2px 5px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    position: relative;
}
#big .item .holder{
    position:absolute;
    bottom: 10px;
    width: 100%;
    background: #0000004f;
    line-height: 50px;
    font-size: 26px;
}
#thumbs .item {

    padding: 0px;
    margin: 10px 5px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
 #thumbs .item h1 {
    font-size: 18px;
}
#thumbs.owl-carousel .owl-item img{
    height: 85px;
    line-height: 85px;
    margin: 0 5px;
}
.owl-theme .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}
#big.owl-theme {
    position: relative;
    background: #f2faff;
}
#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
    background: #009eff;
    width: 22px;
    line-height: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    color: #fff;
    top: 50%;
}
#big.owl-theme .owl-prev {
    left: 10px;
}
#big.owl-theme .owl-next {
    right: 10px;
}
#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
    background: #333;
}

/**/
.marquee {
     overflow: hidden;
     position: relative;
    width: 100%;
 }

.marquee.sticky {
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
}

.marquee a {
     line-height: 30px;
    text-align: center;
    color: #2e2e2e;
     filter: dropshadow(color=#000000, offx=1, offy=1);
    text-decoration: none;
}

.marquee div {
    display: block;
    height: 30px;
    position: absolute;
    overflow: hidden;
    animation: marquee 100s linear infinite;
}

.marquee div a:hover {
    -webkit-animation-play-state: paused;
     animation-play-state: paused;
}

.marquee a span {
    margin: 0 30px;
    position: relative;
    padding: 0 20px;
    display: inline-block;
    color: #000;
}
.dark .marquee a span{
    color:#fff
}
.marquee a span:after {
    content: " ";
    display: inline-block;
    position: absolute;
    right: -150px;
    background: url(../images/logo.png)  no-repeat;
    background-size: contain;
    width: 150px;
    height: 30px;
}
.share-post-icons{
    position: relative;
}
.share-post-icons ul {
    position: absolute;
    top: -20px;
    right: -12rem;
    background: #fff;
    padding: 5px;
    opacity: 0;


 }

.share-post-icons.open-share ul {
    opacity: 1;
    z-index: 1;
     background: #e7e8ea;
    border-radius: 20px ;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    animation-duration: 1s ;

}


@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
/*.slid-thumb {
    height: 65vh;
    object-fit: contain;
    width: 100vw;
    background: #000;
    max-width: 1170px !important;
}*/
.article-item{
    padding: 15px;
    border-bottom: 1px solid #eee;
}
.article-item .side-categories-items{
    align-items: center;
}
.article-item .side-categories-items .categories-img img {
    width: auto;
    height: auto;
    max-height: 200px;
}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 769px) {
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
        float:left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1025px) {
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
        float:left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
        float:left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}
.activation_code{
    display: none;
}
.success_alret {
    background: #68d96838;
    padding: 15px;
    margin: 15px 0;
    border-radius: 12px;
    font-weight: 700;
    margin-bottom: 45px;
}
.danger_alret{
    background: #ff000042;
    padding: 15px;
    margin: 15px 0;
    border-radius: 12px;
    font-weight: 700;
    margin-bottom: 45px;
}
@media(min-width:1200px ){
    .footer-pages ul li:first-child{
        background: #009eff;
        border-radius: 0 15px 15px 0;
    }
    .footer-pages ul li{padding: 15px  12px;margin: 0;background: #009eff;}
    .footer-pages ul li:last-child{
        background: #009eff;
        border-radius: 15px  0 0 15px;
    }
    .footer-pages ul li a:hover{
        color:#fff;
    }
}

.article_title {
    margin-bottom: 0px;
    font-size: 16px;
    color: #000;
    line-height: 30px;
}
.article_span {
    float: right;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #009eff;
    color: #ffff;
    text-align: center;
    margin-left: 5px;
    font-size: 21px;
    background: url(../images/logo.png) no-repeat;
    background-size: contain;
    background-color:#eee;
    background-position:center;
}
.artilcle_link{
    display: block;
    margin-bottom: 16px;
}
.dark  .article_title{
    color:#fff;;
}
#hijri{
display:none !important;
}
.side-categories-items .categories-img img.side_writer{
    width: auto;
}
.writer_article{font-size: 16px;display: inline-block;/* padding-right: 46px; */}