/*
	G-Chat Mobile app Web Site Theme by Gookeys.net A Division of Gookeys Internet Services
	Gookeys.com @gookeys
	Released for Attribution-NoDerivatives 4.0 International (CC BY-ND 4.0)
    https://creativecommons.org/licenses/by-nd/4.0/
*/
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}
body{
    font-family:'Raleway', sans-serif;
    font-size:100%;
}
body.landing{
    padding-top:0;
}
/*--Header Menu and Banner--*/
header{
    position: absolute;
    background: transparent;
    padding: 2em 2em 0em 2em;
    width: 100%;
    box-sizing: border-box;
}
header h1{ /*--Web Page Title--*/
    font-size: 2em;
    float: left;
    color: #ffffff;
}
#menu-small{
    display: none;
}
header nav{ /*--Web Page Top Title Start--*/
    display:block;  
    float:right;
}
header nav span i{
    float:left;
    display:block;
    color:#ffffff;
}
header nav ul{
    display:block;
    float: left;
}
header nav ul li{ 
    float: left;
    font-size: 14px;
    padding: 5px;
    color: #ffffff;
}
header nav ul li a{ 
    color: #ffffff;
    text-decoration:none;
}
header nav ul li a:hover{ /*--Web Page Top Title End--*/
    color: #ffffff;
    border-bottom:1px solid #dddddd;
    padding-bottom:2px;
}
.head-banner{
    padding: 10em 0 10em 0;
    background-color: #1E2832;
    color: rgba(255, 255, 255, 0.75);
    background-attachment: fixed;
    background-image: url('../images/overlay.png'), url('../images/pexels-photo.jpeg');        
    background-size: cover;
    text-align: center;
}
.head-banner h1{
    font-size: 3em;
    margin: 0 0 0.6em 0;
    padding: 0;
    color:#ffffff;
}
.head-banner h3{
    font-size: 2em;
    margin: 0 0 0.6em 0;
    padding: 0;
    color:#ffffff;
}
.head-banner .app-store-btn{
    margin: 22px auto;
    text-align: center;
    display: block;
    margin: 22px auto;
}
.head-banner .app-store-btn a{
    display: inline-block;
    margin: 0 10px;
}
.feature{
    padding: 4em 2.5em 2em 2.5em;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #424242;
}
.feature > .inner{
    margin: 0 auto;
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 70em;
    max-width: 100%;
}
.feature > .inner h1{
    text-align: center;
    font-size: 32px;
    line-height:50px;
    font-weight: 700;
}
.feature article{
    width: 50%;
    padding: 3% 2.5%;
    float: left;
    text-align: center;
    display: block;
    box-sizing: border-box;
    height:200px; /*--If you Have More Text Content Means Increase the Size--*/
}
.feature article i{
    font-size: 40px;
    line-height: 55px;
    display: block;
}
.feature article h3{
    font-weight: 700;
    font-size: 22px;
    line-height: 40px;
    display: block;
}
.feature article p{
    display: block;
}
.price{
    padding: 4em 2.5em 2em 2.5em;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #4C4947;
    color:#ffffff;
}
.price > .inner{
    margin: 0 10%;
    float: left;
    width: 80%;
    max-width: 100%;
}
.price > .inner h1{
    text-align: center;
    font-size: 32px;
    line-height:50px;
    font-weight: 700;
}
.price article{
    width: 28%;
    margin: 3% 2.5%;
    float: left;
    text-align: center;
    display: block;
    border: 3px solid #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 1px;
    padding: 0 2em 2em 2em;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
}
.price article h3{
    font-size: 24px;
    padding: 5px;
    line-height: 3.5em;
    box-sizing: border-box;
}
.price article span {
    margin: 0 auto 0;
    width: 5.5em;
    height: 5.5em;
    line-height: 5.5em;
    font-size: 22px;
    font-weight: bold;
    color: white;
    background: #928D89;
    border-radius: 50%;
    display: block;
}
.price article ul{
    list-style: none;
    padding: 1em 0 0;
}
.price article ul li{
    color: #EFEFEF;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
}
.price article ul li s{
    color: #828282;
}
.price article a{
    color: #fff;
    padding: .8em;
    display: block;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
    border: 2px solid #ffffff;
    width: 60%;
    margin: 1em auto;
    border-radius: 5px;
}
.about{
    padding: 4em 2.5em 6em 2.5em;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #ffffff;
    color: #424242;
}
.about > article{
    margin: 0 auto;
    float: left;
    width: 70em;
    max-width: 100%;
}
.about > article h1{
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin: 1em 1em;
}
.about > article p{
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
}
.team{
    padding: 4em 2.5em 2em 2.5em;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #4C4947;
    background-image: url('../images/overlay.png'), url('../images/team.jpg');    
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
}
.team > .inner{
    margin: 0 auto;
    float: left;
    width: 70em;
    max-width: 100%;
}
.team > .inner h1{
    text-align: center;
    font-size: 32px;
    line-height:50px;
    font-weight: 700;
    color:#ffffff;
}
.team > .inner > article{
    width: 28%;
    margin: 3% 2.5%;
    float: left;
    text-align: center;
    display: block;
}
.team > .inner > article > figure > img{
    width:200px;
    border-radius:50%;
    background-color:#3c3c3c;
}
.team > .inner > article > figure > figcaption > b{
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    line-height: 49px;

}
.team > .inner > article > figure > figcaption > p{
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    line-height: 49px;

}
.contact{
    padding: 4em 2.5em 2em 2.5em;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #4C4947;
}
.contact > article{
    margin: 0 auto;
    float: left;
    width: 70em;
    max-width: 100%;
}
.contact > article h1{
    text-align: center;
    font-size: 32px;
    line-height:50px;
    font-weight: 700;
    color: #ffffff;
    margin: 1em 1em;
}
.contact > article > form{
    text-align: center;
    font-size: 20px;
    color: #000000;
}
.contact > article > form input[type="text"],.contact > article > form input[type="email"], .contact > article > form textarea{
    display: block;
    border: 2px solid #ffffff;
    font-size: 26px;
    margin: 2em auto;
    padding: .5em;
    color: #ffffff;
    background-color: #4c4947;
    width: 65%;
    outline: none;
    border-radius: 5px;
}
.contact > article > form input[type="button"]{
    display: block;
    border: 2px solid #ffffff;
    font-size: 26px;
    margin: 2em auto;
    padding: .5em;
    color: #4C4947;
    background-color: #FFFFFF;
    width: 68%;
    outline: none;
    border-radius: 5px;
}
.contact > article > form textarea{
    font-family:inherit;
    height:3em;
    resize:vertical;
}
.contact > .map-cont{
    width:100%;
}
.footer{
    padding: 4em 2.5em 2em 2.5em;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #323232;
}
.footer > article{
    margin: 0 auto;
    float: left;
    width: 70em;
    max-width: 100%;
}
.footer > article p{
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    color: #BFBFBF;
    float: left;
}
.footer > article p a{
    color:#ffffff;
    text-decoration:none;
}
.footer > article div{
    float: right;
}
.footer > article div a{
    font-size: 25px;
    line-height: 30px;
    color: #ffffff;
    margin:0 .8em;
}
.footer > article div a:hover.fb{
    color:#3b5998;
}
.footer > article div a:hover.tw{
    color:#00B6F1;
}
.footer > article div a:hover.gp{
    color:#D44332;
}
.footer > article div a:hover.lk{
    color:#0274B3;
}
.back-top{
    position: fixed;
    bottom: 40px;
    right: 60px;
    float: right;
    background: #706D72;
    padding: 18px 12px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    box-sizing: border-box;
}
.back-top a{
    color:#ffffff;
    text-decoration: none;
}
@media screen and (max-width: 1366px) {
    header nav ul{
        display:block;
    }
}
@media screen and (max-width: 980px) {
    header nav ul{
        display:none;
    }
    #menu-list{
        width:180px;
        background-color:#ffffff;
        margin-top:30px;
    }
    #menu-small{
        float: right;
        position: absolute;
        top: 35px;
        right: 35px;
        display: block;
    }
    #menu-list li{
        width: 100%;
        float: left;
        display: block;
        border-bottom: 1px solid #dddddd;
        box-sizing: border-box;
        padding: 15px;
    }
    #menu-list li a{
        color:#000000;
    }
    #menu-list li a:hover{
        color:#000000;
    }
    .head-banner h1{
        font-size: 3em;
        line-height: 3.5em;
    }
    .head-banner h3{
        font-size: 2em;
        line-height: 2.2em;
    }
    .feature article h3 {
        font-size: 22px;
    }
    .price article span {
        width: 5.5em;
        height: 5.5em;
        line-height: 5.5em;
        font-size: 22px;
    }
    .feature > .inner h1,.price > .inner h1,.about > article h1,.team > .inner h1,.contact > article h1,{
        font-size: 30px;
    }
    .about > article p{
        font-size:20px;
    }
    .contact > article > form input[type="text"], .contact > article > form input[type="email"], .contact > article > form textarea {
        font-size: 26px;
    }
}

