body {
    font-family: 'Playfair Display', 'Trebuchet MS', 'Arial', 'Open Sans', 'Nunito Sans', sans-serif;
    font-size: 14px;
    overflow-x: hidden !important;
    color: #313131;
    line-height: 1.42857143;
}


h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

img {
    width: 100%;
}

.fix {
    zoom: 1;
    clear: both;
}

.fix:before,
.fix:after {
    display: table;
    clear: both;
    content: '';
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: 0;
    color: #111111
}

a:hover {
    color: #f38181;
}

.wrap {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.logo {
    float: left;
    font-size: 35px;
    margin-top: 15px;
    font-weight: bold;
}

.logo a {
    color: #313131;
    display: block;
    line-height: 1;

}

.logo a:hover {
    color: #f38181
}

#navBar {
    float: right;
    margin: 23px 0;
}

#navBar ul li {
    float: left;
}

#navBar ul li>a {
    color: #333;
    display: inline-block;
    padding: 0 20px;
    text-transform: uppercase;
}



#navBar ul li>a:hover {
    color: #f38181;
}

#navBar ul li>a:hover::before {
    width: 100%;
}

.header-top {
    background-color: #111;
    padding: 10px 0;
}

.header-top a {
    color: rgba(255, 255, 255, 0.8);
    padding: 0 8px;
    line-height: 20px;
}

.header-top-links {
    float: left;
}

.header-top-share {
    float: right;
}

.header-search {
    float: right;
    margin-top: 20px;
    margin-left: 20px;
}

.search-form {
    display: none;
    position: absolute;
    width: 100%;
    right: 0;
    text-align: right;
    z-index: 1;
}

.search-form input {
    padding: 18px 15px;
    background: transparent;
    border: none;
    box-shadow: none;
    font-size: 16px;
    background-color: #1B1D1C;
    max-width: 350px;
    border-radius: 3px;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.03), 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 -1px 0 0 rgba(0, 0, 0, 0.04);
}

#header .header-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.03), 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 -1px 0 0 rgba(0, 0, 0, 0.04);
}

#header.fixed .header-bottom {
    background: #fff;
    position: fixed;
    top: 0;
}

.mobile_key {
    display: none;
}

.content-left {
    float: left;
    width: 69%;
    box-sizing: border-box;
}

.content-right {
    float: right;
    width: 26%;
    box-sizing: border-box;
}

.blog-news-single {
    margin-bottom: 50px;
}


.blog-news-single .blog-news-img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.blog-news-single .blog-news-img a {
    display: block;
    font-size: 0;
}

.blog-news-single .blog-news-title {
    padding-top: 20px;
}

.blog-news-single .blog-news-title h2 {
    color: #111;
    font-size: 24px;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 10px;
}

.blog-news-single .blog-news-title h2 a {
    color: #111;
}

.blog-news-single .blog-news-title h2 a:hover {
    color: #f38181;
}

.blog-news-single .blog-news-title .con {
    font-size: 16px;
    color: #616161;
}

.sidebar-widget .widget-information li {
    transition: all 0.3s ease 0s;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    background: #eee;
}

