/*
   Template Name:  Logicraft | The Multi-Purpose HTML5 Template
   Author: tripples
   Author URI: https://themehunt.com/profile/Tripples
   Description:  Logicraft | The Multi-Purpose HTML5 Template
   Version: 1.0
   
*/

/* Table of Content
==================================================
8.    Projects
9.    Intro Area
13.   Latest News
19.   News Single
  

 
   
/*Project
===========================================*/

/* Project All */

.projects .latest-post .post-cat{
   font-size: 20px;
   font-weight: 700;
   font-style: normal;
}

 

/* Project All */

.projects .latest-post.post-large .post-body {
    position: absolute;
    bottom: 25px;
    color: #fff;
    padding: 80px 30px 30px 30px;
    background: rgba(0,0,0,0.5);
    display: inline-block;
    width: 80%;
    left: 30px;
}

.projects .latest-post .post-cat{
   font-size: 20px;
   font-weight: 700;
   font-style: normal;
}

.projects .latest-post{
   min-height: auto;
}

/* Single project */

.single-project #main-slide .carousel-item{
   min-height: 500px;
}

.complete-project-bg .ts-progress-bar {
    width: 100%;
    margin-left: 20px;
}

 

  
/* Facts
================================================== */
/* Skills image*/
.skills-image {
  height: 565px;
  position: relative;
  overflow: hidden;
}
.skills-image img {
  height: 100%;
  width: 100%;
}

/* Intro video */
.intro-video {
  height: 585px;
  position: relative;
  overflow: hidden;
}
.intro-video:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.35);
}
.intro-video:hover:after {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.intro-video img {
  height: 100%;
}

.ts-facts-area [class*=col] {
  padding: 0;
}
.ts-facts-area .ts-padding {
  padding: 70px 140px 40px 50px;
}
.ts-facts-area .column-title {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 10px;
}

.ts-facts i {
  font-size: 48px;
  color: #a4a7af;
}

.ts-facts-num {
  font-size: 30px;
  font-weight: 700;
  color: #252a37;
  margin-top: 15px;
  margin-bottom: 0;
  display: inline-block;
}

.facts h4 {
  font-size: 18px;
  margin-top: 8px;
  text-transform: uppercase;
}


/* Facts bg area */
.ts-facts-area-bg {
  background-image: url("../images/parallax/parallax1.jpg");
  padding: 60px 0;
  color: #ffffff;
  background-color: #ffc000;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
}

.ts-facts-bg i {
  font-size: 48px;
  color: #fff;
}
.ts-facts-bg .ts-facts-num {
  color: #fff;
}

.column-left-title .column-title {
    color: #fff;
    font-size: 30px;
    line-height: 42px;
    padding-top: 30px;
    font-weight: 700;
}

 
  
 
/* Latest News section
================================================== */
.latest-post {
  position: relative;
  padding: 30px 20px 30px 30px;
  border: 1px solid #eaeaea;
  min-height: 345px;
}
.latest-post .image-angle:before {
  border-bottom: 20px solid #f9f9f9;
}
.latest-post .post-title {
  font-size: 22px;
  line-height: 28px;
  margin: 10px 0 5px;
}

.latest-post.post-large .post-body {
    position: absolute;
    bottom: 50px;
    color: #fff;
    padding: 30px;
    background: rgba(0,0,0,0.5);
    display: inline-block;
    width: 80%;
    left: 30px;
}

.latest-post .post-title a {
  color: #252a37;
}
.latest-post .post-title a:hover {
  color: #da0f32;
}

.latest-post-meta {
  font-size: 13px;
  text-transform: uppercase;
}

.latest-post .post-cat,
.latest-post .post-item-date {
  font-style: italic;
  font-size: 14px;
  display: block;
}
.latest-post .post-text {
  margin-top: 10px;
}
.latest-post .post-body {
  padding: 0;
  background: none;
  border: 0;
}
.latest-post.post-large {
  position: relative;
  padding: 0;
  border: 0;
  overflow: hidden;
}


.latest-post.post-large .post-cat {
  position: absolute;
  top: 15px;
  left: 30px;
  color: #fff;
  font-style: italic;
}
.latest-post.post-large .post-title {
  font-size: 20px;
  line-height: 26px;
  padding-top: 15px;
}
.latest-post.post-large .post-title a {
  color: #fff;
}
.latest-post.post-large .btn.btn-primary {
  padding: 12px 30px;
  margin-top: 15px;
}



/* Gallery */

.gallery-icon i{
   background: #0052a5;
   color: #fff;
   opacity: 0;
   position: absolute;
   text-align: center;
   top: 0;
   left: 50%;
   font-size: 16px;
   width: 36px;
   height: 36px;
   line-height: 36px;
   z-index: 1;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
   margin-left: -18px;
   margin-top: -18px;
}

.gallery-img:hover .gallery-icon i{
   opacity: 1;
   top: 50%;
}

 
  
/* Post media */
.post-media.post-video {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.post-media.post-video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.video-icon {
  text-align: center;
  color: #fff;
  display: block;
  top: 50%;
  margin-top: -50px;
  font-size: 78px;
  z-index: 1;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  line-height: 65px;
  display: inline-block;
  border-radius: 100%;
}
.video-icon i {
  -webkit-transition: 400ms;
  transition: 400ms;
  transition: 400ms;
}
.video-icon i:hover {
  color: #da0f32;
}

/* Meta date */
.post-meta-date {
  background: #da0f32;
  color: #fff;
  width: 65px;
  height: 65px;
  line-height: 26px;
  padding: 10px 0;
  position: relative;
  top: -40px;
}
.post-meta-date span {
  font-size: 30px;
  font-weight: 600;
  display: block;
}

   
/* News Listing
================================================== */

.post {
  margin: 0 0 50px;
}

.post.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.post-body {
  padding: 25px 40px 40px 25px;
  border: 0;
  border-top: 0;
}

/* Post Meta Left */
.post-meta-left {
  width: 15%;
  margin-top: -20px;
}
.post-meta-left span {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
}

/* Post content right */
.post-content-right {
  width: 80%;
  float: right;
}

.entry-header .entry-title {
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 15px;
}
.entry-header .entry-title a {
  color: #252a37;
}
.entry-header .entry-title a:hover {
  color: #da0f32;
}

/* Post media */
.post-media.post-video {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.post-media.post-video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.video-icon {
  text-align: center;
  color: #fff;
  display: block;
  top: 50%;
  margin-top: -50px;
  font-size: 78px;
  z-index: 1;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  line-height: 65px;
  display: inline-block;
  border-radius: 100%;
}
.video-icon i {
  -webkit-transition: 400ms;
  transition: 400ms;
  transition: 400ms;
}
.video-icon i:hover {
  color: #da0f32;
}

/* Meta date */
.post-meta-date {
  background: #da0f32;
  color: #fff;
  width: 65px;
  height: 65px;
  line-height: 26px;
  padding: 10px 0;
  position: relative;
  top: -40px;
}
.post-meta-date span {
  font-size: 30px;
  font-weight: 600;
  display: block;
}



