body {
    font-family: 'Playfair Display', 'Trebuchet MS', 'Arial', 'Open Sans', 'Nunito Sans', sans-serif;
    font-size: 14px;
    overflow-x: hidden !important;
    color: #5e5e5e;
    line-height: 1.42857143;
}

.iconfont {
    font-size: 14px;
}

h2 {
    color: #fff;
    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: #656565
}

a:hover {
    color: #ff6600;
}

.wrap {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

.header-bottom {
    position: relative;
    padding: 0 30px;
    box-sizing: border-box;
}

.logo {
    float: left;
    font-size: 25px;
    padding: 13px 0;
}

.logo a {
    color: #000;
    display: inline-block;

}

.search-icon {
    position: relative;
    float: right;
    color: #000;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    box-shadow: -1px 0 0 0 rgba(0, 0, 0, .05), 1px 0 0 0 rgba(0, 0, 0, .05);
}

.search-icon:hover {
    color: #ff6600;
}

#navBar {
    float: right;
}

#navBar ul li {
    float: left;
}

#navBar ul li>a {
    font-size: 14px;
    color: #525252;
    display: block;
    padding: 20px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: -1px 0 0 0 rgba(0, 0, 0, .05);

}

#navBar ul li>a:hover {
    color: #ff6600;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

#header .header-bottom {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

#header.fixed .header-bottom {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    z-index: 100;
}


@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


.mobile_key {
    display: none;
}

.hot-news-title {
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 24px;
}

.hot-news-title a {
    color: #152535;
}

.main-box-title {
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 20px;
    padding: 15px 15px 18px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    color: #232323;
}

#footer {
    background-color: #1e2e36;
    color: #b5b0b0;
}

.footer-top {
    padding: 20px 0;
    border-bottom: 1px solid #737373;
}

.footer-top .content {
    display: flex;
    justify-content: space-between;
}

.footer-top .share a {
    color: #fff;
}

.footer-top .share a i {
    font-size: 18px;
    margin-right: 10px;
}

.footer-top .share a:hover {
    color: #ff6600;
}

.footer-top .link a {
    margin-right: 15px;
    display: inline-block;
    z-index: 1;
    position: relative;
    color: #fff;
}


.footer-top .link a:hover {
    color: #ff6600;
}

.footer-top .link a:hover:before {
    height: 100%;
}

.header-top-search {
    display: none;
    width: 300px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    z-index: 1000;
    top: 100%;
    right: 0;
    border-top: 2px solid #ff6600;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    background-color: #fff;
}

.header-top-search .close {
    position: absolute;
    top: -3px;
    right: 3px;
    transition: .4s ease;
    z-index: 10;
}

.header-top-search .close i {
    font-size: 20px;
}

.search-form form input {
    width: 100%;
    font-style: italic;
    padding: 0 15px;
    line-height: 50px;
    border: none;
    outline: none;
    background-color: transparent;
}



.content-left {
    float: left;
    width: 69%;
    box-sizing: border-box;
}

.content-right {
    float: right;
    width: 25%;
    box-sizing: border-box;
}

.blog-news-single {
    margin-bottom: 30px;
    vertical-align: top;
    background: #fff;
    transition: .5s ease;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}



.blog-news-single:hover .blog-news-title h2 a {
    color: #ff6600;
}

.blog-news-single .blog-news-img {
    float: left;
    width: 47%;
    overflow: hidden;
    position: relative;
    font-size: 0;
}

.blog-news-single .blog-news-img img {
    transition: .4s ease-in-out;
}

.blog-news-single .blog-news-img img:hover {
    transform: scale(1.1);
}

.blog-news-single .blog-news-img a {
    display: block;
    height: 0;
    padding-bottom: 52%;
    overflow: hidden;
    position: relative;
}

.blog-news-single .blog-news-img a img {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.blog-news-single .blog-news-title {
    float: right;
    width: 50%;
    box-sizing: border-box;
}

.blog-news-single .blog-news-title h2 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 15px;
}

.blog-news-single .blog-news-title h2 a {
    color: #232323
}

.blog-news-single .blog-news-title h2 a:hover {
    color: #ff6600;
}