@media screen and (max-width: 736px) {
    header nav ul{
        display:none;
    }
    #menu-list{
        width:180px;
        background-color:#ffffff;
        margin-top:30px;
    }
    #menu-small{
        float: right;
        position: absolute;
        top: 35px;
        right: 35px;
        display: block;
    }
    #menu-list li{
        width: 100%;
        float: left;
        display: block;
        border-bottom: 1px solid #dddddd;
        box-sizing: border-box;
        padding: 15px;
    }
    #menu-list li a{
        color:#000000;
    }
    #menu-list li a:hover{
        color:#000000;
    }
    .head-banner h1{
        font-size: 2.8em;
        line-height: 2.2em;
    }
    .head-banner h3{
        font-size: 1.8em;
        line-height: 2.2em;
    }
    .feature > .inner article,.price article,.team > .inner > article{
        width:100%;
    }
    .feature article h3 {
        font-size: 22px;
    }
    .price article span {
        width: 5.5em;
        height: 5.5em;
        line-height: 5.5em;
        font-size: 22px;
    }
    .feature > .inner h1,.price > .inner h1,.about > article h1,.team > .inner h1,.contact > article h1,{
        font-size: 26px;
    }
    .about > article p{
        font-size:18px;
    }
    .contact > article > form input[type="text"], .contact > article > form input[type="email"], .contact > article > form textarea {
        font-size: 20px;
    }
    .footer > article p, .footer > article div {
        width:100%;
        text-align:center;
    }
    .footer > article div a {
        font-size: 20px;
        line-height: 25px;
        margin: 0 .6em;
    }
}

