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: #686A6F;
    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: #656565
}

a:hover {
    color: #b161f9;
}

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

.logo {
    float: left;
    font-size: 30px;
    line-height: 1;
    padding: 27px 0;
}

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

}

.header-search {
    float: right;
    color: #fff;
    margin-top: 34px;
}

.header-search i {
    font-size: 16px;
}

.theme-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    background-color: #b161f9;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    letter-spacing: 0;
    padding: 10px 25px;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 9;
    transition: all 0.4s ease-in-out;
}

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


#navBar {
    float: right;
    margin-right: 5%;
}

#navBar ul li {
    float: left;
    padding: 0 20px;
}

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

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

#header .header-bottom {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#header.fixed .header-bottom {
    position: fixed;
    background: #232429;
    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 {
    position: relative;
    padding: 94px 0 0;
    z-index: 2;
    text-align: center;
    background-color: #232429;

}

.page-banner .title {
    font-weight: bold;
    font-size: 55px;
    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 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: 67%;
    box-sizing: border-box;
}

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

.blog-news-single {
    float: left;
    width: 48%;
    overflow: hidden;
    margin-right: 2%;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.06);
}

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

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

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

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

.card-list {
    width: 74px;
    height: auto;
    background-color: #b161f9;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 14px 20px 16px;
    top: 30px;
    right: 30px;
    position: absolute;
    z-index: 2;
    flex-direction: column;
    color: #222429;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    box-sizing: border-box;
}

.card-list span {
    margin-top: -2px;
    display: block;
    font-size: 25px;
    font-weight: 700;
}

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

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

.blog-news-single .blog-news-title h2 a {
    font-size: 24px;
    color: #20252d;
    font-weight: 700;
    line-height: 1.2;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.blog-news-single .blog-news-title h2 a:hover {
    color: #b161f9;
    background-size: 100% 1px;
}

.blog-news-single .blog-tool {
    background-color: #F4F5F8;
    padding: 15px 40px;
    transition: all .4s ease-in-out;
    margin-bottom: 0;
}

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

.blog-tool span {
    color: #727272;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    margin-right: 25px;
}

.blog-tool span:last-child{
    margin-right: 0;
}

.blog-tool span i {
    color: #b161f9;
    margin-right: 3px;
    font-weight: bold;
}

.more {
    font-size: 14px;
    font-weight: bold;
    color: #222429;
    transition: .5s ease;
    position: relative;
    display:block;
}

.more:after {
    content: "";
    right: 40px;
    height: 1px;
    background: #DBDBDB;
    position: absolute;
    top: 55%;
    left: 95px;
    transition: all .4s ease-in-out;
}

.more i {
    font-size: 16px;
    position: absolute;
    right: 0;
}

.more:hover {
    color: #b161f9;
}
.more:hover:after{
    background-color:#b161f9 ;
}
.sidebar-widget.newsletter-widget {
    position: relative;
    z-index: 1;
    background-color: #F4F5F8;
    box-shadow: none;
}

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

.newsletter-widget form input {
    width: 100%;
    background-color: #fff;
    height: 55px;
    border: none;
    padding: 0 30px 0 50px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
}

.newsletter-widget form button {
    position: absolute;
    left: 15px;
    top: 0;
    height: 55px;
    background-color: transparent;
    border: none;
    text-align: center;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.newsletter-widget form button:hover,
.newsletter-widget form button:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #b161f9;
}

.widget_categories ul>li {
    position: relative;
    border-bottom: 1px solid #DBDBDB;
}

.widget_categories ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    padding: 12px 0;
    color: #686A6F;
    text-transform: uppercase;
    transition: .5s ease;
}


.widget_categories ul li a i {
    color: #b161f9;
    font-size: 16px;
    font-weight: bold;
    margin-right: 8px;
}

.widget_categories ul li a:hover {
    transform: translateX(10px);
    color: #b161f9;
}

.widget-tags a {
    display: inline-block;
    padding: 11px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #686A6F;
    background: #F4F5F8;
    margin-right: 5px;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
}

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

.sidebar-widget {
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 60px 0 rgba(2, 2, 2, 0.07);
    padding: 40px;
}

.widget-title {
    display: block;
    z-index: 1;
}

.widget-title h4 {
    margin-top: -5px;
    margin-bottom: 29px;
    padding-bottom: 24px;
    color: #232429;
    font-size: 24px;
    font-weight: 700;
    line-height: 108.333%;
    border-bottom: 1px solid #b161f9;
    text-transform: capitalize;
}

.widget-content {
    position: relative;
}

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

.widget-comments li {
    position: relative;
    padding-left: 50px;
    min-height: 50px;
    margin-bottom: 21px;
    color: #232429;
}

.widget-comments li i {
    position: absolute;
    left: 0;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    background-color: #DBDBDB;
    font-size: 20px;
    color: #686A6F;
    margin-right: 14px;
    border-radius: 50%;
    transition: all 500ms ease;
    transition: .5s ease;
}

.widget-comments li:hover i {
    background-color: #b161f9;
}

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

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

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

.single-blog-post-details h2 {
    font-size: 30px;
    color: #1F242C;
    line-height: 1.2;
    position: relative;
    margin-bottom: 20px;
}

.single-blog-post-details .img {
    overflow: hidden;
    font-size: 0;
    position:relative;
    margin-bottom: 30px;
}

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

.single-blog-tools {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
}

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

.single-blog-tools .title {
    font-size: 22px;
    font-weight: bold;
    color: #1F242C;
    margin-bottom: 20px;
}

.single-blog-tools .post-data a {
    display: inline-block;
    padding: 11px 16px;
    color:#222429;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-right: 5px;
    text-transform: capitalize;
    margin-bottom: 8px;
    transition: all 0.4s ease-in-out;
    background-color: #b161f9;
}

