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: #333;
    line-height: 1.42857143;
    background-color: #201629;
}

.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: #656565
}

a:hover {
    color: #c884ff;
}

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

.header-wrap {
    max-width: 1770px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.header-bottom {
    position: relative;
}

.logo {
    float: left;
    font-size: 30px;
    padding: 25px 0;
}

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

}

.header-button {
    float: right;
    margin-top: 20px;
    margin-left: 30px;
}

.theme-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    background-color: #c884ff;
    color: #201629 !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    padding: 0 30px;
    height: 56px;
    border-radius: 50px;
    transition: .5s ease;
    cursor:pointer;
}

.theme-btn:hover {
    background-color: #fff;
}

.theme-btn i {
    font-size: 18px;
    font-weight: bold;
}


#navBar {
    float: left;
    margin-left: 7%;
}

#navBar ul li {
    float: left;
}

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

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

#header .header-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
}

#header.fixed .header-bottom {
    position: fixed;
    background: #201629;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    top: 0;
    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;
}

.page-banner>div {
    background-color: #3d1b59;
    padding: 120px 0;
    text-align: center;
    border-radius: 24px;
}

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

.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.active {
    color: #c884ff;
}

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

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

.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;
    overflow: hidden;
    border-radius: 8px;
    background: #150a1e;
}

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

.blog-news-single .blog-news-img {
    width: 100%;
    position: relative;
    font-size: 0;
}

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

.blog-news-single .blog-news-title {
    padding: 25px 30px 30px;
    overflow: hidden;
    box-sizing: border-box;
}

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

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

.blog-tool {
    margin-bottom: 15px;
}

.blog-tool span {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-right: 25px;
}

.blog-tool span i {
    color: #c884ff;
    margin-right: 5px;
}

.blog-news-single .text {
    font-size: 18px;
    margin-bottom: 25px;
    color: #fff;
}

.read-more a {
    border-radius: 48px;
    background: #c884ff;
    display: inline-flex;
    align-items: center;
    height: 56px;
    padding: 0 32px;
    color: #201629;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.read-more a:hover {
    background-color: #fff;
    color: #201629;
}

.newsletter-widget {
    position: relative;
    z-index: 1;
}

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

.newsletter-widget form input {
    width: 100%;
    height: 56px;
    background: transparent;
    border: 2px solid #c884ff;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 20px;
    padding-right: 50px;
}

.newsletter-widget form input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff;
}

.newsletter-widget form input::-moz-placeholder {
    opacity: 1;
    color: #fff;
}

.newsletter-widget form input:-ms-input-placeholder {
    opacity: 1;
    color: #fff;
}

.newsletter-widget form input::-ms-input-placeholder {
    opacity: 1;
    color: #fff;
}

.newsletter-widget form input::placeholder {
    opacity: 1;
    color: #fff;
}

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

.widget_categories ul>li:not(:last-child) {
    margin-bottom: 10px;
}

.widget_categories ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: #2b143d;
    border-radius: 8px;
    height: 56px;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    transition: .5s ease;
}

.widget_categories ul li a:hover {
    background: #c884ff;
    color: #201629;
}

.widget-tags a {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid rgba(200 ,132, 255, 0.5);
    border-radius: 50px;
    padding: 3px 12px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

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

.blog-side-bar {
    border-radius: 8px;
    background: #150a1e;
    padding: 30px 30px 40px;
}

.sidebar-widget:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 21px;
    padding-bottom: 30px;
}

.widget-title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.6px;
    margin-bottom: 20px;
}


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

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

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

.single-blog-post-details h2 {
    font-size: 30px;
    color: #fff;
    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;
    box-sizing: border-box;
    border: 1px solid rgba(200 ,132, 255, 0.5);
    border-radius: 50px;
    padding: 5px 12px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.single-blog-tools .post-data a:hover {
    background-color: #c884ff;
    color: #201629;
    border-color: transparent;
}


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

.single-blog-tools .blog-social i {
    display:inline-block;
    text-align: center;
    margin: 0 5px;
    font-size: 18px;
    width: 34px;
    line-height: 34px;
    height: 34px;
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(200 ,132, 255, 0.5);
    border-radius: 50px;
    transition:.5s ease;
}

.single-blog-tools .blog-social i:hover {
    background-color: #c884ff;
    color: #201629;
    border-color: transparent;
}
.single-blog-post-details .img {
    margin-bottom: 20px;
}

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

.dsc {
    color: #fff;
}

.comments-box-area h2 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    position: relative;

}

.form-control {
    color: #fff;
    background-color: #2b143d;
    background-image: none;
    border: none;
    border-radius: 6px;
    box-sizing: border-box;
    outline: none;
    line-height: 50px;
    height: 50px;
    padding: 10px 30px;
    font-size: 16px;
    display: block;
    width: 100%;
    line-height: 1.42857143;
    font-family: inherit;
}


