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: #3490de;
}

.wrap {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.header-top {
    padding: 12px 0;
    background-color: #181823;
}

.header-top-email {
    float: right;
    border-bottom: 1px solid #fff;
}

.header-top-email i {
    color: #fff;
    font-size: 20px;
}

.header-top-email input {
    color: #fff;
    max-width: 100px;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 16px;
}

.header-top-email input:-moz-placeholder {
    color: #fff;
}

.header-top-email input::-moz-placeholder {
    color: #fff;
}

.header-top-email input::-webkit-input-placeholder {
    color: #fff;
}

.header-top-social {
    float: left;
}

.header-top-social a {
    margin-right: 10px;
    display: inline-block;
    color: #fff;
}

.header-top-social i {
    font-size: 20px;
    line-height: 35px;
}

.header-top-logo {
    text-align: center;
    font-size: 30px;
}

.header-top-logo a {
    display: block;
    line-height: 35px;
    color: #fff;
}

.header-bottom-links {
    float: right;
    margin-top: 25px;
}

.header-bottom-links ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-left: 20px;
    line-height: 35px;
}

.header-bottom-links ul li a {
    color: #878787;
}

.header-bottom-links ul li i {
    margin-right: 5px;
}

.header-bottom-links ul li a:hover {
    color: #3490de;
}

.logo {
    display: none;
    margin-right: 60px;
    float: left;
    font-size: 30px;
    padding: 20px 0;
}

.logo a {
    color: #000;
    display: inline-block;

}

.logo a:hover {
    color: #3490de
}

#navBar {
    float: left;
    margin: 30px 0;
}

#navBar ul li {
    float: left;
}

#navBar ul li>a {
    font-size: 15px;
    color: #5E5E5E;
    display: inline-block;
    padding: 0 30px;
    text-transform: capitalize;
}

#navBar ul li:first-child>a {
    padding-left: 0;
}


#navBar ul li>a:hover {
    color: #3490de;
}

#navBar ul li>a:hover::before {
    width: 100%;
}

#header .header-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    top: 59px;
    z-index: 10;

}

#header.index .header-bottom .wrap {
    border-bottom: 1px solid rgba(94, 94, 94, 0.6);
}

#header.fixed .logo {
    display: block;
}

#header.fixed .header-bottom-links{
    display: none;
}

#header.fixed .header-bottom {
    background: #fff;
    position: fixed;
    top: 0;
    box-shadow: 0 15px 50px 0 rgba(11, 11, 11, 0.08);

    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}

#header.fixed .header-bottom .wrap {
    border-color: transparent;
}

@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;
}

#footer {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 50px 0 20px;
    background-color: #F9F9F9;

}

.footer-left {
    float: left;
    width: 28%;
    margin-right: 10%;
}

.footer-center {
    float: left;
    width: 28%;
}

.footer-top .tit {
    margin-bottom: 30px;
    font-size: 24px;
    position: relative;
}

