
      
      

      

       
       

        
        /*============ 10. Blogs Section ============*/
        .post-slide{
        padding: 0 0px;
        box-shadow: 0px 0px 70px rgba(29, 24, 24, 0.09);
        }
        .post-slide .post-img{
        overflow: hidden;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        }
        .post-slide .post-img img{
        width: 100%;
        height: auto;
        opacity: 0.9;
        transform: scale(1,1);
        transition:all 0.3s ease-in-out 0s;
        }
        .post-slide:hover {
        transform: scale(1.03,1.03);
        filter:none;
        opacity:1;
        }
        .post-slide .post-content{
          font-family: 'Raleway', sans-serif;
        padding: 20px 30px;
        position: relative;
        background: #fdfdfd;
        }
        .post-slide .post-date{
        font-weight: bold;
        min-width:28px;
        min-height:28px;
        line-height: 28px;
        text-align: center;
        background: #3eb5c1;
        position: absolute;
        top: -33px;
        left: 30px;
        }
        .post-slide .month{
        display: block;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        padding: 2px 10px;
        background: #094f7c;
        text-transform: uppercase;
        }
        .post-slide .date{
        color: #fff;
        font-size: 16px;
        }
        .post-slide .post-title {
          margin: 30px 0 10px;
          font-weight: 500;
        }
        .post-slide .post-title a{
        color:#333;

        font-size:22px;
        text-transform:capitalize;
        transition: all 0.50s ease 0s;
        }
        .post-slide .post-title a:hover{
        color:#094f7c;
        text-decoration: none;
        }
        .post-slide .post-description{
          font-family: 'Raleway', sans-serif;
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 5px;
        }
        .post-slide .post-bar{
        padding: 10px 0;
        list-style: none;
        text-align: center;
        background:#627582;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        }
        .post-slide .post-bar li{
        display: inline-block;
        margin-right: 10px;
        }
        .post-slide .post-bar li a{
        text-transform: capitalize;
        font-size: 14px;
        color: #fff;
        transition:0.2s ease;
        }
        .post-slide .post-bar li a:hover{
        text-decoration: none;
        color:#fff;
        }
        .post-slide .post-bar li i{
        color: #fff;
        margin-right: 5px;
        font-size: 18px;
        }
        .post-slide .read-more{
        color:#333;
        font-size:14px;
        font-weight: 500;
        text-transform:capitalize;
        position: relative;
        transition: color 0.20s linear;
        }
        .post-slide .read-more:hover{
        text-decoration:none;
        color:#094f7c;
        }
        .post-slide .read-more:after{
        content:"";
        position: absolute;
        width:50%;
        display: block;
        border:1px solid #094f7c;
        transition: all 0.30s ease;
        }
        .post-slide .read-more:hover:after{
        width:100%;
        }

    

      /*============ Blog sola  ============*/
      .blog-sidebar > .widget + .widget {
      margin-top: 35px;
      margin-bottom: 35px;
      }


      .blog-sidebar .widget > h3 {
      font-size: 20px;
      padding-bottom: 0.9em;
      margin: 0 0 1.3em;
      text-transform: uppercase;
      position: relative;
      }

      .blog-sidebar .widget > h3:after {
      content: "";
      background-color: #094f7c;
      width: 60px;
      height: 3px;
      position: absolute;
      left: 0;
      bottom: 0;
      }

      .blog-sidebar .search-widget .form div {
      position: relative;
      }

      .blog-sidebar .search-widget .form input {
      height: 50px;
      border-color: #c0c0c0;
      border-radius: 0px;
      }

      .blog-sidebar .search-widget button {
      background-color:transparent;
      width: 50px;
      height: 50px;
      border: 1px solid #c0c0c0;
      outline: 0;
      color: #222;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
      }
      .blog-sidebar .search-widget button i{
      font-size: 20px;
      }
      .blog-sidebar .search-widget button:hover {
      color: #094f7c;
      }

      .blog-sidebar .categories-widget ul li a {
      font-size: 15px;
      color: #222;
      display: block;
      border-bottom: 1px dotted #e4e4e4;
      padding: 9px 15px 9px 25px;
      position: relative;
      }
      .blog-sidebar .categories-widget ul li a:hover {
      color: #094f7c;
      }

      .blog-sidebar .recent-posts-widget > .post + .post {
      margin-top: 20px;
      }
      .blog-sidebar .recent-posts-widget h4 {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.5em;
      margin: 0 0 0px;
      }
      .recent-posts-widget img{
      width: 100%;
      }
      .blog-sidebar .recent-posts-widget h4 a {
      color: #2d2c2c;
      }
      .blog-sidebar .recent-posts-widget h4 a:hover {
      color: #094f7c;
      }

      .blog-sidebar .recent-posts-widget .date {
      font-size: 14px;
      color: #094f7c;
      }

      .blog-sidebar .tags-widget div > a {
        font-size: 13px;
        color: #222;
        display: inline-block;
        border: 1px solid #e4e4e4;
        padding: 5px 8px;
        margin: 0 5px 10px 0;
      }

      .blog-sidebar .tags-widget div > a:hover {
      background-color: #094f7c;
      color: #fff;
      border-color: #094f7c;
      }
      .social-profile-blog{
      margin-top: 30px;
      margin-bottom: 10px;  
      }
      .social-profile-blog li{
      display: inline-block;
      padding: 5px 5px;

      }
      .social-profile-blog li a{
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 20px;
      color: #222;
      border: 1px solid #222;
      border-radius: 100%;
      text-align: center;
      }
      .social-profile-blog li a:hover{
      border:1px solid #094f7c;
      color: #fff;
      background: #094f7c;
      }

      .blog-details-post .entry-meta {
      padding: 20px 10px 5px 0px;
      border-bottom: 1px solid #e5e5e5;
      }
      .blog-details-post .entry-meta li{
      display: inline-block;
      }

      .blog-details-post .entry-meta li{
      margin-right: 20px;
      }
      .blog-details-post .entry-meta li i{
      color: #094f7c;
      }
      .entry-media img{
      width: 100%;
      }
      .blog-details-post .entry-title {
       margin: 20px 0 5px;
      }
      .blog-details-post .entry-title h2 {
      font-size: 26px;
      line-height: 1.4em;
      margin: 0;
      }

      .blog-details-post .entry-body p {
      margin-bottom: 30px;
      }

      .blog-details-post .entry-body blockquote {
      background-color: #f8f8f8;
      font-style: italic;
      padding: 25px;
      border-color: #094f7c;
      margin-bottom: 35px;
      }

      .blog-details-post .entry-body blockquote p {
      margin-bottom: 0;
      line-height: 1.9em;
      }

      .blog-details-post .entry-body blockquote > p + p {
      margin-top: 25px;
      }

      .blog-details-post .tag-social-share {
      border-top: 1px solid #efefef;
      padding: 25px 0;
      overflow: hidden;
      }

      .blog-details-post .tag-social-share > div {
      display: inline-block;
      }

      .blog-details-post .tag-social-share .social-share {
      float: right;
      }

      .blog-details-post .tag-social-share .tag a {
      font-size: 13px;
      color: #222;
      border: 1px solid #e4e4e4;
      padding: 5px 7px;
      display: inline-block;
      margin: 0 5px 0 0;
      }

      .blog-details-post .tag-social-share .tag a:hover {
      background-color: #094f7c;
      border-color: #094f7c;
      color: #fff;
      }

      .blog-details-post .tag-social-share .social-share {
      overflow: hidden;
      }


      .blog-details-post .tag-social-share .social-share > span {
      font-weight: bold;
      position: relative;
      top: 6px;
      margin-right: 15px;
      display: inline-block;
      float: left;
      }

      .blog-details-post .tag-social-share .social-share .social-links {
      display: inline-block;
      float: left;
      }

      .blog-details-post .tag-social-share .social-share .social-links li {
      margin-right: 7px;
      display: inline-block;
      text-align: center;
      }

      .blog-details-post .tag-social-share .social-share .social-links li:last-child {
      margin-right: 0;
      }


      .blog-details-post .comments-area {
      margin-top: 30px;
      }


      .blog-details-post .comments-area .comments-title {
      font-size: 22px;
      margin: 0 0 15px;
      }

      .blog-details-post .comments-area .comment-list {
      padding-left: 0;
      }

      .blog-details-post .comments-area .comment-list ol {
      padding-left: 25px;
      }

      .blog-details-post .comments-area ol {
      list-style-type: none;
      }


      .blog-details-post .comments-area .comment-author-metadata {
      min-height: 80px;
      position: relative;
      padding: 15px 0 0 10px;
      }
      .blog-details-post .comments-area .comment-author-metadata img{
      height: 80px;
      border:3px solid #094f7c; 
      width: 80px;
      border-radius: 50%;
      }


      .blog-details-post .comments-area .comment-author-metadata h4 {
      font-size: 18px;
      }


      .blog-details-post .comments-area .comment-author-metadata h4 a {
      color: #2d2c2c;
      }

      .blog-details-post .comments-area .comment-author-metadata h4 a:hover {
      color: #094f7c;
      }

      .blog-details-post .comments-area .comment-author-metadata .comment-metadata a {
      font-size: 14px;
      font-style: italic;
      color: #808080;
      }

      .blog-details-post .comments-area .comment-author-metadata .avatar {
      position: absolute;
      left: 0;
      top: 0;
      }
      .comment-author-metadata h4 {
      margin-top: 10px;
      }

      .blog-details-post .comments-area .comment-content {
       margin: 5px 0;
      }
      form.comment-form.row input {
          margin-bottom: 30px !important;
      }
      .widget.recent-posts-widget a {
          display:  block;
          margin-top: 20px;
      }

      .blog-details-post .comments-area .review a {
      color: #094f7c;
      }

      .blog-details-post .comment-respond {
      margin-top: 30px;
      }

      .blog-details-post .comment-respond > h3 {
      font-size: 22px;
      margin: 0 0 35px;
      }


      .blog-details-post .comment-respond .comment-form input,
      .blog-details-post .comment-respond .comment-form textarea {
      background-color: rgb(255, 255, 255);
      border-color: #e4e4e4;
      height: 45px;
      -webkit-box-shadow: none;
      margin-bottom: 15px;
      box-shadow: none;
      border-radius: 0;
      padding: 6px 15px;
      }
      .blog-details-post .comment-respond .comment-form input:focus,
      .blog-details-post .comment-respond .comment-form textarea:focus{
      border-color: #094f7c;
      }

      .blog-details-post .comment-respond .comment-form input:focus,
      .blog-details-post .comment-respond .comment-form textarea:focus {
      border-color: #ccc;
      }

      .blog-details-post .comment-respond .comment-form textarea {
      height: 180px;
      padding-top: 15px;
      }


      .blog-details-post .comment-respond .comment-form .submit-btn {
      margin-bottom: 0;
      }

      .blog-details-post .comment-respond .comment-form .submit-btn button {
      border-radius: 0;
      }

      .blog-details-img a{
      width:100%;
      }
      .blog-details-img .blog-time{
      position: absolute;
      top: -17px;
      right: 24px;
      background-color: #094f7c;
      padding: 14px 25px 13px;
      text-align: center;
      color: #fff;
      }
      .blog-details-img .blog-time .date{
      font-size: 25px;
      font-weight: 600;
      }
      .blog-details-img .blog-time .month{
      font-weight: 600;
      }
      .blog-details-comment-post{
      margin-bottom: 30px;
      }
      .comment-list li article {
      margin-bottom: 20px;
      }
      .blog-grid-item{
      float: left;

      width: 100%;
      margin: 0 0 30px;
      position: relative;
      }
      .blog-grid-item .title a:hover{
      color: #094f7c;
      background: transparent;
      }
      .blog-grid-item:hover{
      box-shadow: 0 10px 20px 0 rgba(0,0,0,0.09);
      }
      .blog-grid-item:hover .date-item{
      background: #C7A22B;
      color: #fff;
      }
      .blog-grid-item .text{
      padding: 26px 30px 22px;
      border:1px solid #ebeaea;
      }
      .blog-grid-item .title{
      margin: 0 0 10px;
      font-size: 20px;
      font-weight: 500!important;
      color: #999;
      }
      .blog-grid-item .title a{
          color: #222;
      }
      .blog-grid-item p{
      margin: 0 0 6px;
          color: #777;
      }
      .date-item {
      top: -20px;
      right: 20px;
      z-index: 1;
      width: auto;
      color: #fff;
      width: 80px;
      height: 90px;
      font-size: 25px;
      font-weight: 600;
      box-shadow: 1px 2px 10px rgba(0,0,0,.5);
      line-height: 70px;
      position: absolute;
      text-align: center;
      background-color: #D4AF37;
      text-transform: capitalize;
      }

      .date-item h4 {
      font-size: 18px;
      margin-top: -20px;
      font-weight: 500;
      }

      .blog-grid-thumb {
      float: left;
      width: 100%;
      position: relative;
      }
      .blog-grid-thumb .zoom-icon,
      .blog-grid-thumb .text,
      .event-ticket-link,
      .blog-grid-thumb .text * {
      z-index: 1;
      }
      .blog-grid-thumb figure:after,
      .blog-grid-thumb figure:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      cursor: pointer;
      content: "";
      opacity: 0;
      position: absolute;
      transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
      }
      .blog-grid-thumb figure:after {
      left: 10px;
      right: 10px;
      top: 10px;
      bottom: 10px;
      box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 1);
      }
      .blog-grid-thumb:hover figure:after,
      .blog-grid-thumb:hover  figure:before ,
      .fancy-effect:hover .blog-grid-thumb figure:after,
      .fancy-effect:hover .blog-grid-thumb figure:before {
      opacity: 1;
      }
      .text {
      float: left;
      width: 100%;
      position: relative;
      }

      .blog-grid-btn.text-center {
      margin-top: 20px;
      }

      .blog-grid-btn.text-center a {
      border: 1px solid #094f7c;
      background: #094f7c;
      color: #fff;
      transition: .5s;
      font-size: 14px;
      padding: 8px 25px;
      }
      .blog-grid-btn a:hover {
      background: #C7A22B;
      color: #fff;
      }
      .text-overflow {
      float: none;
      width: auto;
      overflow: hidden;
      }
      .blog-grid-item figure {
      float: left;
      width: 100%;
      overflow: hidden;
      position: relative;
      }
      .clear {
      clear: both;
      font-size: 0;
      line-height: 0;
      }
      .blog-grid-item figure img {
      float: left;
      width: 100%;
      }
      .blog-grid-item img {
      max-width: 100%;
      }
      .blog-grid-item .blog-li-text {
      display: inline-block;
      width: auto;
      padding: 0;
      margin: 0;
      }
      .blog-grid-item .blog-li-text li {
      display: inline-block;
      width: auto;
      margin: 0 10px;
      line-height: 14px;
      position: relative;
      }
      .text.room-details-text {
      padding: 9px 10px 5px;
      text-align:  center;
      }
      .blog-grid-item .blog-li-text li:first-child {
      margin-left: 0 !important;
      }
      .chr-room-thumbm .blog-li-text li:last-child {
      margin-right: 0 !important;
      }
      .blog-grid-item .blog-li-text li i {
      margin: 0 10px 0 0;
      color:  #D4AF37;
      }
      .blog-grid-item .blog-li-text li a {
      display: inline-block;
      }
      .blog-grid-item .blog-li-text li a {
      color: #6b6d6f;
      }
      ul.social-links li a i {
      height: 40px;
      display: block;
      line-height: 38px;
      width: 40px;
      border-radius: 50%;
      font-size: 18px;
      color: #fff;
      background: #094f7c;
      border: 1px solid #094f7c;
      }
      .blog-grid-item .title a:hover{
      background: transparent;
      }
      .social-share {
      margin-top: 30px;
      }
      .page-title {
      height: 40vh;
      width: 100%;
      -webkit-background-size: cover;
      background-size: cover;
      background-attachment: fixed; 
      background-repeat: no-repeat;
      position: relative;
      overflow: hidden;
      z-index: 0; }
      .page-title:after {
      content: " ";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background:transparent linear-gradient(to right bottom, #3f51b5, #ff4081);
      z-index: -1;
      opacity: .6; 
      }
      .page-title-div {
      top: 50%;
      position: absolute;
      color: #fff;
      z-index: 11;
      width: 100%;
      left: 0;
      text-align: center;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .page-title-div h1 {
      font-size: 50px;
      font-weight: 700;
      letter-spacing: 0px;
      color: #fff;
      }
      .contact-info-item li {
          margin-bottom: 8px;
      }
      a.read-more {
              display: inline-block;
              margin-bottom: 10px;
          }
  .blog-grid .post-slide {
    margin-bottom: 30px;
}    
      .project-details-title h4 {
          font-size:  32px;
          font-weight:  600;
          text-transform:  uppercase;
      }

      .project-details-title h6 {
          font-size: 18px;
          color: #094f7c;
      }

      .project-details-table {
          margin: 15px;
      }

      .project-details-table table tr {
          /* margin-bottom: 30px; */
          padding-bottom: 10px;
      }

      .project-details-table table td {
          padding-bottom: 10px;
      }

      .project-details-table td span {
          padding-right: 10px;
          font-weight: 600;
      }
      .project-img img {
    height: 450px;
}
.project-img img {
    height: 475px;
}

.project-features {
    margin: 15px;
}

.project-features ul li i {
    color: #094f7c;
}

.project-features ul li {
    font-weight: 500;
}
.project-description p {
    margin-top: 15px;
}
.project-description {
    margin-top: 30px;
}
      /*============ 15. Mobile Responsive  ============*/
      @media screen and (max-width: 991px) {
      .navbar-collapse {
      text-align: center;
      
      }
      .navbar-collapse .nav-item {
      padding: 0 !important; }
      .navbar-collapse .nav-item a {
      display: inline-block;
      margin-top: 10px;
      margin-bottom: 10px; }
      .fixed-top .navbar-collapse {
      background-color: transparent; }
      .banner-div h1 {
      font-size: 75px; }
      .banner-div p {
      font-size: 21px; }
      .about .about-img:before {
      display: none; }
      .about .about-div {
          margin-bottom: 30px;
      }
      .banner-blog .banner-div h1 {
      font-size: 40px; } 
      button#contact-submit {
      margin-bottom: 50px;
      }
        .skills .skill-div {
            position: relative;
            margin-top: 50px;
        }
          .counter-area .counter-item h5 {
          margin-bottom: 30px;
          }
        .about .about-img {
            margin-top: 50px;
        }
      }

      @media screen and (max-width: 767px) {
      .banner-div h1 {
      font-size: 45px; }
      .banner-div p {
      font-size: 18px; }
      section.banner-blog .banner-div h1 {
      font-size: 32px; }

      button#contact-submit {
       margin-bottom: 20px;
      }
      .post-slide {
      margin-bottom: 30px;
      }
      .port-filter ul li {
        margin-bottom: 15px;
      }
      .page-title-div h1 {
      font-size: 35px !important;
      font-weight: 700;
      letter-spacing: 0px;
      color: #fff;
      }
        .about .about-img img {
        position: relative;
        width: 100%;
        z-index: 1;
        box-shadow: none;
        }
        .portfolio .port-filter ul li {
            margin-right: 15px;
        }
        .social-icons a {
            margin-bottom: 10px;
            display: inline-block;
        }  
        form#contact-form textarea {
            height: 170px;
            border-radius: 0px;
            margin-top: 0px;
        }  
        form#contact-form input {
         margin-bottom: 30px;
        } 
        .counter-area .counter-item h2 {
              font-size: 35px;
          } 
        .testi-description {
            font-size: 16px;
        }
    .contact-info {
        margin-top: 50px;
    }
            .blog-grid .mb-20 {
              margin-bottom: 5px !important;
          }
        .main-title h4 {
            font-size: 35px;
            text-transform: uppercase;
            margin-bottom: 5px;
            font-weight: 700;
        }
          .main-title h6 {
              font-size: 12px;
          }
          .post-slide{
            margin-bottom: 50px;
          }
        .service-item {
          margin-bottom: 50px;
        }
        .project-img img {
    height: 100%  ;
}
.project-img {
    margin-bottom: 50px;
}
         }
      @media screen and (max-width: 370px){
      .main-title h4 {
      font-size: 35px;
      }
      .main-title h6:before {
      display: none;
      }
      .main-title h6:after {
      display: none;
      }
        table.info-table i {
            display: none;
        }
      span.about-btn a {
      margin-top: 15px;
      }

      span.about-btn {
      display:  inline-block;
      }
      .about .about-img img {
          position: relative;
          width: 100%;
          z-index: 1;
          box-shadow: none;
      }
      .banner-div {
                left: 0;
                text-align: left;
                padding-left: 15px;

            }
        table.info-table span {
            font-weight: 500;
            font-size: 13px;
        }
        .info-table td {
            padding-left: 8px;
            font-family: "Open Sans", sans-serif;
            display: inline-block;
            font-size: 13px;
        }
        .div-btn {
            padding: 6px 10px;
        }
        .arrow-center {
            position: absolute;
            bottom: 10vh; 
            width: 100%;
             text-align: left; 
            z-index: 11;

            left: 15px;
            padding-left: 0px;
        }
      }