/* global font */
@font-face {
    font-family: 'Font';
    src: url('../fonts/ge-ss-two-light-bf41009b.eot');
    src: url('../fonts/ge-ss-two-light-bf41009b.eot?#iefix')format('embedded-opentype'), url('../fonts/ge-ss-two-light-6e19ed92.woff')format('woff'), url('../fonts/ge-ss-two-light-46251cb6.ttf')format('truetype'), url('../fonts/ge-ss-two-light-a25a6cb8.svg#ge_ss_twolight')format('svg');
    font-weight: 400;
    font-style: normal
}

body {
    background: #fff;
    color: #333;
}

body, p {
    font-family: 'Font', sans-serif;
    line-height: 26px;
    font-size: 16px;
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
    color: #1c1c1c;
    font-weight: normal;
    font-family: 'Font', sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 36px;
    line-height: 48px;
}

h2 {
    font-size: 28px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

.alert .icon {
    margin-left: 15px;
}

/* ----------------------------------------------------------------
     Buttons 
-----------------------------------------------------------------*/
.butn {
    padding: 10px 28px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #c50000;
    position: relative;
    z-index: 3;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    outline: none !important;
    overflow: hidden;
    color: #c50000;
    font-weight: bold;
    font-size: 18px;
    text-transform: capitalize;
}

.butn:hover {
    transform: scale(0.95);
    color: #fff;
    background: #c50000;
}

.butn-bg {
    background: #c50000;
    border-color: #fff;
    color: #fff;
    font-size: 16px;
    padding: 7px 12px;
}

/*==================== Click Top ====================*/
.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 24px;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 99;
    text-align: center;
    color: #fff !important;
    background: #c50000;
    font-size: 24px;
    display: none;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

/* Global styles
================================================== */
html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;
}

body {
    border: 0;
    margin: 0;
    padding: 0;
    direction: rtl;
    text-align: right;
    background: #f5f5f5;
}

.body-inner {
    position: relative;
    overflow: hidden;
}

a:link, a:visited {
    text-decoration: none;
}

a {
    color: #c50000;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a.read-more {
    color: #fff;
    font-size: 50px;
    line-height: 10px;
    float: left;
}

a.read-more:hover {
    color: #c50000;
}

section, .section-padding {
    padding: 50px 0;
    position: relative;
}

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

.p-top-0 {
    padding-top: 0;
}

.p-bottom-0 {
    padding-bottom: 0;
}

.m-top-0 {
    margin-top: 0px !important;
}

.m-top-20 {
    margin-top: 20px !important;
}

.m-bottom-0 {
    margin-bottom: 0;
}

.media>.pull-right {
    margin-left: 20px;
}

img.banner {
    display: inline-block;
    width: 100%;
    border: 5px solid #fff;
}

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

.mrb-80 {
    margin-bottom: -80px;
}

.mrt-0 {
    margin-top: 0 !important;
}

.pab {
    padding-bottom: 0;
}

a:focus {
    outline: 0;
}

img.pull-right {
    margin-left: 20px;
    margin-bottom: 20px;
}

img.pull-left {
    margin-right: 20px;
    margin-bottom: 20px;
}

ol, ul {
    margin-bottom: 20px;
}

.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ts-padding {
    padding: 60px;
}

.solid-bg {
    background: #f9f9f9;
}

.solid-row {
    background: #f0f0f0;
}

/* Dropcap */
.dropcap {
    font-size: 44px;
    line-height: 50px;
    display: inline-block;
    float: right;
    margin: 0 0 0 12px;
    position: relative;
    text-transform: uppercase;
}