@media screen and (max-width: 480px) {
    header nav ul{
        display:none;
    }
    #menu-list{
        width:180px;
        background-color:#ffffff;
        margin-top:30px;
    }
    #menu-small{
        float: right;
        position: absolute;
        top: 35px;
        right: 35px;
        display: block;
    }
    #menu-list li{
        width: 100%;
        float: left;
        display: block;
        border-bottom: 1px solid #dddddd;
        box-sizing: border-box;
        padding: 15px;
    }
    #menu-list li a{
        color:#000000;
    }
    #menu-list li a:hover{
        color:#000000;
    }
    .head-banner h1{
        font-size: 2.2em;
        line-height: 2em;
    }
    .head-banner h3{
        font-size: 1.5em;
        line-height: 2em;
    }
    .feature > .inner article,.price article,.team > .inner > article{
        width:100%;
    }
    .feature article h3 {
        font-size: 18px;
    }
    .price article span {
        width: 4.5em;
        height: 4.5em;
        line-height: 4.5em;
        font-size: 18px;
    }
    .feature > .inner h1,.price > .inner h1,.about > article h1,.team > .inner h1,.contact > article h1,{
        font-size: 24px;
    }
    .about > article p{
        font-size:16px;
    }
    .contact > article > form input[type="text"], .contact > article > form input[type="email"], .contact > article > form textarea {
        font-size: 18px;
    }
    .footer > article p, .footer > article div {
        width:100%;
        text-align:center;
    }
    .footer > article div a {
        font-size: 18px;
        line-height: 25px;
        margin: 0 .6em;

    }
}