@charset "UTF-8";
/*************************************************************************
    Template Name: Magala
    Template URI: https://themeforest.net/user/tortoiz
    Description: A 'magala – Magazine and Blog Template' is perfect if you like a clean and modern design. This theme is ideal for Magazine, Blog, Post, Travel, Personal, and those who need an easy, attractive and effective way to share their work with clients.
    Author: tortoiz
    Version: 1.0
    Author URI: http://tortoizthemes.com
    
    
    Note: style css.
*************************************************************************/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Google Fonts
# Typography
    [ ## Elements ]
    [ ## White Space ]
# Button Style
    [ ## Button ]
    [ ## Fields ]
# Section Header (With All Section Heading)
    [ ## Headline ]
    [ ## Breadcrumb ]
    [ ## Page Title ]
# Button Style
    [ ## Button ]
    [ ## Fields ]
# Components
    [ ## Alignment ]
    [ ## Social Share ]
    [ ## Blockquote ]
    [ ## Magala Side Sidebar ]
    [ ## All Filter Tabs ]
    [ ## Progress Circle ]
    [ ## Carousel Nav Dots, Circle  Align Center ]
    [ ## Scroll Top ]
# Navigation
    [ ## Links ]
    [ ## Menus ]
        [ ### Main Menu ]
        [ ### Mobile Menu ]
        [ ### Sidebar Menu ]
    [ ## Pagination ]
        [ ### Navigation ]
        [ ### Post Navigation ]
# Site Header ( All Site Header Style )
    [ ## Search ]
# Post
    [ ## Post Element ]
    [ ## Default Post ]
    [ ## Gid Post ]
    [ ## List Post ]
# Single Posts
    [ ## Related Post ]
    [ ## Post Author ]
    [ ## Comment Respond ]
# Magazine And Blog Element
    [ ## Top Stories ]
    [ ## Posts Video Channels ]
    [ ## Posts Special ]
    [ ## Frontpage Cat Posts ]
    [ ## Popular Posts ]
    [ ## Trending Posts ]
# Slider
# Featured ( All Featured Style )
# Services
# Testimonail Section
# Foods Menu Section
# Page Layouts
    [ ## Baeaking News ]
    [ ## Instagram Area ]
    [ ## Newsletter ]
    [ ## About Us ]
    [ ## Main Wrapper ]
    [ ## Frontpage Cat ]
    [ ## Promo Section ]
# Sidebar
# Widget
# Site Footer
--------------------------------------------------------------*/
/*===================================
  # Google Fonts
====================================== */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,600i&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Prata&amp;display=swap");
/*===================================
  # Typography
====================================== */
html {
    font-size: 100%;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
    background-color: #fff;
    color: #727272;
    position: relative;
}

::-moz-selection {
    color: #fff;
    background-color: #a5b165;
}

::selection {
    color: #fff;
    background-color: #a5b165;
}

p {
    margin-bottom: 25px;
    line-height: 1.75em;
}

p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    body {
        font-size: 15px;
    }
    p {
        line-height: 1.65em;
    }
}

small {
    font-size: 0.8em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Nanum Gothic", sans-serif;
    clear: both;
    line-height: 1.2em;
    color: #000;
}

h1, h2, h3, h4 {
    font-weight: 700;
}

h1 {
    font-size: 2.827em;
    margin: 0 0 15px;
}

h2 {
    font-size: 1.999em;
}

h3 {
    font-size: 1.414em;
}

h4 {
    font-size: 1.25em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.85em;
}

/* [ ## Elements ] */
img {
    max-width: 100%;
}

a {
    color: inherit;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

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

a:focus {
    outline: none;
    color: inherit;
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

button:focus {
    outline: 0px dotted;
}

i {
    color: inherit;
}

figure {
    margin: 0;
}

cite {
    color: #c39d6d;
    font-size: 12px;
}

.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: #000;
}

.bg-gray {
    background-color: #F6F6F6;
}

.bg-golden {
    background-color: #DEDADA;
}

.bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-patent {
    background-repeat: repeat;
    background-position: center center;
}

.pos-abs {
    position: absolute;
}

.bg-color-black {
    background-color: rgba(0, 0, 0, 0.7);
}

.default-text-gradient {
    background: -webkit-linear-gradient(left, #02C1FF, #0E8FFF);
    background: linear-gradient(to right, #02C1FF, #0E8FFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-cover {
    height: 710px;
}

.bg-overlay {
    position: relative;
}

.bg-overlay:before {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay > div {
    position: relative;
}

.bg-image-overlay {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 220px;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.img-responsive {
    width: 100%;
}

.owl-carousel .owl-item img {
    width: auto;
}

.list {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}

.yellow {
    color: #e19f40;
}

.green {
    color: #00B993;
}

.pink {
    color: #fc45a4;
}

.blue {
    color: #538ff1;
}

.bg-pink {
    background-color: #FF77A8;
}

.add-banner {
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .container {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1200px) {
    body {
        font-size: 15px;
    }
}

@media only screen and (max-width: 576px) {
    .container {
        width: 100%;
    }
}

/* [ ## White Space ] */
.mtb-110 {
    margin: 110px 0;
}

.mtb-100 {
    margin: 100px 0;
}

.mtb-90 {
    margin: 90px 0;
}

.mtb-80 {
    margin: 80px 0;
}

.mtb-70 {
    margin: 70px 0;
}

.mtb-60 {
    margin: 60px 0;
}

.mtb-50 {
    margin: 50px 0;
}

.mt-150 {
    margin: 150px 0 0;
}

.mt-110 {
    margin: 110px 0 0;
}

.mt-100 {
    margin: 100px 0 0;
}

.mt-90 {
    margin: 90px 0 0;
}

.mt-80 {
    margin: 80px 0 0;
}

.mt-70 {
    margin: 70px 0 0;
}

.mt-60 {
    margin: 60px 0 0;
}

.mt-50 {
    margin: 50px 0 0;
}

.mt-40 {
    margin: 40px 0 0;
}

.mt-30 {
    margin: 30px 0 0;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-90 {
    margin-bottom: 90px;
}

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

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-60 {
    margin-bottom: 60px;
}

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

.mb-40 {
    margin-bottom: 40px;
}

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

.ptb-180 {
    padding: 180px 0;
}

.ptb-150 {
    padding: 150px 0;
}

.ptb-110 {
    padding: 110px 0;
}

.ptb-100 {
    padding: 100px 0;
}

.ptb-90 {
    padding: 90px 0;
}

.ptb-85 {
    padding: 85px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.ptb-70 {
    padding: 70px 0;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-50 {
    padding: 50px 0;
}

.ptb-40 {
    padding: 40px 0;
}

.ptb-20 {
    padding: 20px 0;
}

.pt-180 {
    padding: 180px 0 0;
}

.pt-150 {
    padding: 150px 0 0;
}

.pt-120 {
    padding: 120px 0 0;
}

.pt-125 {
    padding: 125px 0 0;
}

.pt-115 {
    padding: 115px 0 0;
}

.pt-110 {
    padding: 110px 0 0;
}

.pt-100 {
    padding: 100px 0 0;
}

.pt-95 {
    padding: 95px 0 0;
}

.pt-90 {
    padding: 90px 0 0;
}

.pt-80 {
    padding: 80px 0 0;
}

.pt-70 {
    padding: 70px 0 0;
}

.pt-60 {
    padding: 60px 0 0;
}

.pt-50 {
    padding: 50px 0 0;
}

.pt-40 {
    padding: 40px 0 0;
}

.pt-30 {
    padding: 30px 0 0;
}

.pb-250 {
    padding-bottom: 250px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pr-15 {
    padding-right: 15px !important;
}

.pt-right {
    padding-right: 5px;
}

.border-top {
    border-top: 1px solid rgba(10, 68, 150, 0.1);
}

@media only screen and (max-width: 1280px) {
    .pt-180 {
        padding-top: 120px;
    }
    .ptb-180 {
        padding: 120px 0;
    }
    .pb-145 {
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .ptb-150,
    .ptb-180,
    .ptb-100 {
        padding: 80px 0;
    }
    .pt-150,
    .pt-125,
    .pt-115,
    .pt-110,
    .pt-100,
    .pt-180 {
        padding-top: 80px;
    }
    .pb-150,
    .pb-145,
    .pb-120,
    .pb-100,
    .pb-110,
    .pb-250 {
        padding-bottom: 100px;
    }
    .mt-150 {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .ptb-150,
    .ptb-100,
    .ptb-180 {
        padding: 80px 0;
    }
    .pt-150,
    .pt-100,
    .pt-125,
    .pt-115,
    .pt-110,
    .pt-180 {
        padding-top: 80px;
    }
    .pb-150,
    .pb-145,
    .pb-120,
    .pb-110,
    .pb-100,
    .pb-250 {
        padding-bottom: 80px;
    }
    .mt-150 {
        margin-top: 80px;
    }
}

/*------------------------------------------------------------------
    # Button Style
*/
/***** [ ## Button ] ******/
.btn {
    -webkit-transition: all 0.3s ease 0.02s;
    transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
    border: 1px solid #000;
    border-radius: 3px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.video-btn {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.video-btn > i {
    background-color: #f8fbfd;
    border-radius: 50%;
    display: inline-block;
    font-size: 10px;
    height: 35px;
    line-height: 36px;
    margin-right: 10px;
    width: 35px;
    text-align: center;
}

.btn-default {
    background-color: #000;
    border-color: #000;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0 35px;
    text-transform: uppercase;
}

.btn-default:focus, .btn-default:hover {
    background-color: #a5b165;
    color: #fff;
    border-color: #a5b165;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.18), 0 0px 0px 0 rgba(0, 0, 0, 0.15);
}

.btn-bownload {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 32px;
}

.btn-primary {
    background-color: #a5b165;
    border: 0 solid;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
}

.btn-primary.active:focus:not(:disabled):not(.disabled), .btn-primary:focus {
    box-shadow: 0 0 0 0rem rgba(38, 143, 255, 0.5);
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #000 !important;
    color: #fff !important;
}

.btn-primary:active {
    box-shadow: 0 0 0 0rem transparent !important;
}

.btn-primary:focus {
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
}

.btn-load-more {
    background-color: #F6F6F6;
    font-size: 14px;
    font-weight: 600;
    color: #8f8f8f;
    padding: 0 30px;
    height: 45px;
    line-height: 45px;
    border: 0px solid;
    border-radius: 40px;
}

.btn-load-more .fa {
    display: inline-block;
    margin-right: 5px;
}

.btn-load-more:hover {
    background-color: #a5b165;
    color: #fff;
}

.btn-submit {
    background-color: #9846df;
    color: white;
    font-weight: bold;
    padding: 13px 35px;
    text-transform: capitalize;
    border-radius: 25px;
    -webkit-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    border: 1px solid #010101;
    letter-spacing: 1px;
}

.btn-submit:hover {
    color: #000;
    background-color: white;
}

.btn-submit:focus {
    color: #fff;
}

.btn-group .btn {
    border-radius: 25px !important;
    margin: 5px !important;
    min-width: 170px;
}

.btn-primary:active:not([disabled]):not(.disabled) {
    background-color: #8445ee;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.btn-group .btn:hover {
    color: #ffffff;
    background-color: #8445ee;
}

.btn-group .btn-primary:hover {
    color: #8445ee;
    background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
    .btn-default {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        padding: 0 25px;
    }
}

@media only screen and (max-width: 575px) {
    .btn-default {
        font-size: 12px;
        padding: 0 15px;
    }
}

/***** [ ## Fields ] ******/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    padding: 10px 20px !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    outline: none;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select option[selected] {
    color: white;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: #7a7a7a !important;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: #7a7a7a !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

input,
select,
textarea {
    margin: 0;
    border: none;
    vertical-align: baseline;
    font-size: 100%;
    font-weight: 400;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    height: 45px;
}

textarea {
    min-height: 150px;
    border-radius: 5px;
}

/* Form controllar */
.form-controllar {
    border: 0 none;
    border-radius: 5px;
    box-shadow: 0 0 0 transparent inset;
    width: 100%;
    font-size: 16px;
    border: 1px solid #E2E2E2;
    background-color: #f9f9f9;
    height: 52px;
    border-radius: 20px;
}

.form-controllar:focus {
    border-color: none;
    box-shadow: none;
}

.default_form .form-group {
    margin-bottom: 20px;
}

.select_field {
    position: relative;
    width: 100%;
}

.select_field:before {
    content: "";
    font-family: fontawesome;
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 14px;
    z-index: 1;
}

.select_field > .form-controllar {
    color: #797979;
    cursor: pointer;
    font-size: 14px;
    height: 50px;
    padding: 5px 25px;
}

.select_field option {
    color: #000;
    padding: 7px 15px;
}

.error {
    color: red;
}

.success {
    text-align: center;
    margin-top: 100px;
    font-size: 18px;
    color: green;
}

@media only screen and (max-width: 575px) {
    .form-controllar {
        height: 40px;
    }
}

/*------------------------------------------------------------------
    # Section Header
*/
/* [ ## Headline ] */
.section-header {
    margin: -8px 0 35px;
}

.section-header .section-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.2em;
}

.section-header.style-two .section-title {
    font-family: "Playfair Display", serif;
}

.section-header.style-three .section-title, .section-header.style-four .section-title {
    font-family: "Prata", serif;
    font-weight: normal;
    text-transform: capitalize;
}

.section-header.style-four .section-title {
    margin-bottom: 60px;
}

.section-header.style-four .section-title > span {
    display: inline-block;
    border-bottom: 2px solid #000;
    padding-bottom: 9px;
}

.headline {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 25px;
}

/* [ ## Breadcrumb ] */
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb .breadcrumb-item {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.breadcrumb .breadcrumb-item > a {
    color: #000;
}

.breadcrumb .breadcrumb-item > a:hover, .breadcrumb .breadcrumb-item > a:focus {
    color: #a5b165;
}

.breadcrumb .breadcrumb-item:before {
    content: "";
    font-family: "FontAwesome";
    padding: 0 20px 0 15px;
}

.breadcrumb .breadcrumb-item:first-child:before {
    content: "\f015";
    color: #a5b165 !important;
    padding: 0 10px 0 0px;
}

/* [ ## Page Title ] */
.page-title-area {
    background-color: #F2F2F2;
}

.page-title-area:before {
    background-color: rgba(0, 0, 0, 0.7);
}

.page-title-area .page-header-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-title-area .page-header-caption > h1 {
    margin-bottom: 5px;
    font-size: 38px;
    font-weight: 800;
    font-family: "Nanum Gothic", sans-serif;
    text-transform: capitalize;
    line-height: 1.35em;
}

.page-title-area.text-white .page-header-caption > h1 {
    color: #fff;
}

.page-title-area.text-white .breadcrumb .breadcrumb-item {
    color: #cfcfcf;
}

.page-title-area.text-white .breadcrumb .breadcrumb-item > a {
    color: #fff;
}

.page-title-area.text-white .breadcrumb .breadcrumb-item > a:hover, .page-title-area.text-white .breadcrumb .breadcrumb-item > a:focus {
    color: #a5b165;
}

.page-title-area.text-white .breadcrumb .breadcrumb-item:before {
    color: #CFCFCF;
}

@media only screen and (max-width: 1199px) {
    .section-header {
        margin: -8px 0 30px;
    }
    .section-header .section-title {
        font-size: 32px;
    }
    .page-title-area .page-header-caption > h1 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 991px) {
    .section-header.style-four .section-title {
        margin-bottom: 45px;
    }
    .page-title-area .page-header-content {
        display: block;
        text-align: center;
    }
    .page-title-area .page-header-content .page-header-caption > h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .breadcrumb-area .breadcrumb {
        display: inline-block;
    }
    .breadcrumb-area .breadcrumb .breadcrumb-item {
        display: inline-block;
    }
}

@media only screen and (max-width: 767px) {
    .section-header .section-title {
        font-size: 28px;
    }
    .page-title-area .page-header-content .page-header-caption > h1 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .breadcrumb-area .breadcrumb {
        display: inline-block;
    }
    .breadcrumb-area .breadcrumb .breadcrumb-item {
        font-size: 12px;
    }
    .breadcrumb-area .breadcrumb .breadcrumb-item:before {
        padding: 0 6px 0 5px;
    }
    .breadcrumb-area .breadcrumb .breadcrumb-item:first-child:before {
        padding: 0 5px 0 0;
    }
}

@media only screen and (max-width: 575px) {
    .section-header {
        margin: -8px 0 30px;
    }
    .section-header .section-title {
        font-size: 24px;
    }
}

/*------------------------------------------------------------------
    # Components
*/
/* [ ## Alignment ] */
.alignleft {
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.alignright {
    display: inline-block;
    float: right;
    margin-left: 30px;
}

/* [ ## Social Share ] */
.social-share {
    padding-left: 0;
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
}

.social-share > li {
    display: inline-block;
    margin: 0 3px 5px;
}

.social-share > li > a {
    background-color: #a5b165;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
    font-size: 18px;
    transition: all 0.25s;
}

.social-share > li > a.facebook {
    background-color: #4460A1;
}

.social-share > li > a.google-plus {
    background-color: #E1533D;
}

.social-share > li > a.twitter {
    background-color: #5AB1F1;
}

.social-share > li > a.youtube {
    background-color: #C8191A;
}

.social-share > li > a.instagram {
    background-color: #095C91;
}

.social-share > li > a:hover {
    opacity: 0.8;
}

.social-share-two {
    padding-left: 0;
    margin-bottom: -5px;
    margin-left: -5px;
    margin-right: -5px;
}

.social-share-two > li {
    display: inline-block;
    margin: 0 3px 5px;
}

.social-share-two > li > a {
    display: block;
    transition: all 0.25s;
    font-size: 14px;
    color: #000;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.social-share-two > li > a:hover, .social-share-two > li > a:focus {
    color: #a5b165;
}

@media only screen and (max-width: 767px) {
    .social-share-two > li > a {
        height: 25px;
        line-height: 25px;
        width: 25px;
    }
}

@media only screen and (max-width: 575px) {
    .social-share > li > a {
        font-size: 15px;
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
}

/* [ ## Blockquote ] */
blockquote {
    color: #000;
    text-align: center;
}

blockquote p {
    text-align: center !important;
    margin-bottom: 10px;
    position: relative;
    font-size: 28px;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 800;
    line-height: 1.2em;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote p cite {
    margin-left: 0;
    padding-left: 0;
}

blockquote cite, blockquote a, blockquote span {
    padding: 0 1.2em;
    font-size: 0.8em;
    font-weight: 500;
    font-style: normal;
    position: relative;
}

blockquote cite {
    display: block;
}

blockquote cite::before {
    content: "--";
    padding-right: 5px;
}

@media only screen and (max-width: 1199px) {
    blockquote p {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    blockquote p {
        font-size: 20px;
    }
}

/* [ ## Magala Side Sidebar ] */
.magala-side-sidebar {
    width: 350px;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: 999999;
    transition: 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0s;
    -webkit-transform: translate3d(360px, 0, 0) !important;
    transform: translate3d(360px, 0, 0) !important;
    background-color: #fff;
    overflow-y: auto;
    box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.21);
    padding-top: 50px;
    overflow: hidden;
}

.magala-side-sidebar .tse-scrollbar {
    top: 50px;
    left: 10px;
    right: auto;
    width: 1px;
    height: calc(100% - 60px);
    background-color: #999;
}

.magala-side-sidebar .tse-scrollbar .drag-handle {
    width: 5px;
    right: -2px;
    background-color: #a5b165;
    opacity: 1;
    margin-top: -2px;
}

.magala-side-sidebar .tse-content .sidebar {
    padding: 0 30px;
}

.magala-side-sidebar .widget .post.side-post .entry-title {
    font-size: 17px;
    line-height: 1.25em;
}

.magala-side-sidebar .widget .post.side-post > .thumb-wrap .count {
    display: none;
}

.magala-close-all-window {
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    right: 0;
    left: 0;
}

.off-canves-opend .magala-side-sidebar {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.off-canves-opend .magala-close-all-window {
    bottom: 0;
    z-index: 99999;
    cursor: zoom-out;
}

.sidebar-close-button {
    position: fixed;
    top: 10px;
    left: 0;
    font-size: 22px;
    width: 40px;
    text-align: center;
}

/* [ ## All Filter Tabs ] */
.filter-tab-area {
    overflow: hidden;
    margin-bottom: 40px;
}

.filter-tab-area .nav-tabs {
    border-bottom: 0 solid;
    overflow: hidden;
    display: inline-block;
    float: right;
}

.filter-tab-area .nav-tabs > li {
    display: inline-block;
}

.filter-tab-area .nav-tabs > li > a {
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 30px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.filter-tab-area .nav-tabs > li > a i {
    display: inline-block;
    margin-right: 5px;
}

.filter-tab-area .nav-tabs > li > a.active {
    background-color: #a5b165;
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    .filter-tab-area {
        margin-bottom: 35px;
    }
    .filter-tab-area .nav-tabs > li > a {
        font-size: 15px;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 991px) {
    .filter-tab-area .nav-tabs {
        float: none;
    }
}

@media only screen and (max-width: 575px) {
    .filter-tab-area {
        margin-bottom: 25px;
    }
    .filter-tab-area .nav-tabs > li > a {
        font-size: 13px;
        height: 35px;
        line-height: 35px;
        padding: 0 14px;
    }
}

/* [ ## Progress Circle ] */
.progress {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.progress > div {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #a5b165;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress .progress-value {
    display: flex;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: 500;
    color: #000;
    width: 100%;
}

/* This for loop creates the 	necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
    animation: loading-1 1.5s linear forwards;
}

.progress[data-percentage="10"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
    animation: loading-2 1.5s linear forwards;
}

.progress[data-percentage="20"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
    animation: loading-3 1.5s linear forwards;
}

.progress[data-percentage="30"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
    animation: loading-4 1.5s linear forwards;
}

.progress[data-percentage="40"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="50"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="60"] .progress-left .progress-bar {
    animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="70"] .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="80"] .progress-left .progress-bar {
    animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="90"] .progress-left .progress-bar {
    animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="100"] .progress-left .progress-bar {
    animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}

/*-------------------------------------------------
    [ ## Carousel Nav Dots, Circle  Align Center ]
*/
.carousel-nav-dots .owl-dots {
    margin-bottom: -5px;
    text-align: center;
    padding-top: 25px;
}

.carousel-nav-dots .owl-dots.disabled {
    display: block;
}

.carousel-nav-dots .owl-dots > div {
    display: inline-block;
    margin: 0 6px;
    border-radius: 50%;
}

.carousel-nav-dots .owl-dots > div > span {
    background-color: #DDDDDD;
    border-radius: 50%;
    display: block;
    height: 12px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 12px;
}

.carousel-nav-dots .owl-dots > div.active > span {
    background-color: #a5b165;
}

.carousel-nav-circle .owl-nav {
    margin: 0 -3px;
}

.carousel-nav-circle .owl-nav.disabled {
    display: block;
}

.carousel-nav-circle .owl-nav > div {
    display: inline-block;
    margin: 0 3px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    line-height: 40px;
    color: #000;
    text-align: center;
    font-size: 22px;
    transition: all 0.25s ease-in 0s;
}

.carousel-nav-circle .owl-nav > div:hover {
    background-color: #a5b165;
    color: #fff;
}

.carousel-nav-align-center .owl-nav.disabled {
    display: block;
}

.carousel-nav-align-center .owl-nav > div {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    transition: all 0.25s ease-in 0s;
    position: absolute;
    top: calc(50% - 25px);
}

.carousel-nav-align-center .owl-nav > div:hover {
    color: #a5b165;
    background-color: #fff;
}

.carousel-nav-align-center .owl-nav > div.owl-prev {
    left: calc(50% - 695px);
}

.carousel-nav-align-center .owl-nav > div.owl-next {
    right: calc(50% - 695px);
}

@media only screen and (max-width: 1620px) {
    .carousel-nav-align-center .owl-nav > div.owl-prev {
        left: calc(50% - 590px);
    }
    .carousel-nav-align-center .owl-nav > div.owl-next {
        right: calc(50% - 590px);
    }
}

@media only screen and (max-width: 1199px) {
    .carousel-nav-align-center .owl-nav > div.owl-prev {
        left: calc(50% - 465px);
    }
    .carousel-nav-align-center .owl-nav > div.owl-next {
        right: calc(50% - 465px);
    }
}

@media only screen and (max-width: 991px) {
    .carousel-nav-align-center .owl-nav > div.owl-prev {
        left: 15px;
    }
    .carousel-nav-align-center .owl-nav > div.owl-next {
        right: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .carousel-nav-dots .owl-dots > div {
        margin: 0 4px;
    }
    .carousel-nav-dots .owl-dots > div > span {
        height: 10px;
        width: 10px;
    }
    .carousel-nav-align-center .owl-nav > div {
        font-size: 24px;
        height: 40px;
        line-height: 40px;
        top: calc(50% - 20px);
        width: 40px;
    }
}

/*-------------------------------------------------
    [ ## Scroll Top ]
*/
.topbutton {
    color: #000000;
    bottom: 50px;
    display: block;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
    font-size: 20px;
    background-color: #84af79 ;
    border: 1px solid #afafaf;
}

.topbutton.btn-show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.topbutton.btn-hide {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}

.topbutton:hover {
    color: #fff !important;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.topbutton:focus {
    color: #fff !important;
}

/* [ ## Links ] */
a {
    color: inherit;
    transition: color 0.25s ease;
}

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

a:focus {
    outline: none;
}

a:hover, a:active {
    outline: 0;
    text-decoration: none;
}

/* [ ## Menus ] */
/* [ ### Main Menu ] */
.menu ul {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}

.menu ul li {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.menu ul li .menu-label {
    padding: 0 10px;
    background-color: #FECC66;
    color: #000;
    font-size: 9px;
    margin: 0;
    font-weight: 500;
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 16px;
    line-height: 16px;
    text-transform: uppercase;
    top: -3px;
    right: 15px;
    border-radius: 5px;
}

.menu ul li .menu-label.new {
    background-color: #a5b165;
    color: #fff;
}

.menu ul li a {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    display: block;
    color: #000;
}

.menu ul li ul.dropdown-content li {
    padding: 0;
    display: block;
}

.menu ul li ul.dropdown-content li a {
    background-color: #fff;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #E2E2E2;
    font-weight: normal;
    color: #222;
    text-transform: capitalize;
}

.menu ul li ul.dropdown-content li:last-child > a {
    border-bottom: none;
}

.menu > ul > li:hover > a,
.menu ul li.current > a {
    color: #a5b165 !important;
}

.menu > ul > li > a {
    padding: 10px 15px;
}

.menu > ul > li > ul.dropdown-content {
    position: absolute;
    width: 200px;
    left: 0;
    top: 121%;
    z-index: 999;
    border-top: 5px solid #a5b165;
    visibility: hidden;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}

.menu > ul > li > ul.dropdown-content > li:hover > a {
    color: #a5b165 !important;
    padding-left: 20px;
}

.menu > ul > li.dropdown-trigger > a:after {
    content: "\f0d7";
    font-family: fontAwesome;
    padding-left: 5px;
    opacity: 0.5;
}

.menu > ul > li.dropdown-trigger:hover > ul.dropdown-content {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}

ul.dropdown-content > .dropdown-trigger {
    position: relative;
}

ul.dropdown-content > .dropdown-trigger > a {
    position: relative;
}

ul.dropdown-content > .dropdown-trigger > a:after {
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 16px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0.5;
}

ul.dropdown-content > .dropdown-trigger ul.dropdown-content {
    border-top: 5px solid #a5b165;
    left: 100% !important;
    top: -5px;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    position: absolute;
    width: 200px;
    z-index: 999;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

ul.dropdown-content > .dropdown-trigger:hover > a:after {
    right: 15px;
    opacity: 1;
}

ul.dropdown-content > .dropdown-trigger:hover > ul.dropdown-content {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}

ul.dropdown-content > .dropdown-trigger:hover > ul.dropdown-content > li:last-child {
    border-bottom: 0px solid #e5e5e5;
}

ul.dropdown-content > .dropdown-trigger:hover > ul.dropdown-content > li:hover > a {
    color: #a5b165;
    padding-left: 20px;
}

/* [ ### Mobile Menu ] */
.mobile-menu {
    display: none;
}

.mean-container .mean-bar {
    min-height: 55px;
}

.mean-container a.meanmenu-reveal {
    padding: 25px 0 10px;
    right: 15px !important;
}

.mean-container a.meanmenu-reveal span {
    background-color: #000;
}

.mean-container a.meanmenu-reveal i.fa {
    color: #000;
    display: block;
    font-size: 20px;
    margin-top: -2px;
}

.mean-container .mean-nav {
    margin-top: 60px;
}

.mean-container .mean-nav ul.dropdown-content > .dropdown-trigger ul.dropdown-content {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
    top: 0px;
    border-top: 0px solid;
}

.mean-container .mean-nav > ul > li > a {
    font-weight: 600;
}

.mean-container .mean-nav ul li {
    float: none;
}

.mean-container .mean-nav ul li a.mean-expand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: normal;
    height: 55px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 !important;
    width: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mean-container .mean-nav ul li a {
    text-transform: capitalize;
}

.mean-container .mean-nav ul li a:hover {
    color: #a5b165;
}

.mean-container .mean-nav ul li li a {
    border-top: 1px solid #DDDDDD;
    padding: 12px 50px;
    text-transform: capitalize;
    width: 100%;
}

.mean-container ul.dropdown-content > .dropdown-trigger > a:after {
    content: "";
}

.mean-container ul.dropdown-content > .dropdown-trigger ul.dropdown-content {
    left: 0 !important;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    position: relative;
    width: 100%;
}

.mean-container ul.dropdown-content > .dropdown-trigger > ul.dropdown-content > li > a,
.mean-container ul.dropdown-content > .dropdown-trigger:hover > ul.dropdown-content > li:hover > a {
    padding: 12px 80px;
    width: 100%;
}

.mean-container ul.dropdown-content > .dropdown-trigger:hover > ul.dropdown-content > li {
    border-bottom: 0px solid #e5e5e5;
}

.mean-container .mean-nav > ul > li > ul > li a.mean-expand {
    height: 45px;
    padding: 0px !important;
}

@media only screen and (max-width: 1199px) {
    .menu > ul > li > a {
        padding: 10px 12px;
    }
}

@media only screen and (max-width: 991px) {
    .mobile-menu {
        display: block;
    }
    .mobile-menu .mobile-logo {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 15px;
        top: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 64px;
    }
    .mobile-menu .menu-label {
        display: none;
    }
    .mobile-menu .search-wrap {
        margin-left: 0 !important;
        min-width: auto;
        position: absolute;
        right: 50px;
        top: 24px;
        z-index: 9999999;
    }
    .mobile-menu .search-wrap .search-btn img {
        -webkit-filter: invert(0) !important;
        filter: invert(0) !important;
    }
    .mobile-menu .search-wrap .search-btn span {
        display: none;
    }
    .mobile-menu .search-wrap .search-form {
        top: calc(100% + 21px) !important;
    }
    .site-navigation {
        display: none;
    }
    .mean-container .mean-bar {
        float: none;
    }
    .mean-container .mean-bar .mean-nav {
        float: none;
    }
    .mean-container .mean-nav ul li a {
        color: #000;
        display: block;
        float: none;
        font-size: 14px;
        padding: 17px 20px;
        width: auto;
        font-family: "Poppins", sans-serif;
    }
    .site-header.header-style-one {
        overflow: hidden;
        position: relative;
    }
}

@media only screen and (max-width: 575px) {
    .mobile-menu .search-wrap .search-form {
        right: -35px;
        width: 280px;
    }
    .mean-container .mean-nav ul li li a {
        padding: 12px 35px;
    }
    .mean-container ul.dropdown-content > .dropdown-trigger > ul.dropdown-content > li > a,
    .mean-container ul.dropdown-content > .dropdown-trigger:hover > ul.dropdown-content > li:hover > a {
        padding: 12px 50px;
    }
}

/* [ ### Sidebar Menu ] */
.sidebar-menu {
    padding-top: 60px;
    padding-bottom: 40px;
    position: fixed;
    width: 300px;
    height: 100vh;
    top: 0;
    left: -100%;
    background-color: #fff;
    z-index: 999999;
    box-shadow: 0px 0 7px rgba(0, 0, 0, 0.2);
    -webkit-transition: ease-in-out 0.5;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

.sidebar-menu .sidebar-menu-inner .mainmenu-area {
    display: block;
}

.sidebar-menu.active {
    left: 0;
}

.sidebar-menu .sidebar-menu-close-button {
    color: #000;
    font-size: 20px;
    position: absolute;
    right: 13px;
    top: 18px;
}

.sidebar-menu .sidebar-menu-close-button:hover {
    color: #a5b165;
}

.sidebar-menu.active .sidebar-menu-inner {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.sidebar-menu.active .sidebar-menu-inner .menu > ul {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.sidebar-menu.active .sidebar-menu-inner .menu > ul > li {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.sidebar-menu.active .sidebar-menu-inner .menu > ul > li > a {
    padding: 12px 15px;
}

.sidebar-menu.active .sidebar-menu-inner .menu > ul > li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.sidebar-menu.active .sidebar-menu-inner .menu > ul > li.dropdown-trigger {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.sidebar-menu.active .sidebar-menu-inner .menu > ul > li.dropdown-trigger > a:after {
    content: "\f107";
    font-weight: normal;
    position: absolute;
    right: 15px;
    font-size: 18px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.sidebar-menu.active .sidebar-menu-inner .menu > ul > li.dropdown-trigger > ul.dropdown-content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}

.sidebar-menu.active .sidebar-menu-inner .menu > ul li > ul.dropdown-content {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.sidebar-menu.active .sidebar-menu-inner .menu > ul li > ul.dropdown-content > li > a {
    padding-left: 20px;
}

.sidebar-menu.active .sidebar-menu-inner ul.dropdown-content > .dropdown-trigger {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.sidebar-menu.active .sidebar-menu-inner ul.dropdown-content > .dropdown-trigger > a:after {
    right: 17px;
}

.sidebar-menu.active .sidebar-menu-inner ul.dropdown-content > .dropdown-trigger > ul.dropdown-content {
    left: 0 !important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.sidebar-menu.active .sidebar-menu-inner ul.dropdown-content > .dropdown-trigger > ul.dropdown-content > li > a {
    padding-left: 25px;
}

.sidebar-menu.active .sidebar-menu-inner ul.dropdown-content > .dropdown-trigger > ul.dropdown-content > li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.sidebar-menu-inner .mainmenu-area #nav > li {
    display: block !important;
}

.sidebar-menu-inner .mainmenu-area #nav > ul > li {
    float: none;
    width: 100%;
}

.sidebar-menu-inner .mainmenu-area #nav > ul > li > a {
    height: auto !important;
    line-height: 45px;
    font-size: 18px;
    color: #2f2f2f;
    text-align: center;
}

.sidebar-menu-inner .mainmenu-area #nav > ul > li > a:first-child {
    padding-left: 15px;
}

.sidebar-menu-inner .mainmenu-area #nav > ul > li.mega-parent {
    display: none;
}

.sidebar-menu-inner .mainmenu-area #nav li.dropdown-trigger ul.dropdown-content {
    width: 100%;
    position: relative;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    display: none;
    -webkit-transition: all 0.0s;
    transition: all 0.0s;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
}

.sidebar-menu-inner > .mainmenu-area #nav li.dropdown-trigger ul.dropdown-content > li > a {
    color: #2f2f2f;
    font-size: 14px;
    text-transform: capitalize;
}

.sidebar-menu-inner .mainmenu-area #nav li.dropdown-trigger ul.dropdown-content li ul.dropdown-content {
    left: 0;
}

.sidebar-menu-inner .dropdown .dropdown > li {
    padding-left: 10px;
}

.sidebar-menu-inner .mainmenu-area #nav li.dropdown-trigger ul.dropdown-content > li > a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 18px;
}

.sidebar-menu-inner ul.dropdown-content > .dropdown-trigger ul.dropdown-content {
    z-index: 0;
}

.sidebar-menu-inner .mainmenu-area #nav > li.dropdown-trigger > a.active::after {
    transform: rotate(180deg);
    right: 10px;
}

.sidebar-menu-inner .mainmenu-area #nav li.dropdown-trigger > li > a.active:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sidebar-menu-inner .mainmenu-area #nav li.dropdown-trigger ul.dropdown-content > li > a.active:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sidebar-menu.active + .sidebar-menu-close-all-window {
    bottom: 0;
    cursor: zoom-out;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.2);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.sidebar-menu .tse-scrollbar {
    width: 8px;
    z-index: 999999;
    height: calc(100% - 100px);
    top: 60px;
}

.sidebar-menu .tse-scrollbar .drag-handle {
    width: 5px;
    background-color: #a5b165;
}

/* [ ## Pagination ] */
/* [ ### Navigation ] */
.navigation {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    z-index: 1;
    font-size: 14px;
}

.navigation .nav-links {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    list-style: none;
    padding: 0;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}

.navigation .nav-links a {
    font-weight: 500;
    display: block;
    -webkit-transition: ease-in 0.25s;
    transition: ease-in 0.25s;
    text-align: center;
}

.navigation .nav-links > li {
    display: inline-block;
    margin: 0 3px;
}

.navigation .nav-links > li > a {
    height: 42px;
    width: 42px;
    line-height: 42px;
    border-radius: 50%;
}

.navigation .nav-links > li > a span {
    display: block;
}

.navigation .nav-links > li.active > a,
.navigation .nav-links > li > a:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.navigation .nav-links li.nav-previous,
.navigation .nav-links li.nav-next {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.navigation .nav-links li.nav-previous > a,
.navigation .nav-links li.nav-next > a {
    border: 0;
    padding: 0 22px;
    display: block;
    position: relative;
    width: auto;
    border-radius: 40px;
}

.navigation .nav-links li.nav-previous a:hover,
.navigation .nav-links li.nav-next a:hover {
    background: transparent;
    color: inherit;
}

.navigation .nav-links li.nav-previous.disabled > a,
.navigation .nav-links li.nav-next.disabled > a {
    pointer-events: none;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.navigation.pagination-center .nav-links {
    text-align: center;
}

/* [ ### Post Navigation ] */
.post-navigation {
    background-color: #F6F6F6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-navigation .post-previous {
    text-align: right;
}

.post-navigation .post-next {
    text-align: left;
}

.post-navigation h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    font-family: "Nanum Gothic", sans-serif;
}

.post-navigation .post-previous,
.post-navigation .post-next {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 20px 0 27px;
}

.post-navigation .post-previous.bg-overlay:before,
.post-navigation .post-next.bg-overlay:before {
    background-color: #F6F6F6;
}

.post-navigation .post-previous a,
.post-navigation .post-next a {
    position: relative;
    display: block;
    padding: 30px;
}

.post-navigation .post-previous span.label,
.post-navigation .post-next span.label {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
    display: block;
    color: #727272;
}

.post-navigation .post-previous.active.bg-overlay:before,
.post-navigation .post-next.active.bg-overlay:before {
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, rgba(43, 27, 94, 0.9), rgba(43, 66, 241, 0.9));
    background-image: linear-gradient(to right, rgba(43, 27, 94, 0.9), rgba(43, 66, 241, 0.9));
}

.post-navigation .post-previous.active h3,
.post-navigation .post-next.active h3 {
    color: #fff;
}

.post-navigation .post-previous.active span.label,
.post-navigation .post-next.active span.label {
    color: #b0a2be;
}

@media only screen and (max-width: 767px) {
    .navigation .nav-links > li > a {
        height: 25px;
        line-height: 25px;
        width: 25px;
        font-size: 13px;
    }
    .navigation .nav-links > li.nav-previous > a,
    .navigation .nav-links > li.nav-next > a {
        padding: 0 10px;
    }
    .post-navigation h3 {
        font-size: 18px;
    }
    .post-navigation .post-previous span.label,
    .post-navigation .post-next span.label {
        font-size: 10px;
        letter-spacing: 0.1em;
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 575px) {
    .post-navigation .post-previous,
    .post-navigation .post-next {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px 0;
    }
    .post-navigation .post-previous a,
    .post-navigation .post-next a {
        padding: 15px;
    }
}

/*-------------------------------------------------------------------
    # Site Header ( All Site Header Style )
*/
.site-header .header-top-navbar {
    padding: 5px 0;
}

.site-header .header-top-navbar ul {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4em;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-header .header-top-navbar ul > li {
    display: inline-block;
    text-transform: capitalize;
}

.site-header .header-top-navbar ul > li img {
    margin-right: 8px;
}

.site-header .header-top-navbar .top-navbar-left .info > li {
    margin-right: 40px;
}

.site-header .header-top-navbar .top-navbar-left .info > li:last-child {
    margin-right: 0;
}

.site-header .header-top-navbar .top-navbar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.site-header .header-top-navbar .top-navbar-right .membar-signin {
    margin-right: 20px;
}

.site-header .header-top-navbar .top-navbar-right .membar-signin li > a {
    display: block;
    padding: 0 15px;
}

.site-header .header-top-navbar .top-navbar-right .membar-signin li > a:focus, .site-header .header-top-navbar .top-navbar-right .membar-signin li > a:hover {
    color: #a5b165;
}

.site-header .header-top-navbar .top-navbar-right .social-share-two {
    margin-right: -7px;
}

.site-header .header-top-navbar .top-navbar-right .social-share-two > li {
    margin: 0;
}

.site-header .header-top-navbar .top-navbar-right .social-share-two > li > a {
    color: #fff;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    width: 25px;
}

.site-header .header-top-navbar .top-navbar-right .social-share-two > li > a:focus, .site-header .header-top-navbar .top-navbar-right .social-share-two > li > a:hover {
    color: #a5b165;
}

.site-header .navbar.navigation-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 80px;
    padding: 10px 0;
}

.site-header .navbar.navigation-area .mainmenu-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 15px;
}

.site-header .header-navigation-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.site-header .nav-btns {
    list-style: none;
    margin-bottom: 0;
    font-size: 22px;
    color: #000;
    padding-left: 20px;
}

.site-header .nav-btns li {
    display: inline-block;
}

.site-header .nav-btns #random-post {
    padding-right: 25px;
}

.site-header .nav-btns a:hover {
    color: #a5b165;
}

.site-header .sidebar-menu-btn {
    margin-left: 25px;
    overflow: hidden;
    width: 25px;
    cursor: pointer;
}

.site-header .sidebar-menu-btn > span {
    background-color: #000;
    display: block;
    height: 2px;
    margin-bottom: 7px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    width: 100%;
}

.site-header .sidebar-menu-btn > span:last-child {
    margin-bottom: 0;
}

.site-header .sidebar-menu-btn > span:nth-child(2) {
    margin-left: 8px;
    width: calc(100% - 8px);
}

.site-header .sidebar-menu-btn:hover > span:nth-child(2) {
    margin-left: 0px;
    width: 100%;
}

.site-header.header-style-one {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0;
    z-index: 3;
}

.site-header.header-style-one .site-navigation {
    padding: 25px 0;
}

.site-header.header-style-one .menu ul li a,
.site-header.header-style-one .search-wrap .search-btn,
.site-header.header-style-one .nav-btns {
    color: #fff;
}

.site-header.header-style-one .menu ul li ul.dropdown-content li a {
    color: #222;
}

.site-header.header-style-one .search-wrap {
    margin-left: 15px;
}

.site-header.header-style-one .search-wrap .search-btn img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.site-header.header-style-two .header-top-navbar {
    background-image: -webkit-linear-gradient(left, #2b1b5e, #2b42f1);
    background-image: linear-gradient(to right, #2b1b5e, #2b42f1);
}

.site-header.header-style-two .site-navigation {
    padding: 3px 0;
}

.site-header.header-style-two .site-navigation .navigation-area .site-logo-block,
.site-header.header-style-two .site-navigation .navigation-area .header-navigation-right {
    min-width: 200px;
}

.site-header.header-style-two .menu > ul > li > ul.dropdown-content {
    top: calc(100% + 20px);
}

.site-header.header-style-two .search-wrap .search-form {
    top: calc(100% + 30px);
}

.site-header.header-style-two.header-style-four .navbar.navigation-area {
    padding: 0;
}

.site-header.header-style-two.header-style-four .menu > ul > li > ul.dropdown-content {
    top: calc(100% + 3px);
}

.site-header.header-style-two.header-style-four .menu > ul > li > a {
    text-transform: uppercase;
    padding: 34px 15px;
}

.site-header.header-style-three .header-top-navbar {
    background-color: #000;
}

.site-header.header-style-three .site-navigation {
    background-image: -webkit-linear-gradient(left, #3a2480, #cc1c28);
    background-image: linear-gradient(to right, #3a2480, #cc1c28);
}

.site-header.header-style-three .navbar.navigation-area {
    min-height: 60px;
    padding: 0px 0;
}

.site-header.header-style-three .menu > ul > li > a {
    color: #fff;
}

.site-header.header-style-three .menu > ul > li > ul.dropdown-content {
    top: calc(100% + 7px);
}

.site-header.header-style-three .menu > ul > li:first-child > a {
    padding-left: 0px;
}

.site-header.header-style-three .search-wrap .search-form {
    top: calc(100% + 18px);
}

.site-header.header-style-three .search-wrap .search-btn,
.site-header.header-style-three .nav-btns {
    color: #fff;
}

.site-header.header-style-three .search-wrap .search-btn img,
.site-header.header-style-three .nav-btns img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.site-header.header-style-three .nav-btns a:hover {
    color: #000;
}

.site-header.header-style-five .site-navigation {
    padding: 3px 15px;
}

.site-header.header-style-five .site-navigation .navigation-area .site-logo-block,
.site-header.header-style-five .site-navigation .navigation-area .header-navigation-right {
    min-width: 320px;
}

.site-header.header-style-five .navbar.navigation-area {
    padding: 0;
}

.site-header.header-style-five .menu > ul > li > ul.dropdown-content {
    top: calc(100% + 3px);
}

.site-header.header-style-five .menu > ul > li > a {
    text-transform: uppercase;
    padding: 38px 15px;
}

.site-header.header-style-five .social-share-two {
    padding-right: 13px;
}

.site-header.header-style-five .social-share-two > li > a {
    font-size: 12px;
    width: 30px;
}

.site-header.header-style-nine .site-navigation .navigation-area .site-logo-block,
.site-header.header-style-nine .site-navigation .navigation-area .header-navigation-right {
    min-width: auto;
}

.site-header.header-style-nine .navbar.navigation-area {
    min-height: 94px;
}

.site-header.header-style-nine .navbar.navigation-area .mainmenu-area {
    display: none;
}

.site-header.header-style-six {
    background-position: top center;
}

.site-header.header-style-six .site-logo-block {
    padding: 110px 0 90px;
    text-align: center;
}

.site-header.header-style-six .site-logo-block > .site-logo {
    margin-right: 0;
}

.site-header.header-style-six .site-navigation {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.site-header.header-style-six .navbar.navigation-area {
    min-height: 70px;
    padding: 0px;
}

.site-header.header-style-six .menu > ul > li > a {
    padding: 22px 15px;
}

.site-header.header-style-six .menu > ul > li:first-child > a {
    padding-left: 0px;
}

.site-header.header-style-six .menu > ul > li > ul.dropdown-content {
    top: calc(100% + 1px);
}

.site-header.header-style-six .social-share-two {
    padding-right: 13px;
}

.site-header.header-style-six .social-share-two > li > a {
    font-size: 12px;
    width: 30px;
}

.site-header.header-style-seven .site-navigation {
    padding: 0 15px;
}

.site-header.header-style-seven .site-logo-block {
    text-align: center;
}

.site-header.header-style-seven .site-logo-block > .site-logo {
    margin-right: 0;
}

.site-header.header-style-seven .navbar.navigation-area {
    min-height: 70px;
    padding: 0px;
}

.site-header.header-style-seven .menu > ul > li > a {
    padding: 22px 15px;
}

.site-header.header-style-seven .menu > ul > li > ul.dropdown-content {
    top: calc(100% + 1px);
}

.site-header.header-style-seven .social-share-two {
    margin-left: -15px;
}

.site-header.header-style-seven .social-share-two > li > a {
    font-size: 12px;
    width: 30px;
}

.site-header.header-style-seven .search-wrap {
    min-width: auto;
}

.site-header.header-style-seven .search-wrap .search-form {
    top: calc(100% + 23px);
}

.site-header.header-style-eight {
    margin: 20px 20px 0;
}

.site-header.header-style-eight .navbar.navigation-area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
}

.site-header.header-style-eight .menu > ul > li > a {
    color: #fff;
    padding: 20px 15px;
}

.site-header.header-style-eight .menu > ul > li > ul.dropdown-content {
    top: 100%;
}

.site-header.header-style-eight .site-logo-block .navbar-brand {
    margin-right: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.site-header.header-style-eight .social-share-two > li > a {
    color: #fff;
}

.site-header.header-style-eight .social-share-two > li > a:hover {
    color: #a5b165;
}

/* [ ## Search ] */
.search-wrap {
    position: relative;
    min-width: 100px;
}

.search-wrap .search-btn {
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.search-wrap .search-btn img {
    margin-right: 8px;
    margin-top: -3px;
}

.search-wrap .search-form {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.15);
    display: none;
    height: 70px;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: right;
    top: calc(100% + 20px);
    width: 450px;
    z-index: 99;
}

.search-wrap .search-form input[type="search"] {
    border: 1px solid #84af79 ;
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    width: 85%;
}

.search-wrap .search-form button {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    background-color: #84af79 ;
    border: 0 solid;
    float: left;
    height: 50px;
    width: 15%;
    color: #030000;
    font-size: 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.search-wrap .search-form button:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

@media only screen and (max-width: 1280px) {
    .site-header.header-style-two.header-style-five .site-navigation {
        padding: 0;
    }
    .site-header.header-style-two.header-style-five .site-navigation .navigation-area .site-logo-block,
    .site-header.header-style-two.header-style-five .site-navigation .navigation-area .header-navigation-right {
        min-width: 200px;
    }
    .site-header.header-style-two.header-style-five .menu > ul > li > a {
        padding: 30px 15px;
    }
    .site-header.header-style-two.header-style-five .menu > ul > li > ul.dropdown-content {
        top: 100%;
    }
    .site-header.header-style-two.header-style-five .header-navigation-right > .social-profile {
        display: none;
    }
    .site-header.header-style-six {
        padding-bottom: 60px;
    }
    .site-header.header-style-six .site-logo-block {
        padding: 75px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-one .site-navigation {
        padding: 10px 0;
    }
    .site-header.header-style-two .site-navigation .navigation-area .site-logo-block,
    .site-header.header-style-two .site-navigation .navigation-area .header-navigation-right {
        min-width: 170px;
    }
    .site-header.header-style-four .menu > ul > li > a {
        padding: 25px 15px;
    }
    .site-header.header-style-eight .site-logo-block.pb-120 {
        padding-bottom: 60px;
    }
    .site-header.header-style-eight .header-bottom-area.ptb-80 {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 991px) {
    .site-header.header-style-one {
        overflow: initial;
        position: relative;
    }
    .site-header .header-middle-area {
        border-bottom: 1px solid #DDDDDD;
    }
    .site-header .header-middle-area .col-lg-4 {
        display: none;
    }
    .site-header .header-top-navbar .container {
        max-width: 100%;
    }
    .site-header .header-top-navbar .top-navbar-left .info > li {
        margin-right: 20px;
    }
    .site-header .header-top-navbar .top-navbar-right .membar-signin {
        margin-right: 5px;
    }
    .site-header .header-top-navbar .top-navbar-right .membar-signin li > a {
        padding: 0 7px;
    }
    .site-header.header-style-six {
        background-image: none !important;
    }
    .site-header.header-style-six > .site-logo-block {
        display: none;
    }
    .site-header.header-style-six .mobile-menu {
        background-color: #fff;
        border-bottom: 1px solid #DDDDDD;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    }
    .site-header.header-style-seven .site-logo-block {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .site-header .header-middle-area {
        padding: 10px 0;
    }
    .site-header .header-top-navbar .top-navbar-left {
        display: none;
    }
    .site-header .header-top-navbar .top-navbar-right {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .site-header .header-top-navbar .top-navbar-right .membar-signin li:first-child > a {
        padding-left: 0px;
    }
    .site-header.header-style-eight {
        margin: 15px 15px 0;
    }
}

/*-------------------------------------------------------------------
    # Post
*/
/* [ ## Post Element ] */
.entry-meta-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 12px;
}

.entry-meta-content > div {
    margin-right: 20px;
}

.entry-meta-content > div:last-child {
    margin-right: 0;
}

.entry-meta-content a {
    color: #000;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.entry-meta-content a:hover, .entry-meta-content a:focus {
    color: #a5b165;
}

.entry-meta-content .entry-meta-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.entry-meta-content .entry-meta-author .entry-author-thumb {
    margin-right: 10px;
}

.entry-meta-content .entry-meta-author .entry-author-thumb .avatar {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid #4b5320;
}



.entry-meta-content .entry-meta-author .entry-author-name {
    font-weight: 600;
}

.entry-meta-content .entry-category > a:before {
    color: #727272;
    content: "#";
    padding-right: 4px;
}

@media only screen and (max-width: 1199px) {
    .entry-meta-content > div {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .entry-meta-content .entry-meta-author {
        display: none;
    }
}

.read-more-wrap > .read-more {
    background-color: #F6F6F6;
    border-radius: 45px;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
    margin-top: 10px;
    min-height: 45px;
    padding: 0 35px;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
}

.read-more-wrap > .read-more:focus, .read-more-wrap > .read-more:hover {
    color: #fff;
    background-color: #a5b165;
}

.featured-badge-list {
    margin: 0 -3px;
}

.featured-badge-list > a {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 42px;
    margin: 0 3px;
    padding: 0;
    width: 40px;
    text-align: center;
}

.featured-badge-list > a.featured {
    background-color: #0081E6;
}

.featured-badge-list > a.trending {
    background-color: #a5b165;
}

.entry-title {
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 800;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    margin-bottom: 22px;
}

.entry-title:hover a:focus,
.entry-title:hover a {
    color: #a5b165;
}

@media only screen and (max-width: 991px) {
    .entry-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .entry-title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 575px) {
    .featured-badge-list > a {
        font-size: 16px;
        height: 35px;
        line-height: 37px;
        width: 35px;
    }
}

/* [ ## Default Post ] */
.post {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.post.hentry {
    margin-bottom: 30px;
}

.post .entry-thumb {
    margin-bottom: 25px;
}

.post .thumb-wrap {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    position: relative;
}

.post .thumb-wrap > a {
    display: block;
}

.post .thumb-wrap img {
    border-radius: 10px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.post .thumb-wrap:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.post .thumb-wrap:hover img {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.post .thumb-wrap .featured-badge-list {
    height: auto;
    left: 20px;
    position: absolute;
    top: 20px;
    width: calc(100% - 20px);
}

.post .entry-summary {
    margin-top: 20px;
}

.post.style-two .entry-title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
}

.post.style-three .entry-title, .post.style-four .entry-title, .post.style-seven .entry-title {
    font-family: "Prata", serif;
    font-weight: 700;
}

.post.style-four {
    margin-bottom: 60px;
}

.post.style-four .entry-thumb {
    margin-bottom: 22px;
}

.post.style-four .thumb-wrap img {
    border-radius: 0px;
}

.post.style-four .entry-title {
    font-size: 38px;
    line-height: 1.35em;
    margin-bottom: 25px;
}

.post.style-four .content-entry-wrap {
    padding: 0 70px;
}

.post.style-seven .entry-title {
    font-size: 38px;
    line-height: 1.32em;
}

.post.style-seven .entry-summary {
    margin-bottom: 38px;
    margin-top: 0px;
}

.post.style-seven .content-entry-wrap {
    padding: 0 70px;
}

.post.style-seven .entry-meta-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-top: 35px;
}

.post.style-seven .entry-meta-content:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 60px;
    background-color: #000;
    left: 50%;
    margin-left: -30px;
    top: 0;
}

.post.style-seven .thumb-wrap img {
    border-radius: 0;
}

@media only screen and (max-width: 1199px) {
    .post.style-four {
        margin-bottom: 40px;
    }
    .post.style-four .content-entry-wrap {
        padding: 0 30px;
    }
    .post.style-four .entry-title {
        font-size: 32px;
        line-height: 1.2em;
    }
    .post.style-seven .content-entry-wrap {
        padding: 0 25px;
    }
    .post.style-seven .entry-title {
        font-size: 32px;
        line-height: 1.2em;
    }
    .post.style-seven .entry-summary {
        margin-bottom: 30px;
    }
    .post.style-seven .entry-meta-content {
        padding-top: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .post .entry-summary {
        margin-top: 25px;
    }
    .post.style-four .content-entry-wrap {
        padding: 0 20px;
    }
    .post.style-four .entry-title {
        font-size: 26px;
    }
    .post.style-seven .content-entry-wrap {
        padding: 0 15px;
    }
    .post.style-seven .entry-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .post.style-seven .entry-title {
        font-size: 22px;
    }
    .post.style-four .entry-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .post .thumb-wrap .featured-badge-list {
        left: 15px;
        top: 15px;
    }
    .post.style-four .content-entry-wrap {
        padding: 0;
    }
}

/* [ ## Grid Post ] */
.post.post-grid {
    margin-bottom: 60px;
}

.post.post-grid .entry-thumb {
    margin-bottom: 27px;
}

.post.post-grid .entry-title {
    font-size: 22px;
    margin-bottom: 20px;
}

.post.post-grid.style-five, .post.post-grid.style-six {
    min-height: 280px;
    position: relative;
    overflow: hidden;
}

.post.post-grid.style-five .entry-thumb, .post.post-grid.style-six .entry-thumb {
    margin-bottom: 0px;
}

.post.post-grid.style-five .thumb-wrap, .post.post-grid.style-six .thumb-wrap {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.post.post-grid.style-five .thumb-wrap a, .post.post-grid.style-six .thumb-wrap a {
    display: block;
    position: relative;
    z-index: 1;
}

.post.post-grid.style-five .thumb-wrap:before, .post.post-grid.style-six .thumb-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
}

.post.post-grid.style-five .content-entry-wrap, .post.post-grid.style-six .content-entry-wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    padding: 20px;
    z-index: 2;
}

.post.post-grid.style-five .featured-badge-list, .post.post-grid.style-six .featured-badge-list {
    margin-bottom: 30px;
}

.post.post-grid.style-five .entry-meta-content, .post.post-grid.style-six .entry-meta-content {
    color: #cfcfcf;
}

.post.post-grid.style-five .entry-meta-content .entry-category > a:before, .post.post-grid.style-six .entry-meta-content .entry-category > a:before {
    color: #cfcfcf;
}

.post.post-grid.style-five .entry-meta-content a, .post.post-grid.style-six .entry-meta-content a {
    color: #fff;
}

.post.post-grid.style-five .entry-meta-content a:hover, .post.post-grid.style-five .entry-meta-content a:focus, .post.post-grid.style-six .entry-meta-content a:hover, .post.post-grid.style-six .entry-meta-content a:focus {
    color: #a5b165;
}

.post.post-grid.style-five .entry-title, .post.post-grid.style-six .entry-title {
    color: #fff;
}

.post.post-grid.style-five .entry-title > a:hover, .post.post-grid.style-five .entry-title > a:focus, .post.post-grid.style-six .entry-title > a:hover, .post.post-grid.style-six .entry-title > a:focus {
    color: #a5b165;
}

.post.post-grid.style-five {
    margin-bottom: 20px;
}

.post.post-grid.style-five .thumb-wrap {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 300px;
}

.post.post-grid.style-five .thumb-wrap img {
    border-radius: 0px;
}

.post.post-grid.style-five .content-entry-wrap {
    text-align: center;
}

.post.post-grid.style-five .entry-meta-content {
    color: #cfcfcf;
}

.post.post-grid.style-five .entry-title {
    font-family: "Playfair Display", serif;
    font-weight: normal;
    margin-bottom: 18px;
}

.post.post-grid.style-five:hover .thumb-wrap {
    -webkit-transform: scale(1.075);
    transform: scale(1.075);
}

.post.post-grid.style-five.special-post {
    margin-bottom: 0px;
}

.post.post-grid.style-five.special-post .thumb-wrap .thumb-wrap:before {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), transparent);
    background-image: linear-gradient(rgba(255, 255, 255, 0), transparent);
}

.post.post-grid.style-five.special-post .content-entry-wrap {
    text-align: left;
    width: 585px;
    padding-left: 0px;
    bottom: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding-bottom: 50px;
}

.post.post-grid.style-five.special-post .entry-meta-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0px;
}

.post.post-grid.style-five.special-post .entry-title {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 25px;
}

.post.post-grid.style-five.special-post:hover .thumb-wrap {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.post.post-grid.style-five.special-post:hover .content-entry-wrap {
    bottom: 10px;
}

.post.post-grid.style-six {
    border-radius: 10px;
    overflow: hidden;
}

.post.post-grid.style-six .thumb-wrap:before {
    border-radius: 10px;
}

.post.post-grid.style-six .thumb-wrap {
    height: 570px;
}

.post.post-grid.style-six .entry-title {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 25px;
}

.post.post-grid.style-seven .entry-title {
    font-size: 26px;
    margin-bottom: 30px;
}

.post.post-grid.style-seven .content-entry-wrap {
    padding: 0 20px;
}

@media only screen and (max-width: 1199px) {
    .post.post-grid .entry-thumb {
        margin-bottom: 20px;
    }
    .post.post-grid .entry-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .post.post-grid .entry-meta-content .entry-meta-author .entry-author-thumb {
        display: none;
        margin-right: 0;
    }
    .post.post-grid.style-five.special-post .content-entry-wrap {
        padding-left: 50px;
        width: 100%;
    }
    .post.post-grid.style-six .thumb-wrap {
        height: 495px;
    }
    .post.post-grid.style-six .entry-meta-content .entry-meta-author .entry-author-thumb {
        display: block;
        margin-right: 10px;
    }
    .post.post-grid.style-seven .content-entry-wrap {
        padding: 0 15px;
    }
    .post.post-grid.style-seven .entry-title {
        font-size: 22px;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .post.post-grid {
        margin-bottom: 30px;
    }
    .post.post-grid.style-six {
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .post.post-grid .entry-meta-content .entry-meta-author .entry-author-thumb {
        display: block;
        margin-right: 7px;
    }
    .post.post-grid .thumb-wrap img {
        width: 100%;
    }
    .post.post-grid.style-five .featured-badge-list,
    .post.post-grid.style-six .featured-badge-list {
        margin-bottom: 20px;
    }
    .post.post-grid.style-six .entry-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .post.post-grid.style-five.special-post .content-entry-wrap {
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .post.post-grid.style-five.special-post .entry-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .post.post-grid.style-five.special-post .entry-meta-content .entry-meta-author {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .post.post-grid.style-five .content-entry-wrap,
    .post.post-grid.style-six .content-entry-wrap {
        padding: 15px;
    }
    .post.post-grid.style-six .entry-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .post.post-grid.style-six .thumb-wrap {
        height: 400px;
    }
    .post.post-grid.style-five.special-post .content-entry-wrap {
        padding-left: 15px;
    }
}

/* [ ## List Post ] */
.post.post-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 45px;
}

.post.post-list .entry-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    margin-bottom: 0px;
}

.post.post-list .content-entry-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 270px);
    flex: 0 0 calc(100% - 270px);
    padding-left: 25px;
}

.post.post-list .entry-title {
    font-size: 22px;
    margin-bottom: 15px;
}

.post.post-list .entry-summary {
    margin-top: 15px;
}

.post.post-list .entry-meta-content {
    margin-bottom: 15px;
}

.post.post-list.post-list-small {
    margin-bottom: 30px;
    align-items: center;
}

.post.post-list.post-list-small .entry-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
}

.post.post-list.post-list-small .thumb-wrap .featured-badge-list {
    left: 10px;
    top: 10px;
    width: calc(100% - 10px);
}

.post.post-list.post-list-small .content-entry-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    padding-left: 15px;
    max-width: calc(100% - 120px);
}

.post.post-list.post-list-small .entry-meta-content {
    margin-bottom: 0px;
}

.post.post-list.post-list-small .entry-title {
    font-size: 16px;
    line-height: 1.28em;
    margin-bottom: 13px;
}

.post.post-list.list-style-two {
    margin-bottom: 100px;
    display: block;
}

.post.post-list.list-style-two .entry-thumb {
    margin-bottom: 0px;
}

.post.post-list.list-style-two .thumb-wrap img {
    border-radius: 0;
}

.post.post-list.list-style-two .content-entry-wrap {
    text-align: center;
}

.post.post-list.list-style-two .entry-title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 25px;
}

.post.post-list.list-style-two .entry-meta-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 27px;
}

.post.post-list.list-style-two .entry-summary {
    margin-top: 25px;
}

.post.post-list.list-style-two .read-more-wrap > .read-more:focus,
.post.post-list.list-style-two .read-more-wrap > .read-more:hover {
    padding-right: 0px;
}

@media only screen and (max-width: 1199px) {
    .post.post-list .content-entry-wrap {
        padding-left: 20px;
    }
    .post.post-list .entry-meta-content {
        margin-bottom: 22px;
    }
    .post.post-list .entry-summary {
        margin-top: 0;
    }
    .post.post-list.post-list-small .entry-title {
        font-size: 15px;
        line-height: 1.2em;
    }
    .post.post-list.post-list-small .entry-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px;
    }
    .post.post-list.post-list-small .content-entry-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 100px);
        flex: 0 0 calc(100% - 100px);
        max-width: calc(100% - 100px);
    }
    .post.post-list.list-style-two {
        margin-bottom: 80px;
    }
    .post.post-list.list-style-two .entry-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1199px) {
    .post.post-list {
        display: block;
    }
    .post.post-list .entry-thumb {
        margin-bottom: 20px;
    }
    .post.post-list .content-entry-wrap {
        padding-left: 0px;
    }
    .post.post-list .thumb-wrap img {
        width: 100%;
    }
    .post.post-list.post-list-small {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .post.post-list.post-list-small .entry-thumb {
        margin-bottom: 0px;
    }
    .post.post-list.post-list-small .entry-title {
        font-size: 16px;
    }
    .post.post-list.list-style-two {
        margin-bottom: 60px;
    }
    .post.post-list.list-style-two .entry-thumb {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .post.post-list.list-style-two .entry-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .post.post-list.list-style-two .entry-meta-content {
        margin-bottom: 20px;
    }
    .post.post-list.list-style-two .entry-summary {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .post.post-list .entry-title {
        font-size: 20px;
    }
    .post.post-list.list-style-two .entry-title {
        font-size: 22px;
    }
}

/*-------------------------------------------------------------------
    # Single Posts
*/
.single-post-thumbnail-area {
    position: relative;
    min-height: 450px;
    background-color: #000;
}

.single-post-thumbnail-area .post-thumb {
    min-height: 680px;
}

.single-post-thumbnail-area .post-thumb.bg-overlay:before {
    background-color: rgba(0, 0, 0, 0.4);
}

.single-post-thumbnail-area.single-post-one .post-header {
    bottom: 0;
    left: 0;
    padding-bottom: 60px;
    padding-top: 120px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.single-post-thumbnail-area.single-post-one .entry-meta-content {
    color: #cfcfcf;
}

.single-post-thumbnail-area.single-post-one .entry-meta-content .entry-category > a:before {
    color: #cfcfcf;
}

.single-post-thumbnail-area.single-post-one .entry-meta-content a {
    color: #fff;
}

.single-post-thumbnail-area.single-post-one .entry-meta-content a:hover, .single-post-thumbnail-area.single-post-one .entry-meta-content a:focus {
    color: #a5b165;
}

.single-post-thumbnail-area.single-post-one .entry-title {
    color: #fff;
}

.single-post-thumbnail-area.single-post-one .entry-title > a:hover, .single-post-thumbnail-area.single-post-one .entry-title > a:focus {
    color: #a5b165;
}

.post-header.single-post-header .featured-badge-list {
    margin-bottom: 25px;
}

.post-header.single-post-header .entry-title {
    font-size: 38px;
}

.single-post-three .post-header.single-post-header {
    margin-bottom: 60px;
}

.post.single-post {
    margin-bottom: 80px;
}

.post.single-post p {
    /* text-align: justify; */
    margin-bottom: 35px;
}

.post.single-post p:last-child {
    margin-bottom: 0;
}

.post.single-post iframe {
    border: 0px solid;
}

.post.single-post img {
    border-radius: 10px;
}

.post.single-post figure {
    padding: 20px 0;
}

.post.single-post figure span {
    color: #979797;
    font-size: 12px;
    display: block;
    padding: 13px 0 25px;
}

.post.single-post .responsive-video {
    margin-bottom: 50px;
    margin-top: 60px;
}
.copyright-text > a:active{ color: #0081e6;}
.copyright-text >a:hover{ color: #0081e6;}
.copyright:hover{ color: #0081e6;}
.inlineBlock ._2tga ._89n_ ._8j9w {
border-radius: unset!important;
font-size: 13px;
width: 153px!important;
height: 40px!important;
padding: 0px 23px!important;
}
._2tga._8j9w {
border-radius: 4px;
font-size: 13px;
height: 40px!important;
padding: 0 8px;
}
.post.single-post iframe {
/* margin-top: -5px!important; */
/* padding: 5px; */
height: 100vh!important;
width: 100%!important;
/* margin-left: -23px!important; */
/* border-radius: unset!important; */
/* background: #1877f2!important; */

}
.mean-container .mean-bar {
background: #84af79 !important;
}
@media only screen and (max-width: 1024px) {
.fb_iframe_widget_fluid span {
width: 100%!important;
height: 43px!important;
}
.post.single-post iframe {
margin-left:unset!important;
}
}
.textpoint{
overflow: hidden; 
white-space: nowrap; 
text-overflow: ellipsis; }

.post.single-post iframe {
    border-radius: 10px;
    overflow: hidden;
}

.post.single-post blockquote {
    padding: 40px 70px 45px;
}

.post.single-post blockquote img {
    margin-bottom: 27px;
    border-radius: 0px;
}

.post.single-post .entry-footer {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 0;
}

.post.single-post.single-post-two .post-header.single-post-header {
    margin-bottom: 60px;
}

.single-post-slider .singlePost-item .slider-thumb {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 570px;
}

.entry-tag > a {
    border: 2px solid #000;
    border-radius: 40px;
    color: #000;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    height: 35px;
    line-height: 31px;
    margin: 5px 3px;
    padding: 0 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.entry-tag > a:hover, .entry-tag > a:focus {
    background-color: #000;
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    .single-post-thumbnail-area .post-thumb {
        min-height: 610px;
    }
    .single-post-thumbnail-area.single-post-one .post-header {
        padding-bottom: 40px;
        padding-top: 80px;
    }
    .post-header.single-post-header .entry-title {
        font-size: 32px;
    }
    .single-post-slider .singlePost-item .slider-thumb {
        min-height: 450px;
    }
    .post.single-post p {
        margin-bottom: 20px;
    }
    .post.single-post figure {
        padding: 10px 0;
    }
    .post.single-post figure span {
        padding: 10px 0 15px;
    }
    .post.single-post .alignleft {
        margin-bottom: 10px;
    }
    .post.single-post .responsive-video {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .post.single-post blockquote {
        padding: 35px 30px 30px;
    }
    .post.single-post.single-post-two .post-header.single-post-header {
        margin-bottom: 40px;
    }
}
.copyright-text > a:active{ color: #0081e6;}
.copyright-text >a:hover{ color: #0081e6;}
.copyright:hover{ color: #0081e6;}
.inlineBlock ._2tga ._89n_ ._8j9w {
border-radius: unset!important;
font-size: 13px;
width: 153px!important;
height: 40px!important;
padding: 0px 23px!important;
}
._2tga._8j9w {
border-radius: 4px;
font-size: 13px;
height: 40px!important;
padding: 0 8px;
}
/* .post.single-post iframe {
margin-top: -5px!important;
padding: 5px;
height: 40px!important;
width: 154px!important;
margin-left: -23px!important;
border-radius: unset!important;
background: #1877f2!important;

} */
.mean-container .mean-bar {
background: #84af79 !important;
}
@media only screen and (max-width: 1024px) {
.fb_iframe_widget_fluid span {
width: 100%!important;
height: 43px!important;
}
.post.single-post iframe {
margin-left:unset!important;
}
}
.textpoint{
overflow: hidden; 
white-space: nowrap; 
text-overflow: ellipsis; }
.post.single-post p {
text-align: unset!important;
}

@media only screen and (max-width: 991px) {
    .single-post-thumbnail-area .post-thumb {
        min-height: 550px;
    }
    .single-post-thumbnail-area.single-post-one .post-header {
        padding-bottom: 30px;
        padding-top: 0;
    }
    .post-header.single-post-header .featured-badge-list {
        margin-bottom: 20px;
    }
    .post-header.single-post-header .entry-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .single-post-thumbnail-area .post-thumb {
        min-height: 500px;
    }
    .single-post-slider .singlePost-item .slider-thumb {
        min-height: 400px;
    }
    .post.single-post blockquote {
        padding: 30px 0;
    }
    .post.single-post .alignleft {
        margin-bottom: 25px;
        width: 100%;
    }
    .post.single-post .entry-footer.mt-60 {
        margin-top: 40px;
    }
    .post-header.single-post-header .entry-title {
        font-size: 24px;
    }
    .entry-tag > a {
        border-width: 1px;
        font-size: 11px;
        height: 32px;
        line-height: 30px;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 575px) {
    .single-post-thumbnail-area {
        min-height: 400px;
    }
    .single-post-thumbnail-area .post-thumb {
        min-height: 400px;
    }
    .single-post-slider .singlePost-item .slider-thumb {
        min-height: 350px;
    }
    .post-header.single-post-header .entry-title {
        font-size: 22px;
    }
}

.post-share-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 52px;
}

.post-share-area h3 {
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 0;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.post-share-area h3 span {
    display: block;
    font-size: 12px;
    line-height: 1em;
    color: #727272;
}

.post-share-area .share {
    margin-bottom: -4px;
    padding-left: 30px;
}

.post-share-area .share > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #a5b165;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 7px;
}

.post-share-area .share > a span {
    display: inline-block;
    text-align: center;
}

.post-share-area .share > a span.fa {
    width: 50px;
    height: 100%;
    line-height: 40px;
}

.post-share-area .share > a .text {
    font-size: 11px;
    font-weight: 500;
    padding: 0 30px;
}

.post-share-area .share > a.facebook {
    background-color: #3B5998;
}

.post-share-area .share > a.facebook span.fa {
    background-color: #36508A;
}

.post-share-area .share > a.twitter {
    background-color: #01ACEE;
}

.post-share-area .share > a.twitter span.fa {
    background-color: #009BD6;
}

.post-share-area .share > a.google {
    background-color: #EA4335;
}

.post-share-area .share > a.google span.fa {
    background-color: #D33C30;
}

@media only screen and (max-width: 1199px) {
    .post-share-area {
        margin-bottom: 25px;
    }
    .post-share-area .share > a span.fa {
        width: 40px;
    }
    .post-share-area .share > a .text {
        padding: 0 25px;
    }
}

/* [ ## Related Post ] */
.related-category-post {
    margin-bottom: 50px;
}

.related-category-post .post.post-list.post-list-small .entry-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
}

.related-category-post .post.post-list.post-list-small .content-entry-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    padding-left: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .related-category-post .row > .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* [ ## Post Author ] */
.author-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.author-info #author-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    width: 120px;
}

.author-info .at-img > img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
}

.author-info #author-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    padding-left: 30px;
    text-align: justify;
}

.author-info #author-details .author-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 575px) {
    .author-info {
        display: block;
    }
    .author-info #author-img {
        margin-bottom: 25px;
        width: auto;
    }
    .author-info #author-details {
        padding-left: 0;
    }
    .author-info #author-details .author-name {
        margin-bottom: 20px;
    }
}

/* [ ## Comment Respond ] */
.comment-respond #contact_form p {
    margin-bottom: 30px;
}

.comment-respond #contact_form .form-submit {
    margin-bottom: 0px;
}

.comment-respond #contact_form .form-submit #submit {
    height: 35px;
    background-color: #a5b165;
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 40px;
}

.comment-respond #contact_form .form-submit #submit:hover {
    background-color: #000;
}

@media only screen and (max-width: 575px) {
    .comment-respond #contact_form p {
        margin-bottom: 20px;
    }
    .form-controllar {
        font-size: 14px;
    }
}

/*-------------------------------------------------------------------
    # Magazine And Blog Element
*/
/* [ ## Top Stories ] */
.top-stories-block.top-stories-one > div {
    margin-bottom: -30px;
}

.top-stories-block.top-stories-one .post.post-grid {
    margin-bottom: 60px;
}

.top-stories-block.top-stories-one .post.post-grid .entry-title {
    margin-bottom: 25px;
}

.top-stories-block.style-two > div {
    margin-bottom: -60px;
}

.top-stories-block.style-two .post.post-grid .entry-title {
    margin-bottom: 25px;
}

.top-stories-block.style-two .style-six .content-entry-wrap {
    padding-right: 150px;
}

@media only screen and (max-width: 991px) {
    .top-stories-block.top-stories-one .post.post-grid {
        margin-bottom: 30px;
    }
    .top-stories-block.style-two > div {
        margin-bottom: -30px;
    }
}

@media only screen and (max-width: 767px) {
    .top-stories-block.style-two .style-six .content-entry-wrap {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .top-stories-block.style-two .style-six .content-entry-wrap {
        padding-right: 15px;
    }
}

/* [ ## Posts Video Channels ] */
.video-channels-posts-block {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #fff;
    position: relative;
    overflow: hidden;
}

.video-channels-posts-block .video-filter-tab-content {
    margin-top: 75px;
}

.video-channels-posts-block .video-filter-tab-content iframe {
    border: 0 solid;
    height: 480px;
    width: 100%;
}

.video-channels-posts-block .video-channels-inner {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 100%;
    height: 485px;
}

.video-channels-posts-block .video-channels-inner .tse-scrollbar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background-color: #1B1B1B;
    right: 0px;
    width: 4px;
}

.video-channels-posts-block .video-channels-inner .tse-scrollbar .drag-handle {
    background-color: #a5b165;
    margin-top: -2px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 0;
    width: 4px;
    border-radius: 0px;
}

.video-channels-posts-block .section-header .section-title {
    color: #fff;
}

.video-channels-posts-block .post.post-list.post-list-small {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.video-channels-posts-block .post.post-list.post-list-small .entry-title {
    color: #fff;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.video-channels-posts-block .post.post-list.post-list-small .current-play-now {
    color: #cfcfcf;
    font-size: 12px;
    font-weight: 500;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    display: none;
}

.video-channels-posts-block .post.post-list.post-list-small .current-play-now > .fa {
    display: inline-block;
    margin-right: 5px;
}

.video-channels-posts-block .post.post-list.post-list-small .entry-thumb {
    position: relative;
}

.video-channels-posts-block .post.post-list.post-list-small .play-now-overlay {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 10px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.video-channels-posts-block .post.post-list.post-list-small .play-now-overlay .play-now-overlay-inner {
    font-size: 30px;
    text-align: center;
}

.video-channels-posts-block .post.post-list.post-list-small .play-now-overlay .play-now-overlay-inner > span {
    display: block;
    font-size: 12px;
}

.video-channels-posts-block .post.post-list.post-list-small:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.video-channels-posts-block .post.post-list.post-list-small:hover .entry-title {
    color: #a5b165;
}

.video-channels-posts-block .post.post-list.post-list-small:hover .play-now-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.video-channels-posts-block .filter-tab-area.video-list {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding-left: 70px;
    margin-bottom: 0px;
}

.video-channels-posts-block .filter-tab-area.video-list .nav-tabs {
    float: none;
    overflow: inherit;
    display: block;
    padding-right: 20px;
}

.video-channels-posts-block .filter-tab-area.video-list .nav-tabs > li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: block;
}

.video-channels-posts-block .filter-tab-area.video-list .nav-tabs > li > a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 0;
    display: block;
    height: auto;
    line-height: inherit;
    padding: 0;
}

.video-channels-posts-block .filter-tab-area.video-list .nav-tabs > li > a i {
    margin-right: 0px;
}

.video-channels-posts-block .filter-tab-area.video-list .nav-tabs > li > a.active, .video-channels-posts-block .filter-tab-area.video-list .nav-tabs > li > a:hover, .video-channels-posts-block .filter-tab-area.video-list .nav-tabs > li > a:focus {
    background-color: transparent;
    color: inherit;
}

.video-channels-posts-block .filter-tab-area.video-list .nav-tabs > li > a.active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.video-channels-posts-block .filter-tab-area.video-list .nav-tabs > li > a.active .entry-meta-content {
    display: none;
}

.video-channels-posts-block .filter-tab-area.video-list .nav-tabs > li > a.active .current-play-now {
    display: block;
}

.video-channels-posts-block .filter-tab-area.video-list .nav-tabs > li > a.active .post.post-list.post-list-small:hover .play-now-overlay {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@media only screen and (max-width: 1199px) {
    .video-channels-posts-block .video-filter-tab-content {
        margin-top: 65px;
    }
    .video-channels-posts-block .video-filter-tab-content iframe {
        height: 380px;
    }
    .video-channels-posts-block .filter-tab-area.video-list {
        padding-left: 50px;
    }
    .video-channels-posts-block .video-channels-inner {
        height: 390px;
    }
}

@media only screen and (max-width: 991px) {
    .video-channels-posts-block {
        min-height: auto;
    }
    .video-channels-posts-block .video-filter-tab-content {
        width: 100%;
        margin-top: 0px;
    }
    .video-channels-posts-block .filter-tab-area.video-list {
        padding-left: 0px;
        padding-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .video-channels-posts-block .video-filter-tab-content {
        width: 510px;
    }
    .video-channels-posts-block .video-filter-tab-content iframe {
        height: 300px;
    }
}

@media only screen and (max-width: 575px) {
    .video-channels-posts-block .video-filter-tab-content {
        width: 100%;
        padding: 0 15px;
    }
    .video-channels-posts-block .video-filter-tab-content iframe {
        width: 100%;
        min-height: 200px;
        height: auto;
    }
}

/* [ ## Posts Special ] */
.posts-special-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 580px;
}

.posts-special-block .post.style-five.special-post {
    width: 50%;
}

.posts-special-block .post.style-five.special-post .thumb-wrap {
    height: 580px;
}

.posts-special-block .post.style-five.special-post:nth-child(1) {
    border-right: 1px solid #fff;
}

.posts-special-block .post.style-five.special-post:nth-child(1) .content-entry-wrap {
    left: auto;
    right: 0;
}

.posts-special-block .post.style-five.special-post:nth-child(2) .content-entry-wrap {
    padding-left: 50px;
}

@media only screen and (max-width: 1199px) {
    .posts-special-block {
        height: 500px;
    }
    .posts-special-block .post.style-five.special-post .thumb-wrap {
        height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .posts-special-block {
        height: 450px;
    }
    .posts-special-block .post.style-five.special-post .thumb-wrap {
        height: 450px;
    }
    .posts-special-block .post.style-five.special-post:nth-child(2) .content-entry-wrap {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .posts-special-block {
        height: auto;
        display: block;
    }
    .posts-special-block .post.style-five.special-post {
        width: 100%;
        margin-bottom: 30px;
    }
    .posts-special-block .post.style-five.special-post .thumb-wrap {
        height: 400px;
    }
    .posts-special-block .post.style-five.special-post:nth-child(1) {
        border-right: 0px solid #fff;
    }
    .posts-special-block .post.style-five.special-post:nth-child(2) {
        margin-bottom: 0px;
    }
    .posts-special-block .post.style-five.special-post:nth-child(2) .content-entry-wrap {
        padding-left: 15px;
    }
}

/* [ ## Frontpage Cat Posts ] */
.frontpage-cat-posts {
    margin-bottom: -30px;
}

.frontpage-cat-posts .row .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55.5%;
    flex: 0 0 55.5%;
    max-width: 55.5%;
}

.frontpage-cat-posts .row .col-lg-7 .post.post-grid .entry-thumb {
    margin-bottom: 17px;
}

.frontpage-cat-posts .row .col-lg-7 .post.post-grid .entry-title {
    font-size: 28px;
}

.frontpage-cat-posts .row .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44.5%;
    flex: 0 0 44.5%;
    max-width: 44.5%;
}

.frontpage-cat-posts .post.post-grid {
    margin-bottom: 30px;
}

.frontpage-cat-posts .post .thumb-wrap img {
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .frontpage-cat-posts .row .col-lg-7,
    .frontpage-cat-posts .row .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .frontpage-cat-posts .row .col-lg-7 .post.post-grid .entry-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-cat-posts .row .col-lg-7 .post.post-grid .entry-title {
        font-size: 22px;
    }
}

/* [ ## Popular Posts ] */
.frontpage-popular-posts .carousel-nav-circle .owl-nav.disabled,
.frontpage-popular-posts .carousel-nav-circle .owl-nav {
    position: absolute;
    right: 0;
    top: -75px;
}

.frontpage-popular-posts .owl-nav > div {
    background-color: #F6F6F6;
}

.frontpage-popular-posts .owl-nav > div:hover {
    background-color: #000;
}

.frontpage-popular-posts .post.post-grid {
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    .frontpage-popular-posts > div {
        margin-bottom: -30px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-popular-posts .carousel-nav-circle .owl-nav.disabled,
    .frontpage-popular-posts .carousel-nav-circle .owl-nav {
        right: 10px;
        top: 10px;
    }
}

/* [ ## Trending Posts ] */
.frontpage-trending-posts .post.post-grid.style-seven .entry-title {
    font-size: 22px;
    margin-bottom: 13px;
}

.frontpage-trending-posts .post.post-grid.style-seven .entry-meta-content {
    padding-top: 0px;
}

.frontpage-trending-posts .post.post-grid.style-seven .entry-meta-content:before {
    height: 0px;
}

.frontpage-trending-posts .carousel-nav-dots .owl-dots {
    padding-top: 45px;
}

.frontpage-trending-posts .carousel-nav-dots .owl-dots > div {
    margin: 0 5px;
}

.frontpage-trending-posts .carousel-nav-dots .owl-dots > div > span {
    height: 10px;
    width: 10px;
}

.frontpage-trending-posts .carousel-nav-dots .owl-dots > div.active > span {
    background-color: #000;
}

.frontpage-trending-posts .post.post-grid {
    margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
    .frontpage-trending-posts .post.post-grid.style-seven .entry-title {
        font-size: 20px;
    }
    .frontpage-trending-posts .carousel-nav-dots .owl-dots {
        padding-top: 35px;
    }
}

/*-------------------------------------------------------------------
    # Slider
*/
.slider-item {
    position: relative;
    overflow: hidden;
}

.slider-item .slider-thumb {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    min-height: 400px;
}

.slider-item .slider-thumb:before {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
}

.slider-item .slider-thumb .featured-link {
    display: block;
    position: relative;
    z-index: 1;
}

.slider-item:hover .featured-media {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.slider-item .content-entry-wrap {
    left: 0;
    position: absolute;
    width: 100%;
}

.slider-item .featured-badge-list {
    margin-bottom: 25px;
}

.slider-item .entry-title {
    font-size: 38px;
    line-height: 1.15em;
    font-weight: 800;
    margin-bottom: 22px;
    color: #fff;
}

.slider-item .entry-title > a {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.slider-item .entry-title > a:hover, .slider-item .entry-title > a:focus {
    color: #a5b165;
}

.slider-item .entry-meta-content {
    color: #84af79 ;
}

.slider-item .entry-meta-content .entry-category > a:before {
    color: #84af79 ;
}

.slider-item .entry-meta-content a {
    color: #84af79 ;
}

.slider-item .entry-meta-content a:hover, .slider-item .entry-meta-content a:focus {
    color: #a5b165 !important;
}

.frontpage-slider-posts {
    position: relative;
    border-bottom: 7px solid #84af79 ;
}

.frontpage-slider-posts.slider-style-one {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.frontpage-slider-posts.slider-style-one .owl-carousel .animated {
    -webkit-animation-duration: 1200ms;
    animation-duration: 1200ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.frontpage-slider-posts.slider-style-one #frontpage-slider {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/* 
.frontpage-slider-posts.slider-style-one #frontpage-slider .slider-item {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    min-height: 680px;
} */

/* .frontpage-slider-posts.slider-style-one #frontpage-slider .slider-item .slider-thumb {
    min-height: 680px;
} */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    padding: unset!important;
      background: #84af79 ;
  }
  .sticky ul li a{
  /* color:black!important; */
  }
  .sticky .search-btn{
      color:black!important; 
  }
  .owl-stage-outer{
      height: 500px;
  
  }
  .sticky  {
    padding-top: 102px;
  }


.frontpage-slider-posts.slider-style-one .frontpage-slider-thumb {
    bottom: 70px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.frontpage-slider-posts.slider-style-one .owl-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -10px;
}

.frontpage-slider-posts.slider-style-one .owl-thumbs .owl-thumb-item {
    text-align: left;
    background-color: transparent;
    border: 0 solid;
    margin: 0 10px;
    padding: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.frontpage-slider-posts.slider-style-one .owl-thumbs .owl-thumb-item > span {
    display: block;
}

.frontpage-slider-posts.slider-style-one .owl-thumbs .owl-thumb-item .thumb {
    float: left;
}

.frontpage-slider-posts.slider-style-one .owl-thumbs .owl-thumb-item .thumb > img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 0.7;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    border: 3px solid #84af79 ;
}

.frontpage-slider-posts.slider-style-one .owl-thumbs .owl-thumb-item .text {
    color: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    padding-left: 20px;
    font-family: "Nanum Gothic", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45em;
    margin-top: 7px;
}

.frontpage-slider-posts.slider-style-one .owl-thumbs .owl-thumb-item.active .thumb > img {
    opacity: 1;
}

.frontpage-slider-posts.slider-style-one .owl-thumbs .owl-thumb-item.active .text {
    color: white;
}

.frontpage-slider-posts.slider-style-two {
    overflow: hidden;
}

.frontpage-slider-posts.slider-style-two #frontpage-slider .slider-item {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-color: #000;
    min-height: 350px;
}

.frontpage-slider-posts.slider-style-two #frontpage-slider .slider-item .slider-thumb {
    min-height: 570px;
}

.frontpage-slider-posts.slider-style-two #frontpage-slider .slider-item .content-entry-wrap {
    bottom: 100px;
    padding: 0 40px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
}

.frontpage-slider-posts.slider-style-two #frontpage-slider .owl-item.center .slider-item .content-entry-wrap {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    bottom: 40px;
}

.frontpage-slider-posts.slider-style-three #frontpage-slider .slider-item {
    cursor: -webkit-grab;
    cursor: grab;
    min-height: 400px;
    background-color: #000;
}

.frontpage-slider-posts.slider-style-three #frontpage-slider .slider-item .slider-thumb {
    min-height: 680px;
}

.frontpage-slider-posts.slider-style-three #frontpage-slider .slider-item .entry-title {
    font-family: "Playfair Display", serif;
    margin-bottom: 30px;
}

.frontpage-slider-posts.slider-style-three #frontpage-slider .slider-item .content-entry-wrap {
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.frontpage-slider-posts.slider-style-three #frontpage-slider .slider-item .content-entry-wrap .entry-meta-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.frontpage-slider-posts.slider-style-three .owl-nav {
    display: none;
}

.frontpage-slider-posts.slider-style-four #frontpage-slider .owl-stage-outer > .owl-stage {
    margin-left: 55px;
}

.frontpage-slider-posts.slider-style-four #frontpage-slider .owl-item {
    margin-right: 2px !important;
}

.frontpage-slider-posts.slider-style-four #frontpage-slider .slider-item {
    text-align: center;
}

.frontpage-slider-posts.slider-style-four #frontpage-slider .slider-item .content-entry-wrap {
    bottom: 35px;
    padding: 0 15px;
}

.frontpage-slider-posts.slider-style-four #frontpage-slider .slider-item .entry-title {
    font-family: "Playfair Display", serif;
    margin-bottom: 30px;
}

.frontpage-slider-posts.slider-style-four #frontpage-slider .slider-item .entry-meta-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.frontpage-slider-posts.slider-style-four #frontpage-slider.carousel-nav-align-center .owl-nav > div {
    background-color: #fff;
    color: #000;
}

.frontpage-slider-posts.slider-style-four #frontpage-slider.carousel-nav-align-center .owl-nav > div:hover {
    background-color: #000;
    color: #fff;
}

.frontpage-slider-posts.slider-style-four #frontpage-slider.carousel-nav-align-center .owl-nav > div .owl-prev {
    left: calc(50% - 610px);
}

.frontpage-slider-posts .slider-hero-post .slider-item .slider-thumb {
    min-height: 640px;
    width: calc(50% + 185px);
}

.frontpage-slider-posts .slider-hero-post .slider-item .slider-thumb:before {
    background-color: transparent;
}

.frontpage-slider-posts .slider-hero-post .slider-item .content-entry-wrap {
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.frontpage-slider-posts .slider-hero-post .slider-item .content-entry-wrap .content-entry-wrap-inner {
    background-color: #000;
    padding: 45px 15px 55px 60px;
    margin-left: 40px;
}

.frontpage-slider-posts .slider-hero-post .slider-item .content-entry-wrap .entry-title {
    font-size: 48px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
}

.frontpage-slider-posts.slider-style-five #frontpage-slider .slider-item .slider-thumb {
    min-height: 600px;
}

.frontpage-slider-posts.slider-style-five #frontpage-slider .slider-item .slider-thumb:before {
    background-color: transparent;
}

.frontpage-slider-posts.slider-style-five #frontpage-slider .slider-item .content-entry-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.frontpage-slider-posts.slider-style-five #frontpage-slider .slider-item .content-entry-wrap .content-entry-wrap-inner {
    width: 790px;
    border: 20px solid #fff;
}

.frontpage-slider-posts.slider-style-five #frontpage-slider .slider-item .content-entry-wrap .content-entry-wrap-inner .content-entry-wrap-inner-inner {
    background-color: rgba(255, 255, 255, 0.9);
    margin: 40px;
    padding: 70px 50px 53px;
}

.frontpage-slider-posts.slider-style-five #frontpage-slider .slider-item .entry-title {
    margin-bottom: 23px;
    color: #000;
    font-family: "Prata", serif;
}

.frontpage-slider-posts.slider-style-five #frontpage-slider .slider-item .entry-meta-content {
    color: #727272;
}

.frontpage-slider-posts.slider-style-five #frontpage-slider .slider-item .entry-meta-content .entry-category > a:before {
    color: #727272;
}

.frontpage-slider-posts.slider-style-five #frontpage-slider .slider-item .entry-meta-content a {
    color: #000;
}

.frontpage-slider-posts.slider-style-five .carousel-nav-align-center .owl-nav {
    display: block;
}

.frontpage-slider-posts.slider-style-five .carousel-nav-align-center .owl-nav > div {
    width: 40px;
    border-radius: 0px;
    background-color: #fff;
    color: #000;
}

.frontpage-slider-posts.slider-style-five .carousel-nav-align-center .owl-nav > div:before {
    position: absolute;
    content: "";
    top: 0;
    border-style: solid;
    border-width: 25px 5px;
    -webkit-transition: all 0.25s ease-in 0s;
    transition: all 0.25s ease-in 0s;
}

.frontpage-slider-posts.slider-style-five .carousel-nav-align-center .owl-nav > div.owl-prev {
    left: 20px;
}

.frontpage-slider-posts.slider-style-five .carousel-nav-align-center .owl-nav > div.owl-prev:before {
    border-color: #fff transparent transparent #fff;
    right: -10px;
}

.frontpage-slider-posts.slider-style-five .carousel-nav-align-center .owl-nav > div.owl-next {
    right: 20px;
}

.frontpage-slider-posts.slider-style-five .carousel-nav-align-center .owl-nav > div.owl-next:before {
    border-color: transparent #fff #fff transparent;
    left: -10px;
}

.frontpage-slider-posts.slider-style-five .carousel-nav-align-center .owl-nav > div:hover {
    background-color: #000;
    color: #fff;
}

.frontpage-slider-posts.slider-style-five .carousel-nav-align-center .owl-nav > div:hover.owl-prev:before {
    border-color: #000 transparent transparent #000;
}

.frontpage-slider-posts.slider-style-five .carousel-nav-align-center .owl-nav > div:hover.owl-next:before {
    border-color: transparent #000 #000 transparent;
}

.frontpage-slider-posts.slider-style-six #frontpage-slider .owl-stage-outer > .owl-stage {
    margin-left: 58px;
}

.frontpage-slider-posts.slider-style-six #frontpage-slider .owl-item {
    margin-right: 1px !important;
}

.frontpage-slider-posts.slider-style-six #frontpage-slider .slider-item {
    text-align: center;
}

.frontpage-slider-posts.slider-style-six #frontpage-slider .slider-item .slider-thumb:before {
    background-color: transparent;
}

.frontpage-slider-posts.slider-style-six #frontpage-slider .slider-item .content-entry-wrap {
    padding: 0px;
    width: 100%;
    top: 0;
    bottom: auto !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.frontpage-slider-posts.slider-style-six #frontpage-slider .slider-item .content-entry-wrap .content-entry-wrap-inner {
    width: 650px;
    padding: 50px 30px 53px;
    background-color: #fff;
}

.frontpage-slider-posts.slider-style-six #frontpage-slider .slider-item .entry-meta-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.frontpage-slider-posts.slider-style-six #frontpage-slider .slider-item .entry-title {
    margin-bottom: 20px;
    color: #000;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 48px;
}

.frontpage-slider-posts.slider-style-six #frontpage-slider .slider-item .entry-meta-content {
    color: #727272;
}

.frontpage-slider-posts.slider-style-six #frontpage-slider .slider-item .entry-meta-content .entry-category > a:before {
    color: #727272;
}

.frontpage-slider-posts.slider-style-six #frontpage-slider .slider-item .entry-meta-content a {
    color: #000;
}

.frontpage-slider-posts.slider-style-six #frontpage-slider.carousel-nav-align-center .owl-nav > div:hover {
    background-color: transparent;
    color: #000;
}





@media only screen and (max-width: 1280px) {
    .slider-item .entry-title {
        font-size: 32px;
    }
    .frontpage-slider-posts.slider-style-two #frontpage-slider .owl-item.center .slider-item .content-entry-wrap {
        bottom: 30px;
    }
    .frontpage-slider-posts.slider-style-two #frontpage-slider .slider-item .content-entry-wrap {
        padding: 0 20px; 
    }
    .frontpage-slider-posts.slider-style-six #frontpage-slider .slider-item .entry-title {
        font-size: 38px;
    }
    .frontpage-slider-posts.slider-style-six #frontpage-slider .slider-item .content-entry-wrap .content-entry-wrap-inner {
        padding: 40px 15px 45px;
        width: 530px;
    }
}

@media only screen and (max-width: 1199px) {
    .slider-item .entry-title {
        font-size: 32px;
    }
   
    .frontpage-slider-posts.slider-style-one #frontpage-slider .owl-item.active .slider-item .content-entry-wrap {
        bottom: 170px;
    }
    .frontpage-slider-posts.slider-style-one .frontpage-slider-thumb {
        bottom: 30px;
    }
    .frontpage-slider-posts.slider-style-two #frontpage-slider .slider-item .slider-thumb {
        min-height: 520px;
    }
    
    .frontpage-slider-posts.slider-style-five #frontpage-slider .slider-item .content-entry-wrap .content-entry-wrap-inner {
        border-width: 10px;
        width: 690px;
    }
    .frontpage-slider-posts.slider-style-five #frontpage-slider .slider-item .content-entry-wrap .content-entry-wrap-inner .content-entry-wrap-inner-inner {
        margin: 20px;
        padding: 55px 50px 50px;
    }
    .frontpage-slider-posts.slider-style-six #frontpage-slider .slider-item .entry-title {
        font-size: 32px;
    }
    .frontpage-slider-posts.slider-style-six #frontpage-slider .slider-item .content-entry-wrap .content-entry-wrap-inner {
        width: 450px;
    }
    .frontpage-slider-posts .slider-hero-post .slider-item .slider-thumb {
        min-height: 600px;
        width: calc(50% + 150px);
    }
    .frontpage-slider-posts .slider-hero-post .slider-item .content-entry-wrap .content-entry-wrap-inner {
        margin-left: 0;
        padding: 45px 15px 50px 30px;
    }
    .frontpage-slider-posts .slider-hero-post .slider-item .content-entry-wrap .entry-title {
        font-size: 38px;
    }
}

@media only screen and (max-width: 991px) {
    .slider-item .featured-badge-list {
        margin-bottom: 20px;
    }
    .slider-item .entry-title {
        font-size: 28px;
    }
    .frontpage-slider-posts.slider-style-one #frontpage-slider .slider-item .content-entry-wrap {
        padding-top: 30px;
    }
    .frontpage-slider-posts.slider-style-one .owl-thumbs .owl-thumb-item .text {
        display: none;
    }
    .frontpage-slider-posts.slider-style-five #frontpage-slider .slider-item .content-entry-wrap .content-entry-wrap-inner {
        width: calc(100% - 180px);
    }
    .frontpage-slider-posts.slider-style-six #frontpage-slider .slider-item .entry-title {
        font-size: 28px;
    }
    .frontpage-slider-posts.slider-style-six #frontpage-slider .slider-item .content-entry-wrap .content-entry-wrap-inner {
        width: 100%;
    }
    .frontpage-slider-posts .slider-hero-post .slider-item .slider-thumb {
        min-height: 560px;
        width: calc(50% + 50px);
    }
    .frontpage-slider-posts .slider-hero-post .slider-item .content-entry-wrap .entry-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-item .entry-title {
        font-size: 24px;
    }
    /* .frontpage-slider-posts.slider-style-one #frontpage-slider .slider-item {
        min-height: 500px;
    }
    .frontpage-slider-posts.slider-style-one #frontpage-slider .slider-item .slider-thumb {
        min-height: 500px;
    } */
    .frontpage-slider-posts.slider-style-one #frontpage-slider .owl-item.active .slider-item .content-entry-wrap {
        bottom: 150px!important;
    }
    /* .frontpage-slider-posts.slider-style-two #frontpage-slider .slider-item .slider-thumb {
        min-height: 450px;
    } */
    .frontpage-slider-posts.slider-style-two #frontpage-slider .slider-item .entry-meta-content .entry-meta-author {
        display: none;
    }
    /* .frontpage-slider-posts.slider-style-three #frontpage-slider .slider-item .slider-thumb {
        min-height: 500px;
    }
    .frontpage-slider-posts.slider-style-five #frontpage-slider .slider-item .slider-thumb {
        min-height: 480px;
    } */
    .frontpage-slider-posts.slider-style-five #frontpage-slider .slider-item .content-entry-wrap .content-entry-wrap-inner {
        width: calc(100% - 100px);
    }
    .frontpage-slider-posts.slider-style-five #frontpage-slider .slider-item .content-entry-wrap .content-entry-wrap-inner .content-entry-wrap-inner-inner {
        padding: 45px 15px 40px;
    }
    .frontpage-slider-posts.slider-style-six #frontpage-slider .slider-item .entry-title {
        font-size: 24px;
    }
    .frontpage-slider-posts .slider-hero-post .slider-item .slider-thumb {
        min-height: 500px;
        width: 50%;
    }
    .frontpage-slider-posts .slider-hero-post .slider-item .content-entry-wrap .entry-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-slider-posts.slider-style-one #frontpage-slider .owl-item.active .slider-item .content-entry-wrap {
        bottom: 120px;
    }
    .frontpage-slider-posts.slider-style-one .owl-thumbs .owl-thumb-item .thumb > img {
        height: 45px;
        width: 45px;
    }
    .frontpage-slider-posts.slider-style-two #frontpage-slider .slider-item .content-entry-wrap {
        padding: 0 15px;
    }
    .frontpage-slider-posts.slider-style-two #frontpage-slider.carousel-nav-align-center .owl-nav > div {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    .frontpage-slider-posts.slider-style-two #frontpage-slider.carousel-nav-align-center:hover .owl-nav > div {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    .frontpage-slider-posts.slider-style-three #frontpage-slider .slider-item .slider-thumb {
        min-height: 420px;
    }
    .frontpage-slider-posts.slider-style-six #frontpage-slider .owl-stage-outer > .owl-stage,
    .frontpage-slider-posts.slider-style-four #frontpage-slider .owl-stage-outer > .owl-stage {
        margin-left: 0px;
    }
    .frontpage-slider-posts.slider-style-six #frontpage-slider .owl-item,
    .frontpage-slider-posts.slider-style-four #frontpage-slider .owl-item {
        margin-right: 30px !important;
    }
    .frontpage-slider-posts.slider-style-five #frontpage-slider .slider-item .slider-thumb {
        min-height: 420px;
    }
    .frontpage-slider-posts.slider-style-five #frontpage-slider .slider-item .content-entry-wrap .content-entry-wrap-inner {
        width: calc(100% - 30px);
        border-width: 5px;
    }
    .frontpage-slider-posts.slider-style-five #frontpage-slider .slider-item .content-entry-wrap .content-entry-wrap-inner .content-entry-wrap-inner-inner {
        margin: 10px;
        padding: 30px 15px 25px;
    }
    .frontpage-slider-posts.slider-style-five #frontpage-slider .slider-item .entry-title {
        font-size: 20px;
        margin-bottom: 15px !important;
    }
    .frontpage-slider-posts.slider-style-five .carousel-nav-align-center .owl-nav > div {
        width: 30px;
    }
    .frontpage-slider-posts.slider-style-five .carousel-nav-align-center .owl-nav > div:before {
        border-width: 20px 5px;
    }
    .frontpage-slider-posts .slider-hero-post .slider-item .slider-thumb {
        min-height: 420px;
        width: 100%;
    }
    .frontpage-slider-posts .slider-hero-post .slider-item .content-entry-wrap .content-entry-wrap-inner {
        padding: 35px 15px;
    }
    .frontpage-slider-posts .slider-hero-post .slider-item .content-entry-wrap .entry-title {
        font-size: 22px;
    }
}

/*-------------------------------------------------------------------
    # Featured ( All Featured Style )
*/
.featured-item {
    position: relative;
    overflow: hidden;
}

.featured-item .featured-media {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.featured-item .featured-media:before {
    content: "";
    height: 100%;
    width: 100%;
    bottom: 0;
    top: 0;
    position: absolute;
}

.featured-item .featured-media .featured-link {
    display: block;
    position: relative;
    z-index: 1;
}

.featured-item .featured-badge-list {
    margin-bottom: 25px;
}

.featured-item .entry-title {
    font-size: 28px;
    line-height: 1.25em;
    font-weight: 800;
    margin-bottom: 22px;
    color: #000;
}

.featured-item .entry-title > a {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.featured-item .entry-title > a:hover, .featured-item .entry-title > a:focus {
    color: #a5b165;
}

.featured-style-one .featured-item {
    border-radius: 10px;
}

.featured-style-one .featured-item .featured-media {
    border-radius: 10px;
}

.featured-style-one .featured-item .featured-media:before {
    border-radius: 10px;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
}

.featured-style-one .featured-item:hover .featured-media {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.featured-style-one .entry-title {
    color: #fff;
}

.featured-style-one .entry-title > a:hover, .featured-style-one .entry-title > a:focus {
    color: #a5b165;
}

.featured-style-one .content-entry-wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    padding: 20px;
}

.featured-style-one .entry-meta-content {
    color: #cfcfcf;
}

.featured-style-one .entry-meta-content .entry-category > a:before {
    color: #cfcfcf;
}

.featured-style-one .entry-meta-content a {
    color: #fff;
}

.featured-style-one .entry-meta-content a:hover, .featured-style-one .entry-meta-content a:focus {
    color: #a5b165;
}

.featured-style-one .frontpage-featured-posts-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.featured-style-one .frontpage-featured-posts-content .ffp-inner-wrap-50 {
    max-width: 50%;
    margin-bottom: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.featured-style-one .frontpage-featured-posts-content .frontpage-featured-post {
    padding: 0 15px;
    margin-bottom: 30px;
    min-height: 200px;
}

.featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="1"], .featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="2"] {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="1"] .featured-media {
    height: 570px;
}

.featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="2"] .featured-item .entry-title {
    font-size: 22px;
    line-height: 1.35em;
    margin-bottom: 12px;
}

.featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="2"] .featured-media, .featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="3"] .featured-media, .featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="4"] .featured-media {
    height: 270px;
}

.featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="3"], .featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="4"] {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="3"] .featured-item .featured-badge-list, .featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="4"] .featured-item .featured-badge-list {
    margin-bottom: 15px;
}

.featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="3"] .featured-item .entry-title, .featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="4"] .featured-item .entry-title {
    font-size: 18px;
    margin-bottom: 9px;
}

.featured-style-two .featured-item .featured-media:before {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
}

.featured-style-two .entry-title {
    color: #fff;
}

.featured-style-two .entry-title > a:hover, .featured-style-two .entry-title > a:focus {
    color: #a5b165;
}

.featured-style-two .content-entry-wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    padding: 20px;
    z-index: 2;
}

.featured-style-two .entry-meta-content {
    color: #cfcfcf;
}

.featured-style-two .entry-meta-content .entry-category > a:before {
    color: #cfcfcf;
}

.featured-style-two .entry-meta-content a {
    color: #fff;
}

.featured-style-two .entry-meta-content a:hover, .featured-style-two .entry-meta-content a:focus {
    color: #a5b165;
}

.featured-style-three {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.featured-style-three #featured-carousel-two > .owl-stage-outer {
    border-bottom: 1px solid #DDDDDD;
}

.featured-style-three .featured-item {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.featured-style-three .featured-item .featured-media {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.featured-style-three .featured-item .featured-media .featured-badge-list {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    text-align: center;
    margin-bottom: 30px;
}

.featured-style-three .featured-item .featured-media img {
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    width: 100%;
}

.featured-style-three .featured-item .featured-media:hover img {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.featured-style-three .featured-item .content-entry-wrap {
    position: relative;
    text-align: center;
    padding: 25px 15px 23px;
    border-right: 1px solid #DDDDDD;
}

.featured-style-three .featured-item .entry-title {
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 22px;
    color: #000;
}

.featured-style-three .featured-item .entry-meta-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.featured-style-five {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    margin-bottom: -55px;
}

.featured-style-five .featured-item {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    margin-bottom: 55px;
}

.featured-style-five .featured-item .featured-media {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    margin-bottom: 20px;
}

.featured-style-five .featured-item .featured-media img {
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    border-radius: 10px;
}

.featured-style-five .featured-item .featured-media:hover img {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.featured-style-five .featured-item .featured-badge-list {
    margin-bottom: 0px;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    z-index: 1;
}

.featured-style-five .featured-item .entry-title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.featured-style-five .featured-item.small .featured-media {
    margin-bottom: 25px;
}

.featured-style-five .featured-item.small .entry-title {
    font-size: 18px;
    line-height: 1.4em;
}

@media only screen and (max-width: 1280px) {
    .featured-style-two .featured-item .entry-title {
        font-size: 24px;
        line-height: 1.2em;
        margin-bottom: 20px;
    }
    .featured-style-three .featured-item .featured-media .featured-badge-list {
        margin-bottom: 20px;
    }
    .featured-style-three .featured-item .content-entry-wrap {
        padding: 20px 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .featured-item .entry-title {
        font-size: 22px;
        line-height: 1.2em;
        margin-bottom: 20px;
    }
    .featured-item .featured-badge-list {
        margin-bottom: 15px;
    }
    .featured-style-one .content-entry-wrap {
        padding: 15px;
    }
    .featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="1"] .featured-media {
        height: 510px;
    }
    .featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="2"] .featured-media, .featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="3"] .featured-media, .featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="4"] .featured-media {
        height: 240px;
    }
    .featured-style-three .featured-item .entry-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .featured-style-five {
        margin-bottom: -30px;
    }
    .featured-style-five .featured-item {
        margin-bottom: 30px;
    }
    .featured-style-five .featured-item.small .featured-media {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .featured-style-one {
        margin-bottom: -30px;
    }
    .featured-style-one .content-entry-wrap {
        padding: 20px;
    }
    .featured-style-one .frontpage-featured-posts-content .ffp-inner-wrap-50 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 0;
        max-width: 100%;
    }
    .featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="1"] .featured-media, .featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="2"] .featured-media {
        height: 450px;
    }
    .featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="3"] .featured-media, .featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="4"] .featured-media {
        height: 270px;
    }
    .featured-style-five .featured-item .entry-title {
        font-size: 24px;
    }
    .featured-style-five .featured-item .featured-media img {
        width: 100%;
    }
    .featured-style-five .featured-item.small .featured-media {
        margin-bottom: 15px;
    }
    .featured-style-five .featured-item.small .entry-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .featured-style-five .featured-item .entry-title {
        font-size: 22px;
    }
    .featured-style-five .featured-item.small .entry-title {
        font-size: 22px;
    }
    .featured-style-two .featured-item .entry-title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 575px) {
    .featured-item .entry-title {
        font-size: 20px;
    }
    .featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="1"] .featured-media, .featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="2"] .featured-media, .featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="3"] .featured-media, .featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="4"] .featured-media {
        height: 320px;
    }
    .featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="1"] .featured-item .entry-title, .featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="2"] .featured-item .entry-title, .featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="3"] .featured-item .entry-title, .featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="4"] .featured-item .entry-title {
        font-size: 20px;
        line-height: 1.2em;
        margin-bottom: 20px;
    }
    .featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="3"], .featured-style-one .frontpage-featured-posts-content .frontpage-featured-post[data-el="4"] {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .featured-style-one .content-entry-wrap {
        padding: 15px;
    }
    .featured-style-two .featured-item .entry-title {
        font-size: 20px;
    }
}

