﻿/*
Template Name: Khela - Multipurpose Business HTML5 Template
Profile URI: https://themeforest.net/user/jigsawlab
Author: Jigsawlab
Description: Khela – Multipurpose Business  HTML5 Template is especially designed for business niche companies. That contains everything any business needs.
Version: 1.0
*/

.preview-button {
    padding-top: 70px;
}
.home-area{
    height: 600px !important
}
.preview-button a {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 200px;
    transition: .4s;
    font-weight: 700;
    font-size: 16px;
}

.preview-button a:hover {
    background: #8dc12b;
}
.preview-heading h3 {
  color: #959595;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  padding-top: 50px;
}
.preview-button a:first-child {
    background: #8dc12b;
    margin-right: 20px;
}

.demo-area {
    background: #242424;
}

.single-demo h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 4px;
  padding-top: 25px;
  text-transform: uppercase;
}
.single-demo-img {
    position: relative;
}

.live-link {
    opacity: 0;
    transition: .6s
}

.live-link a {
    height: 100%;
    left: 0;
    line-height: 100px;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(128, 175, 39, .9);
}

.live-link a h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 230px;
  text-transform: uppercase;
}

.single-demo:hover .live-link {
    opacity: 1
}

.single-demo {
    padding-bottom: 50px
}

.demo-area.section-padding {
    padding-bottom: 50px
}

.single-demo img {
    width: 100%;
    height: 100%
}

.copyright-section {
  padding: 10px 0;
}
.social-link a {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #242424;
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
    text-align: center;
	vertical-align: middle;
    width: 35px;
    transition: .4s
}
.social-link a:hover {
    background: #8dc12b none repeat scroll 0 0;
    color: #fff;
}
.copyright-text {
  line-height: 40px;
}