.sidebar-widget .widget-information li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.widget-title {
    font-size: 17px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ddd;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.widget-title:after {
    content: '';
    height: 1px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: #eee;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
}


.widget-catg li i {
    color: #f38181
}



.blog-archive-area {
    padding: 50px 0;
}

.single-blog-post-details {
    margin-bottom: 50px;
}

.single-blog-post-details .dsc {
    margin-bottom: 20px;
}

.single-blog-post-content .img {
    margin-bottom: 20px;
}

.single-blog-post-content .tit {
    font-size: 25px;
    color: #152535;
    margin-bottom: 10px;
}

.add-post-btn {
    display: inline-block;
    min-width: 140px;
    height: 36px;
    border: none;
    padding: 0 20px;
    line-height: 36px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #222;
    color: #fff;
    transition: .5s ease;
    cursor: pointer;
}

.comments-box-area {
    margin-bottom: 30px;
}

.comments-box-area h2 {
    color: #111;
    font-size: 35px;
    margin-bottom: 20px;
    position: relative;
}

.form-control {
    color: #777;
    background-color: #fff;
    background-image: none;
    border: none;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
    line-height: 38px;
    height: 38px;
    border: 1px solid #dee2e6;
}

.form-group1 .form-control {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
}

.form-group1 .form-control[name="email"] {
    margin-right: 0;
}

.comments-form {
    margin-top: 10px;
}

.comments-form input {
    display: block;
    width: 100%;
    padding: 6px 15px;
    line-height: 1.42857143;
    font-family: inherit;
}

.comments-form textarea {
    height: 140px;
    padding: 10px;
    width: 100%;
    font-family: inherit;
    box-sizing: border-box;
}

.comments-form .form-control:focus {
    box-shadow: none;
    border-color: #f38181 !important;
    outline: 0;
}

.comments-form .form-group {
    margin-bottom: 15px;
}

.blog-pagination {
    padding: 0 0 15px;
    text-align: center;
}

.pagination-nav li {
    display: inline-block;
}

.pagination-nav li a {
    color: #999;
    border: 1px solid #CACACA;
    display: inline-block;
    margin: 0 5px;
    font-size: 12px;
    padding: 8px 13px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.pagination-nav li a:hover,
.pagination-nav li a:focus,
.pagination-nav li a.active {
    color: #fff;
    text-decoration: none;
    outline: none;
    background-color: #000;
    background-color: #f38181;
    border-color: #f38181;
}

.widget-news li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.widget-news li a {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.widget-news li .time {
    color: #999;
    font-size: 12px;
    font-style: italic;
}

.widget-share {
    text-align: center;
}

.widget-share i {
    margin: 0 8px;
    font-size: 18px;
}

.sidebar-widget {
    margin-bottom: 40px;
}


.search-group {
    position: relative;
}

.search-group .blog-search-btn {
    border: medium none;
    color: #fff;
    font-size: 13px;
    height: 34px;
    transition: .5s ease;
    padding: 0 20px;
    background-color: #222;
    color: #fff;
    margin-top: 15px;
}

.search-group input[type="search"] {
    outline: medium none;
    font-size: 14px;
    line-height: 34px;
    border: 0px;
    width: 100%;
    font-weight: 300;
    z-index: 0;
    background: #fff;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.search-group input[type="search"]:focus {
    outline: none;
}

.blog-title h2 {
    font-size: 24px;
    color: #111;
    line-height: 1.2;
    margin-bottom: 20px;
}

.single-blog-post-details h2 {
    font-size: 35px;
    color: #111;
    line-height: 1.2;
    margin-bottom: 20px;
}

.single-blog-post-details .info {
    margin-bottom: 20px;
}

.single-blog-post-details .info .tit {
    font-size: 20px;
    color: #152535;
    margin-bottom: 10px;
}

#footer {
    padding: 40px 0;
    background-color: #222;
    color: rgba(255, 255, 255, 0.8);
}

#footer a {
    color: rgba(255, 255, 255, 0.8);
}

#footer a:hover {
    color: #fff;
}

.footer-top {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #444
}

.footer-left {
    float: left;
}

.footer-left a {
    margin-right: 15px;
}

.footer-right {
    float: right;
}

.footer-right i {
    font-size: 16px;
    margin: 0 5px;
    color: #fff;
}


.blog-tools .link {
    color: #f38181;
}

.blog-tools .link a {
    font-size: 11px;
    margin: 0 5px;
    color: #f38181;
}

.blog-tools .title {
    font-size: 34px;
    margin: 10px 0;
    line-height: 1.2;
}

.post_head .con {
    margin-bottom: 15px;
}

.blog-top .post_head .con::first-letter {
    font-size: 60px;
    line-height: 1.1;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    color: #111;
    border-bottom: 1px solid #333;
}

.read-more a {
    color: #fff;
    display: inline-block;
    padding: 8px 16px;
    background: #111;
}

.blog-tools .time {
    color: #999;
    font-size: 13px;
    margin-bottom: 15px;
}

.blog-tools .time i {
    font-size: 14px;
    margin-left: 5px;
}

.post_head {
    text-align: center;
}

.post_cat {
    display: inline-block;
    color: #444;
    position: relative;
    font-size: 11px;
}

.post_cat:before {
    content: '';
    height: 1px;
    width: 50px;
    position: absolute;
    background-color: #ddd;
    top: 50%;
    right: 100%;
    margin-right: 80px;
}