/* Video responsive */
.embed-responsive {
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Ul, Ol */
.list-round, .list-arrow, .list-check {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-round li {
    line-height: 28px;
}

.list-round li:before {
    font-family: FontAwesome;
    content: "\f138";
    margin-left: 10px;
    color: #e7af58;
    font-size: 12px;
}

.list-arrow {
    padding: 0;
}

ul.list-arrow li:before {
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 10px;
    color: #e7af58;
    font-size: 16px;
}

ul.list-check li:before {
    font-family: FontAwesome;
    content: "\f00c";
    margin-left: 10px;
    color: #e7af58;
    font-size: 14px;
}

/* Bootstrap */
.nav-tabs>li>a.active, .nav-tabs>li>a.active:focus, .nav-tabs>li>a.active:hover, .nav-tabs>li>a:hover, .nav-tabs>li>a {
    border: 0;
    background: none;
}

.nav>li>a:focus, .nav>li>a:hover {
    background: none;
}

.pattern-bg {
    background: #f5f5f5 url(../images/crossword.png);
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

/* Common styles
================================================== */
/*-- Block padding --*/
@media (min-width: 992px) {
    .pad-0 {
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .pad-r {
        padding-left: 2px;
        padding-right: 0;
    }

    .pad-l {
        padding-right: 2px;
        padding-left: 0;
    }

    .pad-r-small {
        padding-left: 1.5px;
    }

    .pad-l-small {
        padding-right: 1.5px;
    }

    .pad-l-0 {
        padding-right: 0;
    }

    .pad-r-0 {
        padding-left: 0;
    }
}

/*-- Block title --*/
.block-title {
    font-size: 20px;
    line-height: 100%;
    margin: 0;
    background: #0c4da1;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0;
    font-weight: normal;
}

.block-title>span {
    color: #fff;
    line-height: 30px;
    position: relative;
    font-family: "Font";
    font-weight: bold;
}

/*-- Post title --*/
.post-title {
    font-size: 18px;
    line-height: 28px;
    margin: 15px 0 8px;
}

.post-title.min-height {
    height: 75px;
    text-overflow: ellipsis;
}

.post-title a {
    color: #0c4da1;
    font-weight: bold;
}

.post-title.title-extra-large {
    font-size: 20px;
    line-height: 35px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.post-title.title-large {
    font-size: 20px;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.post-title.title-medium {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.post-title.title-small {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
}

a.post-cat {
    position: relative;
    font-size: 14px;
    padding: 5px 10px;
    background: #c50000;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    display: inline-block;
    border-radius: 5px;
    font-family: "Font";
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.post-cat a {
    color: #fff;
}

/*-- Post Overaly --*/
.post-overaly-style {
    position: relative;
    overflow: hidden;
}

.post-overaly-style:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    right: 0;
    background: rgba(15, 76, 43, 0.5);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, #0a5198 100%);
}

.post-overaly-style .post-content {
    position: absolute;
    bottom: 0;
    padding: 15px;
}

.post-overaly-style .post-title a {
    color: #fff;
    text-shadow: 1px 2px #000;
}

.post-overaly-style .post-date {
    color: #fff;
}

.post-thumb {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.post-thumb img {
    display: block;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 350px;
}

.hot-post-top .post-thumb img {
    width: 100%;
}

.post-block-style:hover .post-thumb img, .post-overaly-style:hover .post-thumb img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.post-block-style.post-float:hover .post-thumb img {
    transform: none;
}

.thumb-float-style .post-cat {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

/* Post overaly Top Content */
.post-overaly-style.contentTop .post-content {
    top: auto;
    bottom: 0;
}

.post-overaly-style.contentTop:before {
    top: 0;
    right: 0;
    background: rgba(15, 76, 43, 0.5);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgb(15, 76, 43) 100%);
}

/*-- Post Overaly Textcenter --*/
.post-overaly-style.text-center .post-content {
    padding: 30px 30px 60px;
}

.post-overaly-style.text-center {
    margin-bottom: 30px;
}

.post-overaly-style.text-center:last-child {
    margin-bottom: 0;
}

.post-overaly-style.text-center .post-thumb img {
    min-height: 260px;
}

.post-overaly-style.text-center .post-meta span {
    padding: 0;
    margin: 0;
}

.post-overaly-style.text-center:before {
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, right bottom, right bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
}

/*-- Post Block style --*/
.post-block-style {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    transition: all .5s ease-in-out;
    border: 2px solid #e2e2e2;
}

.post-block-style:hover {
    box-shadow: 0px 22px 45px 0px rgba(0, 0, 0, 0.2);
}

.post-block-style .post-content {
    padding: 0;
}

.post-block-style .post-title a:hover {
    color: #c50000;
}

.post-block-style .post-content p {
    font-size: 16px;
}

.post-block-style .post-cat {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.post-block-style .post-content .post-meta {
    margin: 3px 0;
    font-weight: bold;
    color: #e7af58;
}

/*-- Review box --*/
.review-box {
    background: #1c1c1c;
    color: #fff;
    position: absolute;
    top: 0;
    padding: 2px 7px;
    font-weight: 700;
}

/*-- Post list --*/
.list-post-block {
    margin-top: 12px;
}

.list-post {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-post-block .list-post>li {
    margin-bottom: 5px;
}

.list-post-block .list-post>li:last-child {
    margin-bottom: 0;
}

.post-block-style.post-float .post-thumb {
    float: right;
    position: relative;
    z-index: 1;
    margin-left: 20px;
}

.post-block-style.post-float .post-thumb img {
    width: 120px;
    height: 80px;
}

.post-block-style.post-float .post-title {
    margin-top: 0;
}

.post-block-style.post-float .post-content {
    z-index: 0;
}

.post-block-style.post-float .post-cat {
    font-size: 8px;
    right: 0;
    top: 0;
}

/* Trending Bar
================================================== */
.trending-bar {
    color: #000;
    padding: 10px 0;
}

.trending-title {
    background: #e7af58;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    padding: 5px 10px;
    line-height: 100%;
    text-transform: uppercase;
    float: right;
    margin: 0 0 0 20px;
}

.trending-bar .post-content, .trending-light .post-content {
    padding: 0;
}

.owl-carousel.owl-theme.trending-slide .owl-nav {
    position: absolute;
    left: 0;
    top: -3px;
    margin: 0;
}

.owl-carousel.owl-theme.trending-slide .owl-nav>button {
    border: 0;
    color: #fff;
    background: #cd0000;
}

.owl-carousel.owl-theme.trending-slide .owl-nav>button:hover {
    background: #fff;
    border: 0;
    color: #e7af58;
}

.trending-slide .post-title a {
    color: #000;
}

.trending-slide .post-title.title-small {
    font-weight: 400;
    margin: 0;
}

/* Trending light */
.trending-light {
    color: #1c1c1c;
    margin: 30px 0;
}

.trending-light .trending-slide .post-title {
    font-weight: 600;
    margin-top: 3px;
    font-size: 15px;
}

.trending-light .trending-slide .post-title a {
    color: #1c1c1c;
}

.trending-light .trending-title {
    padding: 8px 10px 7px;
}

.trending-light .owl-carousel.owl-theme.trending-slide .owl-nav>button:hover {
    background: #333;
    color: #fff;
}

/* Top Bar
================================================== */
.top-bar {
    padding: 12px 0;
    color: #fff;
    font-size: 15px;
    background: #202936;
}

/* Date */
.date {
    display: inline-block;
    border-left: 1px solid #acacac;
    padding: 0 10px;
    line-height: 12px;
    font-size: 18px;
}

.date i {
    margin-left: 5px;
}

/* Top nav */
.top-nav {
    display: inline-block;
}

.top-nav li {
    display: inline-block;
    line-height: 12px;
    padding-right: 12px;
}

.top-nav li a {
    background: none;
    color: #a3a3a3;
    padding: 0;
    line-height: 100%;
}

/* Top social */
.top-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

.top-social li {
    display: inline-block;
    padding: 0;
}

.top-social li a {
    color: #fff;
    margin-left: 15px;
    font-size: 16px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.top-social li a:hover {
    color: #fff600;
}

/* Top nav */
.top-nav {
    display: inline-block;
}

.top-nav li {
    display: inline-block;
    line-height: 12px;
    padding-right: 12px;
}

.top-nav li a {
    background: none;
    color: #fff;
    padding: 0;
    line-height: 100%;
    font-size: 18px;
}

.top-nav li a:hover {
    color: #fff600;
}

/* Top bar border */
.top-bar-border {
    padding: 8px 20px 8px;
    border-bottom: 1px solid #ddd;
}

.top-bar-border ul.top-info {
    color: #7c7c7c;
    font-weight: 400;
}

.top-bar-border .top-social li a {
    color: #7c7c7c;
}

.top-bar-border ul.top-info li i {
    color: #e7af58;
}

/* Header Default
================================================== */
.header {
    position: relative;

    background-size: cover;
}

.navbar-fixed {
    background: #fff;
    z-index: 99999;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    -webkit-animation: fadeInDown 800ms;
    -moz-animation: fadeInDown 800ms;
    -ms-animation: fadeInDown 800ms;
    -o-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    -webkit-backface-visibility: hidden;
}

/*-- Logo --*/
.logo {
    padding: 0;
}

.logo img {
    margin-bottom: 100px;
}

/* header left */
.header-left {
    float: left;
}

/* Logo center */
.header.text-center {
    padding: 10px 0;
}

/*-- Search start --*/
ul.top-info-box>li.nav-search {
    cursor: pointer;
    padding-right: 30px;
    margin-right: 30px;
}

ul.top-info-box>li.nav-search:before {
    position: absolute;
    content: '';
    background: #ddd;
    right: 0;
    width: 1px;
    height: 40px;
    top: 50%;
    margin-top: -10px;
}

ul.top-info-box>li.nav-search i {
    font-size: 20px;
    top: 10px;
    position: relative;
    cursor: pointer;
    color: #999;
}

/* Main navigation */
.fa-bars {
    color: #fff;
    padding: 4px;
}

.site-nav-inner {
    position: relative;
}

.main-nav {
    background: #fff;
    padding: 12px 0;
}

.main-nav>.container>.row {
    /* margin-right: 0; */
    /* margin-left: 0; */
}

.navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    padding: 0px;
}

.navbar-toggler {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    border-radius: 5px;
    margin-left: 5px;
    background: #c50000;
    height: 30px;
    width: 60px;
}

.navbar-toggler-icon {
    width: 25px;
}

.navbar-toggle .i-bar {
    background: #fff;
}

.navbar-collapse {
    padding-right: 0;
}

ul.navbar-nav {
    float: right;
    display: inline-block;
    padding: 0;
}

ul.navbar-nav>li {
    float: none;
    display: inline-block;
}

ul.navbar-nav>li {
    padding: 0;
    margin-left: 2px;
    margin-right: 2px;
    position: relative;
}

ul.navbar-nav>li>a {
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
    font-weight: normal;
    font-family: "Font";
    color: #FFF;
    background: #6c6d72;
    margin-bottom: 8px;
    padding: 0;
    width: 120px;
    text-align: center;
    position: relative;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    font-weight: bold;
    border-radius: 5px;
}

ul.navbar-nav>li.active>a {
    background: #0c4da1;
    color: #fff;
}

ul.navbar-nav>li.akka>a {
    background: #447abf;
}

ul.navbar-nav>li:hover>a:before, ul.navbar-nav>li.active>a:before {
    border-color: #ffff00;
    opacity: 1;
    transform: scale(1) translateZ(0);
}

ul.navbar-nav>li>a:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    border-bottom: 3px solid;
    transform: scale(0) translateZ(0);
    -webkit-transition: -webkit-transform 0.45s ease, opacity 0.55s ease;
    -moz-transition: -moz-transform 0.45s ease, opacity 0.55s ease;
    -ms-transition: -ms-transform 0.45s ease, opacity 0.55s ease;
    -o-transition: -o-transform 0.45s ease, opacity 0.55s ease;
    transition: transform 0.45s ease, opacity 0.55s ease;
}

ul.navbar-nav>li>a:hover, ul.navbar-nav>li>a:focus {
    background: #215ba6;
}

ul.navbar-nav>li>a i {
    /* font-weight: 700; */
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background: transparent;
    border: 0;
}

/* Dropdown */
ul.navbar-nav>li.mega-dropdown {
    position: static;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -2px;
    border-radius: 0;
}

.dropdown-submenu>a:after {
    display: block;
    content: "\f105";
    font-family: FontAwesome;
    float: left;
    margin-top: 3px;
    margin-left: -5px;
}

.dropdown-submenu:hover>a:after {
    border-right-color: #fff;
}

.dropdown-submenu.pull-right {
    float: none;
}

.dropdown-submenu.pull-right>.dropdown-menu {
    right: -100%;
    margin-right: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    text-align: right;
    background: #fff;
    z-index: 100;
    min-width: 230px;
    border-radius: 0;
    border: 0;
    border: 0;
    padding: 20px;
    box-shadow: 0px 3px 3px 2px rgba(0,0,0,0.15);
    margin-top: 0;
}

.navbar-nav>li>.dropdown-menu {
    border-top: 1px solid #dedede;
}

.navbar-nav>li>.dropdown-menu.mega-menu-content {
    border-top: 0;
}

.dropdown-menu-large {
    min-width: 400px;
}

.dropdown-menu-large>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dropdown-menu-large>li>ul>li>a {
    padding-right: 0;
}

.dropdown-menu-large>li>ul>li.active>a {
    color: #e7af58;
}

.navbar-nav>li>.dropdown-menu>a {
    background: none;
}

.dropdown-menu li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 12px 10px 12px 15px;
    border-bottom: 1px solid #e5e5e5;
    color: #333333;
}

.dropdown-menu li:last-child>a {
    border-bottom: 0;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>.dropdown-menu>.active>a {
    background: none;
    color: #e7af58;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background: #e7af58;
    color: #fff;
}

@media (min-width: 767px) {
    ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
        right: 100%;
        top: 0;
        display: none;
    }

    ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
        display: block;
    }
}

.mega-menu-content {
    width: 1110px;
    padding: 0;
}

.mega-menu-content .row {
    margin: 0;
}

.mega-menu-content-inner {
    padding: 20px 10px;
}

.mega-menu-content .video-icon {
    border: 0;
    margin-top: -40px;
}

/*-- Dark bg style --*/
.main-nav.dark-bg>.container>.row {
    border: 0;
    background: #000;
    margin-right: 0;
    margin-left: 0;
}

.dark-bg .navbar-toggler {
    margin-right: 6px;
}

.main-nav.dark-bg ul.navbar-nav>li>a {
    color: #fff;
}

.main-nav.dark-bg ul.navbar-nav>li>a:before {
    border: 0;
}

.main-nav.dark-bg ul.navbar-nav>li.active, .main-nav.dark-bg ul.navbar-nav>li:hover {
    background: #e7af58;
}

.main-nav.dark-bg .nav-search i {
    color: #fff;
}

/*-- Nav Search start --*/
.main-nav>.container, .search-area {
    position: relative;
}

.search-area {
    min-height: 70px;
    padding-left: 0;
}

.nav-search {
    float: left;
    display: inline-block;
    position: relative;
    cursor: pointer;
    top: 12px;
    left: 15px;
}

.search-block {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 10px;
    position: absolute;
    left: 15px;
    top: 100%;
    width: 300px;
    z-index: 10;
    margin-top: 0;
}

.search-block .form-control {
    background-color: #f7f7f7;
    border: none;
    color: #000;
    width: 100%;
    height: 40px;
    padding: 0 12px;
}

.search-block .search-close {
    color: #525252;
    position: absolute;
    top: -43px;
    left: 4px;
    font-size: 32px;
    cursor: pointer;
    background: #fff;
    padding: 5px;
}

.search-area .nav-search {
    top: 23px;
}

.search-area .search-block .search-close {
    top: -50px;
}

.search-area .search-block {
    left: 0;
}

/*-- Menu tab --*/
.menu-tab .nav.nav-tabs {
    background: #f6f6f6;
    border-left: 1px solid #dedede;
    padding: 25px 20px 20px;
    padding-left: 0;
    min-height: 250px;
    margin-top: 0;
}

.menu-tab .nav.nav-tabs>li>a {
    border: 1px solid transparent;
    border-radius: 0;
    font-weight: 600;
    padding: 10px 15px;
}

.menu-tab .nav.nav-tabs>li>a.active {
    background: #fff;
    margin-left: -1px;
    border: 1px solid #dedede;
    border-left: 0;
    color: #e7af58;
    cursor: pointer;
}

.menu-tab .tab-content>.tab-pane {
    padding: 25px 0;
    min-height: 250px;
}

.menu-tab .tab-content>.tab-pane .col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
}

/* Header with Menu
================================================== */
.header.header-menu {
    padding: 0;
}

.header.header-menu .logo {
    padding: 12px 0;
}

.header.header-menu>.container>.row {
    border-bottom: 1px solid #dedede;
    margin-right: 0;
    margin-left: 0;
}

.header.header-menu ul.navbar-nav>li>a {
    line-height: 70px;
}

.header.header-menu ul.navbar-nav>li.mega-dropdown, .site-nav-inner {
    position: static;
}

.header.header-menu .mega-menu-content {
    min-width: 1145px;
    right: -43%;
}

/* Featured Post area 
================================================== */
.featured-post-area {
    padding: 10px 0;
}

/*-- Owl slide common --*/
.owl-carousel.page-slider .owl-nav {
    margin: 0;
}

.owl-carousel.owl-theme.post-slide .owl-nav {
    text-align: center;
    position: absolute;
    top: -82px;
    left: 0;
}

.owl-carousel.owl-theme .owl-nav>button {
    margin: 0 3px;
    background: none;
    border: 1px solid #c50000;
    background: #c50000;
    color: #fff;
    width: 25px;
    height: 38px;
    line-height: 25px;
    padding: 0;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    border-radius: 3px;
}

.owl-carousel.owl-theme .owl-nav>button:hover {
    background: #c50000;
    border: 1px solid transparent;
}

.owl-carousel.owl-theme .owl-nav>button:focus {
    outline: none;
}

.owl-theme .owl-dots {
    text-align: center;
    position: absolute;
    z-index: 1;
    top: -67px;
    left: 0;
    margin: 0 !important;
}

.owl-theme.owl-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 4px;
    display: inline-block;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.5);
}

.owl-theme.owl-carousel .owl-dots .owl-dot.active span {
    background: #e7af58;
}

/* Latest slider */
.owl-carousel.owl-theme.latest-news-slide .owl-nav {
    text-align: center;
    position: absolute;
    top: -66px;
    left: 42px;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.owl-nav .owl-next {
    right: auto;
    left: 0;
}

/* Featured slider */
.featured-slider .item {
    height: 562px;
    position: relative;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}

.featured-slider .item:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    right: 0;
    background: rgba(15, 76, 43, 0.5);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, #0061c1 100%);
}

.post-content {
    padding: 10px 30px;
    z-index: 1;
    position: relative;
}

.featured-post .post-content {
    position: absolute;
    bottom: 0;
}

.featured-slider.owl-theme .owl-nav>button {
    background: #0c4da1;
    border: 0;
    position: absolute;
    top: 50%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    width: 30px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    border-radius: 0 24px 24px 0;
    font-size: 24px;
    text-align: center;
    opacity: 1;
    margin: 0;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.featured-slider.owl-theme:hover .owl-nav>button {
    opacity: 1;
}

.featured-slider.owl-theme .owl-nav>.owl-prev {
    right: 0;
    border-radius: 24px 0 0 24px;
}

.featured-slider.owl-theme .owl-nav>.owl-next {
    left: 0;
}

.featured-slider.owl-theme .owl-nav>button:hover {
    background: #c50000;
    color: #fff;
    border: 0;
}

.featured-post .post-date, .featured-post .post-title a {
    color: #fff;
    text-shadow: 1px 2px #000;
}

/* Featured slider content bottom */
.featured-slider.content-bottom .featured-post {
    position: absolute;
    bottom: 0;
}

.featured-slider.content-bottom .item:before {
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, right bottom, right bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}

/* Trending post hot */
.hot-post-top {
    height: 280px;
    margin-bottom: 3px;
}

.hot-post-bottom, .hot-post-bottom img {
    min-height: 182px;
}

.hot-post-top .post-content, .hot-post-bottom .post-content {
    padding: 20px;
}

/*-- 4 News Box --*/
.fourNewsbox, .fourNewsbox img, .fourNewsboxTop, .fourNewsboxTop img {
    min-height: 231px;
}

.fourNewsboxTop {
    margin-bottom: 3px;
}

/* Post overaly text center on Featured area */
.featured-post-area .post-overaly-style.text-center {
    max-height: 231px;
}

.featured-post-area .post-overaly-style.first {
    margin-bottom: 4px;
}

/* Block
================================================== */
.block {
    position: relative;
    margin-bottom: 25px;
}

.related-posts, .comments-area {
    margin: 40px 0;
}

/* Sidebar
================================================== */
.sidebar .widget.m-bottom-0 {
    margin-bottom: 0;
}

/* Ad Content area
================================================== */
.ad-content-area img {
    display: inline-block;
    width: 100%;
}

/* Video Block
================================================== */
.video-block .nav-tabs .nav-item.show .nav-link, .video-block .nav-tabs .nav-link.active {
    background: transparent;
}

.video-block {
    color: #fff;
    position: relative;
    background-image: url(../images/bg/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.video-block:after {
    content: "";
    background: rgba(12, 77, 161, 0.73);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
}

.video-tab-title {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 15px 30px 0;
    font-family: "Font";
    text-align: center;
}

.video-icon {
    text-align: center;
    color: #ffffff;
    background: rgb(197, 0, 0);
    display: block;
    top: 50%;
    margin-top: -52px;
    font-size: 30px;
    z-index: 1;
    position: absolute;
    right: 50%;
    margin-right: -40px;
    width: 75px;
    height: 75px;
    line-height: 78px;
    display: inline-block;
    border-radius: 100%;
}

.video-icon i {
    margin-left: 5px;
}

/* More news
================================================== */
.post-block-style.post-float-half .post-thumb {
    float: right;
    position: relative;
    z-index: 1;
    margin-left: 30px;
}

.post-block-style.post-float-half .post-thumb img {
    max-width: 300px;
    min-height: 200px;
}

/* Footer
================================================== */
.footer {
    padding: 70px 0 60px;
    position: relative;
    background-image: url(../images/bg/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer:after {
    content: "";
    background: rgba(12, 77, 161, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
}

.footer-main,.video-tab, .ad-banner {
    z-index: 2;
    position: relative;
    color: #fff;
    width: 100%;
}

.footer .widget-title {
    font-size: 20px;
    position: relative;
    margin: 0 0 25px;
    color: #fff;
    text-align: right;
    font-family: "Font";
    border-bottom: 2px solid #fff600;
    padding-bottom: 10px;
    line-height: 32px;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul li {
    margin-bottom: 18px;
}

.footer ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.footer ul li a:hover {
    color: #fff600;
}

/* Trending */
.footer .post-title.title-small {
    font-weight: normal;
}

.footer-widget .post-block-style.post-float .post-thumb img {
    max-width: 95px;
    min-height: 75px;
}

.footer-widget .post-meta span.post-date {
    color: #676767;
}

/* Footer Widget Categories */
.footer-widget.widget-categories ul {
    padding-left: 30px;
    text-align: right;
}

/*-- copyright --*/
.copyright {
    background: #1d1d1d;
    color: #fff;
    padding: 8px 0;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 15px;
}

.footer-menu {
    float: left;
}

.footer-menu ul li {
    display: inline-block;
    line-height: 20px;
    padding-right: 12px;
}

@media (max-width: 992px) {
    .footer-menu ul li {
        padding-top: 12px;
    }

    .hot-post-top {
        height: 220px;
    }
}

.footer-menu ul.nav li a {
    background: none;
    color: #fff;
    padding: 0;
}

/*-- Social Icon --*/
.social-icon {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 10px !important;
}

.social-icon li {
    display: inline-block;
    margin: 0 0px 0 0;
}

.social-icon li a i {
    background: #0c4da1;
    color: #fff;
    font-size: 18px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    border-radius: 24px;
    border: 2px dashed #fff;
}

.social-icon li a i:hover {
    background: #1c1c1c;
}

/* Sidebar
================================================== */
.sidebar .widget {
    margin-bottom: 25px;
}

.sidebar .widget {
    background: #fff;
    padding: 20px;
    text-align: center;
}

.sidebar .widget.ad {
    padding-top: 6px;
    padding-bottom: 6px;
}

.widget .widget-title {
    font-size: 20px;
    position: relative;
    margin: 0 0 25px;
    color: #000;
    text-align: center;
    font-family: "Font";
    border-bottom: 3px solid #c50000;
    padding-bottom: 10px;
    line-height: 32px;
}

.widget-title span {
    color: #c50000;
    font-size: 15px;
    margin-right: 20px;
    letter-spacing: 1px;
}

.widget td {
    font-size: 18px;
    text-align: right;
    padding: 8px;
    font-weight: bold;
}

.widget .butn {
    margin-top: 20px;
    display: block;
}

.widget .phonebook-container {
}

/* Responsive styles
================================================== */
/* Large Devices, Wide Screens */
@media (min-width: 1200px) {
    /* Header */ .navbar-nav li:hover .dropdown-menu {
        display: block;
    }

    .navbar-collapse {
        padding-left: 0;
    }

    .nav-style-boxed .navbar-collapse {
        padding-right: 15px;
    }

    .header.header-menu .mega-menu-content {
        min-width: 1095px;
        margin-right: -27px;
    }
}

/* Medium Devices, Desktops */
@media (min-width: 992px) and (max-width:1199px) {
    .featured-slider .item {
        height: 462px;
    }

    .social-icon li a i {
        width: 42px;
    }

    /* Header */
    .navbar-nav li:hover .dropdown-menu {
        display: block;
    }

    ul.navbar-nav>li {
        padding: 0;
        margin-right: 4px;
    }

    ul.navbar-nav>li>a {
        padding: 0px;
    }

    ul.navbar-nav>li>a, .dropdown-menu li a {
        font-size: 13px;
        width: 98px;
    }

    .header.header-menu .mega-menu-content {
        min-width: 1095px;
        margin-right: -11px;
    }

    /* Projects */
    .project-item-title {
        font-size: 18px;
    }

    /* Clients */
    .clients-logo {
        margin-bottom: 20px;
    }

    /* Subscribe */
    .newsletter-form input {
        min-width: 340px;
    }

    /* Action box */
    .action-box-text {
        font-size: 13px;
    }

    /* Footer */
    .footer-social ul li {
        margin: 0 3px 0 0;
    }

    .footer-menu {
        float: none;
    }

    #back-to-top.affix {
        bottom: 35px;
    }

    #back-to-top {
        left: 15px;
    }

    .mega-menu-content {
        max-width: 940px;
    }

    .hot-post-top {
        height: 230px;
    }
}

/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
    /* top info */ ul.top-info li {
        padding-left: 12px;
    }

    /* Header */
    .navbar-fixed {
        position: relative;
        animation: none;
        box-shadow: none;
    }

    .logo {
        padding: 13px 0;
    }

    .logo img {
        /* height: 40px; */
    }

    /* Navigation breakpoint */
    .navbar-toggle {
        display: block;
        z-index: 1;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse.show {
        display: block;
    }

    ul.navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    ul.navbar-nav>li {
        float: none;
        display: block;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

    ul.nav li.dropdown:hover ul.dropdown-menu {
        display: none;
    }

    ul.nav li.dropdown.open ul.dropdown-menu {
        display: block;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /* Navigation */
    .navbar-collapse {
        background: none;
        width: 100%;
    }

    ul.navbar-nav>li:hover>a:after, ul.navbar-nav>li.active>a:after {
        content: '';
    }

    ul.navbar-nav>li>a:before {
        border-bottom: 0;
    }

    .navbar-nav .open .dropdown-menu>li {
        padding-right: 0;
    }

    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 10px 10px;
    }

    ul.navbar-nav>li, .nav-style-boxed ul.navbar-nav>li {
        display: block;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 30px;
    }

    ul.navbar-nav>li.nav-search, ul.navbar-nav>li.header-get-a-quote {
        display: none;
    }

    ul.navbar-nav {
        padding: 0 10px 10px;
    }

    ul.navbar-nav li {
        float: none;
    }

    ul.navbar-nav li a {
        line-height: normal !important;
        color: #333;
        border-top: 1px solid #f1f1f1 !important;
        border-bottom: 0;
        padding: 6px 0;
        display: block;
        min-width: 350px;
        background: #fff;
        text-align: right;
        padding-right: 20px;
    }

    .block {
        margin-top: 30px;
    }

    ul.navbar-nav .dropdown-menu {
        float: none;
        position: relative;
        border: 0;
        margin: 0;
        padding: 0;
    }

    ul.navbar-nav .dropdown-menu li a {
        padding-right: 20px !important;
    }

    ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        right: 0;
        position: relative;
    }

    ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu a {
        padding-right: 50px;
    }

    ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
        margin-top: -22px;
    }

    ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
        padding-right: 35px !important;
    }

    ul.navbar-nav .dropdown-menu {
        box-shadow: none;
        border-top: 0;
        background: none;
    }

    ul.navbar-nav li a i, .dropdown-submenu>a:after {
        background: #f5f5f5;
        width: 36px;
        height: 28px;
        line-height: 28px;
        margin-top: -5px;
        text-align: center;
        color: #000;
    }

    .dropdown-submenu>a:after {
        margin-left: 0;
    }

    .navbar-nav>li>.dropdown-menu.mega-menu-content {
        display: none !important;
    }

    /* Featured area */
    .featured-post-area .pad-r {
        padding-left: 15px;
    }

    .featured-post-area .pad-l {
        padding-right: 15px;
    }

    /* Sidebar */
    .sidebar-left {
        margin-top: 50px;
    }

    .sidebar-left .widget {
        margin-right: 0;
    }

    .block.color-aqua, .block.color-violet {
        margin-top: 40px;
    }

    /* Footer */
    .footer-widget {
        display: inline-block;
        margin-bottom: 30px;
    }

    .newsletter-form input {
        width: 90%;
    }

    .footer-info-content {
        padding: 50px 100px 0;
    }

    #back-to-top.affix {
        bottom: 78px;
    }

    .sidebar .widget {
        margin-bottom: 0;
        border: 2px solid #e3e3e3;
    }
}

/* Small Devices Potrait */
@media (max-width: 767px) {
    h2 {
        font-size: 17px;
    }

    .featured-slider .item {
        height: 300px;
    }

    .butn-bg {
        font-size: 13px;
    }

    .boxed-layout .body-inner {
        margin: 0 auto;
    }

    /* Top bar */
    .ts-date {
        padding: 0;
        border-left: 0;
        display: block;
    }

    .top-nav {
        /* display: block; */
        margin: 10px 0;
    }

    .top-bar {
        text-align: center;
    }

    .top-social {
        float: none;
        text-align: center;
        display: inline-block;
        display: none;
    }

    /* Header */
    .navbar-fixed {
        position: relative;
        animation: none;
        box-shadow: none;
    }

    .logo {
        padding: 13px 0 25px;
        text-align: center;
    }

    .logo img {
    }

    .sidebar {
        margin-top: 40px;
    }

    /* Navigation breakpoint */
    .navbar-toggle {
        display: block;
        z-index: 1;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse.show {
        display: block;
    }

    .navbar-collapse.collapse:after {
        display: block;
        content: "";
        clear: both;
    }

    .navbar-collapse, .site-nav-inner {
        background: none;
        width: 100%;
    }

    ul.navbar-nav>li:hover>a:after, ul.navbar-nav>li.active>a:after {
        content: '';
    }

    ul.navbar-nav>li>a:before {
        border-bottom: 0;
    }

    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 15px 10px 10px;
    }

    ul.navbar-nav>li {
        display: block;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 30px;
    }

    ul.navbar-nav>li.nav-search, ul.navbar-nav>li.header-get-a-quote {
        display: none;
    }

    ul.navbar-nav {
        width: 100%;
        padding: 0 0 10px;
    }

    ul.navbar-nav>li {
        float: none;
    }

    ul.navbar-nav li a {
        line-height: normal !important;
        color: #333;
        border-top: 1px solid #f1f1f1 !important;
        border-bottom: 0;
        padding: 10px 0;
        display: block;
        background: #fff;
        text-align: right;
        padding-right: 20px;
        min-width: 200px;
    }

    ul.navbar-nav .dropdown-menu>li>a {
        padding-right: 15px;
    }

    ul.navbar-nav .dropdown-menu {
        float: none;
        position: relative;
        border: 0;
        margin: 0;
        padding: 0;
    }

    ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        right: 0;
        position: relative;
    }

    ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
        margin-top: -22px;
    }

    ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
        padding-right: 20px
    }

    ul.navbar-nav .dropdown-menu {
        box-shadow: none;
        border-top: 0;
        background: none;
        padding-right: 15px;
    }

    ul.navbar-nav li a i, .dropdown-submenu>a:after {
        background: #f5f5f5;
        color: #333;
        /* float: right; */
        width: 36px;
        height: 28px;
        line-height: 28px;
        margin-top: -5px;
        text-align: center;
    }

    .dropdown-submenu>a:after {
        margin-left: 0;
    }

    .navbar-nav>li>.dropdown-menu.mega-menu-content {
        display: none !important;
    }

    /* Dart bg */
    .main-nav.dark-bg {
        margin-bottom: 20px;
    }

    .main-nav.dark-bg>.container>.row {
        padding: 0 20px;
    }

    .main-nav.dark-bg ul.navbar-nav>li.active, .main-nav.dark-bg ul.navbar-nav>li:hover {
        background: none;
    }

    .main-nav.dark-bg ul.navbar-nav li a {
        color: #fff;
    }

    /* Search */
    .nav-search {
        position: absolute;
        top: 15px;
        left: 25px;
    }

    .search-block {
        width: 220px;
    }

    .header.header-menu {
        position: relative;
        margin-bottom: 20px;
    }

    .search-area {
        position: absolute;
        left: 0;
        top: 50px;
    }

    /* Featured area */
    .featured-post-area .pad-r, .pad-r-small {
        padding-left: 15px;
        padding-left: 15px;
    }

    .featured-post-area .pad-l, .pad-l-small {
        padding-right: 15px;
    }

    .post-title,.video-tab .post-title {
        font-size: 18px;
        line-height: 26px;
    }

    .video-tab .post-overaly-style {
        min-height: 235px;
    }

    .post-title.title-extra-large {
        font-size: 18px;
        line-height: 26px;
    }

    /* Block */
    .block.color-orange .post-overaly-style.last {
        margin-top: 40px;
    }

    /* Sidebar */
    .sidebar-left {
        margin-top: 50px;
    }

    .sidebar-left .widget {
        margin-right: 0;
    }

    .block.color-aqua, .block.color-violet {
        margin-top: 40px;
    }

    .social-icon li a i {
        margin-bottom: 10px;
        width: 51px;
    }

    .post-block-style.post-float-half .post-thumb img {
        max-width: 100%;
        min-height: 100%;
        margin-bottom: 20px;
    }

    /* Footer */
    .footer-widget {
        display: inline-block;
        margin-bottom: 30px;
    }

    .newsletter-form input {
        width: 90%;
    }

    .footer-info-content {
        padding: 50px 20px 0;
    }

    .footer-social li a i {
        margin-bottom: 10px;
    }

    #back-to-top.affix {
        bottom: 78px;
    }

    /* copyright */
    .copyright-info {
        text-align: center;
    }

    .footer-menu {
        float: none;
        text-align: center;
    }

    .footer-menu .nav {
        display: inline-block;
    }

    #back-to-top {
        bottom: 0;
        left: 20px;
    }

    /* Block title */
    .block-title {
        font-size: 16px;
        margin-top: 30px;
    }

    .block-title>span {
        padding: 9px 10px;
    }

    .featured-tab .nav-tabs>li>a {
        font-size: 12px;
    }

    /* Category style */
    .category-style2 .post-thumb {
        margin-bottom: 20px;
    }
}

/* Extra Small Devices, Phones */
@media (max-width: 479px) {
}

/* Custom, iPhone Retina */
@media (max-width: 320px) and (max-width: 478px) {
}

.weather {
    color: #fff;
    font-size: 18px;
    margin-top: 40px;
}

/* Sub Pages 
================================================== */
/*-- Page title --*/
.breadcrumb {
    color: #777;
    margin: 30px 0 -10px 0;
    padding: 5px 10px;
    font-weight: normal;
    background: #fff;
    font-size: 16px;
    font-family: "Font";
    font-weight: bold;
}

.breadcrumb>li+li:before {
    content: "\f104";
    font-family: FontAwesome;
    padding: 0 8px;
    color: #777;
}

/* Category Listing
================================================== */
.category-listing .post-block-style {
    margin-bottom: 20px;
}

.category-listing .post-block-style .post-title {
    font-size: 16px;
}

/*-------pagination ------*/
.styled-pagination {
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.styled-pagination {
    padding-bottom: 0px;
    text-align: center;
}

.styled-pagination ul {
    position: relative;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 0px 0px 1px;
}

.styled-pagination li a {
    position: relative;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.05);
    display: inline-block;
    line-height: 24px;
    padding: 8px 5px;
    height: 40px;
    font-size: 15px;
    text-transform: capitalize;
    min-width: 40px;
    background: #fff;
    color: #333;
    font-weight: bold;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    border-radius: 3px;
}

.styled-pagination li a:hover, .styled-pagination li a.active {
    background: #c50000;
    color: #fff;
}

/* Contact Us
================================================== */
.contact-info-box {
    margin: 0;
    text-align: center;
    padding: 10px;
}

.contact-info-box-content {
    padding: 10px;
    background: #fff;
    border-radius: 3px;
    min-height: 120px;
}

.contact-info-box-content h4 {
    font-size: 16px;
    margin-top: 0;
    line-height: normal;
    font-weight: 700;
    color: #e7af58;
}

.contact-info-box-content p {
    margin-bottom: 0;
}

label {
    font-weight: bold;
    text-align: center;
}

/* News Single
================================================== */
.single-post {
    background: #fff;
    padding: 20px;
}

.single-post .post-title {
    font-size: 22px;
    line-height: 40px;
    padding: 0 0 8px 0;
    margin: 0;
    font-family: "Font";
    color: #0061c1;
}

.single-post p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: justify;
}