.comments-box-area{
    background: #150a1e;
    border-radius: 8px;
    padding: 34px 30px 40px;
    width: 100%;
    margin-top: 30px;
    box-sizing: border-box;
}


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

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

.comments-form .form-group {
    margin-bottom: 20px;
}
.form-group1 input{
    float:left; width:48%;margin-right: 4%;
}
.form-group1 input:last-child{margin-right: 0;}
.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: #fff;
    border: 1px solid #c884ff;
    display: inline-block;
    margin: 0 5px;
    font-size: 18px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.pagination-nav li.active a,
.pagination-nav li a:hover,
.pagination-nav li a:focus {
    color: #201629;
    text-decoration: none;
    outline: none;
    background-color: #c884ff;
    border-color: #c884ff;
}

.widget-news li:not(:last-child) {
    margin-bottom: 20px;
}

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

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

.widget-news li .time {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
}

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

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

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

#footer {
    background-color: #150a1e;
    color: #fff
}

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

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


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

.footer-form input {
    width: 100%;
    height: 64px;
    background: #2b143d;
    border: 0;
    padding-left: 20px;
    padding-right: 55px;
    border-radius: 32px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: -0.8px;
    text-align: left;
    box-sizing: border-box;
    outline: none;
}

.footer-form input:focus {
    border: 1px solid #c884ff;
}

.footer-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 17px;
}

.footer-form button {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: #c884ff;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    font-size: 20px;
    color: #201629;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.footer-form button i {
    font-size: 18px;
    font-weight: bold;
}

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







.footer-share {
    display: flex;
}

.footer-share i {
    width: 42px;
    height: 42px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    transition: .5s ease;
}

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

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

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    position: relative;
    z-index: 1;
}

.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: #c884ff;
}

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

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

.footer-blog ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 17px;
    padding-bottom: 16px;
}

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

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

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

.footer-blog ul li .time i {
    color: #c884ff;
    margin-right: 5px;
}

.footer-bottom {
    background: #2b143d;
    padding: 20px 0;
}

.footer-copy {
    float: left;
    font-size: 18px;
    line-height: 42px;
}

.footer-other {
    float: right;
}




@media only screen and (max-width:1800px) {
    .header-wrap {
        max-width: 1440px;
    }

}

@media only screen and (max-width:1440px) {
    .header-wrap {
        max-width: 1170px;
    }

    .wrap {
        width: 1170px;
    }

}

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

    .header-wrap,
    .wrap {
        width: auto;
    }

}










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

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

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

    .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;
        background-color: #c884ff;
    }

    .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%;
        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: #201629;
        z-index: 100;
        width: 100%;
        height: 100%;
    }

    #navBar ul li {
        float: none;
        line-height: 30px;
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

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

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

    .content-left {
        width: 100%;
    }

    .content-right {
        width: 100%;
    }


    #navBar {
        margin-top: 0;
    }

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


}

















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

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

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


    .logo {
        font-size: 20px;
        padding: 15px 0;
    }

    .header-button {
        display: none;
    }

    .mobile_key {
        width: 35px;
        line-height: 35px;
        height: 35px;
        margin: 10px 0 0 10px;
        border: 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;
    }

    .page-banner {
        display: none;
    }

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

    .footer-left {
        width: 100%;
    }

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

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

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

    .footer-text {
        font-size: 16px;
        line-height: 1.2;
        ;
    }

    .footer-form input {
        height: 50px;
    }

    .footer-form button {
        width: 46px;
        height: 46px;
    }

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

    .footer-blog ul li a {
        font-size: 15px;
    }

    .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);
    }

    .footer-copy {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        float: none;
        font-size: 16px;
        line-height: 1.5;
    }

    .footer-other {
        width: 100%;
        text-align: center;
        float: none;
    }

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

    .footer-share {
        justify-content: center;
    }


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

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

    .blog-tool {
        margin-bottom: 10px;
    }

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

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

    .read-more a {
        height: 45px;
        padding: 0 25px;
        font-size: 16px;
    }

    .theme-btn {
        font-size: 14px;
        padding: 10px 25px;
        height:45px;
    }

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

    .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-news li a {
        font-weight: normal;
        font-size: 16px;
    }

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

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

    .sidebar-widget:not(:last-child) {
        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;
        width: 100%;
    }

    .single-blog-post-details .post-data a {
        font-size: 12px;
    }

    .single-blog-tools .blog-social {
        width: 100%;
    }

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

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

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

     .dsc {
        font-size: 13px;
    }

    .comments-box-area {
        margin-top: 20px;
        padding:20px;
    }

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

    .add-post-btn {
        min-width: 90px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }

    .blog-archive-area {
        padding: 20px 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;
        width:100%;
        margin-right: 0;
    }
    .comments-form 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;
    }

}

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