.post_cat:after {
    content: '';
    height: 1px;
    width: 50px;
    position: absolute;
    background-color: #ddd;
    top: 50%;
    left: 100%;
    margin-left: 80px;
}

.blog-list .blog-news-single .blog-news-img {
    float: left;
    width: 44%;
}

.blog-list .blog-news-single .blog-news-title {
    float: right;
    width: 52%;
}

.blog-list .post_cat {
    padding-left: 70px;
}

.blog-list .post_cat:before {
    margin-right: 40px;
    left: 0
}

.blog-list .post_cat:after {
    width: 8px;
    height: 8px;
    left: 0;
    transform: translatey(-50%);
    margin-left: 0;
}

.blog-list .blog-news-single .blog-news-title {
    padding-top: 0;
}

.blog-list .blog-tools .title {
    border-bottom: 1px dashed #dedede;
    padding-bottom: 10px;
    font-size: 25px;
    margin: 15px 0 10px;
}

.subscribe-form {
    background: url(../img/bg-border.png) top left repeat;
    padding: 5px;
    text-align: center;
    margin-bottom: 50px;
}

.subscribe-form .inner {
    padding: 40px;
    background-color: #f38181;
    color: #fff
}

.subscribe-form h3 {
    font-size: 25px;
}

.subscribe-form p {
    margin: 10px 0;
}

.subscribe-form form {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.subscribe-form input {
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-sizing: border-box;
}

.subscribe-form button {
    margin-top: 20px;
    background: #111;
    color: #fff;
    border-radius: 0;
    padding: 8px 16px;
    border: 0;
}

.widget-subscribe {
    background: url(../img/bg-border.png) top left repeat;
    padding: 5px;
    text-align: center;
}

.widget-subscribe .inner {
    padding: 20px;
    background: #fff;
}

.widget-subscribe .tit {
    font-size: 21px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.widget-subscribe .con {
    color: #999;
    margin-bottom: 10px;
}


@media only screen and (max-width:1240px) {

    .header-wrap {
        padding-right: 15px;
        padding-left: 15px;
        width: auto;
    }

    .wrap {
        width: auto;
    }

}










@media only screen and (max-width:992px) {

    .header-wrap,
    .wrap {
        width: 750px;
    }

    .header-top {
        display: none;
    }

    #header .header-bottom {
        top: 0;
    }

    #header.fixed .header-bottom {
        background-color: #fff;
    }

    #header.fixed #navBar {
        background-color: #fff;
    }

    .mobile_key {
        position: relative;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        float: right;
        z-index: 10;
        display: block;
        width: 20px;
        height: 20px;
        margin-left: 10px;
        margin-top: 18px
    }

    .mobile_key span,
    .mobile_key:before,
    .mobile_key:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 17px;
        height: 2px;
        margin-left: -10px;
        background: #f38181;
        border-radius: 2px;
        display: inline-block;
        transition: all 0.3s ease-in-out;
    }

    .mobile_key span {
        margin-top: -4px;
    }

    .mobile_key:before {
        content: '';
        margin-top: 3px;
    }

    .mobile_key:after {
        content: '';
        margin-top: 10px;
    }

    .menu-open .mobile_key:before {
        opacity: 0;
        transition: 0.2s ease 0.1s;
    }

    .menu-open .mobile_key:after {
        margin-top: 2px !important;
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
    }

    .menu-open .mobile_key span {
        margin-top: 2px !important;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
    }

    #navBar {
        float: none;
        position: fixed;
        top: 0;
        left: -80%;
        z-index: 1000;
        width: 80%;
        height: 10000px;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        padding: 0;
        box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
        overflow-x: hidden;
    }

    #navBar .bg {
        width: 100%;
        height: 1000px;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1;
        display: none;
    }

    #navBar.on {
        left: 0;
    }

    #navBar.on .bg {
        display: block;
    }

    #navBar ul {
        position: absolute;
        background-color: #fff;
        z-index: 100;
        width: 100%;
        height: 100%;
    }

    #navBar ul li {
        float: none;
        line-height: 30px;
        padding: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.04);
    }

    #navBar ul li>a {
        padding: 5px 10px;
        color: #000;
        display: block;
        font-size: 0.875em;
        transition: all 0.2s linear;
    }

    #navBar ul li:hover>a {
        color: #f38181;
    }


    .content-left {
        width: 100%;
    }

    .content-right {
        width: 100%;
    }



    .logo {
        margin: 20px 0;
        width: auto;
    }

    #navBar {
        margin: 0;
        padding: 0;
    }

    #navBar ul {
        padding-top: 0;
    }

    .crumbs {
        padding: 20px 0;
    }

    .crumb-title {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .crumb-content {
        font-size: 14px;
    }


}

