/*-------------------------------------------------
    # Page Layouts
*/
/* [ ## Baeaking News ] */
.breaking-news-area {
    background-color: #f8f8f8;
    position: relative;
}

.breaking-news-area:before {
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #a5b165;
    left: 0;
    top: 0;
    content: "";
}

.breaking-news-area .bn-news {
    background-color: #f8f8f8;
}

@media only screen and (max-width: 991px) {
    .breaking-news-area .container {
        max-width: 100%;
    }
    .breaking-news-area .bn-label {
        padding-right: 25px;
    }
    .breaking-news-area .bn-news ul li a {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .breaking-news-area .bn-label {
        display: none;
    }
    .breaking-news-area .bn-news {
        left: 0 !important;
    }
    .breaking-news-area .bn-news ul li a {
        padding-left: 15px;
        font-size: 13px;
    }
}

/* [ ## Instagram Area ] */
.instagram-widget-area .bt-instafeed-widget {
    margin-bottom: 0px;
}

.instagram-widget-area.style-two .bt-instafeed-widget #instafeed > .feed-item {
    padding-right: 1px;
}

.instagram-widget-area.style-three {
    padding: 0 20px;
}

.instagram-widget-area.style-three .bt-instafeed-widget #instafeed > .feed-item {
    padding-right: 1px;
}

