
@import url("https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i|Poppins:300,300i,400,400i,500,500i,600,600i");

@import url(css1/bootstrap.min.css);
@import url(css1/classy-nav.css);



p {
  font-family: "Poppins", sans-serif;
  color: #595959;
  font-size: 16px;
  line-height: 2;
  font-weight: 400; }

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #191919;
  font-weight: 500;
  font-size: 14px;
  font-family: "Poppins", sans-serif; }

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }

.featured-post-area {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15); }
  .featured-post-area .carousel-inner {
    position: relative;
    z-index: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6667%;
    flex: 0 0 66.6667%;
    min-width: 66.6667%;
    width: 66.6667%;
    height: 502px; }


    @media only screen and (max-width: 767px) {
      .featured-post-area .carousel-inner {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
        width: 100%;
          height: 315px; } }
    .featured-post-area .carousel-inner .carousel-item {
      position: relative;
      z-index: 5;
      width: 100%;
      height: 100%; }
      .featured-post-area .carousel-inner .carousel-item::after {
        content: "";
        position: absolute;
        height: 50%;
        width: 100%;
        z-index: -1;
        top: 50%;
        left: 0;
        background: rgba(0, 0, 0, 0.8);
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.01) 90%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.01) 90%, rgba(0, 0, 0, 0) 100%); }
      .featured-post-area .carousel-inner .carousel-item .featured-post-content {
        position: absolute;
        bottom: 20px;
        left: 30px;
        z-index: 30;
        right: 50px; }
        .featured-post-area .carousel-inner .carousel-item .featured-post-content p {
          font-weight: 100;
          font-size: 13px;
          color: #ffffff;
          text-transform: uppercase;
          letter-spacing: 2px; }
        .featured-post-area .carousel-inner .carousel-item .featured-post-content .post-title h2 {
          -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
          font-size: 36px;
          color: #ffffff;
          font-weight: 300;
          line-height: 1.5;
          margin-bottom: 0; }
          .featured-post-area .carousel-inner .carousel-item .featured-post-content .post-title h2:hover {
            color: #e59f80; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .featured-post-area .carousel-inner .carousel-item .featured-post-content .post-title h2 {
              font-size: 30px; } }
          @media only screen and (max-width: 767px) {
            .featured-post-area .carousel-inner .carousel-item .featured-post-content .post-title h2 {
              font-size: 24px; } }
  .featured-post-area .carousel-indicators {
    height: 425px;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    background-color: #f8f2ef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    min-width: 33.3333%;
    width: 33.3333%; }
    @media only screen and (max-width: 767px) {
      .featured-post-area .carousel-indicators {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
        width: 100%; } }
    .featured-post-area .carousel-indicators li {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      min-width: 100%;
      width: 100%;
      height: 20%;
      margin-right: 0;
      margin-left: 0;
      text-indent: 0;
      border-left: 4px solid transparent;
      padding: 0 20px; }
      .featured-post-area .carousel-indicators li h2 {
        font-size: 38px;
        color: #a6a6a6;
        margin-bottom: 0;
        margin-right: 30px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .featured-post-area .carousel-indicators li h2 {
            font-size: 24px;
            margin-right: 15px; } }
        @media only screen and (max-width: 767px) {
          .featured-post-area .carousel-indicators li h2 {
            font-size: 24px;
            margin-right: 15px; } }
      .featured-post-area .carousel-indicators li .post-title h5 {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.5;
        margin-bottom: 0; }
        .featured-post-area .carousel-indicators li .post-title h5:hover {
          color: #e59f80; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .featured-post-area .carousel-indicators li .post-title h5 {
            font-size: 16px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .featured-post-area .carousel-indicators li .post-title h5 {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .featured-post-area .carousel-indicators li .post-title h5 {
            font-size: 14px; } }
      .featured-post-area .carousel-indicators li.active {
        border-left: 4px solid #e59f80;
        box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.15); }

.featured-posts {
  position: relative;
  z-index: 2; }
  .featured-posts::after {
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    z-index: 2;
    top: 50%;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.01) 90%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.01) 90%, rgba(0, 0, 0, 0) 100%); }
    @media only screen and (max-width: 767px) {
      .featured-posts::after {
        height: 90%;
        top: 10%; } }
  .featured-posts .featured-post-content {
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 30;
    right: 50px; }
    .featured-posts .featured-post-content p {
      font-weight: 500;
      font-size: 13px;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 2px; }
    .featured-posts .featured-post-content .post-title h2 {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      font-size: 36px;
      color: #ffffff;
      font-weight: 300;
      line-height: 1.5;
      margin-bottom: 0; }
      .featured-posts .featured-post-content .post-title h2:hover {
        color: #e59f80; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .featured-posts .featured-post-content .post-title h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .featured-posts .featured-post-content .post-title h2 {
          font-size: 16px; } }

          @media only screen and (max-width: 600px) {
            .featured-post-area .carousel-inner {
              -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
              flex: 0 0 100%;
              min-width: 100%;
              width: 100%;
                height: 345px; } }