.blog-news-single .blog-news-title .blog-catagory {
    display: block;
    margin: 15px 0 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #ff6600;
}

.blog-news-single .blog-news-title .blog-catagory:hover {
    text-decoration: underline;
}

.blog-tool .blog-date {
    float: left;
    position: relative;
}

.blog-tool .blog-date:after,
.blog-tool .blog-like:after {
    content: "";
    display: inline-block;
    background-color: currentColor;
    height: 4px;
    width: 4px;
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -2px;
    opacity: .8;
    border-radius: 50%;
}
.blog-tool .blog-like:last-child:after{display:none;}

.blog-tool .blog-like {
    float: left;
    position:relative;
    margin-left: 20px;
}
.blog-tool .blog-like a{color:#9b9b9b;}
.blog-tool .blog-like a:hover{color:#ff6600}

.newsletter-widget {
    position: relative;
    z-index: 1;
    text-align: center;
}

.newsletter-widget h2 {
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.newsletter-widget form {
    position: relative;
}

.newsletter-widget form input {
    border: 1px solid #eee;
    width: 70%;
    height: 45px;
    font-size: 12px;
    color: #656565;
    padding: 0 16px;
    border-radius: 5px;
    font-weight: 600;
    box-sizing: border-box;
    outline: none;
}

.newsletter-widget form button {
    height: 43px;
    background-color: #ff6600;
    font-size: 14px;
    border-radius: 5px;
    color: #fff;
    border: none;
    padding: 0 15px;
    transition: .5s ease;
}

.newsletter-widget form button:hover,
.newsletter-widget form button:focus {
    opacity: 0.8;
}

.newsletter-widget .t {
    margin-bottom: 10px;
    font-size: 12px;
}

.sidebar-widget {
    margin-bottom: 30px;
    border-radius: 3px;
    background-color: #f9f9f9;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
}

.sidebar-widget ul>li>a {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
}

.widget-information {
    padding: 20px;
}

.widget-information select {
    width: 100%;
    height: 45px;
    border-color: #eee;
    padding-left: 10px;
}

.widget-title {
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    color: #000;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
}

.widget-catg li i {
    color: #ff6600
}

.blog-archive-area {
    padding: 40px 0;
}

.single-blog-post-details {
    margin-bottom: 50px;
    padding: 25px;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
}

.blog-title h2 {
    font-size: 20px;
    color: #152535;
    line-height: 1.2;
    position: relative;
    margin-bottom: 20px;
}

.single-blog-post-details h2 {
    color: #152535;
    font-size: 20px;
    line-height: 1.2;
    position: relative;
    margin-bottom: 20px;
    ;
}

.detail .single-blog-post-details h2 {
    padding-bottom: 0;
}

.detail .single-blog-post-details h2::after {
    display: none;
}


.single-blog-post-details .post-data {
    margin: 0 0 20px;
    display: inline-block;
}

.single-blog-post-details .post-data a {
    color: #ff6600;
}

.single-blog-post-content .img {
    margin-bottom: 20px;
}

.single-blog-post-content .tit {
    font-size: 22px;
    color: #152535;
    margin-bottom: 12px;
}

.single-blog-post-content .dsc {
    font-size: 16px;
}

.add-post-btn {
    display: inline-block;
    min-width: 130px;
    height: 35px;
    color: #fff !important;
    border: none;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 35px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background: #ff6600;
    transition: .5s ease;
    cursor: pointer;
}

.add-post-btn:hover {
    opacity: 0.8
}

.comments-box-area {
    background-color: #f9f9f9;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
}
.comments-box-area h2{background:#fff;}
.comments-box-area .t {
    color: #666;
    margin-bottom: 15px;
}

.form-control {
    color: #555;
    background: none;
    font-size: 12px;
    font-style: italic;
    box-sizing: border-box;
    outline: none;
    line-height: 50px;
    height: 50px;
    border:1px solid rgba(0,0,0,.1);
}

.form-group1 input.form-control {
    width: 30%;
    float:left;
    margin-right: 5%;

}

.form-group1 .form-control:last-child {
    margin-right: 0;
}

.comments-form {
    padding:20px;
}

.comments-form .form-control {
    display: block;
    width: 100%;
    padding: 6px 15px;
    line-height: 1.42857143;
    font-family: inherit;
}

.comments-form textarea {
    height: 180px;
    padding: 10px;
    width: 100%;
    font-family: inherit;
}

.comments-form .form-control:focus {
    box-shadow: none;
    border-color: #ff6600 !important;
    outline: 0;
}

.comments-form .form-group {
    margin-bottom: 20px;
}

.blog-pagination {
    display: block;
    padding: 15px;
    text-align: center;
    background: #f3f3f3;
}

.pagination-nav li {
    display: inline-block;
}

.pagination-nav li a {
    border-radius: 5px;
    color: #999;
    border: 1px solid #CACACA;
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fff;
}

.pagination-nav li.active a,
.pagination-nav li a:hover,
.pagination-nav li a:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
    background-color: #ff6600;
    border-color: #ff6600;
}

.widget-news a {
    transition: .4s ease;
}

.widget-news a:hover {
    color: #ff6600;
    transform: translateX(5px)
}

.widget-news i {
    width: 3%;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}

.widget-news span {
    width: 93%;
    display: inline-block;
    vertical-align: top;
}

.single-blog-post-details .info {
    margin: 20px 0;
}

.single-blog-post-details .info .tit {
    font-size: 20px;
    color: #152535;
    margin-bottom: 10px;
}


.single-blog-title {
    text-align: center;
}

.single-blog-title .blog-author a {
    font-size: 16px;
    color: #ff6600;
    text-transform: capitalize;
    margin-bottom: 20px;
    transition: .5s ease;
}

.single-blog-title .blog-author a:hover {
    text-decoration: underline;
}

.single-blog-title .cate-title {
    font-size: 37px;
}

.single-blog-title .blog-tool {
    margin: 15px auto 30px;
    color: #9b9b9b;
    font-size: 16px;
}

.single-blog-title .blog-tool .blog-date,
.single-blog-title .blog-tool .blog-like {
    display: inline-block;
    float: none;
}

.single-blog-post-details .share {
    text-align: center;
    margin-top: 40px;
}

.single-blog-post-details .share a {
    width: 115px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    color: #FFF;
    line-height: 40px;
}
.single-blog-post-details .share a:hover{opacity:0.8}

.single-blog-post-details .share a:first-child {
    background-color: #45619c;
}

.single-blog-post-details .share a:nth-child(2) {
    background-color: #00acee;
}

.single-blog-post-details .share a:nth-child(3) {
    background-color: #bd1e23;
}

.single-blog-post-details .share a:nth-child(4) {
    background-color: #1d87bd;
}

.single-blog-post-details .share a i {
    font-size: 18px;
}



@media only screen and (max-width:1240px) {

    .wrap {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

}










@media only screen and (max-width:992px) {

    .wrap {
        width: 750px;
        box-sizing: border-box;
    }

    #header .header-bottom {
        border: none;
    }

    .logo {
        text-align: center;
        float: none;
    }

    .mobile_key {
        position: relative;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        float: left;
        z-index: 10;
        display: block;
        width: 50px;
        height: 50px;
        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: -8px;
        background: #000;
        border-radius: 2px;
        display: inline-block;
        transition: all 0.3s ease-in-out;
    }

    .mobile_key span {
        margin-top: -8px;
    }

    .mobile_key:before {
        content: '';
        margin-top: 0;
    }

    .mobile_key:after {
        content: '';
        margin-top: 8px;
    }

    .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: 10px;
        color: #454343;
        display: block;
        font-size: 0.875em;
        transition: all 0.2s linear;
        line-height: 1.5;
    }

    #navBar ul li:hover>a {
        color: #ff6600;
    }

    .content-left {
        width: 100%;
    }

    .content-right {
        width: 100%;
    }


    #navBar {
        margin-top: 0;
    }

    #navBar ul {
        padding-top: 50px;
        box-sizing: border-box;
    }

    #navBar ul li>a:hover:before,
    #navBar ul li.active>a:before {
        width: 0;
    }







}

















