body {
    font-family: 'Playfair Display', 'Trebuchet MS', 'Arial', 'Open Sans', 'Nunito Sans', sans-serif;
    font-size: 14px;
    overflow-x: hidden !important;
    color: #212529;
    line-height: 1.42857143;
}


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: #232d37
}

a:hover {
    color: #66cccc;
}

.wrap {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.header-wrap {
    width: 88%;
    margin: 0 auto;
}

.header-bottom {
    position: relative;
}

.logo {
    text-align: center;
    font-size: 36px;
    margin: 11px 0;
    font-family: 'Shadows Into Light Two', cursive;
}

.logo a {
    display: inline-block;
}

.logo a:hover {
    color: #66cccc
}

#navBar ul {
    text-align: center;
    padding: 25px 0;
}

#navBar ul li {
    display: inline-block;
    vertical-align: top;
}

#navBar ul li>a {
    font-size: 15px;
    color: #232d37;
    display: inline-block;
    padding: 0 30px;
    text-transform: uppercase;
}



#navBar ul li>a:hover {
    color: #66cccc;
}

#navBar ul li>a:hover::before {
    width: 100%;
}

#header .header-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    top: 40px;
    z-index: 10;
    ;

}

#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;
}


.header-top {
    position: relative;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}

.header-top .header-top-social {
    float: left;
}

.header-top i {
    display: inline-block;
    padding: 0 8px;
    line-height: 40px;
    font-size: 12px;
}

.header-top i:hover {
    color: #66cccc;
}

.header-top .header-top-email {
    float: right;
    font-size: 14px;
    position: relative;
}

.header-top .header-top-email .h_search {
    line-height: 40px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s;
    opacity: 1;
    visibility: visible;
}

.header-top .header-top-email .h_search.h_hide {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
}


.search_box {
    position: absolute;
    top: 5px;
    right: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s;
    opacity: 1;
    visibility: visible;
}

.search_box i {
    line-height: 30px;
    vertical-align: top;
}

.search_box input {
    width: 300px;
    height: 30px;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    line-height: 30px;
    padding-left: 20px;
    outline: none;
    font-size: 13px;
    margin-right: 40px;
    padding-right: 50px;
}

.search_box button {
    cursor: pointer;
    position: absolute;
    right: 48px;
    top: 0;
    color: #86807f;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    border: none;
    width: 30px;
    line-height: 30px;
    height: 30px;
}

.search_box .search_close {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 8px;
    top: 0;
    line-height: 35px;
    color: #86807f;
    text-decoration: none;
    margin: 0;
}

.search_box.search_hide {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
}


#footer {
    text-align: center;
    border-top: 1px solid #eeeeee;
}

.footer-top .icon {
    padding-top: 40px;
    display: flex;
    justify-content: space-around;
}

.footer-top .icon a {
    font-size: 14px;
    padding: 0 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #51545f;
}

.footer-top .icon i {
    margin-right: 5px;
}

.footer-top .icon a:hover {
    color: #66cccc;
}

.footer-top .link {
    margin: 15px 0 0;
    font-size: 16px;
    border-bottom: 1px solid #eeeeee;
}

.footer-top .link a {
    display: inline-block;
    color: #51545f;
    padding: 10px 30px
}

.footer-top .link a:hover {
    text-decoration: none;
    outline: none;
    color: #66cccc;
}

.footer-bottom {
    padding: 20px 0;
}




.content-left {
    float: left;
    width: 66.66666667%;
    padding-right: 15px;
    box-sizing: border-box;
}

