


/*****************************************
        FOR DEMO PAGE      
******************************************/
.main-demo-area{
    padding: 200px 0px 100px;
    position: relative;
    background-attachment: scroll;
    background: url(../images/header-bg-area.jpg);
}
.main-demo-area:before {
    background-color: rgba(0, 0, 0, 0.75);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.demo-area{
}
.demo-area h2{
    font-size: 50px;
    color: #ffffff;
    line-height: 1;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    margin-bottom:20px;
}
.demo-area p{
    font-size: 18px;
    color: #ffffff;
    line-height: 26px;
    text-align: center;
    margin-top: 0;
    padding-bottom: 30px;
}
.demo-area  a{
    border: 2px solid ;
    border-radius: 0;
    font-size: 13px;
    line-height: 1;
    margin: 0;
    padding: 17px 26px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
    letter-spacing: 0.02em;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    border-color: #fff;
    color: #fff;    
}
.demo-area  a:hover {
    border-color: #1bb580;
    color: #fff;
    background-color: #1bb580;
}
.demo-content-inner img{
    width: 100%;
}
.demo-content-inner{
    text-align: center;
    margin-bottom: 60px;
}
.demo-content-inner a:nth-of-type(2){
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    opacity: 1;
    transition: all .2s ease-in-out; 
    color: #222222;
    font-weight: bold;  
    margin-top: 12px;     
}
.demo-content-inner a:nth-of-type(2):hover{
    opacity: .75;

}