@font-face {
    font-family: "droid arabic kufi";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/droidkufi-regular.eot);
    src: url(../fonts/droidkufi-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/droidkufi-regular.woff2) format("woff2"), url(../fonts/droidkufi-regular.woff) format("woff"),
        url(../fonts/droidkufi-regular.ttf) format("truetype");
}
@font-face {
    font-family: "droid arabic kufi";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/droidkufi-bold.eot);
    src: url(../fonts/droidkufi-bold.eot?#iefix) format("embedded-opentype"), url(../fonts/droidkufi-bold.woff2) format("woff2"), url(../fonts/droidkufi-bold.woff) format("woff"), url(../fonts/droidkufi-bold.ttf) format("truetype");
}
body {
    font-family: "droid arabic kufi";
    font-size: 14px;
    color: #000;
    background-color: #f7f3f5;
    -youbkit-touch-callout: none;
    -youbkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cccbcb;
    z-index: 999999;
}
#loading-area {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}
@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#demo ul {
    list-style-type: disc;
    list-style: disc;
    padding-right: 44px;
}

#demo ul li{
    font-size: 14px;
    line-height: 26px;
}

.navbar-nav li a:focus,
.navbar-nav li a:hover {
    outline: 0;
    outline-offset: 0;
    text-decoration: none;
    background: 0 0;
}
a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: #7a244a;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    text-transform: capitalize;
}
.padding {
    padding: 90px 0;
}
.padding-5 {
    padding: 5px;
}
.padding-10 {
    padding: 10px;
}
.padding-15 {
    padding: 15px;
}
.padding-20 {
    padding: 20px;
}
.padding-top-5 {
    padding-top: 5px;
}
.padding-top-10 {
    padding-top: 10px;
}
.padding-top-15 {
    padding-top: 15px;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-bottom-5 {
    padding-bottom: 5px;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}
.padding-bottom-15 {
    padding-bottom: 15px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.padding-left-5 {
    padding-left: 5px;
}
.padding-left-10 {
    padding-left: 10px;
}
.padding-left-15 {
    padding-left: 15px;
}
.padding-left-20 {
    padding-left: 20px;
}
.padding-right-5 {
    padding-right: 5px;
}
.padding-right-10 {
    padding-right: 10px;
}
.padding-right-15 {
    padding-right: 15px;
}
.padding-right-20 {
    padding-right: 20px;
}
.section {
    margin-bottom: 10px;
}
.list-number {
    list-style: decimal;
    margin-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.list-number li {
    line-height: 24px;
    font-size: 14px;
    padding: 6px;
}
.list-number li span {
    font-weight: 500;
    font-size: 14px;
    color: #7a244a;
}
ol li {
    line-height: 24px;
    font-size: 14px;
    padding: 6px;
    margin-left: 25px;
}
ol li span {
    font-weight: 500;
    font-size: 14px;
    color: #7a244a;
}
.section-title {
    margin-top: 5px;
    margin-bottom: 20px;
    padding-bottom: 0;
    position: relative;
    font-size: 16px;
    color: #155175;
    font-weight: 600;
}
.section-title:before {
    width: 80px;
    z-index: 1;
}
.section-title:after {
    left: 0;
    background-color: #e6e6e8;
}
.section-title:after,
.section-title:before {
    position: absolute;
    content: "";
    bottom: -12px;
    right: 0;
    height: 2px;
}
.section-title.title {
    margin-bottom: 25px;
}
.btn-primary {
    color: #fff;
    border: 0;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 45px;
    outline: 0;
    text-transform: uppercase;
}
.btn-primary:focus,
.btn-primary:hover {
    background-color: #333;
    color: #fff;
    outline: 0;
    border: 0;
}
.form-control {
    height: 35px;
    padding: 6px 12px;
    color: #000;
    border: 2px solid #ececec;
    border-radius: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: 0;
    background-color: #fff;
    font-weight: 500;
}
.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 2px;
    border-style: solid;
    background-color: #fff;
}
textarea.form-control {
    padding: 15px 20px;
    resize: none;
}
label {
    font-weight: 400;
}
.form-group {
    margin-bottom: 20px;
}
.navbar-toggle {
    border: 1px solid #fff;
    margin-top: 13px;
}
.navbar-toggle .icon-bar {
    background-color: #384650;
}
.navbar-toggle {
    border: 1px solid #384650;
}
.navbar-toggle .icon-bar {
    background-color: #384650;
}
#navigation .sticky-nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: -1px;
    z-index: 9999;
    background: #fff;
}
#navigation .sticky-nav #topbar {
    display: none;
}
.secondary-logo {
    display: none;
}
#navigation .sticky-nav .secondary-logo {
    display: none;
    position: absolute;
    top: 0;
}
#navigation .sticky-nav .navbar-nav {
    margin-right: 380px;
}
#navigation .navbar {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav > li > a, .page .navbar-nav > li > a{
    color :#FFF;
}
table {border: 1px solid #ccc;}
table th { 
    background-color: #7a244a;
    text-align: center; 
    color: #FFF;
}
table .bottom_td{background-color: #7a244a;color: #FFF;}

@media (max-width: 999px) {
    #navigation .navbar-header {
        float: none;
    }
    #navigation .navbar-toggle {
        display: block;
    }
    #navigation .navbar-collapse.collapse {
        display: none !important;
    }
    #navigation .navbar-collapse.collapse.in {
        display: block !important;
        overflow-y: auto !important;
    }
    #navigation .navbar-collapse,
    #navigation .navbar-collapse .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (min-width: 1000px) {
    #navigation .navbar-collapse {
        padding: 0;
    }
    #navigation .navbar-nav li,
    .dropdown {
        position: relative;
    }
    #navigation .navbar-nav {
        top: 2px;
    }
    #navigation .dropdown-menu {
        padding: 15px 0;
        border-top: 0 solid;
        min-width: 200px;
        border-radius: 0;
        z-index: 9999 !important;
        margin-top: 0 !important;
        background-color: rgba(255, 255, 255, 0.95);
    }
    #navigation .language-dropdown .dropdown-menu {
        min-width: 75px;
    }
    #navigation .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block;
    }
}
#mainmenu .post a:hover {
    color: #aeaeae;
}
#mainmenu .dropdown-menu > li > a {
    font-size: 14px;
    text-transform: capitalize;
    padding: 8px 20px;
}
.dropdown-menu > li > a {
    color: #bd9b72;
}
#navigation {
    background-color: #fff;
}
#navigation .navbar .topbar {
    border-bottom: 1px solid #eee;
    background: #fff url(../images/pattern2.png) repeat fixed center;
}
#topbar {
    float: none;
}
.menubar1 {
    background: #7a244a url(../images/pattern1.png) repeat fixed center;
}
.navbar-brand {
    height: 70px;
    padding: 9px 0 15px 0;
}
.homepage .navbar-brand {
    padding: 13px 0 15px 0;
}
.dropdown-menu {
    float: right;
    text-align: right;
}
#navigation .container .navbar-brand {
    margin-left: -15px;
}
#topbar-right {
    float: right;
}
.date-time,
.language-dropdown,
.weather {
    display: inline-block;
    margin-left: 20px;
    padding-left: 20px;
    line-height: 70px;
    color: #525b6e;
    font-size: 14px;
}
.language-dropdown .dropdown-menu {
    border-radius: 0;
    border-color: #ebecee;
    min-width: 74px;
    text-align: center;
}
.language-dropdown a {
    color: #384650;
    text-transform: uppercase;
}
#topbar-right #weather img {
    max-width: 61px;
}
.date-time,
.weather {
    border-left: 1px solid #ebecee;
}
#mainmenu {
    padding-right: 0;
    padding-left: 0;
    margin-left: -15px;
    margin-right: -15px;
}
.input-group {
    margin-bottom: 20px;
}
.input-group img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.form-control:active img,
.input-group:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.input-group .form-control {
    border: 0;
}
.navbar {
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#mainmenu li a:hover {
    color: inherit;
}
#mainmenu .home {
    color: #7a244a;
}
#mainmenu .sports {
    color: #f26522;
}
#mainmenu .world {
    color: #f7941d;
}
#mainmenu .health {
    color: #92278f;
}
#mainmenu .studies {
    color: #1cbbb4;
}
#mainmenu .menuhover {
    color: #dec3a2;
}
.feature-post {
    position: relative;
}
.feature-post .post-content {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    color: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.13) 18%, rgba(0, 0, 0, 0.33) 36%, rgba(0, 0, 0, 0.74) 70%, rgba(0, 0, 0, 0.91) 87%, #000 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.13) 18%, rgba(0, 0, 0, 0.33) 36%, rgba(0, 0, 0, 0.74) 70%, rgba(0, 0, 0, 0.91) 87%, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.13) 18%, rgba(0, 0, 0, 0.33) 36%, rgba(0, 0, 0, 0.74) 70%, rgba(0, 0, 0, 0.91) 87%, #000 100%);
    border-radius: 0 0 3px 3px;
    width: 100%;
}
.text-align-right {
    text-align: right;
}
.text-align-left {
    text-align: left;
}
.text-align-justify {
    text-align: justify;
}
.text-align-center {
    text-align: center;
}
.feature-post .entry-meta a,
.feature-post .entry-meta a:hover,
.feature-post .entry-title a,
.feature-post .entry-title a:hover {
    color: #fff;
}
.entry-meta {
    font-size: 12px;
}
.page-breadcrumbs {
    position: relative;
    margin: 5px 0 15px;
}
.cat-menu {
    position: absolute;
    top: 0;
    left: 0;
}
.post {
    overflow: hidden;
    border-radius: 3px;
    background-color: #fff;
    border-bottom: 2px solid #f7f3f5;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition: background 2s;
    transition: background 2s;
}
.post:hover {
    border-bottom: 2px solid #eee;
    background: #fff;
}
.post #scdemo {
    overflow: hidden;
    height: 435px;
}
.left-block {
    overflow: hidden;
    height: 316px;
}
.presentation-one .item .post {
    overflow: hidden;
    height: 282px;
}
.testimonial-one .item .post {
    overflow: hidden;
    height: 285px;
}
.study {
    overflow: hidden;
    height: 830px;
}
.widget .social-icons {
    overflow: hidden;
    height: 30px;
}
.presentation-one .owl-controls .owl-dots {
    float: none;
    margin-top: -25px;
    position: relative;
    text-align: center;
}
.post.feature-post {
    background-color: inherit;
}
.post .entry-title {
    font-size: 15px;
    margin-top: 10px;
}
.catagory {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}
.catagory a {
    color: #fff;
    display: block;
    padding: 3px 12px;
    font-size: 14px;
}
.feature-post img {
    border-radius: 3px;
}
.entry-meta,
.entry-title,
.post img,
.post-content {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.feature-post:hover .post-content {
    padding-top: 20%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 18%, rgba(0, 0, 0, 0.42) 36%, rgba(0, 0, 0, 0.85) 70%, rgba(0, 0, 0, 0.95) 87%, #000 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 18%, rgba(0, 0, 0, 0.42) 36%, rgba(0, 0, 0, 0.85) 70%, rgba(0, 0, 0, 0.95) 87%, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 18%, rgba(0, 0, 0, 0.42) 36%, rgba(0, 0, 0, 0.85) 70%, rgba(0, 0, 0, 0.95) 87%, #000 100%);
}
.entry-thumbnail {
    overflow: hidden;
}
.post .carousel-inner .item img,
.post .cover img,
.post.feature-post img {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-theme .owl-controls .owl-dots span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 5px;
    background-color: #bd9b72;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.owl-controls .owl-dots {
    float: left;
    margin-top: -40px;
    position: relative;
    padding-left: 25px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #155175;
}
.cover.featured-add {
    margin-top: 30px;
}
.cover {
    position: relative;
    margin-top: 0;
}
.google-add,
.google-add:hover {
    text-align: center;
    background-color: transparent;
    border-bottom: 0;
}
.google-add .cover {
    display: inline-block;
    max-width: 728px;
    height: 90px;
    margin-top: 10px;
}
.cover:before {
    position: absolute;
    right: 0;
    top: -15px;
    content: "فبراير";
    font-size: 10px;
    color: #a5a5a5;
}
.cover img {
    border-radius: 3px;
    display: inline-block;
}
.post-content {
    padding: 10px 10px 25px 12px;
}
.blog-carousel .post-content {
    padding: 30px 10px 25px 12px;
}
.entry-content-inner {
    min-height: 1230px;
}
.entry-content-inner p {
    font-size: 14px;
}
.entry-content-inner p img {
    border: 0 solid #ddd;
    padding: 3px;
    width: 50%;
    margin-right: 10px;
    float: left;
}
.entry-content-inner ul li img {
    border: 0 solid #ddd;
    padding: 3px;
    width: 50%;
    margin-right: 10px;
    float: left;
}
.entry-content-inner ol li img {
    border: 0 solid #ddd;
    padding: 3px;
    width: 50%;
    margin-right: 10px;
    float: left;
}
.archive-p {
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
}
.primary-color {
    color: #7a244a;
}
.secondary-color {
    color: #bd9b72;
}
.third-color {
    color: #bd9b72;
}
.gray-light-color {
    color: #bababa;
}
.gray-light-color:hover {
    color: #7a244a;
    text-decoration: underline;
}
.cross-anchor {
    color: #a7a7a7;
    font-style: italic;
}
.cross-link {
    color: #164ec4;
}
.border-bottom {
    border-bottom: 1px solid #e6e6e8;
    padding: 5px;
}
.post-content i {
    margin-right: 5px;
    padding-left: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.post.medium-post .entry-title {
    text-transform: initial;
    font-size: 14px;
    line-height: 1.3;
}
.entry-meta a,
.entry-title a {
    color: #155175;
    text-align: right;
    line-height: 26px;
}
.category a {
    color: #7a244a;
    font-size: 14px;
    line-height: 24px;
}
.about a {
    color: #155175;
    font-size: 16px;
    text-align: right;
    line-height: 26px;
    font-weight: 600;
}
.entry-title a:hover {
    color: #bd9b72;
}
.entry-title i {
    padding-left: 5px;
}
.readmore {
    position: absolute;
    bottom: 0;
    right: 50%;
}
.fancy {
    line-height: 0.5;
    text-align: left;
}
.fancy span {
    display: inline-block;
    position: relative;
}
.fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #d4d6d5;
    bottom: -10;
    width: 250px;
}
.fancy span:before {
    right: 100%;
    margin-right: 15px;
}
.fancy span:after {
    left: 100%;
    margin-left: 15px;
}
.owl-btn-center-lr .owl-controls .owl-nav .owl-prev {
    position: absolute;
    right: 0;
    top: 30%;
    width: 30px;
}
.owl-btn-center-lr .owl-controls .owl-nav .owl-next,
.owl-btn-center-lr .owl-controls .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 45%;
    width: 30px;
}
.owl-theme .owl-nav [class*="owl-"] {
    background-color: #155175;
    border-color: #155175;
    color: #fff;
    padding: 5px 10px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
}
.shadow-lg {
    transition: box-shadow 0.3s;
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
.shadow-lg:hover {
    box-shadow: rgba(16, 66, 97, 0.07) 0 0 61px;
}
.rounded {
    border-radius: 5px !important;
}
.section {
    position: relative;
}
.list-post {
    padding-bottom: 10px;
}
.list-post li {
    border-top: 1px solid #eee;
}
.list-post li a {
    display: block;
    padding: 17px 30px;
    color: #575757;
}
.list-post li a:hover {
    color: #bd9b72;
}
.list-post li a i {
    float: left;
}
.small-post .post-content {
    padding: 20px 20px 0 20px;
}
.post.small-post .entry-title {
    font-size: 14px;
    line-height: 17px;
    margin-top: 5px !important;
}
.entry-content {
    color: #888;
    font-size: 13px;
    font-weight: 300;
    text-align: justify;
    line-height: 24px;
}
.entry-content p {
    line-height: 26px;
}
.left-content .post .entry-title {
    margin-bottom: 20px;
    margin-top: 12px;
}
.health-feature {
    overflow: hidden;
    max-height: 185px;
}
.left-content .post.medium-post .entry-title {
    margin-bottom: 0;
}
.health-section .entry-header {
    width: 40%;
    float: left;
}
.health-section .post-content {
    width: 60%;
    float: left;
    padding: 10px;
}
.health-feature .post .entry-title {
    line-height: 22px;
}
.health-section .small-post .entry-header {
    max-width: 100px;
    float: left;
}
.health-section .small-post .entry-title {
    text-transform: initial;
}
.health-section .small-post {
    max-height: 95px;
}
.health-section .small-post .post-content {
    padding: 15px;
    width: 60%;
    float: left;
}
.widget .post-list .post {
    max-height: 100px;
}
.widget .post-list .entry-header {
    float: left;
    width: 40%;
}
.widget .post-list .entry-thumbnail {
    height: 100px;
}
.widget .post-list .post-content {
    float: left;
    width: 60%;
    padding: 20px 15px;
}
.widget-inline .post-list .post-content {
    float: right;
    width: 100%;
    padding: 20px 15px;
}
.widget-inline .post-list {
    margin-bottom: 20px;
}
.com-details .col-xs-4 {
    padding-left: 0;
    padding-right: 0;
}
.com-details {
    border-bottom: 1px solid#f7f3f5;
    padding: 12px 25px;
    color: #9c9c9c;
}
.com-details:last-child {
    border-bottom: 0;
}
.com-details i {
    margin-left: 12px;
}
.social-icons li {
    margin-right: 0;
}
.social-icons li:last-child {
    margin-right: 0;
}
.social-icons a i {
    color: #fff;
    font-size: 24px;
    text-align: center;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social-icons a .fa-facebook {
    background-color: #4968a9;
}
.social-icons a .fa-twitter {
    background-color: #00aeef;
}
.social-icons a .fa-instagram {
    background-color: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.social-icons a .fa-whatsapp {
    background-color: #25d366;
}
.social-icons a .fa-print {
    background-color: #999;
}
.author-social .social-icons a:hover .fa-facebook,
.social-icons a:hover .fa-facebook {
    background-color: #456098;
}
.author-social .social-icons a:hover .fa-twitter,
.social-icons a:hover .fa-twitter {
    background-color: #039cd5;
}
.widget {
    margin-bottom: 30px;
}
.widget .post-list {
    background-color: #fff;
}
.widget .post-list li {
    border-top: 1px solid #f7f3f5;
    padding: 25px;
    padding-bottom: 15px;
}
.widget .post-list .post {
    border-bottom: 0;
    margin-top: 0;
}
.widget .post-list .small-post .post-content {
    padding: 0 0 0 15px;
}
.weather-widget {
    background-color: #fff;
    text-align: center;
    padding: 25px 35px 65px 35px;
}
.weather-widget img {
    margin-left: 10px;
}
.weather-widget span {
    display: block;
}
.weather-widget .weather-type {
    margin-top: -20px;
    color: #b4b4b4;
    text-transform: uppercase;
    font-size: 12px;
}
.weather-widget .weather-date {
    text-transform: uppercase;
    font-size: 14px;
}
.widget .small-post .post-content {
    padding: 20px 20px 10px 20px;
}
.footer-widget {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 60px;
    border-bottom: 1px solid #f7f3f5;
}
.widget address {
    color: #aeaeae;
    margin-top: 25px;
    font-size: 14px;
    line-height: 10px;
    font-weight: 300;
}
.footer-widget {
    padding-top: 70px;
}
.footer-widget ul li {
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 25px;
    margin-bottom: 25px;
}
.footer-widget ul li img {
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-widget ul li img:hover {
    opacity: 0.7;
}
.footer-widget ul li:last-child,
.footer-widget ul li:nth-child(4) {
    margin-right: 0;
}
.footer-top {
    background-color: #f7f3f5;
}
.logo-icon {
    border-top: 1px solid #f7f3f5;
    padding: 20px 0;
    position: relative;
}
.logo-icon:after,
.logo-icon:before {
    position: absolute;
    content: "";
    top: 50%;
    height: 1px;
    width: 140px;
    left: 50%;
}
.logo-icon:before {
    margin-left: -180px;
}
.logo-icon:after {
    margin-left: 40px;
}
.logo-icon img {
    display: inline-block;
}
.footer-menu {
    background-color: #27292a;
    text-align: center;
    border-bottom: 1px solid #1a1b1c;
}
.footer-menu .navbar-nav {
    display: inline-block;
    float: none !important;
    padding: 25px 0 20px 0;
}
.footer-menu .navbar-nav li a {
    font-size: 13px;
    color: #fff;
    padding: 10px;
}
.footer-menu .navbar-nav li a:hover {
    color: #dea574;
}
.footer-bottom {
    background-color: #1f2021;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
}
.listing-news .entry-header,
.listing-news .post-content {
    float: left;
}
.listing-news .entry-header {
    width: 40%;
    padding: 21px 0 0 20px;
}
.listing-news .post-content {
    width: 60%;
    padding: 10px 30px;
}
.listing-news .post-content .entry-title {
    margin-bottom: 25px;
}
.listing-news .post {
    max-height: 255px;
}
.page .navbar-header {
    position: absolute;
    left: 15px;
    top: 0;
    width: 100%;
}
.details-news .entry-meta {
    margin-bottom: 25px;
    margin-top: 10px;
}
.details-news .entry-title {
    font-size: 16px;
    font-weight: 600;
}
.post-inner-image {
    margin-top: 40px;
    margin-bottom: 40px;
}
.share-link {
    margin-top: 35px;
    margin-bottom: 10px;
}
.media {
    margin-top: 30px;
}
#comment-form {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 70px;
    border-radius: 3px;
}
#comment-form button.btn-primary {
    display: inline-block;
    margin-top: 15px;
}
.homepage-two #date-time,
.homepage-two #weather,
.homepage-two .language-dropdown {
    line-height: 35px;
}
.homepage-two #date-time {
    margin-left: 0;
    padding-left: 0;
}
.homepage-two #weather {
    border-left: 1px solid #dedfe0;
}
.homepage-two #weather {
    padding-right: 20px;
}
.homepage-two .topbar {
    background-color: #eaebed;
}
.homepage-two .navbar {
    border-bottom: 0;
}
.top-add {
    overflow: hidden;
    margin: 30px 0;
}
.top-add .navbar-header {
    margin-top: 15px;
}
.homepage-two #navigation {
    background-color: transparent;
}
.homepage-two #menubar {
    background-color: #fff;
}
.box-width {
    max-width: 1250px;
    margin: 0 auto;
    background-color: #fff;
}
#main-wrapper {
    background: url(../images/footer-bg.png) repeat left top scroll #fff;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.175);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.175);
}
#main-slider,
#main-slider-two {
    height: 350px;
    overflow: hidden;
}
#main-slider .feature-post,
#main-slider .owl-item,
#main-slider-two .feature-post,
#main-slider-two .owl-item {
    height: 350px;
    border-radius: 0;
    margin-top: 0;
}
#main-slider .feature-post .catagory,
#main-slider-two .feature-post .catagory {
    position: initial;
    display: inline-block;
    margin-bottom: 5px;
}
#main-slider .feature-post .entry-title,
#main-slider-two .feature-post .entry-title {
    font-size: 20px;
    line-height: 22px;
}
#main-slider .feature-post .post-content,
#main-slider-two .feature-post .post-content {
    border-radius: 0;
}
.author-details {
    background-color: #fff;
    margin: 30px 0;
    font-size: 14px;
    overflow: hidden;
}
.author-details .author-info {
    padding: 35px 45px;
    color: #888;
    line-height: 24px;
}
.author-details .author-info h3 {
    margin-top: 0;
    color: #525b6e;
    font-size: 18px;
}
.author-listing {
    margin-top: 30px;
}
.about-us {
    font-size: 14px;
    color: #888;
}
.about-us .content-section {
    padding-right: 0;
}
.about-us .image-section {
    padding-left: 0;
}
.about-us-content {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}
.about-us-content h2 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #454545;
}
#testimonial {
    display: inline-block;
    padding: 50px;
    max-width: 720px;
}
#testimonial img {
    display: inline-block;
    height: 100px;
    width: 100px;
    border-radius: 100%;
}
#testimonial h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
#testimonial h3 span {
    display: block;
    font-size: 16px;
}
#testimonial h4 {
    line-height: 25px;
}
.contact-info {
    overflow: hidden;
}
.contact-info {
    width: 31%;
    background-color: #fff;
    padding: 0 25px;
    margin-right: 25px;
    border-radius: 3px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    color: #525b6e;
}
.contact-page-two .contact-info {
    width: 100%;
    padding: 29px 30px;
    margin-right: 0;
}
.contact-map {
    background-color: #fff;
    padding: 0 6px;
    padding-top: 6px;
    margin-right: 25px;
    border-radius: 3px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    color: #525b6e;
    margin-bottom: 30px;
    border-radius: 3px;
}
.contact-info ul li:last-child {
    margin-right: 0;
}
.contact-info ul li h2 {
    font-size: 22px;
}
.contact-info ul li address {
    font-size: 14px;
}
.p-r0 {
    padding-right: 0;
}
.p-r5 {
    padding-right: 5px;
}
.p-r10 {
    padding-right: 10px;
}
.p-r15 {
    padding-right: 15px;
}
.p-r20 {
    padding-right: 20px;
}
.p-r25 {
    padding-right: 25px;
}
.p-t0 {
    padding-top: 0;
}
.p-t5 {
    padding-top: 5px;
}
.p-t10 {
    padding-top: 10px;
}
.p-t15 {
    padding-top: 15px;
}
.p-t20 {
    padding-top: 20px;
}
.p-t25 {
    padding-top: 25px;
}
.p-t30 {
    padding-top: 30px;
}
.p-t35 {
    padding-top: 35px;
}
.p-t40 {
    padding-top: 40px;
}
.p-t45 {
    padding-top: 45px;
}
.p-t50 {
    padding-top: 50px;
}
.p-t55 {
    padding-top: 55px;
}
.p-t60 {
    padding-top: 60px;
}
.p-t65 {
    padding-top: 65px;
}
.p-t70 {
    padding-top: 70px;
}
.p-t75 {
    padding-top: 75px;
}
.p-t80 {
    padding-top: 80px;
}
.p-t85 {
    padding-top: 85px;
}
.p-t90 {
    padding-top: 90px;
}
.p-t95 {
    padding-top: 95px;
}
.p-t100 {
    padding-top: 100px;
}
.p-a0 {
    padding: 0;
}
.p-a5 {
    padding: 5px;
}
.p-a10 {
    padding: 10px;
}
.p-a15 {
    padding: 15px;
}
.p-a20 {
    padding: 20px;
}
.p-a25 {
    padding: 25px;
}
.p-a30 {
    padding: 30px;
}
.p-a35 {
    padding: 35px;
}
.p-a40 {
    padding: 40px;
}
.p-a45 {
    padding: 45px;
}
.p-a50 {
    padding: 50px;
}
.p-a55 {
    padding: 55px;
}
.p-a60 {
    padding: 60px;
}
.p-a65 {
    padding: 65px;
}
.p-a70 {
    padding: 70px;
}
.p-a75 {
    padding: 75px;
}
.p-a80 {
    padding: 80px;
}
.p-a85 {
    padding: 85px;
}
.p-a90 {
    padding: 90px;
}
.p-a95 {
    padding: 95px;
}
.p-a100 {
    padding: 100px;
}
.p-b0 {
    padding-bottom: 0;
}
.p-b5 {
    padding-bottom: 5px;
}
.p-b10 {
    padding-bottom: 10px;
}
.p-b15 {
    padding-bottom: 15px;
}
.p-b20 {
    padding-bottom: 20px;
}
.p-b25 {
    padding-bottom: 25px;
}
.p-b30 {
    padding-bottom: 30px;
}
.p-b35 {
    padding-bottom: 35px;
}
.p-b40 {
    padding-bottom: 40px;
}
.p-b45 {
    padding-bottom: 45px;
}
.p-b50 {
    padding-bottom: 50px;
}
.p-b55 {
    padding-bottom: 55px;
}
.p-b60 {
    padding-bottom: 60px;
}
.p-b65 {
    padding-bottom: 65px;
}
.p-b70 {
    padding-bottom: 70px;
}
.p-b75 {
    padding-bottom: 75px;
}
.p-b80 {
    padding-bottom: 80px;
}
.p-b85 {
    padding-bottom: 85px;
}
.p-b90 {
    padding-bottom: 90px;
}
.p-b95 {
    padding-bottom: 95px;
}
.p-b100 {
    padding-bottom: 100px;
}
.color-0 {
    color: #997242;
}
.color-1 {
    color: #bd9b72;
}
.color-2 {
    color: #7a244a;
}
.color-3 {
    color: #bd9b72;
}
.color-4 {
    color: #f26522;
}
.color-5 {
    color: #f7941d;
}
.color-6 {
    color: #92278f;
}
.color-7 {
    color: #00a651;
}
.color-8 {
    color: #1cbbb4;
}
.color-2:hover {
    color: #7a244a;
}
.catagory.color-1 a {
    background-color: #bd9b72;
}
.catagory.color-2 a {
    background-color: #7a244a;
}
.catagory.color-3 a {
    background-color: #bd9b72;
}
.catagory.color-4 a {
    background-color: #f26522;
}
.catagory.color-5 a {
    background-color: #f7941d;
}
.catagory.color-6 a {
    background-color: #92278f;
}
.catagory.color-7 a {
    background-color: #00a651;
}
.catagory.color-8 a {
    background-color: #1cbbb4;
}
.img-left {
    float: left;
    margin: 0 7px 0 0;
}
#button {
    display: inline-block;
    background-color: #7a244a;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#button:hover {
    cursor: pointer;
    background-color: #c07923;
}
#button:active {
    background-color: #555;
}
.border {
    border: 1px solid #e6e6e8;
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
}
.widget .post-list {
    margin-bottom: 20px;
}
.content-img {
    width: 99%;
}
.content-img-50 {
    width: 49%;
}
.post-image-block {
    width: 100%;
}
@media print {
    @page {
        size: auto;
        margin: 0;
    }
    body {
        margin: 1.6cm;
    }
    #no-print {
        display: none;
    }
}
