html,
body {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    text-transform: none;
    line-height: 1.25;
    font-size: 1rem;
    transition: 0.5s;
}

* {
    transition: ease-in-out;
}
a, a:hover{
    text-decoration: none;
    color: initial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    word-wrap: break-word;
    font-weight: 400;
    text-transform: none;
    line-height: 1.25;
    font-family: 'Marcellus', serif;
}

.social-header {
    width: 40%;
    display: flex;
    justify-content: flex-end;
}

.logo {
    width: 20%;
    text-align: center;
}
.logo img {
    width: 180px;
    margin: 10px auto;
    display: block;
}
img.mobile-logo {
    width: 162px;
    margin: 0px auto;
}
.social-header ul {
    list-style: none;
    display: flex;
    margin: 0px;
    padding: 0px;
}

.social-header ul li a {
    color: #000;
    margin-left: 19px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-light .navbar-nav .nav-link i {
    font-size: 11px;
    color: #000;
    opacity: 0.5;
}

.single-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.single-content {
    margin-top: 3rem;
    margin-bottom: 6rem;
}

.breadcrumbs {
    margin-bottom: 2rem;
    font-size: 0.8125rem;
    color: #5c5c5c;
}

.breadcrumbs a {
    color: #5c5c5c;
    text-decoration: underline;
}

.breadcrumbs .separator {
    margin: 0 5px;
}

.breadcrumbs .separator:before {
    content: "-";
}

.post-categories {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.post-categories li {
    display: inline-block;
}

.post-categories a {
    color: #000000;
    text-decoration: none;
}

/* .entry-title {
    font-size: 4rem;
    margin-bottom: 0;
    word-wrap: break-word;
    font-family: 'Marcellus', serif;
} */
.entry-subtitle {
    margin-top: 1rem;
    font-size: 1.5rem;
}

.entry-post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: 0.25s;
}

.meta-author {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin-right: 20px;
}

.entry-post-meta a {
    color: #7b7b7b;
    font-size: inherit;
    text-decoration: none;
    transition: 0.25s;
}

.entry-post-meta .photo img {
    flex: none;
    width: 34px;
    height: 34px;
    padding: 0px 0;
    border-radius: 50%;
    overflow: hidden;
}

.entry-post-meta .by {
    font-style: italic;
    margin: 0px 5px;
}

span.author {
    text-decoration: underline;
}

.entry-header-infobar {
    display: flex;
    flex-direction: row;
    border-top: 2px solid #000;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    justify-content: space-between;
    margin-top: 40px;
    align-items: center;
}
.entry-labeltab a {
    background: #fff;
    border: 1px solid #000;
    flex: 1 1 100%;
    padding: 0 10px;
}

.entry-labeltab a:hover {
    background: #281b17;
    border: 1px solid #281b17;
    color: #fff;
}

.singleImg-wrap p {
    padding-top: 16px;
}
div#myCarousel a {
    display: block;
    width: 100%;
}

div#myCarousel a img {
    width: 100%;
    height: auto;
}
.meta-comments {
    margin-right: 20px;
}

.meta-comments i {
    color: #7b7b7b;
}

.meta-date {
    color: #7b7b7b;
}

.entry-wrap {
    padding-top: 30px;
}

.entry-content {
    font-size: 1.125rem;
    color: #5c5c5c;
    line-height: 1.5;
}

.entry-content p,
.entry-excerpt {
    font-size: 1.125rem;
    color: #5c5c5c;
    line-height: 1.5;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    word-wrap: break-word;
    font-weight: 400;
    text-transform: none;
    line-height: 1.25;
    font-family: 'Marcellus', serif;
    color:black !important;
}

.entry-content ul,
.entry-content ol{
    padding: revert !important;
}

.entry-content p a {
    color: #ff991c;
}
.entry-content p a:hover {
    text-decoration: underline;
}

.entry-content p img {
    margin-bottom:-15px;
}

.posts-area-outer {
    display: flex;
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 30px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.entry-inner {
    width: 220px;
    position: relative;
    overflow: hidden;
}

.entry-inner span.labels,
.main-post span.labels {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #281b17;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    z-index: 10;
}

.entry-inner:hover span.labels,
.main-post:hover span.labels {
    background: #f2e6e6;
}

.entry-inner:hover span.labels a,
.main-post:hover span.labels a {
    color: #281b17;
}

.entry-inner span.labels a,
.main-post span.labels a {
    color: #fff;
    text-decoration: none;
}

.main-post {
    position: relative;
}

.entry-inner-content {
    width: calc(100% - 220px);
    padding-left: 25px;
}

.entry-title {
    word-wrap: break-word;
    font-family: 'Marcellus', serif;
    font-size: 3rem;
}

.entry-title a {
    color: #000;
    text-decoration: none;
}

.entry-inner-content .entry-post-meta {
    margin-top: 10px;
}

.entry-inner img {
    position: relative;
    transition: 0.5s;
    height: 180px;
    width: 100%;
    object-fit: cover;
}

.entry-inner:hover img {
    transform: scale(1.05);
}

span.counter {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}
.carousel-item img {
    height: 732px;
    object-fit: cover;
    object-position: center;
}

header.main-page, header.sticky_header {
    position: absolute;
    z-index: 10;
    width: 100%;
    background: transparent;
}
header.sticky_header{
    position: fixed;
    z-index: 10;
    width: 100%;
    background: #f7f6f5;
}

.instagram-outer{
    background: #f7f6f5;
    padding: 50px 0px;
}
.insta-heading img {
    width: 250px;
}
.instagram-outer .owl-carousel .owl-item img {
    object-fit: cover;
    height: 400px;
    width: 100%;
    padding: 6px;
}
.insta-heading {
    margin-bottom: 30px;
}

.main-page .navbar-light .navbar-nav .nav-link,
.main-page .navbar-light .navbar-nav .nav-link i,
.main-page .social-header ul li a{
    color: #fff;
}

.carousel-item::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #00000038;
}