.footer-top .tit::after {
    content: "/";
    position: absolute;
    font-size: 25px;
    margin-left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.footer-top .tit a:hover {
    color: #3490de;
}


.footer-left .link ul li {
    margin-bottom: 10px;
}

.footer-left .link ul li:last-child {
    margin-bottom: 0;
}

.footer-left .link a {
    color: #5e5e5e;
}

.footer-center .item {
    margin-bottom: 10px;
    font-size: 16px;
}

.footer-center .item a {
    color: #5e5e5e;
}

.footer-center .item .tit {
    font-size: 16px;
}


.footer-left .link a:hover,
.footer-center .item a:hover {
    text-decoration: none;
    outline: none;
    color: #3490de;
}

.footer-right {
    float: right;
    width: 20%;
}

.input_form {
    background-color: transparent;
    border: 1px solid #5e5e5e;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}

.input_form input {
    border: none;
    outline: none;
}

.footer-right button {
    background-color: #3490de;
    color: #fff;
    margin-top: 20px;
    padding: 10px 20px;
    border: none;
}

.footer-bottom {
    margin-top: 50px;
    color: #5e5e5e;
    margin-bottom: 0;
    text-align: center;
}

.footer-bottom .wrap {
    border-top: 1px solid rgba(94, 94, 94, 0.6);
    padding-top: 20px;
}


.content-left {
    float: left;
    width: 66%;
    box-sizing: border-box;
}

.content-right {
    float: right;
    width: 31%;
    box-sizing: border-box;
}

.blog-news-single {
    margin-bottom: 50px;
}

.blog-list .blog-cate {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
}

.blog-cate .inner {
    position: relative;
    max-width: max-content;
}

.blog-cate p {
    clip-path: polygon(5% 1%, 85% 0, 80% 100%, 0% 100%);
    padding: 0 40px 0 23px;
    display: inline-block;
    background-color: #3490de;
    line-height: 26px;
}

.blog-cate .inner::after {
    content: "";
    position: absolute;
    width: 3px;
    top: 0;
    right: 10px;
    height: 28px;
    transform: rotate(11deg);
    background-color: #3490de;
}

.blog-cate.orange p {
    background-color: #F16228;
}

.blog-cate.orange .inner::after {
    background-color: #F16228;
}

.blog-cate.secondary p {
    background-color: #53B7BD;
}

.blog-cate.secondary .inner::after {
    background-color: #53B7BD;
}


.blog-cate p span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: block;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog-news-single .blog-news-img {
    width: 100%;
    position: relative;
}

.blog-news-single .blog-news-img a {
    display: block;
    overflow: hidden;
}

.blog-news-single .blog-news-img img {
    transition: .5s ease;
}

.blog-news-single .blog-news-img:hover img {
    transform: scale(1.1);
}

.blog-news-single .blog-news-img a {
    display: block;
    font-size: 0;
}

.blog-list .blog-news-single .blog-news-title {
    text-align: center;
}

.blog-news-single .blog-news-title h2 a {
    background-size: 200% 1px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, transparent));
    background-image: linear-gradient(to right, #000 50%, transparent 50%);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.blog-news-single .blog-news-title h2 a:hover {
    background-position: 0 100%;
    color: #000;
}

.blog-list .blog-news-single .blog-news-title {
    padding-top: 20px;
}

.blog-news-single .blog-news-title .time {
    color: #616161;
    font-size: 15px;
    margin-bottom: 10px;
}

.blog-news-single .blog-news-title h2 {
    color: #181823;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.blog-news-single .blog-news-title h2 a {
    color: #111;
}

.blog-news-single .blog-news-title h2 a:hover {
    color: #3490de;
}

.blog-news-single .blog-news-title .con {
    margin-bottom: 15px;
    font-size: 16px;
    color: #5e5e5e;
}

.more-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    border-radius: 30px;
    transition: all 300ms linear 0s;
    color: #5E5E5E;
    text-transform: uppercase;
}

.more-btn i {
    transition: .5s ease;
    display: inline-block;
    vertical-align: middle;
}

.more-btn:hover i {
    transform: translateX(5px);
}

.blog-top .blog-news-img {
    float: left;
    width: 49%;
}

.blog-top .blog-news-title {
    float: right;
    width: 48%;
}

.blog-top .blog-news-single .blog-news-title h2 {
    margin: 15px 0;
}

.sidebar-widget .widget-information li {
    transition: all 0.3s ease 0s;
    padding-bottom: 10px;
}

.sidebar-widget .widget-information li a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    background: #dfdfdf;
    padding: 10px 0;
}

.sidebar-widget .widget-information li:last-child {
    border: none;
}

.widget-title {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    padding-bottom: 15px;
}

.widget-catg li i {
    color: #3490de
}



.blog-archive-area {
    padding: 50px 0;
}

.single-blog-post-details {
    margin-bottom: 50px;
}

.single-blog-post-details .dsc {
    margin-bottom: 5px;
}

.single-blog-post-content .img {
    margin-bottom: 20px;
}

.single-blog-post-content .tit {
    font-size: 20px;
    color: #152535;
    margin-bottom: 10px;
}

.add-post-btn {
    display: inline-block;
    min-width: 150px;
    height: 40px;
    color: #fff;
    border: none;
    padding: 0 20px;
    font-size: 16px;
    line-height: 40px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background: #3490de;
    transition: .5s ease;
    cursor: pointer;
}

.add-post-btn:hover {
    color: #fff;
    background: #313131;
}

.comments-box-area {
    margin-bottom: 30px;
    padding: 30px;
    background: #f9f9f9;
}

