@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot);
    src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
    url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff) format('woff'),
    url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.eot);
    src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),
    url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.woff) format('woff'),
    url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.ttf) format('truetype');
}

* {
    margin: 0;
    padding: 0;
}

.colorseo {
    color: #27b5bb;
}

body {
    font-family: 'Droid Arabic Kufi';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    background: #fff;
    box-sizing: border-box;
}

.img-cdn {
    width: 100%;
    height: 110px;
}
.col-md-4.col-xs-6.in-section{
    padding: 0 6px;
}

a {
    transition: all .25s ease-in-out;
    text-decoration: none;
}

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

.navbar.navbar-default,
.navbar.navbar-default .navbar-collapse {
    background-color: #fff;
    padding: 6px 0 0;
    z-index: 3000;
    margin-bottom: 0px;
}

.navbar-default {
    border-color: #f4f4f2;
    transition: all 0.5s;
    z-index: 997;
    height: 70px;
}

.navbar-default .navbar-collapse {
    border-color: #fff;
}

.top-nav-collapse {
    position: fixed;
    box-shadow: -0px 0px 0px 0px rgba(158, 158, 158, 0.3);
    background: #fff;
    transition: all 0.5s;
}

.navbar-toggle {
    float: right;
    margin-right: 15px;
    margin-left: auto;
    line-height: 2;
}

.navbar-nav .logo {
    color: #7D4AC7;
    font-weight: 500;
}

.navbar-brand {
    float: right !important;
}

.navbar-header {
    padding-top: 24px;
}

.navbar-default .navbar-nav > .active > a {
    transition: all 0.5s;
    color: #000000;
    background-color: #ffffff;
}

.navbar-default .navbar-nav > .active > a:hover {
    color: #000000;
    background-color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #242429;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    outline: none;
    font-family: "Oswald", sans-serif;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #000000;
}

.navbar-default .navbar-brand {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > span {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    display: block;
}

.search-nav {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -40%);
    display: flex;
    justify-content: center;
    z-index: 1000;
}

.searchbar {
    width: 75%;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
}

@media (max-width: 600px) {
    .search-nav {
        width: 50%;
        position: absolute;
        top: 50%;
        left: 20%;
        transform: translate(-50%, -40%);
        display: flex;
        justify-content: center;
        z-index: 1000;
    }
}

.search_input {
    background-color: #fff;
    border: 0;
    outline: 0;
    width: 92%;
    color: #333;
    line-height: 25px;
    padding: 5px;
    font-size: 14px;
}

.search_icon {
    background: #f1f1f1;
    height: 100%;
    width: 17%;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #333;
    border: none;
}

.search_icon:focus {
    outline: none;
}

.serch span.input-group-btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.nav-bottom {
    background-color: #2080C7;
    padding: .8rem 0 0;
    margin-bottom: -1px;
    position: absolute;
    width: 100%;
    top: 100%;
    right: 0;
}

.nav-bottom ul {
    list-style: none;
}

.nav-bottom ul li {
    display: inline-block;
}

.nav-bottom ul li:not(:last-child) {
    margin-left: 10px;
}

.nav-bottom ul li a {
    color: #f1f1f1;
    font-weight: normal;
    font-size: 14px;
}

.nav-bottom ul li:hover a {
    text-decoration: initial;
}

.togller {
    display: inline-block;
    float: left;
    font-size: 24px;
    cursor: pointer;
    padding-top: 1rem;
}

@media only screen and (max-width: 600px) {
    .togller {
        position: absolute;
        left: 20px;
    }
}

.main-post {
    padding: 0 0 20px;
    padding-bottom: 0 !important;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 2.5rem;
}

.main-post .container {
    width: 73%;
}

@media (max-width: 1024px) {
    .main-post .container {
        width: 100%;
    }

    .category-page {
        margin-top: 12rem;
    }
}

