body{
    background-color: #eeeeee;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 1.1em;
    color:#585858;
}

/*-------Default classes------*/

.default-btn{
    display: inline-block;
    width: 190px;
    height: 40px;
    cursor: pointer;
    text-decoration: none !important;
    line-height: 38px;
    text-align: center;
    color: #585858;
    font-size: .8em;
    font-weight: 700;
    background: #b6e338;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 1px solid #b6e338;
    transition: all .2s ease;
    margin: 0 auto;
}

.default-btn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #b6e338;
}

.default-btn:focus{
	outline: none !important;
	box-shadow: none !important;
	background: #fff !important;
    color: #000 !important;
    border: 1px solid #b6e338 !important;
}

a{
    color:#585858;
    cursor: pointer;
}
.container{
    max-width: 100%;
    display: block;
}

.error{
    text-align: center;
}

/*---Common container section-------*/

.common-container .section-container .section-info{
    display: inline-table;
    text-align: left;
}

.common-container .section-container .section-info h3{
    font-size: 1.15rem;
    font-weight: bold;
}

.section-container img{
    top: 25%;
}

/*---Container----*/
main{
    padding: 3rem;
}

.wrapper{
    border: 0;
    background: #fff;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    margin: 0 auto;
    max-width: 1250px;
    min-width: 390px;
    width: 100%;
}

header{
    border-bottom: 1px solid #ccc;;
}

.navbar{
    padding-bottom: 1rem;
}

.logo-container{
    max-width: 300px;
}

.navbar>.container{
    display: block;
}

.header-logo img{
    width: 250px;
}

.header-demo-button{
    display: inline-block;
}

.header-utility-links{
    float: right;
    text-align: center;
    font-style: italic;
    line-height: 20px;
    font-size: .8em;
    font-weight: bold;
}

.header-utility-links a{
	color: #585858;
}

.logo-container{
    display: inline-block;
}

.vmiddle{
    margin: auto 0;
    min-width: 340px;
    float: right;
    margin-top: 2rem;
}

/*-----Content section-------*/

.content img{
    width: 100%;
}

.content h1, h2{
    font-size: 1.5em;
    margin: 4rem 0 2rem 0;
    font-weight: bold;
}

.content .text{
    text-align: left;
}


/*------Member section-----*/

.member-section img{
    width: auto;
    min-width: 20%;
    padding: 0 2rem 2rem 2rem;
}

/*----Top brandings-----*/

.top-branding-section h3{
    font-size: 1em;
    margin: 2rem 0;
    font-weight: bold;
}

.top-branding-section img{
    width: auto;
    padding: 1rem;
}

/*-----Hear Section------*/

.hear-section .default-btn{
    margin: 1rem;
}

/*----Footer section-----*/
footer p{
    font-size: .8rem;
    margin-top: 6rem;
    padding: 0 4rem;
}

footer a{
    color: #0056b3;
    text-decoration: underline;
}


/*----media quries-----*/

@media only screen and (max-width: 575px){
    main{
        padding: 1rem; 
        min-width: 390px;;
    }
    .navbar{
        padding-bottom: 1.5rem;;
    }
    .vmiddle{
        min-width: 335px;
        float:left
    }
    .default-btn{
        width: 100%;
        min-width: 170px;
    }
    .serve-section p.text{
        padding: 0 1rem;
    }
    .section-container img{
        top: auto;
        width: auto;
    }
    .section-container .section-info h3{
        text-align: center;
    }
    .hear-section button{
        margin: 1rem 0;
        max-width: 260px;
    }
    .common-container .section-container, .common-container p {
        text-align: center;
    }
    footer p{
        padding: 0 1rem;
    }

}
@media only screen and (max-width: 992px){
    .content img{
        max-width: 80%;
    }
}