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: 16px;
    overflow-x: hidden !important;
    color: #888;
    line-height: 1.42857143;
    background-color: #0e0e0e;
}


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: #5b86e5;
}

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

.logo {
    float: left;
    font-size: 25px;
    margin-top: 23px;
    font-weight: bold;
}

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

}

#navBar {
    margin: 30px 0;
    float: right;
}

#navBar ul li {
    display: inline-block;
}

#navBar ul li>a {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 0 30px;
    text-transform: uppercase;
}



#navBar ul li>a:hover::before {
    width: 100%;
}

#header {
    position: sticky;
    top: 0;
    z-index: 10;
}

#header .header-bottom {
    width: 100%;
    z-index: 10;
    background: linear-gradient(90deg, #36d1dc 0%, #5b86e5 100%);
}

#header.fixed .header-bottom {
    top: 0;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
}

.mobile_key {
    display: none;
}


.page-banner {
    position: relative;
    padding: 245px 0 165px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-banner::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(96.78deg, #0E0E0E 2.09%, rgba(35, 35, 35, 0.29) 75.55%);
}

.page-banner .wrap {
    position: relative;
}

.page-banner .title {
    font-weight: bold;
    font-size: 48px;
    color: #fff;
    margin-bottom: 20px;
}

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

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

.breadcrumb .breadcrumb-item:after {
    content: '>';
    position: absolute;
    left: -4px;


}

.breadcrumb .breadcrumb-item.active {
    color: #36d1dc;
}

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

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

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

.content-right {
    float: right;
    width: 30%;
    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:hover .blog-news-img img {
    -webkit-transform: scale(1.1) rotate(-4deg);
    transform: scale(1.1) rotate(-4deg);
}

.blog-news-single .blog-news-img img {
    transition: .3s ease;
}

.blog-news-single .blog-news-img::before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: "";
    width: 10%;
    height: 100%;
    transform: skewX(-50deg);
    background-color: #5b86e5;
    opacity: 0.2;
    z-index: 1;
}

.blog-news-single:hover .blog-news-img::before {
    left: 140%;
    transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1);
}

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

.blog-news-single .post-date {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    color: #5b86e5;
}

.blog-news-single .post-date li i {
    display: inline-block;
    color: #5b86e5;
    margin-right: 5px;
}

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

.blog-news-single .blog-news-title .time {
    color: #888;
    font-size: 16px;
    margin-bottom: 20px;
}

.blog-news-single .blog-news-title .time span {
    display: inline-block;
    margin-right: 15px;
}

.blog-news-single .blog-news-title .time i {
    color: #5b86e5;
    font-size: 16px;
    margin-right: 5px;
}


.blog-news-single .blog-news-title h2 {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 20px;
}

.blog-news-single .blog-news-title h2 a {
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

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

.blog-news-single .blog-news-title .con {
    margin-bottom: 15px;
    font-size: 16px;
    color: #616161;
}

.more-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    color: #888;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 2;
    border: 1px solid #888;
    padding: 16px 45px;
    background-color: transparent;
    cursor: pointer;
}

.more-btn .shape-img {
    position: absolute;
    bottom: 6px;
    right: 6px;
    transition: all 0.4s ease-in-out;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent #5b86e5 #5b86e5 transparent;
}

.more-btn::before {
    position: absolute;
    content: "";
    background-color: #5b86e5;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    z-index: -1;
}

.more-btn::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #5b86e5;
    transform: translate3d(0, -100%, 0);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    z-index: -1;
}

.more-btn:hover {
    color: #fff;
    border: 1px solid #5b86e5;
}

.more-btn:hover::before {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.more-btn:hover::after {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.05s;
    transition-delay: 0.4s;
    transition-timing-function: linear;
}

.more-btn:hover .shape-img {
    border-color: transparent #fff #fff transparent;
}

.widget-news li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #8888884d;
}

.widget-news li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

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

.widget-news li .time {
    font-weight: 400;
    font-size: 14px;
    color: #5b86e5;
    margin-bottom: 10px;
}

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

