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: #222;
    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: #3ec1d3;
}

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

.header-top {
    background-color: #f07b3f;
    padding: 12px 0;
    color:#fff;
}
.header-top-text{
    float:left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400
}

.header-top-btn{
    float:right;
    position:relative;
}
.header-top-btn a{
    color:#fff;
    margin:0 20px;
    font-size: 15px;
}
.header-top-btn i{margin-right: 5px;}
.header-top-btn:after {
    position: absolute;
    content: '';
    right: 0;
    top: 2px;
    width: 1px;
    height: 20px;
    background-color: #fff;
    opacity: .35;
}
.header-top-btn:before {
    position: absolute;
    content: '';
    left: 0;
    top: 2px;
    width: 1px;
    height: 20px;
    background-color: #fff;
    opacity: .35;
}
.header-top-share {
    float: right;
    margin-left: 20px;
}
.header-top-share i {
    font-size: 18px;
    margin-right: 10px;
    color:#fff;
}

.header-center-icon{
    float:right;
    margin:15px 0;
    border-right: 1px solid #e0e0e0;
}
.header-center-icon ul{display:flex;}
.header-center-icon ul li{display:flex; margin-right: 40px;}
.header-center-icon .icon{
    background-color: #3ec1d3;
    position: relative;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 17px;
}
.header-center-icon .icon i{font-size: 30px;}
.header-center-icon .t{
    font-size: 18px;
    margin-bottom: 7px;
    font-weight: bold;
}
.header-center-icon .c{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

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

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

.search-icon {
    float: right;
    margin-left: 4%;
    color: #000;
    height: 50px;
    line-height: 50px;
    margin-top: 16px;
}
.search-icon i{font-size: 20px;}
.header-bottom {
    position: relative;
}
.header-bottom .wrap{
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.12);
    background: #fff;
}
#navBar {
    float: left;
    margin-left: 50px;
}

#navBar ul li {
    float: left;
    position:relative;
    margin-right: 55px;
    padding:22px 0;
}
#navBar ul li:before {
    position: absolute;
    content: '';
    right: -28px;
    top: 29px;
    width: 1px;
    height: 24px;
    background-color: #e0e0e0;
}
#navBar ul li:last-child:before{display:none;}
#navBar ul li>a {
    font-size: 16px;
    line-height: 30px;
    padding:3px 0;
    font-weight: bold;
    color: #222;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#navBar ul li.active>a {
    color: #3ec1d3;
}


#navBar ul li>a:hover {
    color: #3ec1d3;
}
.header-tell{
    margin-right: 35px;
    float: right;
    display:flex;
    align-items: center;
}
.header-tell .icon{
    width: 75px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-right: 20px;
    background-color: #f07b3f;
}
.header-tell .c{
    font-size: 22px;
}
.header-tell .c a{color:#3ec1d3; font-weight: bold;}
#header .header-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
}

#header.fixed .header-bottom {
    position: fixed;
    background: #fff;
    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;
}
#header.fixed .header-bottom .wrap{
    box-shadow: unset;
}
#header.fixed .header-bottom .search-icon{display:block;}
#header.fixed .header-tell{display:none;}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


.mobile_key {
    display: none;
}

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

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

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

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

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

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

}

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

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

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

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

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

.breadcrumb .breadcrumb-item a {
    color: #3ec1d3;
}

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


}

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

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

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

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

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

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

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

.blog-news-single .blog-news-img a {
    display: inline-block;
}
.blog-news-single .blog-news-img .date{display:none;}
.blog-news-single .blog-news-title {
    padding: 40px;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.12);
    overflow: hidden;
    box-sizing: border-box;
}

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

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

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

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

.blog-tool span:after{
    position: absolute;
    content: '';
    top: 5px;
    right: -7px;
    width: 1px;
    height: 16px;
    background-color: #f07b3f;
}
.blog-tool span.category{
    color:#3ec1d3;
}
.blog-tool span:last-child:after{
    display:none;
}
.bottom-content {
    position: relative;
    min-height: 100px;
}