@media only screen and (max-width: 767px) {
    .instagram-widget-area .widget.bt-instafeed-widget #instafeed > .feed-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media only screen and (max-width: 575px) {
    .instagram-widget-area.style-three {
        padding: 0 15px;
    }
}

.add-banner-style-two {
    text-align: center;
}

.add-banner-style-two .add-content {
    display: inline-block;
    padding: 20px;
}

/* [ ## Newsletter ] */
.newsltter-area {
    position: relative;
    padding: 30px 0;
}

.newsltter-area:before {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(50% + 185px);
}

.newsltter-area .row.align-items-center {
    min-height: 100px;
}

.newsltter-area .social-share-two {
    margin-left: -17px;
}

.newsltter-area .social-share-two > li > a {
    color: #fff;
    font-size: 12px;
}

.newsltter-area .social-share-two > li > a:hover, .newsltter-area .social-share-two > li > a:focus {
    color: #a5b165;
}

.newsltter-area .newsltter-content {
    position: relative;
}

.newsltter-area .newsltter-content > h3 {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 700;
    left: -240px;
    line-height: 1.15em;
    margin-bottom: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 185px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.newsltter-area .newsltter-content .form-group {
    position: relative;
    margin-bottom: 0px;
}

.newsltter-area .newsltter-content input[type="email"] {
    background-color: transparent;
    padding: 5px 0 !important;
    border-bottom: 1px solid #000;
    width: 100%;
    font-size: 14px;
}

.newsltter-area .newsltter-content input[type="email"]:focus {
    border-color: #a5b165;
}

.newsltter-area .newsltter-content #subscribe-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    border-radius: 0px;
    border: 0px solid;
    padding: 0;
}