.comments-box-area h2 {
    color: #111;
    font-size: 35px;
    margin-bottom: 20px;
    position: relative;
}

.form-control {
    color: #777;
    background-color: transparent;
    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: #3490de !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: #3490de;
    border-color: #3490de;
}

.widget-news li {
    transition: .5s ease;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom:1px solid #e7dede;
}

.widget-news li h4 {
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.2;
}


.widget-news li h4 a {
    background-size: 200% 1px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, transparent));
    background-image: linear-gradient(to right, #000 50%, transparent 50%);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.widget-news li:hover h4 a {
    background-position: 0 100%;
    color: #000;
}
.widget-news li .time{
    color:#5e5e5e;
}

.sidebar-widget {
    margin-bottom: 30px;
    background-color: #f9f9f9;
    padding: 30px;
}

.search-group {
    position: relative;
}

.search-group .blog-search-btn {
    border: medium none;
    color: #fff;
    font-size: 14px;
    height: 50px;
    right: 0;
    position: absolute;
    top: 0;
    width: 50px;
    background-color: #3490de;
    border-radius: 50%;
    transition: .5s ease;
}

.search-group .blog-search-btn:hover {
    background: #313131;
    color: #fff;
}

.search-group input[type="search"] {
    outline: medium none;
    font-size: 14px;
    line-height: 45px;
    border: 0px;
    width: 100%;
    font-weight: 300;
    z-index: 0;
    background: transparent;
    padding: 0 50px 0 20px;
}

.search-group input[type="search"]:focus {
    outline: none;
}

.blog-title h2 {
    font-size: 24px;
    color: #111;
    line-height: 1.2;
    margin-bottom: 20px;
}

.detail-tool {
    margin-bottom: 20px;
}

.detail-tool a {
    margin-right: 20px;
    color: #575b5e;
}
.detail-tool i{
    margin-right: 5px;
}
.detail-tool a:hover {
    color: #3490de;
}

.single-blog-post-details h2 {
    font-size: 35px;
    color: #111;
    line-height: 1.2;
    margin-bottom: 20px;
}

.single-blog-post-details .info {
    margin: 20px 0;
}

.single-blog-post-details .info .tit {
    font-size: 20px;
    color: #152535;
    margin-bottom: 10px;
}

.blog-list .blog-news-single {
    float: left;
    width: 49%;
}

.blog-list .blog-news-single:nth-child(2n) {
    margin-left: 2%;
}


.home-title {
    margin-bottom: 50px;
}

.home-title h2 {
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.home-title ul {
    border-bottom: 1px solid rgba(94, 94, 94, 0.5);
}

.home-title ul li {
    display: inline-block;
    margin: 0 20px;
    position: relative;
}

.home-title ul li:first-child {
    margin-left: 0;
}

.home-title ul li a {
    position: relative;
    padding-bottom: 10px;
    transition: all ease .3s;
    border-bottom: 1.5px solid transparent;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #5e5e5e
}

.home-title ul li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    transform: scale(0);
    left: 0;
    background: #3490de;
    transition: all .4s;
}

.home-title ul li:hover::before,
.home-title ul li.active::before {
    transform: scale(1);
}

.home-title ul li::after {
    content: "";
    position: absolute;
    width: 1px;
    top: 4px;
    height: 15px;
    background-color: #5E5E5E;
    right: -20px;
    transform: rotate(20deg);
}

.home-title ul li:last-child:after {
    display: none;
}

.home-title ul li.active a {
    color: #181823;
    font-weight: 500;
}


.widget-share {
    display: flex;
    flex-wrap: wrap;
}

.widget-share li {
    width: 50%;
    border-bottom: 1px solid rgba(94, 94, 94, 0.5);
    padding-top: 20px;
    font-size: 16px;
    margin: 0;
    box-sizing: border-box;
}

.widget-share li:nth-child(2n+1) {
    border-right: 1px solid rgba(94, 94, 94, 0.5);
}
.widget-share li:nth-child(2n){
    padding-left: 15px;
}

.widget-share li a {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}

.crumbs {
    padding: 50px 0;
    background: url(../img/breadcrumb.png) #f9fafc no-repeat;
    background-size: cover;
    text-align: center;
}

.crumb-title {
    font-weight: bold;
    font-size: 55px;
}

.breadcrumb-item {
    font-size: 15px;
    margin: 0 5px;
}

