html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed,

figure, figcaption, footer, header, hgroup,

menu, nav, output, ruby, section, summary,

time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;

}

article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;

}

blockquote:before, blockquote:after,

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
    font-family: 'Playfair Display', 'Trebuchet MS', 'Arial', 'Open Sans', 'Nunito Sans', sans-serif;
    font-size: 14px;
    overflow-x: hidden !important;
    color: #2b221f;
    line-height: 1.42857143;
}

.iconfont {
    font-size: 14px;
}

h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

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: #2b221f
}

a:hover {
    color: #f73859;
}

.wrap {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.logo {
    float: left;
    font-size: 20px;
    padding: 22px 0;
}

.logo a {
    color: #fff;
    display: inline-block;
}

.search-icon {
    display: none;
    float: right;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    color:#fff;
    background-color: #2b221f;
    position: relative;
    text-align: center;
    border-radius: 80px;
    z-index: 1;
    -webkit-box-shadow: 0 2px 0 #f73859;
    box-shadow: 0 2px 0 #f73859;
}
.search-icon i{font-size: 18px;}
#navBar {
    float: left;
    margin-left: 12%;
}

#navBar ul li {
    float: left;
    position:relative;
    margin-right: 55px;
    padding:22px 0;
}

#navBar ul li>a {
    font-size: 16px;
    line-height: 30px;
    padding-left:15px;
    font-weight: bold;
    color: #fff;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#navBar ul li>a::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 10px;
    top: 50%;
    left: 0;
    background: #f73859;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

#header .header-bottom {
    position: absolute;
    width: 100%;
    top:0;
    left: 0;
    z-index: 10;
    background-color: #2b221f;
}

#header.fixed .header-bottom {
    position: fixed;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}


@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;
}

.header-top-search {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    ;
}

.header-top-search .close {
    position: absolute;
    top: 20px;
    right: 45px;
    transition: .4s ease;
}

.header-top-search .close:hover {
    transform: rotate(180deg);
}