.newsltter-area .newsltter-content #subscribe-btn:hover {
    color: #a5b165;
}

@media only screen and (max-width: 1199px) {
    .newsltter-area:before {
        width: calc(50% + 150px);
    }
}

@media only screen and (max-width: 991px) {
    .newsltter-area {
        padding: 20px 0;
    }
    .newsltter-area:before {
        width: calc(50% + 50px);
    }
    .newsltter-area .newsltter-content > h3 {
        font-size: 20px;
        left: -155px;
        width: 130px;
    }
}

@media only screen and (max-width: 767px) {
    .newsltter-area:before {
        width: 50%;
    }
    .newsltter-area .newsltter-content > h3 {
        display: none;
    }
    .newsltter-area .social-share-two {
        margin-left: -10px;
    }
    .add-banner-style-two {
        padding: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .newsltter-area {
        padding: 50px 0;
    }
    .newsltter-area:before {
        width: 0%;
    }
    .newsltter-area .newsltter-content > h3 {
        display: block;
        color: #000;
        left: 0;
        margin-top: 35px;
        position: relative;
        text-align: left;
        width: 100%;
    }
    .newsltter-area .social-share-two > li > a {
        color: #000;
    }
    .newsltter-area .social-share-two {
        margin-left: 0px;
        text-align: center;
    }
}

/* [ ## About Us ] */
.about-us-area {
    overflow: hidden;
    padding-top: 30px;
}

.about-us-area .container {
    position: relative;
}

.about-us-area .quote {
    bottom: -50px;
    left: 15px;
    position: absolute;
    z-index: 0;
}

.about-us-area .about-us-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

.about-us-area .about-us-content > .name {
    font-size: 48px;
    font-weight: normal;
    margin-bottom: 52px;
    font-family: "Playfair Display", serif;
}

.about-us-area .about-us-content > p {
    line-height: 1.8em;
    text-align: justify;
}

.about-us-area .about-us-content .author-sign {
    margin-top: 50px;
}

@media only screen and (max-width: 1199px) {
    .about-us-area .about-us-content > .name {
        font-size: 38px;
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 991px) {
    .about-us-area {
        padding-top: 0;
    }
    .about-us-area .quote {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .about-us-area .about-us-content > .name {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .about-us-area .about-us-content .author-sign {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .about-us-area .about-us-content > .name {
        font-size: 26px;
        margin-bottom: 25px;
    }
}

/* [ ## Main Wrapper ] */
.main-wrapper .site-main .load-post {
    display: none;
}
 .load-post1 {
    display: none;
}
.main-wrapper .load-more-area .loadmore,
.main-wrapper .load-more-area .no-posts {
    display: none;
}
.main-wrapper .load-more-area1 .loadmore1,
.main-wrapper .load-more-area1 .no-posts1 {
    display: none;
}

.main-wrapper .load-more-area .no-posts {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}
.main-wrapper .load-more-area1 .no-posts1 {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.main-wrapper .load-more-area .loadmore.active,
.main-wrapper .load-more-area .no-posts.active {
    display: inline-block;
}
.main-wrapper .load-more-area1 .loadmore1.active,
.main-wrapper .load-more-area1 .no-posts1.active {
    display: inline-block;
}

.main-wrapper.style-two .post,
.main-wrapper.style-two .post.post-grid {
    margin-bottom: 55px;
}

.main-wrapper.style-two .post.post-list {
    margin-bottom: 45px;
}

.main-wrapper.blog-style-one .site-main .load-post {
    display: none;
}

.main-wrapper.blog-style-one .site-main .post.post-list.list-style-two:nth-child(2n-1) .content-entry-wrap {
    padding-left: 100px;
}

.main-wrapper.blog-style-one .site-main .post.post-list.list-style-two:nth-child(2n) .row > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.main-wrapper.blog-style-one .site-main .post.post-list.list-style-two:nth-child(2n) .row > div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.main-wrapper.blog-style-one .site-main .post.post-list.list-style-two:nth-child(2n) .content-entry-wrap {
    padding-right: 100px;
    padding-left: 0px;
}

.main-wrapper.blog-style-two .site-main .section-header {
    margin-bottom: 60px;
}

.main-wrapper.blog-style-two .site-main #masonry-posts {
    margin: 0 -40px;
}

.main-wrapper.blog-style-two .site-main #masonry-posts [class*=col-] {
    padding: 0 40px;
}

.main-wrapper.blog-style-two .entry-meta-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.main-wrapper.blog-style-two .post.post-grid {
    text-align: center;
}

.main-wrapper.blog-style-two .post.post-grid .thumb-wrap img {
    border-radius: 0px;
}

.main-wrapper.blog-style-two .post.post-grid .entry-thumb {
    margin-bottom: 25px;
}

.main-wrapper.blog-style-two .post.post-grid .entry-title {
    line-height: 1.3em;
    margin-bottom: 0px;
}

.main-wrapper.blog-style-two .navigation.paging-navigation {
    margin-top: 45px;
}

.main-wrapper.blog-style-three {
    padding: 25px 5px 0;
}

.main-wrapper.blog-style-three .post.post-grid.style-five .entry-meta-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-wrapper.blog-style-three .container-fluid .row {
    margin: 0 -10px;
}

.main-wrapper.blog-style-three .container-fluid [class*=col-] {
    padding: 0 10px;
}

.main-wrapper.blog-style-three .container-fluid .blog-posts-row .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

.main-wrapper.blog-style-three .container-fluid .blog-posts-row .col-lg-5 .post.style-five .thumb-wrap {
    height: 740px;
}

.main-wrapper.blog-style-three .container-fluid .blog-posts-row .col-lg-5 .post.style-five .entry-meta-content {
    margin-bottom: 0;
}

.main-wrapper.blog-style-three .container-fluid .blog-posts-row .col-lg-5 .post.style-five .content-entry-wrap {
    padding-left: 90px;
    padding-right: 90px;
}

.main-wrapper.blog-style-three .container-fluid .blog-posts-row .col-lg-5 .post.style-five .featured-badge-list {
    margin-bottom: 25px;
}

.main-wrapper.blog-style-three .container-fluid .blog-posts-row .col-lg-5 .post.style-five .entry-title {
    font-size: 32px;
    line-height: 1.1em;
    margin-bottom: 25px;
}

.main-wrapper.blog-style-three .container-fluid .blog-posts-row .col-lg-7 {
    max-width: 60%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
}

.main-wrapper.blog-style-three .container-fluid .blog-posts-row .col-lg-7 .post.style-five .thumb-wrap {
    height: 360px;
}

.main-wrapper.blog-style-three .container-fluid .blog-posts-row .col-lg-7 .post.style-five .content-entry-wrap {
    padding: 20px 30px;
}

.main-wrapper.blog-style-three .container-fluid .blog-posts-row .col-lg-7 .post.style-five.small .content-entry-wrap {
    padding: 20px 80px;
}

.main-wrapper.blog-style-three .container-fluid .blog-posts-row .col-lg-7 .post.style-five.small .thumb-wrap {
    height: 360px;
}

.main-wrapper.blog-style-three .container-fluid .blog-posts-row .col-lg-7 .post.style-five.small .featured-badge-list {
    margin-bottom: 15px;
}

.main-wrapper.blog-style-three .container-fluid .blog-posts-row .col-lg-7 .post.style-five.small .entry-title {
    font-size: 24px;
    line-height: 1.28em;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1320px) {
    .main-wrapper.blog-style-three .container-fluid .blog-posts-row .col-lg-5 .post.style-five .content-entry-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-wrapper.blog-style-three .container-fluid .blog-posts-row .col-lg-7 .post.style-five .content-entry-wrap {
        padding: 20px 15px;
    }
    .main-wrapper.blog-style-three .container-fluid .blog-posts-row .col-lg-7 .post.style-five.small .content-entry-wrap {
        padding: 20px 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-wrapper .container > .row > .col-lg-9 {
        -webkit-box-flex: 66.67%;
        -ms-flex: 66.67%;
        flex: 66.67%;
        max-width: 66.67%;
    }
    .main-wrapper .container > .row > .col-lg-3 {
        -webkit-box-flex: 33.33%;
        -ms-flex: 33.33%;
        flex: 33.33%;
        max-width: 33.33%;
    }
    .main-wrapper.style-two .post,
    .main-wrapper.style-two .post.post-grid {
        margin-bottom: 35px;
    }
    .main-wrapper.blog-style-one .site-main .post.post-list.list-style-two:nth-child(2n-1) .content-entry-wrap {
        padding-left: 0;
    }
    .main-wrapper.blog-style-one .site-main .post.post-list.list-style-two:nth-child(2n) .content-entry-wrap {
        padding-right: 0;
    }
    .main-wrapper.blog-style-two .site-main #masonry-posts {
        margin: 0 -15px;
    }
    .main-wrapper.blog-style-two .site-main #masonry-posts [class*="col-"] {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 991px) {
    .main-wrapper .container > .row > .col-lg-9,
    .main-wrapper .container > .row > .col-lg-3 {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
    .main-wrapper .col-lg-6 .post.post-grid .thumb-wrap img {
        width: 100%;
    }
    .main-wrapper .col-lg-6 .post.post-grid .entry-summary {
        margin-top: 20px;
    }
    .main-wrapper .col-lg-6 .post.post-grid .entry-title {
        font-size: 24px;
    }
    .main-wrapper.blog-style-one .site-main .post.post-list.list-style-two:nth-child(2n) .row > div:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .main-wrapper.blog-style-one .site-main .post.post-list.list-style-two:nth-child(2n) .row > div:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .main-wrapper.blog-style-two .site-main .section-header {
        margin-bottom: 35px;
    }
    .main-wrapper.blog-style-two .post.post-grid {
        margin-bottom: 40px;
    }
    .main-wrapper.blog-style-two .post.post-grid .thumb-wrap img {
        width: 100%;
    }
    .main-wrapper.blog-style-two .entry-meta-content {
        margin-bottom: 15px;
    }
    .main-wrapper.blog-style-two .navigation.paging-navigation {
        margin-top: 25px;
    }
    .main-wrapper.blog-style-three {
        padding-top: 0px;
    }
    .main-wrapper.blog-style-three .container-fluid .blog-posts-row .col-lg-5,
    .main-wrapper.blog-style-three .container-fluid .blog-posts-row .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .main-wrapper.blog-style-three .container-fluid .blog-posts-row .col-lg-7 [class*="col-"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .main-wrapper.blog-style-three .container-fluid .blog-posts-row .post.post-grid.style-five .entry-title {
        font-size: 24px !important;
    }
    .main-wrapper.blog-style-three .container-fluid .blog-posts-row .col-lg-5 .post.style-five .thumb-wrap {
        height: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .main-wrapper.style-two .post,
    .main-wrapper.style-two .post.post-grid {
        margin-bottom: 40px;
    }
    .main-wrapper .col-lg-6 .post.post-grid .entry-title {
        font-size: 22px;
    }
    .main-wrapper.blog-style-three .container-fluid .blog-posts-row .post.post-grid.style-five .entry-title {
        font-size: 22px !important;
    }
    .main-wrapper.blog-style-three .container-fluid .blog-posts-row .col-lg-5 .post.style-five .thumb-wrap {
        height: 500px;
    }
}

@media only screen and (max-width: 575px) {
    .main-wrapper.blog-style-three {
        padding: 0;
    }
    .main-wrapper.blog-style-three .container-fluid .blog-posts-row .col-lg-5,
    .main-wrapper.blog-style-three .container-fluid .blog-posts-row .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .main-wrapper.blog-style-three .container-fluid .blog-posts-row .col-lg-7 [class*="col-"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .main-wrapper.blog-style-three .container-fluid .blog-posts-row .col-lg-7 .post.style-five .thumb-wrap,
    .main-wrapper.blog-style-three .container-fluid .blog-posts-row .col-lg-5 .post.style-five .thumb-wrap {
        height: 330px;
    }
}

/* [ ## Frontpage Cat ] */
.frontpage-cat-block {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.frontpage-cat-block .section-header.style-two .section-title {
    color: #fff;
}

.frontpage-cat-block .cat-item {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    border-radius: 10px;
    display: block;
    overflow: hidden;
    text-align: center;
}

.frontpage-cat-block .cat-item img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}

.frontpage-cat-block .cat-item > h3 {
    background-color: #262626;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: "Playfair Display", serif;
    padding: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.frontpage-cat-block .cat-item:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.frontpage-cat-block .cat-item:hover img {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.frontpage-cat-block .cat-item:hover > h3 {
    color: #a5b165;
}

/* [ ## Promo Section ] */
.section-promo-boxes {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.section-promo-boxes .row {
    margin: 0px;
}

.section-promo-boxes [class*=col-] {
    padding: 0 1px 0 0;
}

.section-promo-boxes .promo-boxes-item {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    min-height: 150px;
    position: relative;
}

.section-promo-boxes .promo-boxes-item img {
    width: 100%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.section-promo-boxes .promo-boxes-item .promo-boxes-item-inner {
    display: block;
}

.section-promo-boxes .promo-boxes-item .promo-text {
    background-color: #fff;
    bottom: 30px;
    color: #000;
    display: inline-block;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-weight: normal;
    left: 50%;
    padding: 10px 45px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.section-promo-boxes .promo-boxes-item:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.section-promo-boxes .promo-boxes-item:hover img {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.section-promo-boxes .promo-boxes-item:hover .promo-text {
    color: #a5b165;
}

@media only screen and (max-width: 1199px) {
    .section-promo-boxes .promo-boxes-item .promo-text {
        font-size: 14px;
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-promo-boxes > div {
        margin-bottom: -30px;
    }
    .section-promo-boxes .promo-boxes-item {
        margin-bottom: 30px;
    }
}

/*------------------------------------------------------------------
    # Sidebar 
*/
.sidebar {
    margin-bottom: -60px;
}

.sidebar .widget.widget-categories ul {
    padding-top: 3px;
}

.sidebar .widget.widget-categories ul > li:nth-child(6n-5) > a .count {
    background-color: #a5b165;
}

.sidebar .widget.widget-categories ul > li:nth-child(6n-4) > a .count {
    background-color: #E37050;
}

.sidebar .widget.widget-categories ul > li:nth-child(6n-3) > a .count {
    background-color: #00CECA;
}

.sidebar .widget.widget-categories ul > li:nth-child(6n-2) > a .count {
    background-color: #FF77A8;
}

.sidebar .widget.widget-categories ul > li:nth-child(6n-1) > a .count {
    background-color: #00B993;
}

.sidebar .widget.widget-categories ul > li:nth-child(6n) > a .count {
    background-color: #5AB1F1;
}

.sidebar .widget.widget-categories ul > li > a {
    color: #000;
}

.sidebar .widget.bt-instafeed-widget #instafeed {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -5px;
    padding-top: 10px;
}

.sidebar .widget.bt-instafeed-widget #instafeed > .feed-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 5px;
}

.sidebar .widget.bt-instafeed-widget #instafeed > .feed-item img {
    border-radius: 10px;
}

.sidebar.sidebar-style-two .widget-title {
    font-family: "Prata", serif;
    font-weight: normal;
}

.sidebar.sidebar-style-two .widget-title:before {
    background-color: transparent;
}

.sidebar.sidebar-style-two .progress .progress-bar {
    border-color: #000 !important;
}

.sidebar.sidebar-style-two .post.side-post .thumb-wrap {
    border-radius: 0px;
}

.sidebar.sidebar-style-two .post.side-post .thumb-wrap img {
    border-radius: 0px;
}

.sidebar.sidebar-style-two .post.side-post .thumb-wrap .count {
    background-color: #000;
}

.sidebar.sidebar-style-two .post.side-post .entry-title {
    font-size: 18px;
    font-family: "Prata", serif;
    font-weight: normal;
    line-height: 1.2em;
    margin-top: -2px;
}

.sidebar.sidebar-style-two .widget.tb-subscribe-widget .subscribe-box {
    border-radius: 0px;
}

.sidebar.sidebar-style-two .widget.tb-subscribe-widget .subscribe-box input[type="email"] {
    border-radius: 0px;
}

.sidebar.sidebar-style-two .widget.tb-subscribe-widget .subscribe-form #subscribe-btn {
    background-color: #000;
    border-radius: 0px;
}

.sidebar.sidebar-style-two .widget.tb-subscribe-widget .subscribe-form #subscribe-btn:hover {
    background-color: #a5b165 !important;
}

.sidebar.sidebar-style-two .widget.widget-text .widget-content a img {
    border-radius: 0;
}

@media only screen and (max-width: 1199px) {
    .sidebar {
        margin-bottom: -40px;
    }
}

@media only screen and (max-width: 991px) {
    .sidebar {
        margin-top: 80px;
    }
    .sidebar.pb-60 {
        margin-bottom: -30px;
        margin-top: 0px;
    }
}

/*-------------------------------------------------
    # Widgets
*/
.widget {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    margin-bottom: 58px;
    /* ----- List Widget ----- */
    /* ----- Widget Categories ----- */
    /* ----- Subscribe Widget ----- */
    /* ----- Posts Slide Widget ----- */
    /* ----- About Us Widget ----- */
    /* ----- Widget Text ----- */
    /* ----- About Me Widget ----- */
    /* ----- Instafeed Widget ----- */
}

.widget .widget-title {
    font-size: 22px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-family: "Nanum Gothic", sans-serif;
    position: relative;
}

.widget .widget-title:before {
    position: absolute;
    content: "";
    bottom: 5px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #ddd;
}

.widget .widget-title span {
    background-color: #fff;
    display: inline-block;
    padding-right: 8px;
    position: relative;
}

.widget.widget-list ul li {
    margin-bottom: 10px;
}

.widget.widget-list ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget.widget-list ul li a {
    color: #000;
    font-size: 14px;
    display: block;
}

.widget.widget-list ul li a:hover, .widget.widget-list ul li a:focus {
    color: #a5b165;
}

.widget.widget-categories ul {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    margin-top: -5px;
}

.widget.widget-categories ul > li {
    margin: 5px 0;
}

.widget.widget-categories ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 800;
    font-size: 16px;
    font-family: "Nanum Gothic", sans-serif;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.widget.widget-categories ul > li > a > .count {
    color: #fff;
    float: right;
    font-size: 12px;
    height: 33px;
    display: inline-block;
    width: 33px;
    line-height: 33px;
    background-color: #313131;
    text-align: center;
    border-radius: 50%;
}

.widget.widget-categories ul > li > a:hover {
    color: #a5b165;
}

.widget .post.side-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.widget .post.side-post > .thumb-wrap {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    overflow: hidden;
    position: relative;
}

.widget .post.side-post > .thumb-wrap .count {
    background-color: #a5b165;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    height: 44px;
    line-height: 48px;
    position: absolute;
    right: -3px;
    text-align: center;
    top: -6px;
    width: 44px;
}

.widget .post.side-post .content-entry-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding-left: 15px;
}

.widget .post.side-post .entry-title {
    font-size: 16px;
    line-height: 1.28em;
    margin-bottom: 13px;
}

.widget.tb-review-posts-widget .widget-content {
    padding-top: 10px;
}

.widget.tb-review-posts-widget .post.side-post:last-child {
    margin-bottom: 0px;
}

.widget.tb-review-posts-widget .post.side-post .post-review-rating {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
}

.widget.tb-review-posts-widget .post.side-post .content-entry-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 70px);
    flex: 0 0 calc(100% - 70px);
    max-width: calc(100% - 70px);
}

.widget.bt-socail-widget {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.widget.bt-socail-widget .widget-content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    padding: 0.5px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile > .icon {
    display: block;
    color: #fff;
    min-height: 80px;
    padding: 13px 5px;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-facebook-icon {
    background-color: #39579A;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-google-plus-icon {
    background-color: #D94830;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-twitter-icon {
    background-color: #0C9EF5;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-youtube-icon {
    background-color: #E21C00;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-instagram-icon {
    background-color: #4E54D3;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-vimeo-icon {
    background-color: #1AB1F0;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-pinterest-icon {
    background-color: #B00000;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-soundcloud-icon {
    background-color: #FF8800;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile > .icon > span {
    display: block;
    line-height: 15px;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile > .icon .social-icon {
    line-height: 15px;
    margin-bottom: 8px;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile > .icon .bt-count {
    font-weight: 600;
    font-size: 12px;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile > .icon .bt-media-type {
    font-size: 11px;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile:hover {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.widget.bt-socail-widget.bt-socail-widget-two .widget-content {
    display: block;
}

.widget.bt-socail-widget.bt-socail-widget-two .widget-content > .bt-socail-profile {
    max-width: 100%;
}

.widget.bt-socail-widget.bt-socail-widget-two .widget-content > .bt-socail-profile > .icon {
    margin-bottom: 5px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F8F8F8;
    padding: 0px;
    font-size: 12px;
    text-transform: uppercase;
}

.widget.bt-socail-widget.bt-socail-widget-two .widget-content > .bt-socail-profile > .icon .social-icon {
    max-width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    margin-bottom: 0px;
    background-color: #000;
    color: #fff;
    height: 40px;
    line-height: 40px;
}

.widget.bt-socail-widget.bt-socail-widget-two .widget-content > .bt-socail-profile > .icon .right {
    max-width: calc(100% - 50px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 50px);
    flex: 0 0 calc(100% - 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    font-weight: 600;
}

.widget.bt-socail-widget.bt-socail-widget-two .widget-content > .bt-socail-profile > .icon .right .bt-count b {
    color: #727272;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
}

.widget.bt-socail-widget.bt-socail-widget-two .widget-content > .bt-socail-profile > .icon:last-child {
    margin-bottom: 0px;
}

.widget.bt-widget-categories .widget-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}

.widget.bt-widget-categories .widget-content .cat-item {
    display: block;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5px;
    min-height: 80px;
}

.widget.bt-widget-categories .widget-content .cat-item > .cat-item-inner {
    border-radius: 10px;
    overflow: hidden;
}

.widget.bt-widget-categories .widget-content .cat-item .cat-thumb {
    position: relative;
}

.widget.bt-widget-categories .widget-content .cat-item .cat-thumb img {
    width: 100%;
}

.widget.bt-widget-categories .widget-content .cat-item .cat-thumb:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.widget.bt-widget-categories .widget-content .cat-item .cat-name {
    font-family: "Nanum Gothic", sans-serif;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 800;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.widget.bt-widget-categories .widget-content .cat-item:hover .cat-thumb:before {
    background-color: rgba(0, 0, 0, 0.7);
}

.widget.bt-widget-categories .widget-content .cat-item:hover .cat-name {
    color: #a5b165;
}

.widget.bt-widget-categories.bt-widget-categories-two .widget-content .cat-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.widget.bt-widget-categories.bt-widget-categories-two .widget-content .cat-item > .cat-item-inner {
    border-radius: 0px;
}

.widget.bt-widget-categories.bt-widget-categories-two .widget-content .cat-item .cat-thumb:before {
    background-color: transparent;
}

.widget.bt-widget-categories.bt-widget-categories-two .widget-content .cat-item .cat-name {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    height: auto;
    top: auto;
    width: 100%;
    font-family: "Prata", serif;
    text-align: center;
    color: #000;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.widget.bt-widget-categories.bt-widget-categories-two .widget-content .cat-item .cat-name > span {
    display: inline-block;
    padding: 8px 30px;
    background-color: #fff;
}

.widget.bt-widget-categories.bt-widget-categories-two .widget-content .cat-item:hover .cat-thumb:before {
    background-color: rgba(0, 0, 0, 0.2);
}

.widget.bt-widget-categories.bt-widget-categories-two .widget-content .cat-item:hover .cat-name {
    color: #a5b165;
}

.widget.tb-subscribe-widget .subscribe-box {
    background-color: #FCFCFC;
    padding: 30px 15px;
    border-radius: 10px;
    border: 4px solid #F1F1F1;
    text-align: center;
}

.widget.tb-subscribe-widget .subscribe-box p {
    margin-bottom: 30px;
}

.widget.tb-subscribe-widget .subscribe-box .icon {
    margin-bottom: 17px;
}

.widget.tb-subscribe-widget .subscribe-box input[type=email] {
    width: auto;
    background-color: #F6F6F6;
    color: #000;
    font-size: 14px;
    font-style: normal;
    padding: 5px 15px;
    height: 40px;
    border-radius: 40px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.widget.tb-subscribe-widget .subscribe-box input:focus {
    outline: none;
    border: none;
}

.widget.tb-subscribe-widget .subscribe-box :-ms-input-placeholder,
.widget.tb-subscribe-widget .subscribe-box :-ms-input-placeholder,
.widget.tb-subscribe-widget .subscribe-box ::-webkit-input-placeholder {
    color: #b1b1b1;
}

.widget.tb-subscribe-widget .subscribe-box ::placeholder,
.widget.tb-subscribe-widget .subscribe-box :-ms-input-placeholder,
.widget.tb-subscribe-widget .subscribe-box ::-webkit-input-placeholder {
    color: #b1b1b1;
}

.widget.tb-subscribe-widget .subscribe-form {
    text-align: center;
    padding: 0 10px;
}

.widget.tb-subscribe-widget .subscribe-form .form-group {
    margin-bottom: 0;
}

.widget.tb-subscribe-widget .subscribe-form #subscribe-btn {
    width: 100%;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
}

.widget.tb-posts-slide-widget #post-widget-carousel {
    position: relative;
}

.widget.tb-posts-slide-widget #post-widget-carousel .post.post-grid.style-five {
    border-radius: 10px;
    margin-bottom: 0px;
}

.widget.tb-posts-slide-widget #post-widget-carousel .post.post-grid.style-five .thumb-wrap {
    border-radius: 10px;
    overflow: hidden;
}

.widget.tb-posts-slide-widget #post-widget-carousel .post.post-grid.style-five .thumb-wrap:before {
    background: rgba(0, 0, 0, 0.5);
}

.widget.tb-posts-slide-widget #post-widget-carousel .post.post-grid.style-five .content-entry-wrap {
    text-align: left;
}

.widget.tb-posts-slide-widget #post-widget-carousel .post.post-grid.style-five .entry-meta-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.widget.tb-posts-slide-widget #post-widget-carousel .post.post-grid.style-five .entry-title {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 800;
    line-height: 1.1em;
    margin-bottom: 10px;
}

.widget.tb-posts-slide-widget #post-widget-carousel .post.post-grid.style-five .featured-badge-list {
    margin-bottom: 16px;
}

.widget.tb-posts-slide-widget #post-widget-carousel.carousel-nav-circle .owl-nav {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    width: 100%;
}

.widget.tb-posts-slide-widget #post-widget-carousel.carousel-nav-circle .owl-nav > div {
    color: #fff;
}

.widget.bt-about-us-widget .about-logo {
    margin-bottom: 23px;
}

.widget.bt-about-us-widget .about-logo a {
    display: block;
}

.widget.widget-text .widget-content a {
    display: inline-block;
}

.widget.widget-text .widget-content a img {
    border-radius: 10px;
}

.widget.bt-about-me-widget .author-thumb {
    margin-bottom: 35px;
}

.widget.bt-about-me-widget .author-info {
    display: block;
}

.widget.bt-about-me-widget .author-info .name {
    font-family: "Prata", serif;
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 20px;
}

.widget.bt-instafeed-widget {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    position: relative;
}

.widget.bt-instafeed-widget .instafeed-heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.widget.bt-instafeed-widget .instafeed-heading .heading {
    background-color: #fff;
    text-align: center;
    padding: 13px 35px 17px;
}

.widget.bt-instafeed-widget .instafeed-heading .heading h4 {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.9em;
}

.widget.bt-instafeed-widget .instafeed-heading .heading h4 span {
    display: block;
    font-size: 24px;
    text-transform: none;
}

.widget.bt-instafeed-widget #instafeed {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    overflow: hidden;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.widget.bt-instafeed-widget #instafeed > .feed-item {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.widget.bt-instafeed-widget #instafeed > .feed-item a {
    display: block;
}

.widget.bt-instafeed-widget #instafeed > .feed-item img {
    width: 100%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.widget.bt-instafeed-widget #instafeed > .feed-item:hover img {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

@media only screen and (max-width: 1199px) {
    .widget {
        margin-bottom: 40px;
    }
    .widget .widget-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .widget.bt-widget-categories .widget-content .cat-item .cat-name {
        font-size: 16px;
    }
    .widget.tb-subscribe-widget .subscribe-box p {
        margin-bottom: 25px;
    }
    .widget.tb-subscribe-widget .subscribe-form {
        padding: 0;
    }
    .widget.tb-posts-slide-widget .post.post-grid.style-five .content-entry-wrap {
        padding: 15px;
    }
    .widget.tb-posts-slide-widget #post-widget-carousel.carousel-nav-circle .owl-nav {
        left: 15px;
        top: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .widget.bt-widget-categories .widget-content .cat-item .cat-name {
        font-size: 20px;
    }
    .widget.tb-posts-slide-widget .post.post-grid.style-five .thumb-wrap {
        height: 600px;
    }
}

@media only screen and (max-width: 575px) {
    .widget.bt-widget-categories .widget-content .cat-item .cat-name {
        font-size: 16px;
    }
    .widget.widget-categories ul > li > a {
        font-size: 15px;
    }
    .widget.tb-posts-slide-widget .post.post-grid.style-five .thumb-wrap {
        height: 400px;
    }
}

/*------------------------------------------------------------------
    # Site Footer
*/
.site-footer {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.site-footer.footer-default-style {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.site-footer.footer-default-style.bg-black {
    color: #cfcfcf;
}

.site-footer.footer-default-style .widget {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.site-footer.footer-default-style .widget .widget-title {
    color: #fff;
    margin-bottom: 37px;
}

.site-footer.footer-default-style .widget .widget-title:before {
    height: 0px;
}

.site-footer.footer-default-style .widget.tb-subscribe-widget .subscribe-box {
    background-color: transparent;
    border-width: 0px;
    border-radius: 0px;
    padding: 0;
    text-align: left;
}

.site-footer.footer-default-style .widget.tb-subscribe-widget .subscribe-box .subscribe-form {
    padding: 0;
}

.site-footer.footer-default-style .widget.tb-subscribe-widget .subscribe-box .subscribe-form #subscribe-btn:hover {
    background-color: #fff !important;
    color: #a5b165 !important;
}

.site-footer.footer-default-style .widget.tb-subscribe-widget .subscribe-box input[type="email"],
.site-footer.footer-default-style .widget.tb-subscribe-widget .subscribe-box .subscribe-form #subscribe-btn {
    border-radius: 10px;
}

.site-footer.footer-default-style .widget.widget-categories ul {
    margin-top: -9px;
}

.site-footer.footer-default-style .widget.widget-categories ul a {
    color: #fff;
}

.site-footer.footer-default-style .widget.widget-categories ul a:hover, .site-footer.footer-default-style .widget.widget-categories ul a:focus {
    color: #a5b165;
}

.site-footer.footer-default-style .widget .post.side-post {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.site-footer.footer-default-style .widget .post.side-post .entry-title {
    color: #fff;
}

.site-footer.footer-default-style .widget .post.side-post .thumb-wrap:hover img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.site-footer.footer-default-style .widget .post.side-post .content-entry-wrap {
    padding-left: 25px;
}

.site-footer.footer-default-style .widget .post.side-post .entry-meta-content {
    color: #cfcfcf;
}

.site-footer.footer-default-style .widget .post.side-post .entry-meta-content a {
    color: #fff;
}

.site-footer.footer-default-style .widget .post.side-post .entry-meta-content a:hover, .site-footer.footer-default-style .widget .post.side-post .entry-meta-content a:focus {
    color: #a5b165;
}

.site-footer.footer-default-style .widget.latest-posts-widget-two .post.side-post .content-entry-wrap {
    padding-left: 0px;
    padding-right: 25px;
}

.site-footer.footer-default-style .footer-bottom-area {
    border-top: 1px solid #1e1e1e;
    font-size: 12px;
    line-height: 20px;
    padding: 20px 0;
}

.site-footer.footer-default-style .footer-menu {
    text-align: right;
}

.site-footer.footer-default-style .footer-menu ul li {
    display: inline-block;
    margin-left: 20px;
}

.site-footer.footer-default-style .footer-menu ul li:first-child {
    margin-left: 0;
}

.site-footer.footer-default-style .footer-menu ul li a {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.site-footer.footer-default-style .footer-menu ul li a:hover,
.site-footer.footer-default-style .footer-menu ul li a:focus {
    color: #a5b165;
}

.site-footer.footer-default-style.footer-style-two .footer-subscribe-area .widget.tb-subscribe-widget {
    margin-bottom: 0px;
}

.site-footer.footer-default-style.footer-style-two .footer-subscribe-area .widget.tb-subscribe-widget > .row {
    min-height: 50px;
}

.site-footer.footer-default-style.footer-style-two .footer-subscribe-area .widget.tb-subscribe-widget .widget-title {
    font-size: 38px;
    margin-bottom: 0px;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    margin-top: -5px;
}

.site-footer.footer-default-style.footer-style-two .footer-subscribe-area .widget.tb-subscribe-widget .subscribe-box .subscribe-form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.site-footer.footer-default-style.footer-style-two .footer-subscribe-area .widget.tb-subscribe-widget .subscribe-box .subscribe-form .form-group #subscribe-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px;
    border-radius: 40px;
}

.site-footer.footer-default-style.footer-style-two .footer-subscribe-area .widget.tb-subscribe-widget .subscribe-box .subscribe-form .form-group #subscribe-btn:focus {
    background-color: #fff !important;
    color: #a5b165 !important;
}

.site-footer.footer-default-style.footer-style-two .footer-subscribe-area .widget.tb-subscribe-widget .subscribe-box .subscribe-form .form-group input[type="email"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
    border-radius: 40px;
    margin-right: 30px;
    margin-bottom: 0px;
}

.site-footer.footer-bolg-style-one .footer-widget-area {
    margin-bottom: -68px;
}

.site-footer.footer-bolg-style-one .widget.bt-about-us-widget .about-logo {
    margin-bottom: 27px;
}

.site-footer.footer-bolg-style-one .widget.bt-about-us-widget .social-share-two {
    padding-top: 20px;
}

.site-footer.footer-bolg-style-two .footer-widget-area {
    margin-bottom: -73px;
}

.site-footer.footer-bolg-style-two .widget.bt-about-us-widget .widget-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-footer.footer-bolg-style-two .widget.bt-about-us-widget .widget-content .about-logo {
    margin-bottom: 0px;
}

.site-footer.footer-bolg-style-two .widget.bt-about-us-widget .widget-content .social-profile {
    margin-right: -10px;
}

.site-footer.footer-bolg-style-two .widget.bt-about-us-widget .widget-content .social-share-two {
    padding-top: 0px;
}

@media only screen and (max-width: 1199px) {
    .site-footer.footer-default-style .widget .post.side-post .content-entry-wrap {
        padding-left: 15px;
    }
    .site-footer.footer-default-style .footer-widget-area .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .site-footer.footer-default-style.footer-style-two .footer-subscribe-area .widget.tb-subscribe-widget .widget-title {
        font-size: 30px;
    }
    .site-footer.footer-default-style.footer-style-two .footer-widget-area .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .site-footer.footer-bolg-style-one .footer-widget-area {
        margin-bottom: -50px;
    }
}

@media only screen and (max-width: 991px) {
    .site-footer.footer-default-style .widget {
        margin-bottom: 60px;
    }
    .site-footer.footer-default-style .footer-bottom-area .container {
        max-width: 100%;
    }
    .site-footer.footer-default-style .footer-widget-area .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .site-footer.footer-default-style.footer-style-two .footer-subscribe-area .widget.tb-subscribe-widget .widget-title {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .site-footer.footer-default-style.footer-style-two .footer-widget-area .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .site-footer.footer-default-style.footer-style-two .bt-about-us-widget {
        margin-right: 0px;
    }
    .site-footer.footer-default-style.footer-style-two .bt-social-profile-widget .social-profile.text-right {
        text-align: left !important;
    }
    .site-footer.footer-default-style.footer-style-two.ptb-40 {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .site-footer.footer-default-style .footer-bottom-area,
    .site-footer.footer-default-style .footer-menu {
        text-align: center;
    }
    .site-footer.footer-default-style .copyright-text {
        padding: 5px 0;
    }
    .site-footer.footer-default-style .footer-menu ul li {
        margin-left: 0;
    }
    .site-footer.footer-default-style .footer-menu ul li a {
        padding: 5px 10px;
        display: block;
    }
    .site-footer.footer-bolg-style-one .widget.bt-about-us-widget .social-share-two {
        padding-top: 5px;
    }
}

@media only screen and (max-width: 575px) {
    .site-footer.footer-default-style.footer-style-two .footer-subscribe-area .widget.tb-subscribe-widget .subscribe-box .subscribe-form .form-group input[type="email"],
    .site-footer.footer-default-style.footer-style-two .footer-subscribe-area .widget.tb-subscribe-widget .subscribe-box .subscribe-form .form-group #subscribe-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .site-footer.footer-default-style.footer-style-two .footer-subscribe-area .widget.tb-subscribe-widget .subscribe-box .subscribe-form .form-group input[type="email"] {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .site-footer.footer-bolg-style-two .widget.bt-about-us-widget .widget-content {
        display: block;
        text-align: center;
    }
    .site-footer.footer-bolg-style-two .widget.bt-about-us-widget .widget-content .about-logo {
        margin-bottom: 25px;
    }
    .site-footer.footer-bolg-style-two .widget.bt-about-us-widget .widget-content .social-profile {
        margin-right: 0px;
    }
}

/*  newsfeed  */

.newsfeed_section .card-body{
    padding: 0 !important;
}
.newsfeed_section .block_title{
    position: absolute;
    height: 28px;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: #84af79;
    top: -15px;
}
.newsfeed_section .newsfeed_content{
    max-height: 1300px;
    overflow-y:auto;
    padding:0 1.25rem;
    margin-bottom: 10px;
}
.newsfeed_section .news_item{
    border: 1px solid #e1e1e1;
    padding: 10px;
}

.newsfeed_section .newsfeed_content::-webkit-scrollbar {
    width: 8px;
    border-radius: 5px;
  }
  
  /* Track */
  .newsfeed_section .newsfeed_content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
  }
  
  /* Handle */
  .newsfeed_section .newsfeed_content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;

  }
  
  /* Handle on hover */
  .newsfeed_section .newsfeed_content::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