.content-right {
    float: right;
    width: 31%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.blog-news-single-right {
    float: left;
    width: 52%;
}

.blog-news-single-left {
    float: left;
    width: 45%;
    margin-right: 2%;
}

.blog-news-single {
    margin-bottom: 50px;
}

.blog-news-single {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.blog-news-single .blog-news-img {
    min-width: 100%;
    width: 100%;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    display: block;
    font-size: 0;
}

.blog-news-single .blog-news-title h2 {
    color: #000;
    font-size: 22px;
    line-height: 1.2;
}

.blog-news-single .blog-news-title h2 a {
    color: #000;
}

.blog-news-single .blog-news-title .blog-author a {
    display: block;
    color: #b5aec4;
    font-size: 13px;
    margin: 15px 0;
}

.blog-news-single .blog-news-title h2 a:hover {
    color: #66cccc;
}

.tools li {
    float: left;
    margin-right: 10px;
    font-size: 12px;
}

.tools li a {
    color: #b5aec4;
}

.tools li a:hover,
.blog-news-single .blog-news-title .blog-author a:hover {
    color: #000;
}

.tools li i {
    margin-right: 2px;
    font-size: 12px;
}

.blog-news-single .blog-news-title .con {
    margin: 15px 0;
}

.blog-news-single .blog-news-title .more-btn {
    font-size: 12px;
    color: #b5aeba;
    display: inline-block;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    height: 35px;
    min-width: 120px;
    line-height: 35px;
    text-align: center;
}

.blog-news-single .blog-news-title .more-btn:hover {
    color: #000;
    border: 1px solid #000;
}

.newsletter-widget {
    position: relative;
    z-index: 1;
}

.newsletter-widget h2 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding: 30px 0;
    margin-bottom: 0;
}

.newsletter-widget form input {
    height: 36px;
    font-size: 14px;
    color: #656565;
    border: none;
    box-sizing: border-box;
    outline: none;
    width: 60%;
}

.newsletter-widget form button {
    height: 38px;
    background-color: #66cccc;
    font-size: 18px;
    color: #fff;
    border: none;
    padding: 0 10px;
    float: right;
    border-radius: 50%;
}

.newsletter-widget .c {
    margin-bottom: 15px;
}

.newsletter-widget .input-group {
    position: relative;
    line-height: 36px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 30px;
    overflow: hidden;
}

.newsletter-widget .input-group i {
    padding-left: 20px;
    font-size: 14px;
}

.newsletter-widget form button:hover,
.newsletter-widget form button:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #4ba5a5;
}

.sidebar-widget {
    margin-bottom: 30px;
}

.sidebar-widget .widget-information li {
    border-bottom: 1px dotted #eee;
    transition: all 0.3s ease 0s;
    padding: 12px 0;
}

.sidebar-widget .widget-information li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.sidebar-widget .widget-information li:last-child {
    border: none;
}

.widget-social {
    text-align: center;
}

.widget-social a {
    font-size: 14px;
    color: #51545f;
    padding: 0 15px;
    transition:.5s ease;
    display:inline-block;
}

.widget-social a:hover {
    color: #66cccc;
    transform: translateY(-3px);
}

.widget-title {
    font-size: 18px;
    line-height: 25px;
    background: #c6f3f3;
    text-align: center;
    padding: 8px 0px;
    margin-bottom: 30px;
}

.widget-catg li i {
    color: #66cccc
}



.blog-archive-area {
    padding: 50px 0;
}

.single-blog-post-details {
    margin-bottom: 50px;
}
.single-blog-post-details .tools{margin-bottom: 20px;}
.single-blog-post-details .blog-news-single{border:none; padding-bottom: 0;}
.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: 40px;
    color: #fff;
    border: none;
    padding: 0 20px;
    line-height: 40px;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background: #66cccc;
    border: 1px solid #66cccc;
    transition: .5s ease;
    cursor: pointer;
    border-radius: 30px;
}

.add-post-btn:hover {
    color: #fff;
    background-color: #4ba5a5;
}

.comments-box-area {
    margin-bottom: 30px;
}

.comments-box-area h2 {
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
}

.form-control {
    color: #777;
    border: 1px solid #ebebeb;
    background-image: none;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
    line-height: 40px;
    height: 40px;
}


.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 {
    box-shadow: none;
    border-color: #66cccc !important;
    outline: 0;
}

.comments-form .form-group {
    margin-bottom: 15px;
}


.pagination-nav {
    float: left;
    width: 60%;
}

.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: #66cccc;
    border-color: #66cccc;
}

.page-status {
    float: right;
    font-size: 16px;
    color: #51545f;
    margin-top: 7px;
}

.widget-news li {
    margin-bottom: 10px;
    transition:.5s ease;
}
.widget-news li:hover{transform:translateX(5px)}

.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;
}

.blog-title h2 {
    font-size: 24px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 15px;
}

.single-blog-post-details .info {
    margin: 20px 0;
}

.single-blog-post-details .info .tit {
    font-size: 20px;
    color: #152535;
    margin-bottom: 10px;
}

.breadcumb-area {
    background-color: rgba(35, 45, 55, 0.7);
    text-align: center;
}

.breadcumb-area h2 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    line-height: 1.25;
    padding: 70px 0
}
.breadcumb-area h4 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 1.25;
    padding: 70px 0
}

.breadcumb-nav {
    margin-top: 20px;
}

.breadcumb-nav ul li {
    float: left;
    vertical-align: top;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
}

.breadcumb-nav ul li:first-child {
    padding-left: 0;
}

.breadcumb-nav ul li:first-child::after {
    display: none;
}

.breadcumb-nav ul li:after {
    content: '>';
    position: absolute;
    font-size: 14px;
    left: 6px;
    top: 0;
}