.header-top-search .close i {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.search-form {
    position: relative;
    top: 25%;
    width: 100%;
    margin-top: 30px;
}

.search-form form {
    width: 60%;
    color: #000;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}

.search-form form input {
    width: 100%;
    background-color: transparent;
    border: none;
    outline:none;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    line-height: 50px;
}

.search-form form button {
    width: 150px;
    height: 45px;
    color: #fff;
    border: none;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 30px;
    border-radius: 3px;
    background-color: #f73859;
}

.page-banner {
    background: url(../img/bg-3.jpg) no-repeat center;
    background-size: cover;
    padding:100px 0;
    text-align: center;
}

.page-banner .title {
    font-weight: bold;
    font-size: 50px;
    color: #fff;
}

.breadcrumb .breadcrumb-item {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    padding-left: 15px;
}

.breadcrumb .breadcrumb-item a {
    color: #f73859;
}

.breadcrumb .breadcrumb-item:after {
    content: '/';
    position: absolute;
    left: 0;


}

.breadcrumb .breadcrumb-item:first-child {
    padding-left: 0;
}

.breadcrumb .breadcrumb-item:first-child::after {
    display: none;
}

.content-left {
    float: left;
    width: 65%;
    box-sizing: border-box;
}

.content-right {
    float: right;
    width: 32%;
    box-sizing: border-box;
}

.blog-news-single {
    margin-bottom: 50px;
}

.blog-news-single .blog-news-title h2 a:hover {
    color: #f73859;
}

.blog-news-single .blog-news-img {
    min-width: 100%;
    width: 100%;
    position: relative;
    font-size: 0;
    border-radius: 20px;
    overflow: hidden;
}

.blog-news-single .blog-news-img a {
    display: block;
}


.blog-news-single .blog-news-title h2 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.blog-news-single .blog-news-title h2 a {
    color: #2b221f;
}

.blog-tool {
    padding:20px 0
}

.blog-tool span {
    color:#2b221f;
    font-size: 16px;
    line-height:27px;
    display: inline-block;
    margin-right: 15px;
    position:relative;
}

.blog-tool span i{
    color: #60a2e3;
    font-size: 16px;
    font-weight: bold;
}

.blog-news-single .text {
    font-size: 16px;
    margin-bottom: 30px;
}
.blog-news-single .more{
    font-weight: bold;
    font-size: 16px;
    padding-right: 80px;
    position:relative;
    color:#2b221f;
}
.blog-news-single .more i{
    position: absolute;
    top: -9px;
    right: 28px;
    font-size: 30px;
    color:#2b221f;
}
.blog-news-single .more::after {
    position: absolute;
    content: "";
    top: -13px;
    right:0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    opacity: .5;
    background: #f73859;
    z-index: -2;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.blog-news-single .more:hover::after{
    opacity:1;
}

.newsletter-widget {
    position: relative;
    z-index: 1;
    margin-bottom: 27px;
}

.newsletter-widget form {
    width: 100%;
    position: relative;
}

.newsletter-widget form input {
    font-size: 15px;
    padding: 20px;
    width: 100%;
    border: 1px solid #e5e1dd;
    outline:none;
}

.newsletter-widget form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    font-size: 18px;
    height: 100%;
    border: none;
    outline:none;
    background-color: transparent;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.widget_categories ul>li {
    margin-bottom: 10px;
}
.widget_categories ul li{position:relative}
.widget_categories ul li a {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    transition: .5s;
    padding-left: 30px;
    position:relative;
}
.widget_categories ul li a:after{
    content:'';
    position:absolute;
    left:5px;
    top:50%;
    margin-top:-5px;
    width:10px;
    height:10px;
    border-radius: 50%;
    background-color:#60a2e3;
}
.widget_categories ul li a:hover{
    color:#f73859;
}
.widget-tags a {
    display: inline-block;
    padding: 8px 24px;
    font-size: 14px;
    border:1px solid #e2d9d2;
    margin-right: 5px;
    text-transform: capitalize;
    margin-bottom: 8px;
    transition: all 0.4s ease-in-out;
}

.widget-tags a:hover {
    background-color: #f73859;
    color: #fff;
}

.sidebar-widget {
    box-sizing: border-box;
    padding: 40px;
    margin-bottom: 27px;
    border:1px solid #e5e1dd;
    border-radius: 8px;
    padding:30px;
}

.widget-title {
    position: relative;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    padding-left: 30px;
    margin-bottom: 30px;
}
.widget-title::before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    top: 8px;
    left:0;
    border-radius: 50px;
    border: 3px solid rgba(43,34,31,0.1);
    background: #f73859;
}


.widget-catg li i {
    color: #f73859
}

.blog-archive-area {
    padding: 110px 0;
}

.single-blog-post-details {
    margin-bottom: 50px;
}

.single-blog-post-details h2 {
    font-size: 32px;
    line-height: 1.2;
    position: relative;
    margin-bottom: 20px;
    ;
}
.single-blog-tools {
    margin-top: 30px;
}

.single-blog-tools .post-data {
    float:left;
    width:50%;
}

.single-blog-tools .post-data a {
    display: inline-block;
    padding: 8px 24px;
    color: #50413c;
    border: 1px solid #e2d9d2;
    border-radius: 3px;
    margin-right: 3px;
}

.single-blog-tools .blog-social {
    float: right;
}

.single-blog-tools .blog-social i {
   margin:0 5px;
   font-size: 18px;
   display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    color: #50413c;
    border: 1px solid #e2d9d2;
    line-height: 40px;
    border-radius: 50px;
    transition:.5s ease;
}
.single-blog-tools .blog-social i:hover{
    background-color: #f73859;
}
.single-blog-post-content .img {
    margin-bottom: 20px;
}

.single-blog-post-content .tit {
    font-size: 20px;
    color: #152535;
    margin-bottom: 10px;
}

.add-post-btn {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2px;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 22.2px 35px;
    background: #f73859;
    border:none;
    outline:none;
}

.add-post-btn::before, .add-post-btn::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.add-post-btn::after {
    background: #2b221f;
    z-index: -2;
}

.add-post-btn:hover::after {
    left: 3px;
    top:3px;
}
.comments-box-area {
    margin-top: 50px;
}


.comments-box-area h2 {
    font-size: 32px;
    font-weight: bold;
    position: relative;

}
.comments-box-area .text{
    font-size: 16px;
    margin-top: 5px;
}
.form-control {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    box-sizing: border-box;
    outline: none;
    line-height: 55px;
    height: 55px;
    border: 1px solid #eee;
    padding: 20px 30px;
    font-family: inherit;
    font-size: 16px;
    width:100%;

}
.form-group1 input{
    float:left;
    width:48%;
    margin-left: 4%;
}
.form-group1 input:first-child{
    margin-left: 0;
}
.comments-form {
    margin-top: 30px;
    box-sizing: border-box;
}

.comments-form textarea {
    height: 150px;
}

.comments-form .form-control:focus {
    box-shadow: none;
    border-color: #f73859 !important;
    outline: 0;
}

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

.blog-pagination {
    display: inline;
    padding: 0 0 15px;
    text-align: center;
}

.pagination-nav li {
    display: inline-block;
}

.pagination-nav li a {
    border-radius: 50%;
    color: #2b221f;
    border: 1px solid #CACACA;
    display: inline-block;
    margin: 0 5px;
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -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 {
    text-decoration: none;
    outline: none;
    background-color: #f73859;
    border-color: #f73859;
}

.widget-news li {
    margin-bottom: 15px;
    border-bottom: 1px dashed #e5e1dd;
    padding-bottom: 15px;
}

.widget-news li a {
    font-size: 18px;
}

.widget-news li a:hover {
    color: #f73859;
}

.widget-news li .time {
    font-size: 16px;
    margin-top: 5px;
    color: #50413c;
}

.widget-news li .time i {
    margin-right: 5px;
}

.single-blog-post-details .info {
    margin: 20px 0;
}

.single-blog-post-details .info .tit {
    font-size: 20px;
    color: #152535;
    margin-bottom: 10px;
}

#footer {
    background-color: #222;
    color: #fff
}

.footer-top {
    padding: 70px 0;
    position: relative;
    z-index: 9;
}

.footer-left {
    float: left;
    width: 40%;
}

.footer-logo {
    font-size: 25px;
    margin-bottom: 20px;
}

.footer-logo a {
    color: #fff;
    font-weight: bold;
}

.footer-text {
    font-size: 16px;
    margin: 20px 0;
}

.footer-share i {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border:1px solid #fff;
    border-radius: 50px;
    margin-right: 5px;
    transition: .5s ease;

}

.footer-share i:hover {
    background-color: #f73859;
}

.footer-links {
    float: left;
    width: 18%;
    margin-left: 4%;
}

.footer-links a {
    color: #fff;
    position: relative;
}

.footer-links ul li {
    margin-bottom: 15px;
    font-size: 16px;
    transition: .5s ease;
}

.footer-links ul li:hover {
    transform: translateX(5px);
}

.footer-links ul li:hover a {
    color: #f73859;
}

#footer .title {
    font-size: 28px;
    position: relative;
    margin-bottom: 30px;
}


.footer-blog {
    float: right;
    width: 27%;
}

.footer-blog ul li {
    margin-bottom: 15px;
    display:flex;
    align-items: center;
}
.footer-blog ul li i{
    color:#f73859;
    font-size: 20px;
    line-height: 1;
    margin-right: 10px;
}
.footer-blog .t{
    font-size: 16px;
    line-height: 26px;
}
.footer-blog a{color:#fff;}
.footer-blog a:hover{
    color:#f73859;
}
.footer-bottom {
    border-top: 1px solid #333F4D;
    padding: 20px 0;
    text-align: center;
}

.footer-copy a{
    color: #fcc41a;
}

.footer-top .wrap{
    display: flex;
    justify-content: center;
}

.single-blog-post-content .dsc{
    font-size: 16px;
    line-height: 2;
}



@media only screen and (max-width:1240px) {

    .wrap {
        width: auto;
    }

}










@media only screen and (max-width:992px) {

    .wrap {
        width: 750px;
        box-sizing: border-box;
    }

    #header .header-bottom {
        position: fixed;
        top: 0;
    }

    .search-icon i{font-size: 17px;}
    .mobile_key {
        position: relative;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        float: right;
        z-index: 10;
        display: block;
        height: 50px;
        margin-left: 20px;
        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: #fff;
        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%;
        margin-left: 0;
        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.on {
        left: 0;
    }

    #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);
        margin-left: 20px;
    }

    #navBar ul li>a {
        padding: 10px 15px;
        color: #666;
        display: block;
        font-size: 0.875em;
        transition: all 0.2s linear;
        line-height: 1.5;
    }

    #navBar ul li:hover>a {
        color: #f73859;
    }

    .page-banner {
        padding: 50px 0;
        margin-top: 0;
    }

    .content-left {
        width: 100%;
    }

    .content-right {
        width: 100%;
    }


    #navBar {
        margin-top: 0;
    }

    #navBar ul {
        padding-top: 50px;
        box-sizing: border-box;
    }


    .footer-contact ul {
        padding: 30px;
        display: block;
    }

    .footer-contact ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-top .wrap{
        flex-direction: column;
    }


}

















