body {
    font-family: 'Playfair Display', 'Trebuchet MS', 'Arial', 'Open Sans', 'Nunito Sans', sans-serif;
    font-size: 14px;
    overflow-x: hidden !important;
    color: #838282;
    line-height: 1.42857143;
}


h2 {
    color: #fff;
    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: #656565
}

a:hover {
    color: #e67e22;
}

.widget-information a:hover {
    text-decoration: underline;
}

.wrap {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.header-bottom {
    position: relative;
}

.logo {
    float: left;
    font-size: 30px;
    padding: 20px 0;
}

.logo a {
    color: #fff;
    display: inline-block;

}

#navBar {
    margin: 20px 0;
}

#navBar ul li {
    float: left;
    margin-right: 10px;
}

#navBar ul li>a {
    font-size: 14px;
    color: #828282;
    display: inline-block;
    padding: 12px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

#navBar ul li>a:before {
    background-color: #e67e22;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -20px;
    left: 0;
    content: '';
    z-index: 10;
    transition: .5s ease;
}

#navBar ul li>a:hover:before,
#navBar ul li.active>a:before {
    width: 100%;
}

#navBar ul li.active>a {
    color: #1c1c1c;
}


#navBar ul li>a:hover {
    color: #e67e22;
}

#navBar ul li>a:hover::before {
    width: 100%;
}

#header .header-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    top: 82px;
    z-index: 10;
    border-bottom: 1px solid #d0d5d8
}

#header.fixed .header-bottom {
    background: #fff;
    position: fixed;
    top: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-color: transparent;
    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;
}

.hot-news-title {
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 24px;
}
.hot-news-title a{color: #152535;}

#footer {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 30px 0;
    background-color: #02031c;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
}

.footer-left {
    font-size: 14px;
}

.footer-left .link a {
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 10px;
}

.footer-left .link a:hover {
    text-decoration: none;
    outline: none;
    color: #e67e22;
}

.header-top {
    background-color: #e67e22;
}

.header-top .header-top-search {
    float: right;
}

.search-form {
    margin: 20px 0;
}

.search-form form {
    width: 250px;
    height: 40px;
    position: relative;
    z-index: 2;
    margin-left: 50px;
}

.search-form form input {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: transparent;
    padding: 0 15px;
    font-size: 12px;
    font-style: italic;
    color: #fff;
}

.search-form form input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.search-form form input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.search-form form input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.search-form form input::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.search-form form input::placeholder {
    color: #fff;
    opacity: 1;
}

.search-form form button {
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    border: none;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    outline: none;
}

.content-left {
    float: left;
    width: 65%;
    box-sizing: border-box;
}

.content-right {
    float: right;
    width: 33.33333333%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.blog-news-single {
    display: inline-block;
    width: 47%;
    margin-right: 2%;
    margin-bottom: 50px;
    vertical-align: top;
    /* background: #f0f4f8; */
    transition: .5s ease;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
.blog-news-single:hover {
    transform: translateY(-15px);

}

.blog-news-single:hover .blog-news-title h2 a {
    color: #e67e22;
}

.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-title {
    padding: 20px;
}

.blog-news-single .blog-news-title h2 {
    color: #152535;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.blog-news-single .blog-news-title h2 a {
    color: #152535;
}

.blog-news-single .blog-date {
    color: #636363;
    font-size: 12px;
}

.blog-news-single .blog-date span {
    margin-right: 10px;
}

.blog-news-single .blog-news-title .blog-catagory {
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
    color: #e67e22;
    text-transform: uppercase;
}




.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 {
    width: 100%;
    height: 50px;
    background-color: #fff;
    font-size: 12px;
    font-style: italic;
    color: #656565;
    margin-bottom: 20px;
    border: none;
    padding: 0 25px;
    border-radius: 5px;
    font-weight: 600;
    box-sizing: border-box;
    outline: none;
}

.newsletter-widget form button {
    width: 100%;
    height: 50px;
    background-color: #e67e22;
    font-size: 18px;
    color: #fff;
    border: none;
    padding: 0 25px;
}

.newsletter-widget form button:hover,
.newsletter-widget form button:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #fff;
    color: #e67e22;
}

.newsletter-widget .t {
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
}

.sidebar-widget {
    margin-bottom: 30px;
    background: #f0f4f8;
    padding: 20px;
}

.sidebar-widget.form-widget {
    background: #152535;
}

.sidebar-widget ul>li>a {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
}

.widget-title {
    color: #e67e22;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    position: relative;
    text-align: center;
}

.widget-catg li i {
    color: #e67e22
}



.mobile_tools {
    display: none;
}

.blog-archive-area {
    padding: 50px 0;
}

.single-blog-post-details {
    margin-bottom: 50px;
}

.blog-title h2 {
    font-size: 20px;
    color: #152535;
    line-height: 1.2;
    position: relative;
    margin-bottom: 20px;
}

.single-blog-post-details h2 {
    color: #152535;
    font-size: 30px;
    line-height: 1.2;
    position: relative;
    margin-bottom: 20px;
    ;
}

.detail .single-blog-post-details h2 {
    padding-bottom: 0;
}

.detail .single-blog-post-details h2::after {
    display: none;
}


.single-blog-post-details .post-data {
    margin: 0 0 20px;
    display: inline-block;
}

.single-blog-post-details .post-data a {
    color: #e67e22;
}

.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: #e67e22;
    transition: .5s ease;
    cursor: pointer;
}

