body {
    font-family: Comfortaa, cursive;
    background: #f1f2f5;
    color: #000;
    font-weight: 500;
    font-size: 15px;
}
@font-face {
    font-family: flexslider-icon;
    src: url(../fonts/Futura-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}
.font-futura,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Futura;
    font-weight: 700;
}
.clearfix {
    clear: both;
}
.blog-des-decription-short,
.blog-short-other-detail {
    color: #000;
}
.text-upper {
    text-transform: uppercase !important;
}
.blog-banner-title {
    display: inline-block;
    font-size: 120px;
    color: #f8db0e;
    opacity: 0.5;
}
.blog-detail-title {
    display: inline-block;
    font-size: 70px;
    color: #fff;
    opacity: 1;
}
.blog-banner-sub-title {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 39px;
    width: 100%;
    transform: translate(-50%, -50%);
    text-shadow: 3px 1px 2px rgba(0, 0, 0, 0.6);
}
.blog-img-parlax {
    position: relative;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.blog-banner-bg {
    background-image: url(../images/blog/bg-top-slider-orignal.jpg);
}
.blog-banner-bg,
.blog-banner-detail-bg,
.post-blog-bg {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: inherit;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.post-blog-bg {
    background-image: url(../images/blog/post-blog.jpg);
}
.blog-banner-detail-bg {
    background-image: url(../images/blog/bg-detail.jpg);
}
.all-blog-section,
.comments-section,
.pagination-blog {
    margin: 30px 0;
}
.all-blog-list-box {
    margin-bottom: 50px;
}
.all-blog-section-cont {
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 1px -1px 4px 0 rgba(51, 51, 51, 0.14);
}
.all-blog-list-img {
    min-height: 225px;
    border-radius: 8px;
}
.all-blog-list-img img {
    width: 100%;
    height:auto;
    object-fit: cover;
}
.blog-des-title {
  color: #000;
  font-size: 22px;
  display: -webkit-box;
  max-width: 100%;
  height: 53px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.all-blog-list-content,
.blog-detail-img-desc {
    padding: 15px 0;
}
.blog-des-decription-short {
    line-height: 1.6;
    text-align: justify;
    font-weight: 500;
    padding: 10px 0 0 0;
    margin-bottom: 10;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 102px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-des-decription-short  p  {
    margin-bottom : 0;
}
.icon-comment,
.icon-share {
    margin-right: 10px;
}
.all-blog-list-img figure,
.blog-detail-img-desc {
    position: relative;
    margin: 0 0 0;
    overflow: hidden;
    background: 0 0;
}
.all-blog-list-img figure,
.blog-detail-img-desc,
.blog-detail-img-desc img,
.sidebar-latest-img,
.sidebar-latest-img img {
    border-radius: 8px;
}
.all-blog-list-img img,
.latets-post-wrap img {
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.all-blog-list-box:hover .all-blog-list-img img,
.latets-post-wrap:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.simple-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}
.simple-pagination li a,
.simple-pagination li span {
    color: #000;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #eee;
}
.simple-pagination .current {
    color: #fff;
    background-color: #ffc20a;
    border-color: #f1b70c;
}
.simple-pagination .next.current,
.simple-pagination .prev.current {
    background: #ecb307;
}
.page-link:hover {
    color: #000;
    background-color: #fff7dd;
    border-color: #f5ecce;
}
.blog-detail-img-desc img {
    width: 100%;
}
.footer-toolbar {
    padding-top: 7.5px;
    border-top: 1px solid #ccc;
}
.publish-author,
.publish-share {
    color: #999;
}
.icon-share:hover {
    opacity: 0.6;
}
.commentar-name {
    font-size: 18px;
    padding-left: 15px;
}
.comment-time {
    font-size: 12px;
}
.comment {
    padding-left: 68px;
    font-size: 14px;
}
.comment-time,
.commentar-name,
.commenter-profile {
    display: inline;
}
.comment p {
    font-size: 13px;
    line-height: 22px;
}
.form-control {
    background-color: #f1f2f5;
    border: 0;
    margin-bottom: 10px;
}
textarea {
    min-height: 150px;
}
.sidebar-blog p {
    line-height: 1.4;
    font-size: 13px;
}
.sidebar-blog .all-blog-section-cont {
    padding: 30px 15px;
}
.sidebar-latest-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sidebar-latest-title {
    font-size: 16px;
    padding-top: 8px;
    color: #000;
}
.sidebar-blog .comment-date {
    color: #000;
}
.sidebar-latest-img img {
    height: 100%;
     width: 100%;
}
.h-auto {
    height : auto !important;
}

.bx-none {
    box-shadow : none !important;
}
.uploader label {
    float: left;
    clear: both;
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 3px solid #eee;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.uploader label:hover {
    border-color: #f8db0e;
}
.uploader label.hover {
    border: 3px solid #f8db0e;
    box-shadow: inset 0 0 0 6px #eee;
}
.uploader label.hover #start i.fa {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.3;
}
.uploader #start {
    float: left;
    clear: both;
    width: 100%;
}
.uploader #start.hidden {
    display: none;
}
.uploader #start i.fa {
    font-size: 50px;
    margin-bottom: 1rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.uploader #response {
    float: left;
    clear: both;
    width: 100%;
}
.uploader #response.hidden {
    display: none;
}
.uploader #response #messages {
    margin-bottom: 0.5rem;
}
.uploader #file-image {
    display: inline;
    margin: 0 auto 0.5rem auto;
    width: auto;
    height: auto;
    max-width: 180px;
}
.uploader #file-image.hidden {
    display: none;
}
.uploader #notimage {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}
.uploader #notimage.hidden {
    display: none;
}
.uploader .progress,
.uploader progress {
    display: inline;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 180px;
    height: 8px;
    border: 0;
    border-radius: 4px;
    background-color: #eee;
    overflow: hidden;
}
.uploader .progress[value]::-webkit-progress-bar {
    border-radius: 4px;
    background-color: #eee;
}
.uploader .progress[value]::-webkit-progress-value {
    background: -webkit-gradient(linear, left top, right top, from(#393f90), color-stop(50%, #454cad));
    background: linear-gradient(to right, #393f90 0, #454cad 50%);
    border-radius: 4px;
}
.uploader .progress[value]::-moz-progress-bar {
    background: linear-gradient(to right, #f8db0e 0, #fec12d 50%);
    border-radius: 4px;
}
.uploader input[type="file"] {
    display: none;
}
.uploader div {
    margin: 0 0 0.5rem 0;
    color: #5f6982;
}
.uploader .btn.btn-primary {
    padding: 0 1rem;
    height: 36px;
    line-height: 36px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    cursor: pointer;
}

.blog-det-read  ul {
    padding-left: 15px
}

.btn.btn-sm {
    padding: 8px 16px !important;
    font-size: 14px  !important;
}


.big-section-details .details, figure.effect-goliath p.starting-from-india {
    line-height: 2.5;
    font-weight: 700;
    letter-spacing: 0;
    font-family: 'Futura';
    color: #000;
    text-shadow: none;
    font-size: 14px;
}

.lf-change h3.style-font {
    font-size: 18px;
    line-height: 2;
}


.big-section-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.big-section-title  p  {
    color: black !important;
}

@media (min-width: 992px) {
    .sidebar-blog {
        padding-left: 0;
    }
    .img-sec-side {
        padding-right: 0;
    }
}
@media (max-width: 991px) {
    .sidebar-blog {
        margin-top: 20px;
    }
    .all-blog-section-cont .all-blog-list-box {
        margin-bottom: 10px;
        border-bottom: 1px solid #000;
    }
    .all-blog-list-box {
        margin-bottom: 0;
    }
    .all-blog-section-cont .all-blog-list-box {
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.11);
        padding-bottom: 30px;
    }
    .container {
        max-width: 90%;
        width: 90%;
    }
    .sidebar-latest-img img {
        width: 100%;
    }
    .sidebar-latest-title {
        font-size: 22px;
        padding-top: 15px;
    }
    .sidebar-blog .comment-date,
    .sidebar-blog p {
        font-size: 16px;
    }
    .blog-detail-title {
        font-size: 50px;
    }
}
@media (max-width: 767px) {
    .blog-banner-title {
        font-size: 84px;
    }
    .blog-banner-sub-title {
        position: static;
        font-size: 24px;
        transform: translate(0);
        line-height: 1;
    }
    .all-blog-list-img img {
        height: 300px;
    }
}
@media (max-width: 380px) {
    .all-blog-section .container {
        max-width: 99%;
        width: 100%;
    }
    .all-blog-section-cont .blog-des-title {
        white-space: inherit;
    }
}