@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 10px;
        border: none;
        border-radius: 50%;
        -webkit-box-shadow: 0 2px 0 #f73859;
        box-shadow: 0 2px 0 #f73859;
    }

    .search-icon {
        display:none;
    } 

    .mobile_key span,
    .mobile_key:before,
    .mobile_key:after {
        width: 15px;
    }

    .mobile_key span {
        margin-top: -5px;
    }

    .mobile_key:after {
        margin-top: 5px;
    }

    #header.fixed #navBar ul li {
        padding: 0;
    }
    .single-blog-post-details{margin-bottom: 20px;}
    .page-banner {
        display: none;
    }

    .page-banner .title {
        font-size: 20px;
    }
    .breadcrumb .breadcrumb-item {
        font-size: 14px;
    }

    .footer-contact ul {
        padding: 20px;
    }

    .footer-contact ul li {
        font-size: 14px;
    }

    .footer-contact ul li i {
        font-size: 18px;
    }

    .footer-top {
        padding: 20px 0;
    }

    .footer-left {
        width: 100%;
    }

    .footer-logo {
        font-size: 20px;
    }

    .footer-text {
        font-size: 14px;
        margin: 10px 0;
    }

    .footer-links {
        margin-top: 20px;
        width: 50%;
        margin-left: 0;
        margin-top: 20px;
    }

    .footer-links ul li {
        font-size: 14px;
    }

    #footer .title {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .footer-blog {
        margin-top: 20px;
        width: 100%;
    }

    .content-left {
        padding: 0 0 10px;
    }

    .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 {
        margin-bottom: 20px;
    }

    .blog-archive-left .blog-news-single h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .blog-tool {
        display:none;
    }

    .blog-tool span {
        font-weight: normal;
        margin-right: 8px;
    }

    .blog-news-single .text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .widget-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .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: 45px;
    }

    .widget_categories ul li a {
        font-size: 14px;
    }


    .sidebar-widget {
        margin-bottom: 20px;
        padding: 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;
        width: 100%;
    }

    .single-blog-post-details .post-data a {
        font-size: 14px;
    }
    .single-blog-tools .blog-social{
        width: 100%;
    }

    .single-blog-tools .title{
        margin-bottom: 15px;
    }

    .single-blog-post-content .img {
        margin-bottom: 10px;
    }

    .single-blog-post-content .tit {
        font-size: 16px;
    }

    .single-blog-post-content .dsc {
        font-size: 14px;
    }

    .comments-box-area{
        margin-top: 20px;
    }
    .comments-box-area h2{font-size: 20px;}
    .add-post-btn {
        padding:15px 20px;
    }

    .blog-archive-area {
        padding: 60px 0 0;
    }

    .comments-form {
        margin-top: 15px;
    }

    .widget-information {
        padding: 15px;
    }

    .comments-form .form-group {
        margin-bottom: 15px;
    }
    .comments-form input{
        font-size: 14px;
        padding:10px 20px
    }
    .form-group1 input{width:100%;margin-left: 0;}
    .form-group1 input:first-child{margin-bottom: 15px;}
    .form-control {
        height: 40px;
    }

    .comments-form textarea {
        height: 100px;
        font-size: 14px;
        padding:10px 20px
    }
 
    .single-blog-post-details .info .tit {
        font-size: 16px;
    }

    .single-blog-post-details .info .con {
        font-size: 13px;
    }

    .pagination-nav {
        margin-bottom: 20px;
    }

    .pagination-nav li a {
        font-size: 14px;
        width:40px;
        height: 40px;
        line-height: 40px;
    }

    .blog-news-single .blog-news-title {
        padding: 15px;
    }

    .single-blog-tools {
        margin-top: 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: 16px;
        width: 100%;
    }

    .category-title.detail {
        display: none;
    }

    .header-top-search .close i {
        font-size: 20px;
    }

    .header-top-search .close {
        right: 20px;
    }

    .search-form form button {
        width: 120px;
        height: 35px;
        font-size: 14px;
    }

    .search-form form input {
        padding: 10px;
    }

}

@media (min-width:1024px) {
    .phoneCont{
      display: none !important;
    }
  }

.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%;
    min-height: 250px;
    clear: both;
}

.t_de {
    clear: both;
    height: 0.2rem;
    width: 100%;
    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;
}