.main-post .col-md-12 {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.category-page {
    margin-top: 12rem;
}

.categories {
    padding: 1rem;
    border: 1px solid #ccc;
}

.categories .col-md-8 {
}

.categories ul {
    list-style: none;
    border-bottom: 1px solid #ccc;
    margin-right: .5rem;
}

.categories ul li h1{
    font-weight: 600;
    border: 1px solid #ccc;
    display: inline-block;
    border-bottom: none;
    margin-bottom: -1px;
    background: #fff;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding: 1rem;
    font-size: 16px;
}

@media only screen and (max-width: 600px) {
    .navbar .container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .navbar-header {
        padding-top: 0;
        order: 2;
        flex: 0 0 70px;
        margin-left: 1rem;
    }

    .navbar-brand {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .navbar-collapse {
        margin-top: 5rem;
        width: 105%;
    }

    header {
        margin-top: 62px !important;
    }

    header .description {
        padding: 0 3rem;
    }

    header .serch .col-lg-6 {
        width: 80%;
        margin: 0 auto;
    }

    .col-md-12.post-navbar {
        width: 100%;
        margin: 0;
        /*margin-top: 15.1rem;*/
        margin-right: auto;
        margin-left: auto;
    }

    .min-post {
        margin-top: 15.5rem !important;
    }

    .main-post .container {
        width: 99%;
    }

    .main-post .col-md-12 {
        padding: 0;
    }

    .mian-link {
        width: 100%;
    }

    .side-related {
        display: none;
    }

    .related-articles {
        display: block;
    }

    .related-article {
        flex: 1;
        width: 100% !important;
    }

    .categories .col-md-8 {
    }

    .categories .col-md-4.in-section .post-body {
        width: 100%;
    }

    .categories .col-md-4.in-section .post-body img {
        width: 100% !important;
    }

    .post-title {
        padding: 0;
    }

    .post-content {
        width: 100% !important;
    }

    .searchbar {
        position: absolute;
        left: 15px;
        top: -19px
    }

    .search-nav {
        top: 8.5rem;
        width: 80%;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -37%);
    }

    .nav-bottom {
        top: 160%;
        z-index: 5000;
    }

    .navbar {
        max-height: 11rem;
    }

    .navbar-toggle {
        margin-left: 2.4rem;
    }

    .navbar-collapse {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 2.5rem !important;
    }

    footer nav ul li {
        border: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .invisible-in-lap {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    .invisible-in-phone {
        display: none;
    }
}

.navbar-collapse {
    width: 105%;
}

.ads {
    background-color: #f1f1f1;
    min-height: 80vh;
}

.section-header.col-md-12 {
    position: relative;
    display: block;
    text-align: center;
    padding: 3rem 0 1rem;
}

.section-header::before {
    content: '';
    position: absolute;
    top: 65%;
    left: 0;
    width: 100%;
    height: 1.5px;
    background-color: #ccc;
}

.section-header .section-title {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    background-color: #fff;
    display: inline-block;
    padding: .5rem 1.5rem;
    position: relative;
    z-index: 1000;
    margin-top: 10px;
}

.col-md-4.mian-link {
    height: auto;
    overflow: hidden;
    padding: 0 1rem;
}

.mian-link h5 {
    font-size: 20px;
    font-weight: normal;
    background: transparent;
    color: #333;
    text-align: center;
    padding: 20px 0px;
    margin: 0;
    display: flex;
    border: 1px solid #ccc;
    border-bottom: 2px solid currentcolor;
}

.mian-link h5:hover {
    background-color: currentcolor;
}

.mian-link h5:hover a {
    color: #fff;
}

.mian-link h5 a {
    color: currentcolor;
    font-size: 24px;
    font-weight: normal;
    margin-right: 10px;
}

.mian-link h5 img {
    padding: 0;
    width: 28px;
    height: 28px;
    border-radius: 0;
    margin-left: 10px;
    float: right;
}

.mian-link .sub-menu {
    font-size: 16px;
    color: #000;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 0 2rem;
    border: 1px solid #dddddd;
}

a.insec {
    width: 100%;
    display: block;
    margin: 0;
}

.mian-link .sub-menu a:first-child {
    padding-top: 20px;
}

.mian-link .sub-menu a {
    font-size: 20px;
    border-bottom: 1px solid #fff;
    color: #000;
    font-weight: 400;
    padding: 5px 15px;
}

.mian-link .sub-menu a:hover {
    background-color: #fff;
    color: inherit;
}

aside {
    background: #ff0000;
}

.bt a::after {
    background: #fff;
    content: "";
    height: 76px;
    left: -70px;
    opacity: .3;
    position: absolute;
    top: 1px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 23px;
    z-index: 10;
    overflow: hidden !important;
}

.bt a:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 10;
}

.btn.btn-sid {
    display: none;
    box-shadow: 0px 0px rgb(50, 50, 93), 0 3px 6px rgba(0, 0, 0, 0);
    color: #fff;
    background-color: #ff0000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    bottom: 122px;
    left: 40px;
    z-index: 1030;
    font-size: 26px;
    text-align: center;
    padding: 15px;
}

.page-inner {
    width: 100%;
    min-height: 548px;
    margin: 0 auto 40px auto;
    transition: 0.3s;
    display: inline-block;
    height: auto;
    background-color: #ffffff;
    line-height: 2;
    border-radius: 1px;
    z-index: 1;
}

.video {
    overflow: hidden;
    width: 100%;
    height: auto;
}

aside {
    background: #fff;
}

aside .widget {
    overflow: hidden;
    margin: 1px 5px 10px;
}

.widget-title h3 {
    margin: 1.5rem 0 .5rem;
    line-height: 2.5;
    font-size: 18px;
    font-weight: 800 !important;
    color: #333;
    border-bottom: 1px solid #ccc;
}

.widget-title h3:first-child {
    margin-top: 0;
}

.widget-cont {
}

.widget-title {
    position: relative;
    text-align: right;
    letter-spacing: 0.5px;
}

aside .widget ul, aside ul {
    margin: 26px 0 auto;
}

.widget-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.random-posts {
    display: block;
}

.item-thumbnail-only {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: .5rem;
    transition: all .2s ease-in-out;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items ! flex-start;
    flex: 0 0 45%;
}

.item-thumbnail-only > * {
    flex: 0 0 100%;
}

.item-thumbnail-only:first-child {
}

.item-thumbnail {
    width: 100%;
}

.item-title:hover a {
    color: #333 !important;
}

.block-thumbnail .item-title.col-md-8 {
    height: 55px;
}
.item-title.col-md-8 {
    padding: 5px;
    width: 100%;
}

.item-title.col-md-8 a {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #2080c7;
}

.item-thumbnail.col-md-4 {
    width: 100%;
    height: 75px;
    padding: 0;
    margin-left: 0px;
    float: right;
    overflow: hidden;
}

.item-thumbnail.col-md-4 img {
    width: 128px;
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.col-md-4.in-section .post-body {

    min-height: 100px;
    margin: 0 auto 10px auto;
    transition: 0.3s;
    display: inline-block;
    height: auto;
    background-color: #ffffff;
    line-height: 2;
    border: 1px solid #ddd;
    border-bottom-width: 2px;
    border-radius: 1px;
    z-index: 1;
    width: 100%;
}

.col-md-4.in-section .post-body:hover {
    border-bottom-color: #ccc;
}

.col-md-4.in-section h3 {
    height: 50px;
    line-height: 30px;
    font-weight: 700;
    font-size: 15px;
    color: #ff0000;
    padding: 0 10px;
    margin: 1rem 0;
}

.col-md-4.in-section h3 a {
    font-size: 15px;
    color: #2080c7;
    font-weight: 700;
}

.basic-widgets .transition {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.basic-widgets .btn {
    padding: 8px 40px;
    border-radius: 2px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #dd003b;
    color: #fff;
}

.basic-widgets .btn:hover {
    background-color: #aa002d;
    color: #fff;
}

.basic-widgets .img-responsive {
    width: 100%;
    max-height: 400px;
    height: 100%;
    min-height: 400px;
}

.basic-widgets {
    padding-bottom: 15px;
}

.basic-widgets .project-hover {
    position: relative;
    overflow: hidden;
}

.basic-widgets .project-hover:hover .text-view {
    top: 40%;
    opacity: 1;
}

.basic-widgets .project-hover:hover .btn-view {
    top: 60%;
    opacity: 1;
}

.basic-widgets .project-hover:hover img {
    opacity: .8;
}

.basic-widgets .project-hover .text-view {
    width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 600;
    height: 40%;
    opacity: 0.99;
    border: 3px solid #fff;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 10px 13px 28px -9px rgba(23, 23, 23, 1);
    -moz-box-shadow: inset 10px 13px 28px -9px rgba(23, 23, 23, 1);
    box-shadow: inset 10px 13px 28px -9px rgb(255, 255, 255);
}

.basic-widgets .project-hover .text-view h3 {
    margin-bottom: 10px;
    font-weight: 600;
    color: #1a1a1a;
    font-size: 20px;
}

.basic-widgets .project-hover .text-view p {
    margin-bottom: 10px;
    font-weight: 600;
    color: #ff0000;
    font-size: 17px;
}

.basic-widgets .project-hover .btn-view {
    width: 100%;
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.cta-wrapper {
    display: block;
    position: relative;
    padding: 50px 0 60px 0;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    background-color: #f4f4f2;
}

.cta-wrapper hr {
    border-top: 1px solid #555d65;
}

.cta-wrapper p {
    margin: 15px auto;
}

.cta-wrapper .btn-e {
    position: relative;
    display: inline-block;
    border-radius: 15px;
    padding: 20px 0;
    font-size: 17px;
    line-height: 17px;
    text-transform: none;
    font-weight: 600;
    text-align: center;
    color: #ff0000;
    border: 3px solid #ff0000;
    width: 100%;
    max-width: 250px;
}

.cta-wrapper .btn-e:hover {
    color: #fff;
    background: #ff0000;
}

.cta-wrapper .btn-e a:hover {
}

.navbar-left .dropdown-menu {
    right: auto;
    left: 0;
    float: right;
    text-align: center;
}

header {
    width: 100%;
    height: 55vh;
    padding: 10px 0 20px;
    overflow: hidden;
    text-align: center;
    margin-top: 70px;
    display: flex;
    align-items: center;
    background-image: url(../../image/header-bg.jpg);
    background-position: bottom;
    background-size: cover;
    position: relative;
}

header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

header .col-md-12 {
    background-color: rgba(0, 0, 0, .6);
    padding: 3rem 0;
}

header h1, header h1 a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
}

header h1:hover, header h1 a:hover {
    color: #26A40F;
}

header .description h2 {
    font-size: 20px;
    color: #f1f1f1;
    display: inline-block;
    line-height: 1.4;
    margin-top: 5px;
    margin-bottom: 10px;
}

header .btn.btn-default {
    background: #f4f4f2;
    line-height: 1.5;
}

header .glyphicon.glyphicon-search {
    color: #000000;
    font-size: 18px;
}

.profile {
    margin: 0 0 20px;
}

.profile-sidebar {
    padding: 0;
    background: #fff;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

.profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
    margin-right: 0px;
}

.profile-usermenu {
    margin-top: 30px;
    text-align: right;
}

.profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li a {
    color: #93a3b5;
    font-size: 14px;
    font-weight: 400;
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
}

.profile-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #ff0000;
}

.profile-userbuttons a {
    color: #93a3b5;
}

.profile-userbuttons a:hover {
    color: #ff0000;
    text-decoration: none;
}

.profile-usermenu ul li.active {
    border-bottom: none;
}

.profile-usermenu ul li.active a {
    color: #ff0000;
    background-color: #fff;
    border-right: 3px solid #ff0000;
}

i.fa.fa-exclamation-triangle {
    color: #f44336;
    font-size: 15px;
}

.carousel-control-prev, .carousel-control-next {
    background: black;
    width: 4.5% !important;
    transition: opacity .2s ease-in;
}

.bisc {
    color: white;
    margin-right: 0px;
    background: -webkit-gradient(linear, right top, left bottom, from(#4c68d7), color-stop(#8a3ab9), color-stop(#cd486b), color-stop(#fb8750), to(#FF9800));
    background: -webkit-linear-gradient(right top, #4c68d7, #8a3ab9, #cd486b, #fb8750, #FF9800);
    background: -o-linear-gradient(right top, #4c68d7, #8a3ab9, #cd486b, #fb8750, #FF9800);
    background: linear-gradient(to left bottom, #4c68d7, #8a3ab9, #cd486b, #fb8750, #FF9800);
    -webkit-transform: rotate(360deg) scale(1.1);
    -ms-transform: rotate(360deg) scale(1.1);
    transform: rotate(360deg) scale(1.1);
}

#demo {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.green {
    background-color: #6fb936;
}

.page-top {
    margin-top: 150px;
}

.portfolio-item {
    margin-bottom: 30px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
}

.myback-img {
    display: flex;
    justify-content: center;
    height: 372px;
    overflow: hidden;
    object-fit: cover;
    border-radius: .25rem;
}

.myoverlay {
    position: absolute;
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.72) 100%);
    height: 100%;
    width: 100%;
    top: 0;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
}

.avatar-profile img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    overflow: hidden;
    opacity: 0.9;
    object-fit: cover;
    -o-object-fit: cover;
}

.borders {
    position: relative;
    border: 5px solid #fff;
    border-radius: 100%;
}

.borders:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #FDA240, #C5087E), linear-gradient(90deg, #FDA240, #C5087E);
    background-position: 0 0px, 100% 100%;
    background-size: 100% 5px;
    border-left: 5px solid #FDA240;
    border-right: 5px solid #C5087E;
    padding: 10px 5px;
}

.profile-img {
    position: absolute;
    top: 71%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.profile-title {
    text-align: center;
    position: relative;
    top: -39px;
    margin-bottom: -26px;
}

.profile-title h3 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
}

ul.site-social {
    padding: 0 10px;
}

ul.site-social li {
    margin-bottom: 2px !important;
    padding-bottom: 7px !important;
    border: 1px solid #f0f0f0;
    padding: 10px 0;
    background-color: #ffffff;
    transition: all .2s ease-in-out;
}

.site-social li {
    text-align: center;
    width: 31.6%;
    display: inline-block;
}

.site-social li:hover:nth-child(1) {
    background-color: #3b5998;
}

.site-social li:hover:nth-child(2) {
    background-color: #1da1f2;
}

.site-social li:hover:nth-child(3) {
    background-color: #c32aa3;
}

.site-social li:hover a,
.site-social li:hover i {
    color: #fff;
}

.site-social a {
    margin: 20px auto 0 auto;
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: none;
    color: #555555;
}

.site-social i {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    color: #444444;
    background: transparent;
    display: block;
}

a:hover {
    text-decoration: none !important;
}

section.section {
    width: 100%;
    margin: auto;
    padding: 0 0 40px;
    background-color: #fff;
    overflow: inherit;
}

.line {
    padding: 40px 0;
    text-align: center;
    position: relative;
}

.line p {
    font-size: 22px;
}

.linesa {
    border-bottom: 3px solid #9ba9bb;
    position: relative;
    width: 70%;
    max-width: 400px;
    margin: auto;
}

.linesa::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 35%;
    background: #ff0000;
    margin-top: -1px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    right: 0;
    left: 0;
}

section.section .container .col-md-4 {
    margin-bottom: 30px;
}

section.section .text-center {
    clear: both;
    width: 150px;
    border: 2px solid #ddd;
    padding: 10px;
    display: block;
    margin: auto;
}

section.section .text-center .btn {
    background: none;
}

section.section .container a {
    color: #ff0000;
    font-weight: bold;
}

section.section h3 {
    color: #757575;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    letter-spacing: 0.6px;
}

blockquote {
    border-right: 5px solid #eee;
    border-left: none;
}

section.section .container img {
    display: block;
    margin: auto;
    width: 100%;
    height: 100px;
    border-radius: 8px;
}

section.section .container .row img:hover {
    opacity: 0.7;
}

section.section .container .row h2 a {
    font-size: 20px;
    color: #343a40;
    font-weight: bold;
}

.post-container {
    border: 1px solid #ccc;
    padding: 10px 0;
}

.post-container .col-md-8 {
}

.inner-article {
    width: 100%;
    min-height: 548px;
    margin: 0 auto 40px auto;
    transition: 0.3s;
    display: inline-block;
    height: auto;
    background-color: #ffffff;
    line-height: 2;
    border-radius: 1px;
    z-index: 1;
}

.inner-article .thumbnail {
    border: 1px solid transparent;
    border-radius: 0;
}

.inner-article.article-inner {
    overflow: inherit;
    max-height: none;
}

.inner-article.article-inner h3 {
    font-size: 40px;
    text-align: right;
    text-decoration: none;
    margin: 20px 0 20px;
    padding-right: 0;
    min-height: auto;
    max-height: none;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
    margin-top: -1rem;
}

.inner-article.article-inner .col-md-12 {
    padding-right: 0;
}

.inner-article.article-inner .post-body {
    padding: 0 .1rem;
}

.inner-article .post-body .fa, .inner-article .post-header .fa {
    float: right;
    outline: none;
    padding: 5px;
    border: 0;
    background: inherit;
    color: #757575;
    font-size: 11px;
    overflow: hidden;
}

.inner-article .post-body .fa:before {
    float: right;
    margin: 0 3px;
}

.inner-article .post-header .fa:before {
    float: right;
    margin: 0 3px;
}

.post-header .post-user {
    font-size: 16px;
    position: relative;
    display: flex;
    color: #999;
}

.post-header .post-user span:not(:first-child) {
    margin-right: 1rem;
}

.post-user span bdi {
    font-family: 'DroidArabicKufiRegular', sans-serif;
    font-weight: 400;
}

.post-header .post-user .dropdown {
    position: absolute;
    top: 0;
    left: 0;
}

.inner-article .more {
    float: none;
    position: relative;
    display: block;
    border-radius: 15px;
    padding: 17px 0;
    font-size: 16px;
    line-height: 16px;
    text-transform: none;
    font-weight: 600;
    text-align: center;
    color: #000;
    border: 20px solid #000;
    width: 100%;
    max-width: 185px;
    margin: auto;
    height: auto;
    clear: both;
}

.inner-article .more:hover {
    color: #000;
    background: #f4f4f2;
}

.inner-article .button a {
    color: #93a3b5;
    text-decoration: none;
    padding: 6px 15px;
}

.inner-article .button a:hover {
    color: black;
}

h3.post-title {
    color: #333333;
    line-height: 1.8;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin: 0 0 10px;
    font-size: 15px;
    min-height: 37px;
    max-height: 37px;
    overflow: hidden;
    text-align: right;
    padding: 0;
    transition: all .25s ease-in-out;
}

h3.post-title a {
    text-decoration: none;
    letter-spacing: 0.4px;
    padding: 20px 0;
    font-weight: bold;
    color: #333333;
    font-size: 19px;
}

h3.post-title:hover {
    color: #000;
}

h3.post-title a:hover {
    color: #ff0000;
}

.post-entry {
    margin: 0 0 10px;
    overflow: hidden;
    min-height: 49px;
    padding: 0 10px;
}

.post-entry h3 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    line-height: 25px;
    min-height: 37px;
    max-height: 37px;
    overflow: hidden;
    color: #93a3b5;
    font-weight: 600;
}

.post-body .img-responsive {
    position: relative;
    text-align: center;
    transition: all .5s;
    overflow: hidden;
    background: #fff;
    margin: 0 0 10px;
}

.inner-article.article-inner .post-body .img-responsive {
    background: #fff;
    max-height: 600px;
    height: auto;
}

.inner-article.article-inner .post-body .img-responsive img {
    width: 630px;
}

.img-responsive img {
    max-width: 630px;
    height: 300px;
    margin: auto;
}

.post-body {
    overflow: hidden;
}

.post-footer {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0 10px;
    margin: 12px auto;
}

.post-share {
    font: normal normal 16px/1.4 'DroidArabicKufiRegular', sans-serif;
    border-bottom: 1px solid #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2px;
}

.post-share span {
    float: right;
    font-size: 16px;
    color: #999;
}

.post-share .share a {
    font-size: 18px;
    display: inline-block;
    margin-right: 1rem;
    color: #f1f1f1;
    padding: 0 5px 0 2px;
}

.post-share .share a i {
    font-size: 17px !important;
    color: #fff !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1.6;
}

.post-share .share a span {
    font-size: 11px;
    line-height: 2.5;
    color: #fff !important;
    margin-left: 2px;
}

.post-share .share .fb-share {
    background-color: #3b5998;
}

.post-share .share .twtr-share {
    background-color: #1da1f2;
}

.share > span {
    line-height: normal;
}

.visits {
    font-size: 16px;
    color: #999;
    display: flex;
    align-items: center;
}

.visits .fa.fa-eye {
    font-size: 18px;
    color: #333;
}

.visits span {
    display: inline-block;
    margin: 0 1px;
}

.post-header {
    font-family: 'DroidArabicKufiRegular', sans-serif;
    font-size: 16px;
    color: #999;
    padding: 0 0 0 10px;
    margin-bottom: 5px;
}

.post-footer-line-1, .post-footer-line-2 {
    float: right;
    width: 100%;
    text-align: right;
}

.post-footer-line-1 .dropdown, .post-header .dropdown {
    position: absolute;
    display: inline-block;
    margin: 8px 0;
}

.inner-article .post-body .dropdown .fa, .post-header .dropdown .fa {
    float: none;
    margin: 0px 8px;
    font-size: 20px;
    color: #93a3b5;
}

.post-footer-line-1 .dropdown-content, .post-header .dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    top: 25px;
    text-align: left;
    margin: auto;
    left: 0;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.post-footer-line-1 .dropdown-content a, .post-header .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.post-footer-line-1 .dropdown-content a .fa:hover, .post-header .dropdown-content a .fa:hover {
    color: #000000;
}

.post-footer-line-1 .dropdown-content a:hover, .post-header .dropdown-content a:hover {
    background-color: #fafcfd;
    color: #000;
}

.post-footer-line-1 .dropdown:hover .dropdown-content {
    display: block;
}

.post-header .dropdown:hover .dropdown-content {
    display: block;
}

.tooltip-col {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

.article-inner .post-body .carousel-inner > .item {
    background: #eef0ef;
    max-height: 400px;
    min-height: 400px;
    text-align: center;
    overflow: hidden;
}

.article-inner .post-body .carousel-inner > .item > img {
    max-width: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0;
    display: inline-block;
    bottom: 0;
    right: 0;
    left: 0;
}

.article-inner .post-body .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 54px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 100px;
}

.article-inner .post-body .carousel-indicators {
    bottom: 0;
    left: 0;
    margin-left: 5px;
    width: 100%;
    height: 20%;
}

.article-inner .post-body .carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 54px;
    left: 0;
    width: 100px;
}

