@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700";
@import "https://fonts.googleapis.com/css?family=Playfair+Display:400,700";
body {
    color: #777;
    font-family: roboto, sans-serif;
    font-size: 14px;
    font-weight: 400
}




.testimonial-area {
    background-image: url(../images/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1
}

.testimonial-area:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 7, 16, .8);
    z-index: -1
}

.testimonial-area .section-top2 h3,
.testimonial-area .section-top2 p {
    color: #fff
}

.testimonial-area .testimonial-slider.owl-carousel .single-slide {
    background: #fff;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.testimonial-area .testimonial-slider.owl-carousel .single-slide h5 {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.testimonial-area .testimonial-slider.owl-carousel .single-slide:hover h5 {
    color: #ffb606
}

.testimonial-area .testimonial-slider.owl-carousel img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.testimonial-slider.owl-carousel .owl-nav {
    display: none
}

.testimonial-slider.owl-carousel .owl-dots {
    display: block;
    position: absolute;
    bottom: -70px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.testimonial-slider.owl-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 5px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin: 0 7px
}

.testimonial-slider.owl-carousel .owl-dots .owl-dot.active {
    background: #ffb606
}

@media(min-width:576px) and (max-width:767.98px) {
    .update-area .single-food {
        width: 70%;
        margin: auto
    }
}

.update-area .single-food .food-content {
    padding: 40px 30px;
    background: #f9f9ff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.update-area .single-food:hover .food-content {
    background: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.table-area {
    background-image: url(../images/table-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1
}

.table-area:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 7, 16, .7);
    z-index: -1
}

.table-area .section-top2 h3,
.table-area .section-top2 p {
    color: #fff
}

.table-area .input-group {
    width: 30.33%;
    float: left;
    overflow: hidden;
    margin: 0 1.5%
}

@media(min-width:576px) and (max-width:767.98px) {
    .table-area .input-group {
        width: 100%;
        float: none
    }
}

@media(max-width:575.98px) {
    .table-area .input-group {
        width: 100%;
        float: none
    }
}

.table-area input {
    border-radius: 0 5px 5px 0;
    border: none
}

@media(min-width:992px) and (max-width:1199.98px) {
    .table-area input {
        width: 65%
    }
}

@media(min-width:768px) and (max-width:991.98px) {
    .table-area input {
        width: 70%
    }
}

@media(min-width:576px) and (max-width:767.98px) {
    .table-area input {
        width: 87%
    }
}

@media(max-width:575.98px) {
    .table-area input {
        width: 80%
    }
}

.table-area .input-group-text {
    background: #fff;
    padding: 14px 20px
}

.table-area .table-btn {
    clear: both
}



@media(min-width:576px) and (max-width:767.98px) {
    .footer-copyright ul .no-margin {
        margin-left: 0
    }
}

@media(max-width:575.98px) {
    .footer-copyright ul .no-margin {
        margin-left: 0
    }
}



.banner-area.blog-page a,
.banner-area.blog-page span {
    color: #fff;
    text-transform: capitalize
}

.blog_categorie_area {
    padding-top: 80px;
    padding-bottom: 80px
}

.categories_post {
    position: relative;
    text-align: center;
    cursor: pointer
}

.categories_post img {
    max-width: 100%
}

@media(min-width:576px) and (max-width:767.98px) {
    .categories_post img {
        width: 100%
    }
}

.categories_post .categories_details {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(1, 7, 16, .8);
    color: #fff;
    transition: all .3s linear;
    display: flex;
    align-items: center;
    justify-content: center
}

.categories_post .categories_details h5 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    position: relative
}

.categories_post .categories_details p {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0
}

.categories_post .categories_details .border_line {
    margin: 10px 0;
    background: #fff;
    width: 100%;
    height: 1px
}

.categories_post:hover .categories_details {
    background: rgba(255, 182, 6, .7)
}

.blog_item {
    margin-bottom: 40px
}

.blog_info {
    padding-top: 30px
}

.blog_info .post_tag {
    padding-bottom: 20px
}

.blog_info .post_tag a {
    font: 300 14px/21px;
    color: #131230
}

.blog_info .post_tag a:hover {
    color: #ffb606
}

.blog_info .post_tag a.active {
    color: #ffb606
}

.blog_info .blog_meta li a {
    font: 300 14px/20px;
    color: #777;
    vertical-align: middle;
    padding-bottom: 12px;
    display: inline-block
}

.blog_info .blog_meta li a i {
    color: #131230;
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
    line-height: 20px;
    vertical-align: middle
}

.blog_info .blog_meta li a:hover {
    color: #ffb606
}

.blog_post img {
    max-width: 100%
}

.blog_details {
    padding-top: 20px
}