.blog-news-single .date {
    position: absolute;
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 104px;
    height: 30px;
    left: 0;
    top: 0;
    padding-top: 5px;
    background-color: #f07b3f;
}
.blog-news-single .date strong {
    font-size: 36px;
    position: relative;
    bottom: -10px;
    line-height: 1;
    margin-bottom: 5px;
    display:block;
}

.blog-news-single .text {
    font-size: 16px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.blog-news-single .more{
    color:#3ec1d3;
    font-weight: bold;
    font-size: 16px;
}
.blog-news-single .share-icon{
    float:right;
    font-size: 20px;
}
.blog-news-single .share-icon i{
    font-size: 18px;
}
.newsletter-widget {
    position: relative;
    z-index: 1;
    margin-bottom: 27px;
}

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

.newsletter-widget form input {
    background-color: #3ec1d3;
    font-size: 15px;
    padding: 20px;
    width: 100%;
    border: none;
    outline:none;
    color: #fff;
}
.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: 70px;
    font-size: 18px;
    height: 100%;
    border: none;
    outline:none;
    color: #fff;
    background-color: #3ec1d3;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.widget_categories ul>li {
    margin-bottom: 10px;
}
.widget_categories ul li{position:relative}
.widget_categories ul li a {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    transition: .5s;
    padding-left: 30px;
}
.widget_categories ul li i{
    position:absolute;
    left:0;
    color:#f07b3f;
}
.widget_categories ul li a:hover{
    color:#3ec1d3;
}
.widget-tags a {
    display: inline-block;
    padding: 11px 26px;
    line-height: 1;
    font-size: 14px;
    background: #d2e0e0;
    margin-right: 5px;
    text-transform: capitalize;
    margin-bottom: 8px;
    transition: all 0.4s ease-in-out;
}

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

.sidebar-widget {
    box-sizing: border-box;
    padding: 40px;
    margin-bottom: 27px;
    background-color: #edf7f8;
}

.widget-title {
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    font-family: cerebri-bold;
    color: #222;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.widget-title::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 40px;
    bottom: 0;
    left: 0;
    background-color: #3ec1d3;
}

.widget-catg li i {
    color: #3ec1d3
}

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

.single-blog-post-details {
    margin-bottom: 50px;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.12);
}
.single-blog-post-content{padding:40px;}
.single-blog-post-details h2 {
    font-size: 30px;
    color: #222;
    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 .title{
    font-size: 16px;
    color:#222;
    margin-bottom: 20px;
}
.single-blog-tools .post-data a {
    display: inline-block;
    color:#3ec1d3;
    font-size: 16px;margin-right: 5px;
}

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

.single-blog-tools .blog-social i {
   margin:0 5px;
   font-size: 18px;
}

.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: #fff !important;
    border: none;
    padding: 0 20px;
    font-size: 16px;
    line-height: 45px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background: #3ec1d3;
    transition: .5s ease;
    cursor: pointer;
}

.add-post-btn:hover {
    background: #000;
}

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


.comments-box-area h2 {
    color: #222;
    font-size: 26px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;

}
.comments-box-area h2::before{
    position: absolute;
    content: '';
    height: 3px;
    width: 40px;
    bottom: 0;
    left: 0;
    background-color: #3ec1d3;
}

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

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

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

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

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

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

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

.pagination-nav li a {
    border-radius: 50%;
    color: #999;
    border: 1px solid #CACACA;
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fff;
}

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

.widget-news li {
    margin-bottom: 30px;
    border-bottom: 1px solid #b8cfd0;
    padding-bottom: 10px;
}

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

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

.widget-news li .time {
    margin-top: 5px;
    color: #f07b3f;
}

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

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

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



.footer-contact {
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.footer-contact::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background-color: #222;
    top: 68%;
}

.footer-contact .wrap {
    background-color: #3ec1d3;
}

.footer-contact ul {
    padding:53px 70px 33px;
    display: flex;
    justify-content: space-between;
}