.breadcumb-nav ul li.active {
    color: #868e96;
}

.breadcumb-nav ul li span {
    vertical-align: top;
}





@media only screen and (max-width:1240px) {

    .header-wrap {
        padding-right: 15px;
        padding-left: 15px;
        width: auto;
    }

    .wrap {
        width: auto;
    }

    .widget-social a {
        padding: 0 10px;
    }
}










@media only screen and (max-width:992px) {

    .header-wrap,
    .wrap {
        width: 750px;
    }



    .mobile_key {
        position: relative;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        z-index: 10;
        display: block;
        width: 100%;
        height: 33px;
        line-height: 33px;
        text-align: center;
        border: none;
        background-color: #66cccc;
        color: #fff;
    }

    .mobile_key span {
        vertical-align: middle;
    }

    .mobile_key i {
        font-size: 20px;
        vertical-align: middle;
        margin-right: 10px;
    }



    #navBar {
        display: none;
        width: 100%;
        float: none;
        background: #fff;
        z-index: 1;
        overflow-y: auto;
        padding: 0;
    }

    #navBar ul {
        padding: 20px;
    }

    #navBar ul li {
        display: block;
        text-align: left;
        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: #66cccc;
    }


    .content-left {
        width: 100%;
    }

    .content-right {
        width: 100%;
        margin-top: 20px;
    }



    .logo {
        margin: 20px 0;
        width: auto;
    }

    #footer {
        border: none;
    }

    .footer-top .link {
        font-size: 14px;
        margin-top: 0;
    }

    .footer-top .link a {
        padding: 10px;
    }

    .footer-bottom {
        font-size: 12px;
        padding: 15px 0;
    }

    .breadcumb-area {
        display: none;
    }

    .breadcumb-nav ul li {
        font-size: 14px;
    }
    .blog-news-single-left{width:100%; margin-right: 0;}
    .blog-news-single-right{width:100%;}
    .blog-news-single .blog-news-img{margin-bottom: 20px;}
    .blog-news-single{padding-bottom: 20px;}

}

















@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;
        margin: 15px 0;
    }


    #header.fixed #navBar ul li {
        padding: 0;
    }

    .content-left {
        padding: 0 0 10px;
    }

    .content-right {
        padding: 0;
    }

    #header .header-bottom {
        top: 40px;
    }

    .blog-archive-left .blog-news-single {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .blog-archive-left .single-blog-post-details .blog-news-single{margin-bottom: 0;}

    .blog-archive-left .blog-news-single h2 {
        font-size: 16px;
    }

    .widget-title {
        font-size: 16px;
        margin-bottom: 10px;
        padding: 5px 0;
    }

    .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: 35px;
    }

    .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;
    }

    .blog-news-single-right {
        width: 100%;
    }

    .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;
    }

    .add-post-btn {
        min-width: 90px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }

    .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:first-child {
        margin-bottom: 10px;
    }

    .comments-form .form-group {
        margin-bottom: 10px;
    }

    .form-control {
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }

    .comments-form textarea {
        height: 100px;
    }

    .blog-archive-left .blog-news-single h2 {
        padding-bottom: 8px;
    }

    .pagination-nav li a {
        padding: 3px 10px;
        font-size: 14px;
    }

    .widget-news i {
        font-size: 12px;
    }

    .blog-news-single .blog-news-title .con {
        font-size: 12px;
        margin-bottom: 0;
    }

    .blog-side-bar {
        margin-bottom: 20px;
    }

    .sidebar-widget .widget-information li a {
        font-size: 13px;
    }

    .sidebar-widget .widget-information li {
        padding: 5px 0;
    }

    .blog-news-single .blog-news-title .blog-author a {
        font-size: 12px;
        margin: 10px 0;
    }

    .blog-news-single .blog-news-title .more-btn {
        display: none;
    }

    .newsletter-widget .c {
        font-size: 12px;
    }

    .comments-box-area {
        margin-bottom: 20px;
    }

    .single-blog-post-details .info .tit {
        font-size: 15px;
    }

    .single-blog-post-details .info .con {
        font-size: 13px;
    }

    .single-blog-post-details .blog-news-single-right {
        padding-top: 0;
    }

    .footer-top .icon {
        display: none;
    }

    .footer-top .link a {
        padding: 5px;
        font-size: 13px;
    }

    .footer-bottom {
        padding: 8px 0;
    }
    .detail .breadcumb-nav{display:none;}
    .blog-archive-area{padding: 20px 0;}
    .search_box input{width:200px;}
    .page-status{font-size: 14px; margin-top: 3px;}



}

.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;
}