.single-blog-tools .post-data a:hover {
    background-color: #1F242C;
    border-color: #1F242C;
    color: #fff;
}


.single-blog-tools .blog-social {
    float: right;
}
.single-blog-tools .blog-social a{
    color: #686A6F;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.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: 45px;
    color: #222429;
    border: none;
    padding: 0 25px;
    font-size: 16px;
    line-height: 45px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background: #b161f9;
    transition: .5s ease;
    cursor: pointer;
}

.add-post-btn:hover {
    background: #222429;
    color:#fff;
}

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

}

.form-control {
    color: #555;
    background: #F4F5F8;
    border: none;
    box-sizing: border-box;
    outline: none;
    line-height: 53px;
    height: 53px;
    font-size: 16px;
    border: none;
    margin-bottom: 20px;
    font-weight: 400;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 20px 30px;
    width: 100%;
    font-family: inherit;
}


.comments-form {
    margin-top: 30px;
    box-sizing: border-box;
}

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

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

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

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

.comments-form .form-group1 input:first-child {
    margin-left: 0;
}

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

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

.pagination-nav li a {
    display: inline-block;
    background: #fff;
    color: #081828;
    font-weight: 400;
    font-size: 14px;
    border-radius: 0;
    padding: 8px 20px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #eee;
    margin-right: 5px;
}

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

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

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

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

.widget-news li .time {
    margin-bottom: 5px;
    font-size: 16px;
    color: #686A6F;
}

.widget-news li .time i {
    margin-right: 5px;
    color: #b161f9;
    font-weight: bold;
}

.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: #232429;
    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: 75%;
    height: 52px;
    background: #171717;
    border: 0;
    padding-left: 20px;
    padding-right: 55px;
    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 #b161f9;
}

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

.footer-form button {
    position: absolute;
    left: 80%;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: #b161f9;
    height: 50px;
    width: 50px;
    font-size: 20px;
    color: #0F2923;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    transition:.5s ease;
}

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

.footer-form button:hover {
    background-color: #171717;
    color:#b161f9;
}

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

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

.footer-links ul li {
    margin-bottom: 10px;
    transition: .5s ease;
}

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

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

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

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

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

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

.footer-blog ul li .time i {
    color: #b161f9;
    margin-right: 5px;
}
.footer-bottom {
    background-color: #171717;
    padding: 20px 0;
}

.footer-copy {
    font-size: 16px;
    text-align: center;
}
.footer-share .inner{
    background-color: #171717;
    padding:40px;
    box-sizing: border-box;
    position:relative;
    overflow: hidden;
}
.footer-share .inner::after {
    position: absolute;
    top: 0;
    left: 246px;
    right: 325px;
    content: "";
    height: 1px;
    top: 49%;
    background: #232429;
}
.footer-logo{
    float:left;
    font-size: 25px;
    color:#fff;
}
.footer-other {
    float: right;
}

.footer-other a i {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #232429;
    height: 35px;
    line-height: 35px;
    width: 35px;
    border-radius: 50%;
    transition:.5s ease;
    margin-right: 8px;
}
.footer-other a:hover i{
    color:#232429;
    background-color: #b161f9;
}

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

    .wrap {
        max-width: 960px;
    }

}


.mbcont{
    display: none;
}







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

    .mbcont{
        display: block;
    }

    .wrap {
        box-sizing: border-box;
    }

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

    .header-top {
        display: none;
    }

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

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

    .content-left {
        width: 100%;
    }

    .content-right {
        width: 100%;
    }

}

















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

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

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

    #header {
        height: 50px;
    }
    .header-search{display:none;}
    .logo {
        font-size: 20px;
        padding: 15px 0;
    }

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

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

    .content-right {
        padding: 0;
    }

    .blog-pagination {
        margin-top: 20px;
    }

    #header .header-bottom {
        top: 0;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }

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

    .blog-archive-left .blog-news-single {
        margin-bottom: 20px;
    }

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

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

    .blog-news-single {
        width: 100%;
        margin-right: 0;
    }

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

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

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

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

    .newsletter-widget form input {
        padding-left: 50px;
    }

    .widget_categories ul li a {
        font-size: 14px;
    }
    .widget-title h4{
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .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-content .img {
        margin-bottom: 10px;
    }

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

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

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

    .comments-box-area {
        margin-top: 20px;
        margin-bottom: 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-box-area h2 {
        font-size: 18px;
    }

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

    .widget-information {
        padding: 15px;
    }

    .comments-form .form-group {
        margin-bottom: 0;
    }

    .comments-form input {
        font-size: 14px;
        padding: 10px 20px;
    }

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

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

    .blog-news-single .blog-news-img {
        width: 100%;
    }

    .blog-news-single .blog-news-title {
        padding: 20px;
        width: 100%;
    }

    .blog-news-single .blog-news-title h2 {
        margin-bottom: 20px;
    }

    .blog-news-single .blog-news-title h2 a {
        font-size: 18px;
    }

    .blog-news-single .more {
        font-size: 16px;
    }

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

    .footer-top{padding:20px 0;}
    .footer-share .inner{padding:20px;}
    .footer-left{width:100%;margin-bottom: 20px;}
    .footer-links{
        margin-left: 0;
        width:100%;
        margin-bottom: 20px;
    }
    .footer-blog{width:100%;}
    .blog-news-single .blog-tool{padding:15px 20px;}
    .widget-news li .time{font-size: 14px;}
    .footer-logo{font-size: 20px;}
    .footer-blog ul li a{font-size: 16px; font-weight: normal;}

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

}



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