.footer-contact ul li {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.footer-contact h3 {
    position: relative;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}
.link-btn {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.theme-btn{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #3ec1d3;
    background-color: #fff;
    padding: 16px 26px;
    padding-left: 65px;
    font-weight: 600;
    border-radius: 3px;
    overflow: hidden;
    text-transform: uppercase;
    border:none;
}
.theme-btn.green{
    background-color: #f07b3f;
    color:#fff;
}
.theme-btn.green:before{
    background-color: rgba(0,0,0,0.1);
}
.theme-btn:before {
    position: absolute;
    left: 0;
    top: -5px;
    height: 66px;
    width: 48px;
    content: "";
    background-color: #f07b3f;
    transition: .5s;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
}
.theme-btn span{
    position:relative;
}
.theme-btn i {
    position: absolute;
    left: 16px;
    top: 14px;
    line-height: 25px;
    font-size: 17px;
    color: #fff;
}
.theme-btn:hover:before {
    width: 100%;
    border-radius: 0;
}
.theme-btn:hover span{
    color:#fff
}


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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

#footer .title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 2px;
    width: 40px;
    background-color: #3ec1d3;
}

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

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





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

    .wrap {
        width: auto;
    }

}










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

    #content{
        padding-top: 50px;
    }

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

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

    .header-top,
    .header-center,
    .header-tell {
        display: none;
    }
    .search-icon i{font-size: 17px;}
    .mobile_key {
        position: relative;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        float: right;
        z-index: 10;
        display: block;
        height: 50px;
        margin-left: 20px;
        margin-top: 18px;
    }

    .mobile_key span,
    .mobile_key:before,
    .mobile_key:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 17px;
        height: 2px;
        margin-left: -8px;
        background: #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 .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: #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: 10px;
        color: #666;
        display: block;
        font-size: 0.875em;
        transition: all 0.2s linear;
        line-height: 1.5;
    }

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

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

    .content-left {
        width: 100%;
    }

    .content-right {
        width: 100%;
    }


    #navBar {
        margin-top: 0;
    }

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


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

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




}

















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

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

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


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

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

    .search-icon {
        margin-top: 4px;
        display: none;
    }

    #header.fixed .header-bottom .search-icon{
        display: none;
    }

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

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

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

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

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

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

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

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

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

    .footer-left {
        width: 100%;
    }

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

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

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

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

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

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

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

    .content-right {
        padding: 0;
    }

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

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

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

    .blog-tool {
        display:none;
    }
    .blog-news-single .blog-news-img .date{display:block;}
    .blog-news-single .date{top:unset; bottom:0;}
    .blog-news-single .bottom-content .date{display:none;}
    .bottom-content{padding-left: 0; min-height: 0;}

    .blog-tool span {
        font-weight: normal;
        margin-right: 8px;
    }
    .blog-news-single .date strong{
        display:inline; margin-right: 3px;
    }
    .blog-news-single .text {
        font-size: 14px;
        margin-bottom: 20px;
    }

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

    .newsletter-widget form button {
        font-size: 15px;
    }

    .newsletter-widget h2 {
        font-size: 16px;
        padding: 15px 0;
    }

    .newsletter-widget form input,
    .newsletter-widget form button {
        height: 45px;
    }

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


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

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

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

    .single-blog-post-details .post-data {
        margin-bottom: 10px;
        width: 100%;
    }

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

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

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

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

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

    .comments-box-area{
        margin-top: 20px;
    }
    .comments-box-area h2{font-size: 20px;}
    .add-post-btn {
        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
    }
    .form-group1 input{width:100%;margin-left: 0;}
    .form-group1 input:first-child{margin-bottom: 15px;}
    .form-control {
        height: 40px;
    }

    .comments-form textarea {
        height: 100px;
        font-size: 14px;
        padding:10px 20px
    }
    .theme-btn{padding:14px 18px; padding-left: 60px;}
    .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-title {
        padding: 15px;
    }

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

    .hot-news-title {
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 18px;
    }


    .share li {
        height: 85px
    }

    .share li a span {
        display: none;
    }

    .cate-title {
        font-size: 16px;
        width: 100%;
    }

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

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

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

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

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

    .footer-contact h3{font-size: 18px;}

}

@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%;
    clear: both;
    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;
}