@media only screen and (max-width:760px) {

    .header-wrap,
    .wrap {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    h2 {
        font-size: 18px;
        line-height: 1.2;
    }


    .logo {
        font-size: 20px;
        margin: 15px 0;
    }

    .mobile_key {
        width: 35px;
        line-height: 30px;
        height: 30px;
        margin: 10px 0 0;
        border: none;
    }

    .mobile_key i {
        font-size: 25px;
    }

    .header-search {
        margin-top: 17px;
    }

    #header.fixed #navBar ul li {
        padding: 0;
    }

    .content-left {
        padding: 0 0 10px;
    }

    .content-right {
        padding: 0;
    }

    .blog-list .blog-news-single .blog-news-img {
        width: 100%;
    }

    .blog-list .blog-news-single .blog-news-title {
        width: 100%;
        padding-top: 20px;
    }

    .blog-list .blog-tools .title {
        font-size: 18px;
    }

    .blog-archive-left .blog-news-single {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .blog-archive-left .blog-news-single h2 {
        font-size: 18px;
    }

    .widget-title {
        font-size: 16px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .sidebar-widget ul>li>a {
        font-size: 14px;
    }
    .subscribe-form .inner{padding:20px;}
    .subscribe-form h3{font-size: 18px;}
    .subscribe-form{margin-bottom: 20px;}
    .sidebar-widget {
        margin-bottom: 20px;
    }

    .sidebar-widget:last-child {
        margin-bottom: 0;
    }

    .blog-title h2 {
        font-size: 17px;
        padding-bottom: 0;
    }

    .single-blog-post-details h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }


    .single-blog-post-content .img {
        margin-bottom: 10px;
    }

    .single-blog-post-content .tit {
        font-size: 16px;
    }

    .single-blog-post-content .dsc {
        font-size: 13px;
    }

    .single-blog-post-details {
        margin-bottom: 25px;
    }

    .add-post-btn {
        min-width: 90px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .blog-archive-area {
        padding: 20px 0;
    }


    .comments-box-area h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .form-group1 .form-control {
        width: 100%;
        margin-right: 0;
    }

    .form-group1 .form-control:first-child {
        margin-bottom: 10px;
    }

    .comments-form .form-group {
        margin-bottom: 10px;
    }

    .form-control {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .comments-form textarea {
        height: 100px;
    }

    .pagination-nav li a {
        padding: 3px 10px;
        font-size: 14px;
    }

    .widget-news i {
        font-size: 12px;
    }

    .blog-news-single .blog-news-title {
        padding-top: 15px;
    }

    .blog-news-single .blog-news-title .con {
        font-size: 13px;
    }
    .widget-subscribe .tit{font-size: 18px;}

    .sidebar-widget .widget-information li a {
        font-size: 13px;
    }

    .comments-box-area {
        margin-bottom: 20px;
    }

    .single-blog-post-details .info .tit {
        font-size: 15px;
    }

    .single-blog-post-details .info .con {
        font-size: 13px;
    }

    .blog-news-single .blog-news-title .time {
        font-size: 13px;
    }

    .breadcrumb-item {
        font-size: 13px;
    }

    .blog-tools .title {
        font-size: 20px;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    #footer{padding:20px 0;}

    .footer-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .footer-right {
        width: 100%;

    }

    .blog-top .post_head .con::first-letter{font-size: 40px;}






}

.positionFixed {
    bottom: 0px;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0%);
    z-index: 999;
    width: 100%;
    background-color: #e4e4e4;
    display: flex;
    justify-content: center;
}

.ad-div {
    margin-bottom: 50px;
    width: 100%
}

.t_de {
    height: 0.2rem;
    max-width: 100%;
    line-height: 0.3rem;
    font-size: 0.6rem;
    padding: 0.5rem 0 1rem 0;
    box-sizing: border-box;
    color: #707070;
    text-align: center;
}

.grecaptcha-badge {
    visibility: hidden;
}