.add-post-btn:hover {
    background: #000;
}

.comments-box-area {
    margin-bottom: 30px;
}

.comments-box-area h2 {
    color: #152535;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.form-control {
    color: #555;
    background-color: #f0f4f8;
    background-image: none;
    border: none;
    font-size: 12px;
    font-style: italic;
    box-sizing: border-box;
    outline: none;
    line-height: 52px;
    height: 52px;
}

.form-group1 .form-control {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
}

.form-group1 .form-control[name="email"] {
    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: 200px;
    padding: 10px;
    width: 100%;
    font-family: inherit;
}

.comments-form .form-control:focus {
    box-shadow: none;
    border-color: #e67e22 !important;
    outline: 0;
}

.comments-form .form-group {
    margin-bottom: 15px;
}

.gotop {
    background-color: #e67e22;
    border-radius: 0;
    bottom: 60px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 24px;
    height: 40px;
    line-height: 38px;
    right: 60px;
    text-align: center;
    width: 40px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    bottom: 30px;
    right: 30px;
    display: none;
    position: fixed;
    z-index: 100;
}

.gotop i {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    vertical-align: top;
}

.gotop.on {
    display: block;
}

.gotop:hover {
    background-color: #000000;
}




.blog-pagination {
    display: inline;
    float: left;
    padding: 0 0 15px;
    width: 100%;
}

.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.active a,
.pagination-nav li a:hover,
.pagination-nav li a:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
    background-color: #122535;
    border-color: #122535;
}

.widget-news i {
    width: 3%;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}

.widget-news span {
    width: 93%;
    display: inline-block;
    vertical-align: top;
}

.single-blog-post-details .info {
    margin: 20px 0;
}

.single-blog-post-details .info .tit {
    font-size: 20px;
    color: #152535;
    margin-bottom: 10px;
}
.single-blog-tools{margin-top: 30px;}
.single-blog-tools .post-data{float:left; color:#828282;}
.single-blog-tools .blog-date{float:right;color:#828282;}
.single-blog-tools .blog-date span{margin-left: 15px;}
.single-blog-tools .post-data a{color:#828282;}
.single-blog-tools  i{margin-right: 5px;}











@media only screen and (max-width:1240px) {

    .wrap {
        width: auto;
    }

}










@media only screen and (max-width:992px) {

    .header-wrap,
    .wrap {
        width: 750px;
    }

    .header-top .header-top-search {
        display: none;
    }

    #header .header-bottom {
        border: none;
    }

    .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: #fff;
        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: block;
        float: none;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: -80%;
        z-index: 1000;
        width: 80%;
        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 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: #e67e22;
    }

    .content-left {
        width: 100%;
    }

    .content-right {
        width: 100%;
    }


    #navBar {
        margin-top: 0;
    }

    #navBar ul {
        padding-top: 50px;
    }

    #navBar ul li>a:hover:before,
    #navBar ul li.active>a:before {
        width: 0;
    }


    #header{height:58px;}
    .header-top{position:fixed; top:0; width:100%; left:0; z-index: 10;}





}

















@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: 15px 0;
    }

    .mobile_key {
        width: 35px;
        line-height: 30px;
        height: 30px;
        margin: 10px 0 0;
        border: none;
    }

    .mobile_key i {
        font-size: 25px;
    }

    #footer {
        padding: 15px 0;
    }

    .footer-left {
        width: 100%;
        text-align: center;
    }

    .footer-left .link a {
        font-size: 12px;
        margin-right: 10px;
        margin-bottom: 2px;
    }


    #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);
    }

    .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;
    }

    .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: 40px;
    }

    .widget-news span {
        font-size: 12px;
    }

    .sidebar-widget ul>li>a {
        font-size: 12px;
    }


    .sidebar-widget {
        margin-bottom: 20px;
    }

    .blog-title h2 {
        font-size: 16px;
        padding-bottom: 0;
    }

    .single-blog-post-details h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .single-blog-post-details .post-data {
        margin-bottom: 10px;
    }

    .single-blog-post-details .post-data a {
        font-size: 12px;
    }

    .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: 25px;
    }

    .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;
        margin-bottom: 10px;
    }

    .single-blog-post-details h2:after,
    .comments-box-area h2::after {
        top: 25px;
        width: 30px;
    }

    .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: 40px;
    }

    .comments-form textarea {
        height: 100px;
    }

    .single-blog-post-details .info .tit {
        font-size: 16px;
    }

    .single-blog-post-details .info .con {
        font-size: 13px;
    }

    .blog-news-single .blog-news-title .blog-catagory {
        margin-bottom: 10px;
    }

    .blog-archive-left .blog-news-single h2 {
        margin-bottom: 10px;
    }

    .pagination-nav li a {
        padding: 3px 10px;
        font-size: 14px;
    }

    .widget-news i {
        font-size: 12px;
    }

    .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;
    }








}

.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;
}