.post-content-area {
    margin: 20px 0;
}

.post-featured-image img {
    width: 100%;
}

.post-featured-image, .post-media.post-video, .post-media.post-audio {
    margin-bottom: 30px;
}

.entry-content h3 {
    margin: 0;
    padding: 20px;
    font-size: 22px;
    line-height: 30px;
}

/* Post tags */
.tags-area {
    margin: 20px 0;
}

.post-tags a {
    border: 1px solid #dedede;
    display: inline;
    list-style: none;
    padding: 2px 15px;
    margin-left: 5px;
    text-align: center;
    color: #1c1c1c;
    border-radius: 3px;
    transition: all .5s ease-in-out;
}

.post-tags a:hover {
    background: #c50000;
    color: #fff;
    border: 1px solid transparent;
    transition: all .5s ease-in-out;
}

/* Post social */
.share-items {
    border-radius: 0;
    background: none;
    padding: 10px 20px;
    width: 100%;
    margin: 25px 0;
    display: inline-block;
    border: 1px solid #dedede;
}

.post-social-icons>li {
    display: inline-block;
    padding: 5px 8px;
    color: #fff;
    background: #1c1c1c;
    font-size: 12px;
    border-radius: 3px;
}

.post-social-icons a {
    color: #fff;
    text-align: center;
}