.breadcrumb-item.active {
    color: #575b5e;
}

.detail-bottom{
    margin-top: 30px;
}

.detail-bottom span{
    font-size: 22px;
    margin-right: 5px;
}
.detail-bottom .tags{
    float:left;
}
.detail-bottom .tags a{
    display:inline-block;
    padding: 8px 10px;
    background: #f9f9f9;
    transition: all .3s;
    margin:0 5px;
}

.detail-bottom .share{
    float:right;
}
.detail-bottom .share a{
    margin:0 5px;
}





@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.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: 28px
    }

    .mobile_key span,
    .mobile_key:before,
    .mobile_key:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 17px;
        height: 2px;
        margin-left: -10px;
        background: #3490de;
        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;
        right: -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;
        margin: 0;
    }

    #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 {
        right: 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:first-child>a {
        padding: 5px 10px;
    }


    .content-left {
        width: 100%;
    }

    .content-right {
        width: 100%;
    }



    .logo {
        display: block;
        width: auto;
    }


}

















@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;
    }

    .header-top {
        padding: 0;
    }

    .header-top-logo {
        display: none;
    }

    .header-top-email {
        display: none;
    }

    .header-bottom-links {
        display: none;
    }

    .header-top-social i {
        font-size: 14px;
    }

    #header .header-bottom {
        top: 35px;
    }

    .logo {
        font-size: 20px;
        padding: 15px 0;
    }

    .mobile_key {
        width: 35px;
        line-height: 30px;
        height: 30px;
        margin: 10px 0 0;
        border: none;
    }

    .mobile_key i {
        font-size: 25px;
    }

    #footer {
        padding: 20px 0;
    }

    .footer-top .link a {
        font-size: 14px;
        margin-right: 10px;
        margin-bottom: 2px;
    }

    .footer-top .icon {
        margin: 5px 0;
    }

    .footer-bottom .copyright {
        font-size: 12px;
        margin-top: 15px;
    }

    .footer-logo {
        font-size: 20px;
    }

    #header.fixed #navBar ul li {
        padding: 0;
    }

    .content-left {
        padding: 0 0 10px;
    }

    .content-right {
        padding: 0;
    }

    .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: 18px;
        padding-bottom: 10px;
    }

    .sidebar-widget ul>li>a {
        font-size: 14px;
    }



    .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 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;
    }

    .blog-news-single .blog-news-title {
        padding-top: 15px;
    }

    .blog-news-single .blog-news-title .con {
        font-size: 13px;
    }

    .more-btn {
        font-size: 14px;
    }

    .blog-side-bar {
        margin-bottom: 20px;
    }

    .blog-side-bar .br {
        margin: 15px 0;
    }

    .sidebar-widget .widget-information li a {
        font-size: 13px;
    }

    .sidebar-widget .widget-information li {
        padding: 5px 0;
    }

    .comments-box-area {
        margin-bottom: 20px;
        padding:20px;
    }

    .single-blog-post-details .info .tit {
        font-size: 15px;
    }

    .single-blog-post-details .info .con {
        font-size: 13px;
    }

    .detail-tool {
        margin-bottom: 10px;
    }

    .sidebar-widget {
        padding: 20px;
    }

    .blog-news-single .blog-news-title .time {
        font-size: 13px;
    }

    .home-title{
        margin-bottom: 20px;
    }
    .home-title h2{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .home-title ul li{
        margin:0 10px;
    }
    .home-title ul li a{font-size: 14px;}
    .blog-top .blog-news-img{width:100%;}
    .blog-top .blog-news-single .blog-news-title{width:100%;}
    .blog-archive-left .blog-news-single h2{line-height: 1.2;}
    .more-btn{line-height: 1.2;}

    .widget-news li h4{font-size: 15px;}
    .widget-news li .time{font-size: 13px;}

    .footer-left{width:100%; margin-bottom: 20px;}
    .footer-center{width:100%; margin-bottom: 20px;}
    .footer-right{width:100%;}
    .footer-top .tit{font-size: 17px; margin-bottom: 15px;}

    .footer-bottom{margin-top: 20px;}
    .crumbs{padding:20px 0;}
    .crumb-title{font-size: 20px;}
    .breadcrumb-item{font-size: 13px;}


}

.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;
}