body {
    font-family: 'Playfair Display', 'Trebuchet MS', 'Arial', 'Open Sans', 'Nunito Sans', sans-serif;
    font-size: 14px;
    overflow-x: hidden !important;
    color: #777777;
    line-height: 1.42857143;
    background-color: #fff;
}


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: #777777
}

a:hover {
    color: #3face4;
}

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

.header-bottom {
    position: relative;
}

.logo {
    float: left;
    font-size: 25px;
    margin-top: 20px;
}

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

}

.logo a:hover {
    color: #3face4
}

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

#navBar ul li {
    float: left;
}

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



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

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

#header .header-bottom {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid #eee;

}

#header.fixed .header-bottom {
    background: #fff;
    position: fixed;
    top: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}


@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

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


.mobile_key {
    display: none;
}


#footer {
    background-color: #333;
    text-align: center;
}

.copyright {
    color: #fff;
    padding: 20px 10px;
    margin: 0;
}

.copyright a {
    color: #3face4;
    margin: 0 10px;
}

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

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

.blog-news-single {
    margin-bottom: 50px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    transition: .5s ease;
    overflow: hidden;
}

.blog-news-single:hover {
    box-shadow: 0px 0 10px 4px rgba(0, 0, 0, 0.2);
}

.blog-news-single-tag {
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}

.blog-news-single-tag ul {
    margin: 20px 0;
}

.blog-news-single-tag ul li {
    margin-right: 10px;
    display: inline-block;
    transition: .5s ease;
}

.blog-news-single-tag ul li:hover {
    transform: translateX(5px);
}

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

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

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

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

.blog-news-single .blog-news-title h2 {
    color: #000;
    font-size: 24px;
    line-height: 1.2;
}

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

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

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

.more-btn {
    display: inline-block;
    background: #3face4;
    border: 1px solid #3face4;
    padding: 0px 35px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 34px;
    border-radius: 20px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    cursor: pointer;
    transition: all 300ms linear 0s;
}

.more-btn:hover {
    color: #3face4;
    background-color: #fff;
}

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




.sidebar-widget .widget-information li {
    transition: all 0.3s ease 0s;
    padding: 8px 18px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}

.sidebar-widget .widget-information li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.sidebar-widget .widget-information li:last-child {
    border: none;
}

.widget-title {
    font-size: 18px;
    font-weight: 700;
    padding: 12px 0;
    border-bottom: 1px solid #3face4;
    margin-bottom: 20px;
    color: #2d2d2d;
}

.widget-share li {
    float: left;
    margin-right: 5px;
}