.post-social-icons a i {
    padding: 5px;
    font-size: 16px;
    line-height: 12px;
    border-radius: 3px;
}

.post-social-icons>li.facebook {
    background: #3B5998;
}

.post-social-icons>li.twitter {
    background: #00aced;
}

.post-social-icons>li.gplus {
    background: #c53942;
}

.post-social-icons>li.pinterest {
    background: #ce222b;
}

/* Post navigation */
.post-navigation {
    display: inline-block;
    margin: 40px 0 0;
}

.post-navigation span:hover, .post-navigation h3:hover {
    color: #c50000;
}

.post-navigation .post-previous, .post-navigation .post-next {
    padding: 0 40px;
    width: 50%;
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    display: table-cell;
    position: relative;
    vertical-align: middle;
}

.post-navigation i {
    margin: 0 5px;
}

.post-navigation span {
    font-size: 17px;
    color: #0c4da1;
    margin-bottom: 10px;
    font-weight: bold;
}

.post-navigation .post-previous {
    text-align: right;
    float: right;
    border-right: 0 none;
    border-left: 0 none;
    padding: 0 0 0 40px;
}

.post-navigation .post-next {
    text-align: left;
    float: right;
    border-left: 0 none;
    padding: 0 40px 0 0px;
}

.post-navigation h3 {
    font-size: 16px;
    margin: 8px 0 0;
    font-weight: normal;
    color: #0c4da1;
}

