/*-----------------------------------------------------------------------------------

    Template Name: Your template name 
    Template URI: http://x7info.com
    Description: This is html5 template
    Author: BootExperts
    Author URI: http://x7info.com
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Theme Default CSS (body, link color, section etc)

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed:400,700,900');
html, body {height: 100%;font-family: 'Encode Sans Condensed', sans-serif;}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
p {margin:0 0 15px;}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
}
a {transition: all 0.3s ease 0s;text-decoration:none;}
a:hover {
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
ul{
list-style: outside none none;
margin: 0;
padding: 0
}
.clear{clear:both}
body {}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*-------------------------------
  Header-Area
--------------------------------*/  
.header {
  position: relative;
  z-index: 99;
}
.header-bg {
  background-attachment: fixed;
  background: rgba(0, 0, 0, 0) url("img/bg/1.jpg") no-repeat scroll center center / cover ;
  height: 100vh;
}
.header-area{
	position:relative;
}
.header-area:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	content:"";
	height:100%;
	width:100%;
	background:#000;
	opacity:.7;
}

.header-content{
	position:absolute;
	top:50%;
}

.v-middle {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  width: 100%;
}
.header .v-middle {
  z-index: 9999;
}
.logo {
  color: #ffffff;
  font-size: 43px;
  font-weight: bolder;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.caption h2 {
  color: #ffffff;
  display: block;
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.purchase-btn {
  border: 1px solid #eeeeee;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 5px;
  padding: 11px 23px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.purchase-btn:hover{
	background:#43C801;
	border: 1px solid #43C801;	
}

.demo-area {
  padding: 100px 0;
  background: url("img/bg/2.jpg")no-repeat scroll center center / cover;
  position:relative;
}
.demo-area:before{
	position:absolute;
	left:0;
	top:0;
	background:#000;
	opacity:.9;
	width:100%;
	height:100%;
	content:"";
}

.demo-title {
    bottom: -41px;
    display: inline-block;
    font-size: 30px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 222;
}
.single-demo {
    margin-bottom: 100px;
    position: relative;
}
.demo-title > a {
    color: #fff;
    font-size: 18px;
    right: 0;
    text-align: center;
    text-transform: capitalize;
}
/*-----------------
 16 Footer-top-area
--------------------- */
.footer-top-area{
	background:#111111;
}
.footer-title h2 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 20px;
}
.footer-icon a {
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 16px;
    background: #222;
    line-height: 40px;
    margin: 0 3px;
	transition:all .4s;
}
.footer-icon a:hover{
	background:#43C801;
}
.footer-icon a i{
	color:#fff;
}
	
.footer-icon a:hover  i{
	color:#fff;
}
.footer-icon-2.footer-icon a:hover{
	background:#31AAE1;
}
.footer-icon-3.footer-icon a:hover{
	background:#F93D66;
}

.footer-icon-4.footer-icon a:hover{
	background:#07AAA5;
}

.footer-icon-5.footer-icon a:hover{
	background:#D6B161;
}

.footer-icon-6.footer-icon a:hover{
	background:#FF9800;
}


/*------------------------
  17.Footer-Area
--------------------------*/
.footer-area{
	background:#000;
}
.contact-sochil-icon.copyright-icon {
  margin: 0;
  text-align: right;
}
.contact-sochil-icon.copyright-icon a {
  margin: 0;
  margin-left: 5px;
  border-radius: 50%;
  font-size: 18px;
}
.copyright-left > span {
  margin-top: 11px;
  display: block;
  color:#fff;
}