.widget_categories ul li a {
    font-size: 16px;
    border-bottom: 1px solid #8888884d;
    padding: 20px 0;
    font-weight: 400;
    display: block;
    color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.widget_categories ul li a i {
    margin-right: 10px;
}

.widget_categories ul li:first-child a {
    padding-top: 0;
}

.widget_categories ul li a span {
    transition: all 0.4s ease-in-out
}

.widget_categories ul li a:hover .text {
    margin-left: 20px;
}

.widget_categories ul li a:hover {
    color: #5b86e5;
}

.widget-tags a {
    display: inline-block;
    padding: 8px 20px;
    font-size: 16px;
    color: #fff;
    background: #5b86e5;
    margin-right: 5px;
    text-transform: capitalize;
    margin-bottom: 8px;
    transition: all 0.4s ease-in-out;
}

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

.widget-title {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
    z-index: 1;
    color: #fff;
}

.widget-title::before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 83px;
    content: "";
    background-image: linear-gradient(226.22deg, rgba(255, 153, 0, 0) 0%, #5b86e5 84.75%);
}

.widget-catg li i {
    color: #5b86e5
}



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

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

.single-blog-post-details .dsc {
    margin-bottom: 5px;
    line-height: 2;
}

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

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

.comments-box-area {
    margin-bottom: 30px;
}

.comments-box-area h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 20px;
    position: relative;
}

.comments-box-area label {
    color: #fff;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
}

.form-control {
    color: #777;
    background-color: transparent;
    background-image: none;
    border: none;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
    line-height: 55px;
    height: 55px;
    border-bottom: 2px solid #8888884d;
    display: block;
    width: 100%;
    padding: 6px 15px;
    line-height: 1.42857143;
    font-family: inherit;
}

.form-group1 input {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.form-group1 input:last-child {
    margin-right: 0;
}

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

.comments-form .form-control:focus,
.comments-form .form-control:hover {
    box-shadow: none;
    border-image: linear-gradient(90deg, #36d1dc 0%, #5b86e5 100%);
    border-bottom: 1px solid transparent;
    border-image-slice: 1;
    outline: 0;
}

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

.blog-pagination {
    margin-top: 40px;
    padding: 0 0 15px;
    text-align: center;
}

.pagination-nav li {
    display: inline-block;
    margin-right: 5px;
}

.pagination-nav li a {
    display: inline-block;
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border: 1px solid #eee;
}

.pagination-nav li a:hover {
    background: linear-gradient(90deg, #36d1dc 0%, #5b86e5 100%);
    color: #fff;
    border-color: transparent;
}

.sidebar-widget {
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px 40px;
    background-color: #191919;
}


.search-group {
    position: relative;
}

.search-group .blog-search-btn {
    border: medium none;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    background-color: #5b86e5;
    transition: .5s ease;
}

.search-group .blog-search-btn:hover {
    background: #fd723b;
    color: #fff;
}

.search-group input[type="search"] {
    color: #fff;
    outline: medium none;
    border: none;
    padding: 20px;
    font-size: 15px;
    font-weight: 400;
    background-color: #0e0e0e;
    width: 100%;
    box-sizing: border-box;
}

.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;
    border-bottom: 1px solid #8888884d;
    padding-bottom: 20px;
    font-size: 16px;
}

.detail-tool span {
    margin-right: 20px;
}

.detail-tool i {
    font-size: 18px;
    margin-right: 5px;
    color: #5b86e5;
}

.single-blog-post-details h2 {
    font-size: 32px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 30px;
}

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

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

.blog-list .blog-news-single {
    float: left;
    width: 49%;
    border: 1px solid #8888884d;
    box-sizing: border-box;
}

.blog-list .blog-news-single:nth-of-type(2n) {
    margin-left: 2%;
}


#footer {
    background-color: #020202;
    position: relative;
}

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

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

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

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

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

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

.footer-links a {
    font-size: 16px;
    position: relative;
    color: #888;
}

.footer-links a i {
    font-size: 18px;
}

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

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

.footer-blog {
    float: left;
    width: 19%;
}

.footer-blog ul li {
    margin-bottom: 20px;
}

.footer-blog ul li a {
    color: #888;
    font-size: 18px;
    font-weight: bold;
}

.footer-blog ul li a:hover {
    color: #5b86e5;
}

.footer-blog ul li .time {
    margin-bottom: 5px;
}

.footer-blog ul li .time i {
    color: #5b86e5;
    font-size: 16px;
    margin-right: 5px;
}


#footer .title {
    font-size: 17px;
    font-weight: 600;
    display: block;
    margin-bottom: 35px;
    color: #fff;
}

.footer-form {
    float: right;
    width: 23%;
}

.footer-form form {
    margin-top: 30px;
    position: relative;
}

.footer-form input {
    width: 100%;
    border: 1px solid #8888884d;
    box-shadow: none;
    text-shadow: none;
    padding: 16px 22px;
    box-sizing: border-box;
    background-color: #0e0e0e;
}

.footer-form button {
    width: 100%;
    margin-top: 12px;
    display: block;
    height: 50px;
    background-color: #5b86e5;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 17px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.footer-form button:hover {
    background-color: #fff;
    color: #232323;
}

.footer-bottom {
    border-top: 1px solid #333F4D;
    padding: 20px 0;
    font-size: 16px;
}

