/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.intro-section {
    height: 587px;
    padding-top: 0px;
    text-align: center;
    background: #fff;
}

.about-section {
    /*height: 100%;*/
    padding-top: 150px;
    text-align: center;
    background: #FFF;
    padding-bottom:50px;
}
.about-section .ttl_line{border-top:1px solid #0071bc;}
.about-section .ttl_line_title{background:#FFF;color:#0071bc;}

.technology_section {
    /*height: 100%;*/
    padding: 150px 0 80px;
    text-align: center;
    /*background: #fff;*/
    background:#0071bc;
}

.clients-section {
    /*height: 100%;*/
    padding-top: 150px;
    text-align: center;
    background: #fafafa;
    padding-bottom: 50px;
}

.career-section {
    /*height: 100%;*/
    padding-top: 150px;
    text-align: center;
    background: #FFF;
    padding-bottom:50px;
}

.contact-section {
    /*height: 100%;*/
    padding-top: 150px;
    padding-bottom:90px;
    text-align: center;
    background-color: #eee;
    background-image: url(../images/contact_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}





/**/

.about-section h1{font-size:60px;font-family: 'titillium_bdbold';color:#FFF;}
.inner_detail{padding-top:50px;}
.about-section h3{font-size:48px;font-family: 'titilliumbold';color:#000;text-align:left;}
.solutions_section h3{font-size:48px;font-family: 'titilliumbold';color:#000;text-align:left;}
p {font-size:15px;font-family: 'titilliumregular';color:#636363;text-align:left; margin-bottom: 20px; text-align: justify;}

/**/

.technology_section h1{font-size:60px;font-family: 'titillium_bdbold';color:#0071bc;}
.inner_detail_product h2{font-size:38px;font-family: 'titillium_bdbold';color:#FFF;text-align:center;margin-top:20px;}
.inner_detail_product p{color:#FFF;text-align:center;}
.inner_detail_product{
    position: relative;
    /*	background-image: url(../images/product.png);
            background-repeat: no-repeat;
            background-position: center bottom;
    */	background-size: 40%;
    padding-bottom:50px;
}








/**/
.filter-button
{
    font-size: 18px;
    border: 1px solid #0071bc !important;
    border-radius: 30px;
    text-align: center;
    color: #0071bc;
    margin-bottom: 30px;
    padding:10px 30px;
    margin-left:5px;
    margin-right:5px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #0071bc;
    background-color: #0071bc;
    color:#FFF;
}
.filter-button.active
{
    font-size: 18px;
    border: 1px solid #0071bc;
    background-color: #0071bc;
    color:#FFF;
}
.filter-button:focus
{
    font-size: 18px;
    border: 1px solid #0071bc;
    background-color: #0071bc;
    color:#FFF;
}
.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