/*-- Post meta --*/
.post-meta .post-author a {
    color: #1c1c1c;
    font-weight: 700;
}

.post-meta span {
    font-size: 16px;
    color: #6c6d72;
    margin-left: 8px;
    padding-left: 10px;
    line-height: 12px;
    display: inline-block;
    font-weight: bold;
}

.post-meta span.post-date {
    border-left: 0;
}

.post-meta span i {
    margin-left: 5px;
    color: #c50000;
}

/*----comments list ----*/
.comments-list {
    list-style: none;
    margin: 0;
    /* padding: 20px 0; */
}

.comments-list .comment {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.comments-list img.comment-avatar {
    width: 95px;
    height: 95px;
    margin-left: 20px;
    border-radius: 50%;
    border: 1px solid #dee2e6;
    padding: .25rem;
}

.comments-list .comment-author {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
    font-size: 18px;
    color: #303030;
}

.comments-list .comment-city {
    color: #c50000;
    font-weight: bold;
    margin-right: 5px;
}

.comments-list .comment-content {
    margin: 15px 0;
}

/* ----------------------------------------------------------------
     marquee  
-----------------------------------------------------------------*/
.marquee-section {
    padding: 0;
    display: inline-flex;
}

marquee {
    color: #fff;
    width: 100%;
    direction: ltr;
    padding: 12px;
    background: #202936;
    border-bottom: 4px solid #E2333D;
}

marquee img {
    width: 56px;
    display: inline;
}

marquee a {
    color: #fff;
    font-size: 18px;
    margin-left: 15px;
    margin-right: 15px;
    direction: rtl;
}

marquee a:hover {
    color: #d6d6d6;
}

.ad-banner {
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
}

.ad-banner img {
    display: block;
    margin: 0 auto;
}

.featured-tab {
    width: 100%;
}

.image-bg {
    background-image: url(../images/bg/1.png);
    background-size: auto;
    background-repeat: repeat;
}

.post-thumb img.big-image {
    width: 538px;
}

.post-thumb img.video-big {
    width: 664px;
}

.phone-book {
    background: #0c4da1;
    padding: 10px;
    margin-bottom: 10px;
}

.phone-book p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 3px;
}