.footer-copy {
    float: left;
}

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

.footer-copy a:hover {
    color: #5b86e5;
}

.footer-other {
    float: right;
}

.footer-other a {
    color: #888;
    margin: 0 10px
}


.detail-bottom {
    padding: 30px 0;
    border-bottom: 1px solid #8888884d;
    border-top: 1px solid #8888884d;
    margin-top: 30px;
    color: #888;
}

.detail-bottom span {
    font-size: 18px;
    margin-right: 5px;
}

.detail-bottom .tags {
    float: left;
}

.detail-bottom .tags a {
    display: inline-block;
    padding: 8px 10px;
    background: #5b86e5;
    color: #fff;
    transition: all .3s;
    margin: 0 5px;
}

.detail-bottom .share {
    float: right;
}

.detail-bottom .share a {
    margin: 0 5px;
    color: #888;
}



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

    .wrap {
        width: auto;
    }

}










@media only screen and (max-width:992px) {
    .wrap {
        width: 750px;
    }

    .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: #fff;
        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;
        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 {
        left: 0;
    }

    #navBar.on .bg {
        display: block;
    }

    #navBar ul {
        position: absolute;
        background-color: #000;
        z-index: 100;
        width: 100%;
        height: 100%;
        z-index: 10;
        padding-top: 30px;
        padding-left: 20px;
        box-sizing: border-box;
    }

    #navBar ul li {
        display: block;
        line-height: 30px;
        padding: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.04);
    }

    #navBar ul li>a {
        padding: 5px 10px;
        color: #fff;
        display: block;
        font-size: 16px;
        transition: all 0.2s linear;
    }

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


    .content-left {
        width: 100%;
    }

    .content-right {
        width: 100%;
    }

    .logo {
        margin: 20px 0;
        width: auto;
    }

    .page-banner {
        padding: 150px 0 100px;
    }

    .page-banner .title {
        font-size: 35px;
    }
}

















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

    .wrap {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    h2 {
        font-size: 18px;
        line-height: 1.2;
    }

    .logo {
        font-size: 20px;
        margin: 5px 0;
    }

    .mobile_key {
        width: 35px;
        line-height: 30px;
        height: 30px;
        margin: 0 0;
        border: none;
    }

    .mobile_key i {
        font-size: 25px;
    }

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

    #header.fixed #navBar ul li {
        padding: 0;
    }

    #header {
        height: 60px;
    }

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

    .content-right {
        padding: 0;
    }

    .page-banner {
        display: none;
    }

    .blog-archive-left .blog-news-single {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .blog-list .blog-news-single:nth-child(2n) {
        margin-left: 0;
    }

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

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

    .sidebar-widget ul>li>a {
        font-size: 14px;
    }



    .sidebar-widget {
        margin-bottom: 20px;
    }

    .sidebar-widget:last-child {
        margin-bottom: 0;
    }

    .search-group input[type="search"] {
        height: 45px
    }

    .search-group .blog-search-btn {
        width: 45px;
        height: 45px;
    }

    .blog-title h2 {
        font-size: 17px;
        padding-bottom: 0;
    }

    .single-blog-post-details h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .detail-tool a {
        font-size: 14px;
    }

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

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

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

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

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

    .comments-box-area h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .form-group1 input {
        width: 100%;
        margin-right: 0;
    }

    .form-group1 input:first-child {
        margin-bottom: 15px;
    }

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

    .form-control {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

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

    .blog-pagination {
        margin-top: 0;
    }

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

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

    .more-btn {
        font-size: 14px;
        padding: 10px 30px;
    }

    .blog-side-bar {
        margin-bottom: 20px;
    }

    .blog-side-bar .br {
        margin: 15px 0;
    }

    .comments-box-area {
        margin-bottom: 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: 14px;
    }

    .crumb-title {
        width: 100%;
        text-align: center;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .breadcrumb {
        text-align: center;
        width: 100%;
    }

    .breadcrumb-item {
        font-size: 14px;
    }

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

    .footer-left {
        width: 100%;
        margin-bottom: 20px;
    }

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

    .footer-links {
        margin-left: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-blog {
        width: 100%;
    }

    .footer-blog ul li a {
        font-size: 16px;
        font-weight: normal;
        ;
    }

    .footer-form {
        width: 100%;
    }

    #footer .title {
        margin-bottom: 10px;
    }

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

    .footer-form form {
        margin-top: 0;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-copy,
    .footer-copy {
        float: none;
    }

    .detail-bottom .tags,
    .detail-bottom .share {
        float: none;
        width: 100%;
    }

    .detail-bottom .tags {
        margin-bottom: 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;
}