﻿/*
 Author : Ways and means technology pvt. ltd   
          RS Rathore UI Designer 
    
    
    */


@import url('../plugins/iconfont/css/icofont.css');
@import url('https://fonts.googleapis.com/css?family=Questrial');


* {
    /*-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;*/
}
/* Theme Color Css */
a {
    color: #303030;
}

    a:hover, a:active, a:focus {
        color: #fa6800;
        text-decoration: none;
    }

img {
    max-width: 100%;
}



body {
    font-family: 'Questrial', sans-serif;
    font-size: 13px;
    background: -moz-linear-gradient(60deg, rgba(56,55,79,1) 0%, rgba(32,32,51,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(56,55,79,1)), color-stop(100%, rgba(32,32,51,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(60deg, rgba(56,55,79,1) 0%, rgba(32,32,51,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(60deg, rgba(56,55,79,1) 0%, rgba(32,32,51,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(60deg, rgba(56,55,79,1) 0%, rgba(32,32,51,1) 100%); /* ie10+ */
    background: linear-gradient(30deg, rgba(56,55,79,1) 0%, rgba(32,32,51,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202033', endColorstr='#38374F',GradientType=0 ); /* ie6-9 */
}


/* Top bar */
#site-first-section {
    background: url(../images/meta-splash-header.jpg) top center no-repeat;
    background-size: cover;
}

#topBar {
    padding: 10px 0;
}

.menu_icon {
    font-size: 31px;
    float: right;
}

#site-first-section article {
    text-align: center;
    font-size: 16px;
}

    #site-first-section article h1 {
        margin: 15px auto 35px;
        font-size: 24px;
    }

    #site-first-section article p {
        color: #627373;
    }

.button {
    background: #00bcd4;
    border: 3px solid #00bcd4;
    COLOR: #fff;
    padding: 12px 23px;
    margin: 50px auto;
    border-radius: 52px;
    display: inline-block;
    letter-spacing: 2.3px;
    text-transform: uppercase;
}

    .button:hover {
        background: #fff;
        color: #00bcd4;
        border-color: #00bcd4;
    }


/* Screen showcase */
#screenshowcase {
    padding: 100px 0;
}

.showcase-box {
    margin: 0 auto 80px;
}

    .showcase-box figure {
        overflow: hidden;
        background: #00bcd4;
        border-radius: 4px;
        box-shadow: 0 19px 16px 0 rgba(24,24,40,0.4);
    }

.screen-info {
    margin: 45px auto 10px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

    .screen-info:after {
        content: '';
        display: block;
        height: 2px;
        width: 60px;
        background: #00bcd4;
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.showcase-box:hover figure img {
    opacity: 0.90;
}

.showcase-box:hover .screen-info:after {
    width: 100px;
}