.carousel-caption {
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-caption h5 a {
    position: relative;
    z-index: 2;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.carousel-caption h5 {
    font-weight: 400;
}

.carousel-caption h2.entry-title span {
    font-size: 4.375rem !important;
}

.carousel-caption h2 {
    width: 80%;
    margin: 15px auto;
}

.carousel-caption .entry-post-meta {
    justify-content: center;
    color: #fff;
}

.carousel-caption .entry-post-meta .meta-author-inner,
.carousel-caption .entry-post-meta .meta-comments a,
.carousel-caption .entry-post-meta .meta-comments i,
.carousel-caption .entry-post-meta .meta-date {
    color: #fff;
}

.slider-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 280px;
}

.main-slider {
    position: relative;
}

.options {
    width: 100%;
    max-width: 1000px;
    position: absolute;
    margin: 0 auto;
    bottom: 80px;
    left: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.options h5 {
    font-size: 18px;
    margin: 0;
}
.item-img {
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
}

.item-img img {
    width: 70px;
    height: 70px;
    padding: 5px;
    border-radius: 50%;
    object-fit:cover;
}

.itemContent {
    width: calc(100% - 80px);
    padding-left: 15px;
    font-family: 'Marcellus', serif;
}

.itemContent h5 a {
    color: #fff;
    text-decoration: none;
}

.list wrapper .entry-inner {
    width: 50%;
}

.list.wrapper .entry-inner-content {
    width: 60%;
}

.list.wrapper .entry-inner {
    width: 40%;
}

.list.wrapper .entry-inner img.img-fluid {
    height: initial;
}

.main-content.list.wrapper .posts-area-outer {
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 30px;
}

/* Css By Pradeep TR Sharma */
/* .breadcrumbs css */
.cs-breadcrumbs {
  font-size: 0.8rem;
  margin-bottom: 24px;
}

.cs-breadcrumbs a {
  text-decoration: underline;
  margin-right: 8px;
  color: #5c5c5c;
}
/* Sidebar Css Start */
/* Post Widget Css */
.sidebar{
    position: sticky;
    top: 110px;
    margin-bottom: 50px;
}
.widget{
    padding: 3px 3rem 3rem 3rem!important;
}
.widget-item {
    display: flex;
    margin: 20px 0;
}
.widget-item:last-child{
    margin-bottom: 0;
} 
.post-widget .widget-content {
    padding-left: 24px;
    width: 100%;
}
.widget-thumb{
    position: relative;
}
.widget-item + hr {
    background: #333;
}
.widget-thumb img {
    width: 74px;
    height: 74px;
    object-fit: cover;
}

.widget-content h5 {
    margin-bottom: 8px;
    font-size: 18px;
}

.widget-title {
    margin-bottom: 30px;
    font-family: 'Marcellus', serif;
    letter-spacing: inherit;
    font-size: 18px;
    color: #000;
    padding: 8px;
    text-align: left;
    border: 1px solid #808080;
}
ul.category-list {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.category-list li {
    border-top: 1px solid #ccc;
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.category-list li:last-child{
    padding-bottom: 0;
}
.category-list li a {
    color: #281b17;
    font-family: 'Marcellus', serif;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
}

ul.category-list li a:hover {
    color: #5c5c5c;

}
.cat-count {
    font-size: 13px;
    color: #5c5c5c;
    font-weight: 500;
}
/* Posts Css Start */
.posts a {
    position: relative;
}

.post-title a::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #626262;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.post-title a:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.single {
    position: relative;
    margin-bottom: 36px;
}

.single .post-thumb {
    height: 480px;
}

.single .post-info {
    position: absolute;
    bottom: 0;
    padding: 16px;
    z-index: 2;
}

.single .post-info * {
    color: #fff;
}

.single .post-thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000082;
    z-index: 1;
}

.posts .grid {
    display: flex;
    justify-content: space-between;
}

.post-item {
    margin-bottom: 24px;
}

.posts .grid .post-item {
    width: 48%;
}

.list .post-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.post-thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.grid .post-thumb {
    max-width: 100%;
    height: 300px;
}

.list .post-thumb {
    height: auto;
    max-width: 345px;
}

.post-thumb img {
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
    object-fit: cover;
}

.list .post-thumb img, .entry-post-related .post-thumb img{
    height: 250px;
}

.post-item:hover .post-thumb img {
    transform: scale(1.05);
}

.post-thumb .labels {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #281b17;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    padding: 4px 10px;
    transition: 0.5s ease;
}

.post-item:hover .labels {
    background: #f2e6e6;
}

.post-thumb .labels a {
    color: #fff;
    text-decoration: none;
    transition: 0.5s ease;
}

.post-item:hover .labels a {
    color: #000;
}

.list .post-info {
    padding: 0px 0px 0px 20px;
}

.grid .post-info {
    padding: 20px 0px 0px 0px;
}

.post-title a {
    color: #000;
    text-decoration: none;
}

.post-excerpt {
    font-size: 1.125rem;
    color: #5c5c5c;
}

.load-more {
    border: 1px solid #e0e0e0;
    background-color: transparent;
    color: #5c5c5c;
    width: 200px;
    max-width: 100%;
    padding: 1rem 2rem;
    transition: 1s;
}

.load-more:hover {
    border-color: #381918;
    background-color: #381918;
    color: #fff;
}
/* Posts Css Start */

/* NewsLetter Css Start */
.newsletter {
    display: flex;
    background: #f7f6f5;
    padding: 7rem 0;
}

.newsletterContainer {
    max-width: 1000px;
    margin: 0 auto;
}

.subtitle {
    text-transform: unset;
    margin-bottom: 12px;
    color: #5c5c5c;
}

.newsletter .form-control {
    flex: 1 1 auto;
    width: 1%;
    height: 48px;
    border-radius: 0;
}

.newsletter button.btn-primary {
    margin-left: 1rem;
    width: auto;
    border: none;
    line-height: 1rem;
    transition: 0.25s;
    box-shadow: none;
    cursor: pointer;
    padding: 16px 40px;
    border-radius: 0;
    background-color: #281b17;
    color: #fff;
}

/* NewsLetter Css End */

/* Footer Css Start */
footer {
    padding-top: 3rem;
}

footer .footer-logo {
    width: 180px;
    margin-right: 20px;
}
.footer-logos a {
    display: inline-block;
    width: 180px;
    margin: 0 10px;
}
.iata-logo{
    width: 200px !important;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

footer ul a {
    color: #5c5c5c;
    text-decoration: none;
    margin: 0px 15px;
    transition: 0.5s;
    font-size: 0.9375rem;
}

footer ul a:hover {
    color: #333;
}

footer li {
    padding: 0.25rem 0;
}

footer li:not(:last-child) {
    margin-right: 0.25rem;
}

.copyRight {
    border-top: 1px solid #ccc;
    padding: 1.125rem 0;
    margin-top: 3rem;
    text-align: center;
}

.copyRight p {
    color: #5c5c5c;
    text-decoration: none;
    margin: 0px 15px;
    transition: 0.5s;
    font-size: 0.9375rem;
}

blockquote{
    font-size: 20px;
    width: 100%;
    font-family: initial;
    font-style: italic;
    color: #555555;
    padding: 25px 25px 10px 50px;
    border-left: 8px solid #ff991c;
    line-height: 1.6;
    position: relative;
    background: #EDEDED;
  }
  
blockquote::before{
    font-family: Arial;
    content: "\201C";
    color: #ff991c;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
  }

/* Footer Css End */

/* Responsive Media Css */
@media screen and (max-width:1024px) {
    footer .footer-logo {
        margin: 0;
    }
}

@media (max-width:990px){
    header.main-page{
        position: fixed;
        z-index: 10;
        width: 100%;
        background: #f7f6f5;
    }

    .main-page .navbar-light .navbar-nav .nav-link,
    .main-page .navbar-light .navbar-nav .nav-link i,
    .main-page .social-header ul li a{
        color: #000;
    }
}

@media screen and (max-width:959px){
        /* Slider */
        .carousel-caption h2.entry-title span {
            font-size: 2.5rem !important;
        }
        .options {
            max-width: 320px;
        }
        .options .itemContent {
            display: none;
        }
}
@media screen and (max-width:767px) {

    /* Post Widget */
    .widget.post-widget, .widget.category-widget {
        padding: 32px !important;
    }
    
    .widget-item {
        margin: 24px 0;
    }
    /* Posts grid-list */
    .posts .grid {
        flex-flow: row wrap;
    }

    .posts .grid .post-item {
        width: 100%;
    }

    .list .post-item {
        max-width: 100%;
        flex-direction: column;
    }

    .list .post-thumb {
        max-width: 100%;
        height: auto;
    }

    .list .post-info {
        padding: 16px 0 0 0;
    }

    /* Bloglist */
    .bloglist .wp-content h4 a {
        font-size: 1rem;
    }

    .bloglist .wp-content h4 {
        line-height: 1;
    }

    /* Newsletter */
    .subscription .form-group {
        flex-direction: column;
    }

    .newsletter .form-control {
        width: 100%;
        margin-bottom: 1rem;
    }

    .newsletter button.btn-primary {
        margin-left: 0rem;
    }

    /* Footer */
    footer ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    footer .footer-logo {
        margin: 0 auto 20px auto;
    }
}