.widget-share li i {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    height: 38px;
    line-height: 36px;
    width: 38px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.widget-share li:nth-child(1):hover i {
    color: #00BAFF;
}

.widget-share li:nth-child(2):hover i {
    color: #5192CC;
}

.widget-share li:nth-child(3):hover i {
    color: #ED523D;
}

.widget-share li:nth-child(4):hover i {
    color: #1985BC;
}

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



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

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

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

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

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

.add-post-btn {
    display: inline-block;
    min-width: 150px;
    height: 45px;
    color: #fff;
    border: none;
    padding: 0 20px;
    font-size: 16px;
    line-height: 45px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background: #3face4;
    border: 1px solid #3face4;
    transition: .5s ease;
    border-radius: 50px;
    cursor: pointer;
}

.add-post-btn:hover {
    background: #fff;
    color: #3face4;
    border: 1px solid #3face4;
}

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

.form-control {
    background-color: #fff;
    background-image: none;
    border: none;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
    line-height: 38px;
    height: 38px;
    color: #999;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

.form-group1 .form-control {
    width: 30%;
    float: left;
    vertical-align: top;
    margin-right: 5%;
}

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

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

.comments-form input {
    display: block;
    width: 100%;
    padding: 6px 15px;
    line-height: 1.42857143;
    font-family: inherit;
}

.comments-form textarea {
    height: 140px;
    padding: 10px;
    width: 100%;
    font-family: inherit;
    box-sizing: border-box;
}

.comments-form .form-control:focus {
    border: 1px solid #3face4;
    outline: 0;
}

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

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

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

.pagination-nav li a {
    color: #999;
    border: 1px solid #CACACA;
    display: inline-block;
    margin: 0 5px;
    font-size: 12px;
    padding: 8px 13px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

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

.widget-news li {
    margin-bottom: 10px;
}

.widget-news i {
    width: 4%;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}

.widget-news span {
    width: 93%;
    display: inline-block;
    vertical-align: top;
}

.search-group {
    position: relative;
}

.search-group .blog-search-btn {
    border: medium none;
    color: #999;
    font-size: 14px;
    height: 38px;
    right: 0;
    position: absolute;
    top: 0;
    width: 50px;
    background-color: transparent;
}

.search-group input[type="search"] {
    outline: medium none;
    font-size: 14px;
    color: #999;
    line-height: 30px;
    border: 0px;
    width: 100%;
    font-weight: 300;
    border-radius: 0;
    z-index: 0;
    padding: 5px 50px 5px 20px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}



.search-group input[type="search"]:focus {
    outline: none;
}

.blog-title h2 {
    font-size: 24px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 20px;
}

.single-blog-post-details {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 30px;
}

.single-blog-post-details h1 {
    font-size: 24px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 20px;
}

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

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

.single-blog-post-details .sidebar-widget {
    margin-top: 20px;
}

.single-blog-post-details .sidebar-widget h4 {
    display: inline-block;
    font-size: 15px;
    margin-right: 20px;
    vertical-align: middle;
}

.single-blog-post-details .sidebar-widget ul {
    display: inline-block;
    vertical-align: middle;
}

.crumbs {
    position: relative;
}

.crumbs .mask {
    background: url("../img/crumbs.jpg");
    background-repeat: repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.overlay {
    background-color: rgba(34, 34, 34, 0.8);
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.single-page-header-left {
    float: left;
    width: 50%;
}

.single-page-header-left h1,
.single-page-header-left h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
}

.single-page-header-left p {
    font-size: 15px;
    color: #fff;
}

.single-page-header-right {
    float: right;
    width: 50%;
    font-size: 16px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}



.single-page-header-right .breadcrumb {
    padding-top: 10px;
    list-style: none;
    background-color: #f5f5f5;
    background: transparent none repeat scroll 0 0;
    text-align: right;
}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb>.active,
.breadcrumb>.active a {
    color: #3face4;
}







@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: #3face4;
        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 {
        display: none;
        width: 100%;
        float: none;
        background: #fff;
        z-index: 1;
        overflow-y: auto;
        padding: 0;
    }

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

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

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


    .content-left {
        width: 100%;
    }

    .content-right {
        width: 100%;
    }



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

    #navBar {
        margin-top: 0;
    }

    #navBar ul {
        padding-top: 0;
    }







}

















@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;
        margin: 15px 0;
    }

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

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


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

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

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

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

    .widget-title {
        font-size: 16px;
        margin-bottom: 10px;
        padding: 5px 0;
    }



    .widget-news span {
        font-size: 13px;
    }

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



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

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

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

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


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

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

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

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

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

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

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

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

    .form-group1 .form-control {
        margin-bottom: 12px;
    }

    .form-group1 .form-control:last-child {
        margin-bottom: 0;
    }

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

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

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

    .pagination-nav li a {
        padding: 3px 10px;
        font-size: 14px;
    }

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

    .blog-news-single-tag ul {
        margin: 10px 0;
        font-size: 12px;
    }

    .widget-news i {
        font-size: 12px;
    }

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

    .blog-news-single .blog-news-title .con {
        display: none;
    }

    .more-btn {
        font-size: 12px;
    }

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

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

    .sidebar-widget .widget-information li a {
        font-size: 13px;
    }

    .sidebar-widget .widget-information li {
        padding: 5px 10px;
    }

    .widget-share li i {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        width: 30px;
    }

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

    .single-blog-post-details .info .tit {
        font-size: 15px;
    }

    .single-blog-post-details .info .con {
        font-size: 13px;
    }

    .copyright {
        padding: 10px 0;
    }

    .copyright span {
        display: block
    }

    .copyright a {
        margin: 0 5px;
    }

    #navBar {
        margin-bottom: 10px;
    }

    .single-page-header-right {
        display: none;
    }

    .single-page-header-left {
        width: 100%
    }

    .overlay {
        padding: 20px 0;
    }

    .single-page-header-left h2 {
        font-size: 18px;
    }



}

.positionFixed {
    bottom: 0px;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0%);
    z-index: 999;
    width: 100%;
    background-color: #e4e4e4;
    display: flex;
    justify-content: center;
}

.ad-div {
    margin-bottom: 50px;
    width: 100%
}

.t_de {
    height: 0.2rem;
    max-width: 100%;
    line-height: 0.3rem;
    font-size: 0.6rem;
    padding: 0.5rem 0 1rem 0;
    box-sizing: border-box;
    color: #707070;
    text-align: center;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* pagenation */
.post-pagination {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
}

.post-pagination li {
    position: relative;
    display: inline-block;
}

.post-pagination li a,
.post-pagination li span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    z-index: 1;
    transition: all 500ms ease;
}

.post-pagination li a.current {
    background: #3face4;
    color: #fff;
}

.post-pagination li:hover a {
    background: #3face4;
    color: #fff;
}

.single-blog-post-content img {
    display: block;
    margin: 10px auto;
}