@media only screen and (max-width:760px) {

    .wrap {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    h2 {
        font-size: 18px;
        line-height: 1.2;
    }


    .logo {
        font-size: 20px;
        padding: 15px 0;
    }

    .mobile_key {
        width: 35px;
        line-height: 35px;
        height: 35px;
        margin: 10px 0 0;
        border: none;
    }

    .search-icon {
        width: 35px;
        line-height: 35px;
        height: 35px;
        margin-top: 10px;
    }

    .mobile_key span,
    .mobile_key:before,
    .mobile_key:after {
        width: 15px;
    }

    .mobile_key span {
        margin-top: -5px;
    }

    .mobile_key:after {
        margin-top: 5px;
    }




    .footer-top .link a {
        font-size: 12px;
        margin-right: 10px;
        margin-bottom: 2px;
    }


    #header.fixed #navBar ul li {
        padding: 0;
    }

    .content-left {
        padding: 0 0 20px;
    }

    .content-right {
        padding: 0;
    }

    #header .header-bottom {
        top: 0;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }

    .blog-archive-left .blog-news-single {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .blog-archive-left .blog-news-single .blog-tool{display:inline-block;}

    .blog-archive-left .blog-news-single h2 {
        font-size: 20px;
    }

    .widget-title {
        font-size: 16px;
    }

    .newsletter-widget form button {
        font-size: 15px;
    }

    .newsletter-widget h2 {
        font-size: 16px;
        padding: 15px 0;
    }

    .newsletter-widget form input,
    .newsletter-widget form button {
        height: 35px;
    }

    .newsletter-widget form button {
        padding: 0 15px;
    }

    .widget-news span {
        font-size: 12px;
    }

    .sidebar-widget ul>li>a {
        font-size: 12px;
    }


    .sidebar-widget {
        margin-bottom: 20px;
    }

    .blog-title h2 {
        font-size: 16px;
        padding-bottom: 0;
    }

    .single-blog-post-details h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .single-blog-post-details .post-data {
        margin-bottom: 10px;
    }

    .single-blog-post-details .post-data a {
        font-size: 12px;
    }

    .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: 15px;
        padding: 15px;
    }

    .add-post-btn {
        min-width: 90px;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }

    .blog-archive-area {
        padding: 20px 0 0;
    }

    .comments-box-area h2 {
        font-size: 18px;

    }

    .comments-form .form-group {
        margin-bottom: 10px;
    }

    .form-control {
        height: 40px;
    }

    .comments-form textarea {
        height: 100px;
    }

    .single-blog-post-details .info .tit {
        font-size: 16px;
    }

    .single-blog-post-details .info .con {
        font-size: 13px;
    }

    .blog-news-single .blog-news-title .blog-catagory {
        margin-bottom: 10px;
    }

    .blog-archive-left .blog-news-single h2 {
        margin-bottom: 10px;
    }

    .pagination-nav li a {
        font-size: 14px;
        line-height: 30px;
        height: 30px;
        width: 30px;
    }

    .widget-news i {
        font-size: 12px;
    }

    .blog-news-single .blog-news-title {
        padding: 15px;
    }

    .hot-news-title {
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 18px;
    }


    .share li {
        height: 85px
    }

    .share li a span {
        display: none;
    }

    .cate-title {
        font-size: 20px;
    }

    .header-top-search .close i {
        font-size: 20px;
    }

    .header-top-search .close {
        right: 20px;
    }

    .footer-top .content{flex-direction: column; text-align: center;}
    .footer-top .share {
        margin:5px 0;
    }

    #header .header-bottom {
        padding: 0 10px;
    }

    .blog-news-single .blog-news-img,
    .blog-news-single .blog-news-title{width:100%; text-align: center;}

    .single-blog-title .cate-title{font-size: 22px;}
    .single-blog-title .blog-tool{font-size: 14px;}
    .single-blog-post-details .share a{width:100%; margin-bottom: 10px;}
    .form-group1 input.form-control{width:100%; margin-bottom: 10px;}

    .single-blog-title .blog-tool{margin-bottom: 15px;}





}

.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;
}