.phone-book p.name {
    color: #fff900;
    font-weight: bold;
}

/* ----------------------------------------------------------------
     News
-----------------------------------------------------------------*/
.post-slide {
    padding: 10px;
    background: #f7f7f7;
    border: 2px solid #f1f1f1;
    border-radius: 5px;
}

.post-slide .post-img {
    overflow: hidden;
    position: relative;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    filter: grayscale(100%);
    opacity: 0.9;
    transform: scale(1, 1);
    transition: all 0.3s ease-in-out 0s;
}

.post-slide:hover .post-img img {
    transform: scale(1.2, 1.2);
    filter: none;
    opacity: 1;
}

.post-slide .post-content {
    position: relative;
}

.post-slide .post-title {
    /* margin: 20px 0; */
}

.post-slide .post-title a {
    color: #0c4da1;
    font-size: 18px;
    text-transform: capitalize;
    transition: all 0.50s ease 0s;
    line-height: 32px;
}

.post-slide .post-title a:hover {
    color: #333;
    text-decoration: none;
}

/*modal fullscreen */
.modal {
    padding: 0px !important;
}

.modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.close {
    color: #ed1b24;
    opacity: 1;
}

.modal-header .close {
    margin: -1rem auto -1rem -1rem;
}

.flex-row {
    display: flex;
}

.ad-banner.flex-row a {
    flex: 1 1 0%;
    text-align: center;
}
@media (min-width: 767px) {
    .order-1{
        order: 0;
    }
    .order-2{
        order: 0;
    }
    .order-3{
        order: 0;
    }
    .order-4{
        order: 0;
    }
    .order-5{
        order: 0;
    }
    .order-6{
        order: 0;
    }
    .order-7{
        order: 0;
    }
}

@media (max-width: 767px) {
    .order-1{
        order: 1;
    }
    .order-2{
        order: 2;
    }
    .order-3{
        order: 3;
    }
    .order-4{
        order: 4;
    }
    .order-5{
        order: 5;
    }
    .order-6{
        order: 6;
    }
    .order-7{
        order: 7;
    }
}