.article-inner .post-body .carousel-indicators .active img {
    border: 2px solid #428BCA;
    opacity: 0.7;
}

.article-inner .post-body #carousel-custom {
    margin-top: 10px;
    width: 100%;
}

.article-inner .post-body #carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: right;
    white-space: nowrap;
    width: 100%;
}

.article-inner .post-body #carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
    text-indent: inherit;
    float: right;
}

.article-inner .post-body #carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

.article-inner .post-body #carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}

.article-inner .post-body #carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}

.article-inner .post-body #carousel-custom .carousel-outer {
    position: relative;
}

.article-inner .post-body .carousel-control.left {
    background-image: none;
    width: 540px;
    height: 540px;
    top: 50%;
    left: 20px;
    margin-top: -27px;
    line-height: 54px;
    border: 2px solid #fff;
    opacity: 1;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.article-inner .post-body .carousel-control.right {
    background-image: none;
    width: 54px;
    height: 54px;
    top: 50%;
    right: 20px;
    margin-top: -27px;
    line-height: 54px;
    border: 2px solid #fff;
    opacity: 1;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.article-inner .post-body .carousel-control .fa {
    color: #fff;
    float: inherit;
    margin: inherit;
    padding: inherit;
    max-width: none;
    font-size: inherit;
}

.fixed-related {
    position: fixed;
    top: 7rem;
    right: 15%;
    width: 11%;
}

.invisible {
    display: none;
}

.side-related {
    
}

.side-related p a {
    font-size: 16px;
    font-weight: 600;
}

.side-related p:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.related-title {
    padding: 10px 0 0;
    color: #333;
    margin-bottom: 1.5rem;
    font-size: 16px;
    font-weight: 600;
    flex: 1 0 100%;
}

.related-title h4 {
    margin-top: 0;
}

.related-title .fa.fa-link {
    font-size: 16px;
    line-height: 0.5;
}

.side-related-articles p {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 1.5;
    padding: .5rem 0;
}

.c-carousel__slides img {
    display: block;
    height: 400px;
    margin-right: 10px;
}

.related-ad {
    overflow: hidden;
}

.related-articles {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.related-article {
    flex: 0 0 31.5%;
    border: 1px solid #ddd;
    border-bottom-width: 2px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    height: auto;
}

.related-article:hover {
    border-bottom-color: #ccc;
}

.related-article img {
    width: 100%;
    height: 110px;
}

.related-article p {
    font-size: 16px;
    margin: .5rem 0;
    padding: 0 1rem;
    line-height: 1.4;
}

.related-ad .img-responsive {
    display: block;
    margin: auto;
    width: 100%;
    height: 150px;
    border-radius: 8px;
}

.related-ad p {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.related-ad p a {
    font-size: 16px;
    color: #337AB7;
}

.c-carousel {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.c-carousel__arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    background-color: white;
}

.c-carousel__arrow--left {
    left: 15px;
}

.c-carousel__arrow--right {
    right: 15px;
}

.c-carousel__slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    will-change: transform;
}

.post-navbar {
    font-family: 'DroidArabicKufiRegular', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0;
    background-color: #dddddd;
    width: 100%;

    padding: 5px .8rem;
}
.post-navbar span.slash{
    padding: 0 5px;
}
.post-navbar a {
    color: #2080C7;
}

.post-nav-title {
    color: #333333;
}

.inner-article .post-navbar {
    width: 100%;
    margin: 1rem 0;
}

.inner-article .post-navbar .fa-home::before, .post-navbar .fa.fa-home a {
    color: #000;
}

.inner-article .post-navbar .fa, .inner-article .post-navbar .fa.fa-tags a, .post-navbar .fa.fa-globe a {
    color: #93a3b5;
    max-width: none;
}

.inner-article .post-navbar .fa.fa-tags a:hover, .post-navbar .fa.fa-globe a:hover, .inner-article .post-navbar .fa:hover {
    color: #000;
}

.comment_all {
    width: 91%;
    padding: 30px 55px;
    background-color: #f4f4f2;
    border-radius: 1px;
    margin: 30px auto;
}

.comment_title {
    width: 100%;
    float: right;
    margin-bottom: 0;
    text-align: right;
}

.comment_title h3, .comment_title h3 a {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
    margin: 0;
}

.box {
    width: 100%;
    float: right;
    padding: 20px;
}

.com_name1 {
    background-image: url(../icon/title_h3.png);
    background-repeat: no-repeat;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    width: 200px;
    height: 50px;
    font-size: 16px;
    color: #d63737;
    font-weight: bold;
}

.com_name {
    padding-right: 5px;
    font-size: 18px;
    color: #757575;
    font-weight: bold;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    box-sizing: border-box;
}

.com_date {
    margin-bottom: 10px;
    font-size: 12px;
    padding-right: 5px;
    clear: both;
    color: #000;
    width: 100%;
}

.comments {
    width: 100%;
    background-color: #f4f4f2;
    clear: both;
    padding-top: 20px;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 20px;
}

.comments input {
    width: 40%;
    height: 45px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: none;
    padding: 5px;
}

.comments textarea {
    width: 97%;
    border: #e0dfdf 1px solid;
    height: 200px;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 12px;
    resize: vertical;
    word-wrap: break-word;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.comments input.submit {
    background-color: rgb(214, 55, 55);
    color: #fff;
    width: 100px;
    height: 30px;
    margin-right: 73px;
    font-family: Tahoma, Geneva, sans-serif;
    float: right;
}

.comments input.submit:hover {
    background-color: #000000;
}

.comment_all .box .col-md-1 {
    width: 50px;
    height: 50px;
    float: right;
    margin-left: 8px;
    padding: 0 5px;
    text-align: center;
    margin-right: -15px;
}

.comment_all .box img {
    vertical-align: middle;
    border: 2px solid #ddd;
    border-radius: 50px;
    padding: 3px;
    width: 50px;
    height: 50px;
    background: #fff;
}

.sidepanel {
    width: 0;
    position: fixed;
    z-index: 1030;
    height: 100%;
    top: 65px;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidepanel .closebtn {
    position: absolute;
    right: auto;
    font-size: 18px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    box-shadow: 0 0px 25px 0 rgba(0, 0, 0, 0.63);
    text-align: center;
    left: 22px;
    top: 0px;
    z-index: 1040;
    margin-top: 14px;
    background-color: #111;
    color: white;
    font-weight: bold;
    border: 3px solid #f1f1f1;
    padding: 5px 7px;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    font-weight: bold;
    border: 3px solid #f1f1f1;
    position: fixed;
    top: 12%;
    left: 42px;
    transform: translate(-50%, -50%);
    z-index: 999;
    padding: 14px 17px;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0px 25px 0 rgba(0, 0, 0, 0.63);
}

.openbtn:hover {
    background-color: #444;
}

.pagination {
    padding: 20px 20px 20px 0;
    width: 100%;
    height: auto;
    margin: 10px;
    overflow: hidden;
    margin-bottom: 0;
}
.pagination .page-item a{
    margin: 3px;
}
.pagination span.disabled {
    padding: 7px 17px;
    margin: 2px 10px;
    border: 1px solid #D6D6D6;
    color: #666;
}

.pagination span.disabled,
.pagination span.current {
    float: right;
}

.pagination span.current {
    padding: 7px 17px;
    margin: 2px 10px;
    border: 1px solid #D6D6D6;
    font-weight: bold;
    background-color: #3179BD;
    color: #FFF;
}

.pagination a {
    padding: 7px 17px;
    margin: 2px 10px;
    border: 1px solid #D6D6D6;
    text-decoration: none;
    color: #808080;
    float: right;
}

footer {
    width: 100%;
    background-color: #f8f8f8;
    text-align: center;
    padding: 40px 0 10px;
    overflow: hidden;
    display: block;
    border-top: 1px solid #ccc;
}

.col-md-12.copy {
    border-top: 1px solid #ccc;
    text-align: right;
    color: #777;
    padding: 20px 0;
}

.col-md-12.copy a i {
    background-color: #fff;
    color: #444;
    display: inline-block;
    text-align: center;
    font-size: 1.8rem;
    padding: .9rem;
    border: 1px solid #ccc;
}

.col-md-12.copy a:not(:last-child) {
    margin-left: 1rem;
}

.col-md-12.copy p {
    font-size: 14px;
    margin: 1rem 0;
}

footer nav {
    width: 100%;
    overflow: hidden;
}

footer nav ul {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

footer nav ul li {
    list-style-type: none;
    display: inline-block;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 2px 10px;
    padding-bottom: 2px;
    color: #000000;
    text-transform: uppercase;
}

footer nav ul li:not(:last-child) {
    border-left: 1px solid #000000;
}

footer nav ul li a {
    color: #000000;
}

footer nav ul li a:hover {
    color: #000000;
}

footer hr {
    border-top: 1px solid #555;
}

footer a {
    color: #000000;
}

footer a:hover {
    color: #000000;
}

.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: "|\00a0";
}

.top-footer {
    background: #444;
    padding: 10px 0 30px;
}

.serch {
    margin-bottom: 5px;
    padding: 28px 0 0;
}

.serch .col-lg-6 {
    background: #ffffff;
    margin: auto;
    float: none !important;
    transition: 0.3s;
    padding: 0;
    border-radius: 5px;
}

.serch .col-lg-6 .form-control {
    padding: 2rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border: 0;
    border: none;
    border-radius: 5px;
    box-shadow: none;
}

.serch .btn {
    padding: 7px 15px;
    font-size: 15px;
    color: #000;
    background-color: #f4f4f2;
    border: #000;
    border-radius: 0;
}

.post-content {
    overflow: hidden;
    padding: 0 10px;
    float: left;
    width: 100%;
}

.post-content p {
    font-size: 16px;
    margin: 15px 0 15px;
    color: #333333;
    line-height: 2.2;
}

.min-post {
    width: 100%;
    padding: 50px 0 20px;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

@media screen and (min-width: 767px) {
}

@media screen and (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1200px) {
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 991px) {
    header .title {
        width: 100%;
        float: right;
    }

    .post-body .img-responsive {
        height: 100px;
    }

    .img-responsive img {
        max-width: 100%;
        height: 100px;
    }
}

@media screen and (max-width: 768px) {
    header {
        padding: 30px 0;
    }

    header .col-md-9 {
        text-align: center;
    }

    .inner-article {
        padding-bottom: 20px;
    }

    h3.post-title {
        line-height: 1.5;
        letter-spacing: 0.3px;
        font-weight: bold;
        font-size: 18px;
        max-height: none;
        height: auto;
    }

    h3.post-title a {
        line-height: 1.5;
        letter-spacing: 0.3px;
        font-weight: bold;
        font-size: 18px;
        max-height: none;
        height: auto;
    }

    .post-body .img-responsive {
        height: auto;
    }

    .img-responsive img {
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 600px) {
    header {
        padding: 20px 0;
    }

    header .col-md-9 {
        text-align: right;
    }

    .post-body .img-responsive {
        height: auto;
    }

    .img-responsive img {
        max-width: 100%;
    }

    footer nav ul li {
        list-style-type: none;
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .inner-article {
        padding-bottom: 20px;
    }

    .post-body {
        position: relative;
    }

    .side-related {
        width: 22%;
        float: right;
        position: sticky;
        top: 70px;
        right: 0;
    }

    .side-related-article {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .side-related .related-title {
        font-size: 14px;
        font-weight: 600;
        padding: 0 !important;
    }

    .post-body .img-responsive {
        height: auto;
    }

    .img-responsive img {
        max-width: 100%;
    }

    .inner-article .button.button1 {
        width: 100%;
        text-align: center;
        margin: 10px auto;
        float: none;
        line-height: 3;
        max-width: none;
        padding: 5px 0;
    }
}

.top-google-adds {
    margin-top: 10px;
}

.category-page {
    margin-top: 3em;
}

.header-top-google-adds {
    margin-top: 10px;
    z-index: 99999999 !important;
}

.margin-for-adds {
    margin-top: 0px;
    position: relative;
    top: -3px;
    z-index: 1 !important;
}

.cats-edit-for-adds {
    margin-top: 0px;
    top: -40px;
}

.cat-edit-for-adds {
    margin-top: 0px;
    top: -40px;
}

.padding-for-adds {
    padding-top: 0px !important;
}

.margin-article-adds {
    margin-top: 0px;
}

label{
    font-weight: 500;
}

.sub-cat h3{
    background: #337ab7;
    padding: 3px 7px !important;
    margin: 0 !important;
    line-height: 20px !important;
    text-align: center;
}
.sub-cat h3 a{
    color: #FFFFFF !important;
    font-size: 12px !important;
}

/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    min-height: 250px;
    vertical-align: middle;
    width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */
#ez-toc-container{
    overflow: hidden;
    padding: 10px;
    border: 1px solid #ddd;
    border-width: 1px 1px 2px 1px;
    background-color: #f8f8f8;
}

ul.ez-toc-list{
    list-style-type: arabic-indic;
    padding-right: 30px;
    color: #337ab7;
}

.ez-toc-title{
    font-size: 2.75rem !important;
    font-weight: bold;
}
.ez-toc-list a{
    font-weight: bold;
}