.blog_details h4 {
    font-size: 24px;
    line-height: 36px;
    color: #131230;
    font-weight: 600;
    transition: all .3s linear
}

.blog_details h4:hover {
    color: #ffb606
}

.blog_details p {
    margin-bottom: 26px
}

.blog_details .template-btn {
    color: #131230!important;
    padding: 10px 24px!important;
    background: #f9f9ff
}

.blog_details .template-btn:hover {
    color: #fff!important;
    background: #ffb606;
    border: 1px solid transparent
}

.blog_right_sidebar {
    border: 1px solid #eee;
    background: #f9f9ff;
    padding: 30px
}

.blog_right_sidebar .widget_title {
    font-size: 18px;
    line-height: 25px;
    background: #494949;
    text-align: center;
    color: #fff;
    padding: 8px 0;
    margin-bottom: 30px
}

.blog_right_sidebar .search_widget .input-group .form-control {
    font-size: 14px;
    line-height: 29px;
    border: 0;
    width: 100%;
    font-weight: 300;
    color: #fff;
    padding-left: 20px;
    border-radius: 45px;
    z-index: 0;
    background: #ffb606
}

.blog_right_sidebar .search_widget .input-group .form-control:focus {
    box-shadow: none
}

.blog_right_sidebar .search_widget .input-group .btn-default {
    position: absolute;
    right: 20px;
    background: 0 0;
    border: 0;
    box-shadow: none;
    font-size: 14px;
    color: #fff;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.blog_right_sidebar .author_widget {
    text-align: center
}

.blog_right_sidebar .author_widget h5 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 30px
}

.blog_right_sidebar .author_widget p {
    margin-bottom: 0
}

.blog_right_sidebar .author_widget .social_icon {
    padding: 7px 0 15px
}

.blog_right_sidebar .author_widget .social_icon a {
    font-size: 14px;
    color: #131230;
    transition: all .2s linear
}

.blog_right_sidebar .author_widget .social_icon a+a {
    margin-left: 20px
}

.blog_right_sidebar .author_widget .social_icon a:hover {
    color: #ffb606
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    transition: all .3s linear
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h5:hover {
    color: #ffb606
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 0
}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
    margin-top: 20px
}

.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 2px dotted #eee;
    transition: all .3s ease 0s;
    padding-bottom: 12px
}

.blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #777
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0
}

.blog_right_sidebar .post_category_widget .cat-list li+li {
    padding-top: 15px
}

.blog_right_sidebar .post_category_widget .cat-list li:hover {
    border-color: #ffb606
}

.blog_right_sidebar .post_category_widget .cat-list li:hover a {
    color: #ffb606
}

.blog_right_sidebar .newsletter_widget {
    text-align: center
}

.blog_right_sidebar .newsletter_widget .form-group {
    margin-bottom: 8px
}

.blog_right_sidebar .newsletter_widget .input-group-prepend {
    margin-right: -1px
}

.blog_right_sidebar .newsletter_widget .input-group-text {
    background: #fff;
    border-radius: 0;
    vertical-align: top;
    font-size: 12px;
    line-height: 36px;
    padding: 0 0 0 15px;
    border: 1px solid #eee;
    border-right: 0
}

.blog_right_sidebar .newsletter_widget .form-control {
    font-size: 12px;
    line-height: 24px;
    color: #ccc;
    border: 1px solid #eee;
    border-left: 0;
    border-radius: 0
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
    outline: none;
    box-shadow: none
}

.blog_right_sidebar .newsletter_widget .bbtns {
    color: #fff;
    background: #ffb606;
    font-size: 12px;
    line-height: 38px;
    display: inline-block;
    font-weight: 500;
    padding: 0 24px;
    border-radius: 0
}

.blog_right_sidebar .newsletter_widget .text-bottom {
    font-size: 12px
}

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block
}

.blog_right_sidebar .tag_cloud_widget ul li a {
    color: #131230;
    display: inline-block;
    border: 1px solid #eee;
    background: #fff;
    padding: 5px 13px;
    margin-bottom: 8px;
    transition: all .3s ease 0s;
    font-size: 12px
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #ffb606;
    color: #fff
}

.blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 30px 0
}

.blog-pagination {
    padding-top: 25px;
    padding-bottom: 95px
}

.blog-pagination .page-link {
    border-radius: 0
}

.blog-pagination .page-item {
    border: none
}

.page-link {
    background: 0 0;
    font-weight: 400
}

.blog-pagination .page-item.active .page-link {
    background-color: #ffb606;
    border-color: transparent;
    color: #fff
}

.blog-pagination .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #8a8a8a;
    border: none
}

.blog-pagination .page-item:last-child .page-link,
.blog-pagination .page-item:first-child .page-link {
    border-radius: 0
}

.blog-pagination .page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ffb606;
    border-color: #eee
}

