@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600,700');
body{
    background: #C9C9C9;
}
/*********************************************************
* navbar
**********************************************************/
.navbar{
    margin-bottom: 0px;
    height: 60px;
}
.navbar-default{
    background:#212121;
    border-bottom-color:#444444; 
    margin-bottom: 0px;   
}
.navbar-default .navbar-nav>li>a{
    color:#fff;
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
}
.navbar-default .navbar-nav>li>a:hover{
    color: #D9230F;
}
.navbar-default .navbar-brand{
    padding-top: 5px;
}
.navbar-brand img{
    max-width: 200px;
}
@media(max-width:767px)
{ 
    .navbar-default .navbar-toggle{
        margin-top: 10px;
    }
    .navbar-default .navbar-nav{
        background: #212121;
    }
}
@media(width:768px){
    .navbar-default .navbar-nav>li>a{
        font-size: 16px;
    }    
}
/***********************************************
* button effects
************************************************/
.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #848984;
    color:#221e14;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 2px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
    color: #fff;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.btn{
    border:0px;
    border-radius: 2px;
    padding:12px 32px;
    font-size:18px;
    text-transform: uppercase;
    font-family:'Noto Serif', serif;
    letter-spacing: 2px;
}
/***************************************************
* main top section
****************************************************/
#main-background{
    background-image: url(../image/pool-389261_1280.jpg);
    position:relative;
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    width:100%;
    height:650px;
    z-index: -1;
    
}
.main-background{
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 650px;
    padding-top: 20%;
}
.main-background h1{
    color: #fff;
    font-weight: 600;
    font-family: 'Times New Roman';
    text-align: center;
    font-size: 7em;
    margin-bottom: 0px;
    text-shadow:0px 2px 4px #212121;
}
.main-background h2{
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    text-align: center;
    text-shadow:0px 1px 3px #212121;
}
/***************************************************
*color-grid
****************************************************/
#color-grid{
    margin-top: -320px;
}
.box{
    width:100%;
    height:293px;
    color:#fff;
    font-size: 30px;
    text-align: center;
    font-family:'Noto Serif', serif;
    padding-top: 30%;
    padding-left: 10px;
    padding-right: 10px;
}
.box1{   
    background: #212121; /* Old browsers */
    background: -moz-linear-gradient(left,  #000000 0%,#263238 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #000000 0%,#263238 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #000000 0%,#263238 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#263238',GradientType=0 ); /* IE6-9 */
}
.box2{
    background: #212121; /* Old browsers */
    background: -moz-linear-gradient(left,  #000000 0%,#263238 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #000000 0%,#263238 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #000000 0%,#263238 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#263238',GradientType=0 ); /* IE6-9 */
}
.box3{
    background: #212121; /* Old browsers */
    background: -moz-linear-gradient(left,  #000000 0%,#263238 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #000000 0%,#263238 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #000000 0%,#263238 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#263238',GradientType=0 ); /* IE6-9 */
}
.color-grid{
    background-color:rgba(51, 153, 255,0.3);
    height: 300px;
    width: 100%;
    padding-top: 150px;
}
@media(width:768px){
    .box{
        padding-top: 15%; 
    }
}

/***************************************************
* Welcome section
****************************************************/
#welcome{
    background: #222828;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.welcome h2{
    font-family: 'Work Sans', sans-serif;
    font-size: 45px;
    text-align: center;
    color:#fff;
    padding-bottom: 50px;
}
.welcome h5{
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    text-align: center;
    color:#fff;
    padding-bottom: 30px;
    font-style: italic;
    line-height: 33px;

}
.welcome p{
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    color:#929692;
    padding-bottom: 50px;
    line-height: 28px;
}
/*****************************************************************
* Feature section
******************************************************************/
#feature-intro{
    background: #fff;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.feature h3{
    font-family: 'Work Sans', sans-serif;
    font-size: 35px;
    text-align: center;
    color:#000;
    padding-bottom: 80px;
}
.feature img{
    padding-bottom: 50px;
}
.feature h6{
    font-family: 'Work Sans', sans-serif;
    font-size: 25px;
    text-align: center;
    color:#000;
    padding-bottom: 50px;
}
.feature p{
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    color:#000;
    padding-bottom: 20px;
}
@media(max-width:767px){
    .feature h3{
        padding-bottom: 20px;
    }
    .feature img{
        padding-top: 80px;
    } 

}
/***************************************************************
*Quality section
****************************************************************/
#quality-intro{
    background:url(../image/tiles-1478499_1920.jpg);
    width:100%;
    height:auto;
    position:relative;
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat; 
    /*background-attachment: fixed;*/
    padding-top: 120px;
    padding-bottom: 120px;
}
.quality h2{
    font-family: 'Work Sans', sans-serif;
    font-size: 55px;
    text-align: center;
    color:#fff;
    padding-bottom: 15px;
}
.quality h6{
    font-family: 'Work Sans', sans-serif;
    font-size: 40px;
    text-align: center;
    color:#fff;
    padding-bottom: 30px;
}
/***********************************************************
*Product Section
************************************************************/
#products-intro{
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.product h3{
    font-family: 'Work Sans', sans-serif;
    font-size: 35px;
    text-align: center;
    color:#000;
    padding-bottom: 80px;
}
.product p{
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    text-align: center;
    color:#fff;
}
.img-box{
    margin-bottom: 25px;
}
[class*=' imghvr-'] figcaption, [class^=imghvr-] figcaption{
    background: rgba(0,0,0,0.5);
}
[class*=' imghvr-'], [class^=imghvr-]{
    background: rgba(0,0,0,0.5);
}
/**********************************************************
* client quotes
***********************************************************/
#client-quotes{
    background: #282828;
    padding-top:50px;
    padding-bottom: 50px;
}
.client-quotes i{
    font-size: 40px;
    color:#fff;
    padding-bottom: 30px;
}
.client-quotes p{
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    color:#fff;
    line-height: 28px;
}
/**************************************************************
** Brand-slide
***************************************************************/
/*carousel*/
#brand-slide{
    background: #fff;

}
.carousel {
    margin-top: 30px;

    padding: 0 40px 30px 40px;
}
.carousel-inner img{
    padding-left: 25px;
    padding-right: 25px;
}
/* The controlsy */
.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 15px;
}
.carousel-control.right {
    right: -12px;
}
/* The indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 10px;
    margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
    background: #cecece;
}
.carousel-indicators .active {
    background: #428bca;
}

/************************************************************
* Newsletter
*************************************************************/
#newsletter{
    background: url(../image/news-back1.jpg) no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
    background-position: bottom;

}
.newsletter h3{
    font-family: 'Work Sans', sans-serif;
    font-size: 35px;
    text-align: center;
    color:#fff;
    padding-bottom: 20px;
}
.newsletter p{
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    color:#fff;
    line-height: 28px;
    padding-bottom: 20px;
}
.newsletter input[type="email"]{
    padding: 15px 15px;
    background: transparent;
    border: none;
    border-bottom:2px solid #fff;
    font-size: 23px;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
    letter-spacing: 1px;
}
.newsletter input[type="email"]:focus{
    border-color:#fff;
}
/****************************************************************
* Footer
*****************************************************************/
footer{
    background: #221e14;
    width:100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 20px;
}
.footer-elements h4{
    color:#fff;
}
.footer-elements address,.footer-elements p{
    font-family: 'Work Sans', sans-serif;
    font-size: 17px;
    color:#fff;
    line-height: 28px;
}
.footer-elements ul li{
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
}
.footer-elements .social li a{
    color: #ffffff;
    font-size: 17px;
}
.footer-elements .social li a:hover{
    text-decoration: none;
    color: #D9230F;
}
/************************************************************************************
* Products-page
**************************************************************************************/
#product-background{
    background:url("../image/products/PATINA GREEN2.jpg");
    position:relative;
    background-position: center center;
    background-size:cover;
    background-repeat: no-repeat;
    width:100%;
    height:400px;
    z-index: -1;
}
.product-background{
    background: rgba(0,0,0,0);
    width: 100%;
    height: 400px;

}
#products-page-intro{
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.product-page h3{
    font-family: 'Work Sans', sans-serif;
    font-size: 35px;
    text-align: center;
    color:#000;
    padding-bottom: 40px;
}
.product-page p{
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    text-align: left;
    color:#000;
}
.img-box{
    margin-bottom: 25px;
}
[class*=' imghvr-'] figcaption, [class^=imghvr-] figcaption{
    background: rgba(0,0,0,0.5);
}
[class*=' imghvr-'], [class^=imghvr-]{
    background: rgba(0,0,0,0.5);
}
.pager{
    margin-bottom: 60px;
}
.pager li a{
    margin-bottom: 10px;
}
.pager .active a{
    background-color :#D9230F;
    color: #FFF;
    border: 0px;
}
.product-image-card img{
    padding:4px;
    border-radius: 4px;
    background: #fff;
}
#product-quality-intro{
    background:url(../image/pexels-photo-105934.jpeg);
    width:100%;
    height:auto;
    position:relative;
    background-position: center bottom;
    background-size:cover;
    background-repeat: no-repeat; 
    /*background-attachment: fixed;*/
    padding-top: 120px;
    padding-bottom: 120px;
}
.product-quality h2{
    font-family: 'Work Sans', sans-serif;
    font-size: 55px;
    text-align: center;
    color:#fff;
    padding-bottom: 15px;
}
.product-quality h6{
    font-family: 'Work Sans', sans-serif;
    font-size: 40px;
    text-align: center;
    color:#fff;
    padding-bottom: 30px;
}


/************************************************************************************
* Contacts-page
**************************************************************************************/
#contact-background{
    background-image: url(../image/news-back.jpg);
    position:relative;
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    width:100%;
    height:400px;
    z-index: -1;
}
.contact-background{
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 400px;

}
#contact-page-intro{
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact-page h3{
    font-family: 'Work Sans', sans-serif;
    font-size: 35px;
    text-align: center;
    color:#000;
    padding-bottom: 40px;
}
#map{
    margin-top: 60px;
}
.map {
    width: 100%;
    height: 400px;
    display: block;
    max-height: 400px;
    min-height: 200px;
    border: none;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 1px;
}
.map iframe{
    pointer-events: none;
}
.contact-page .form-control{
    padding-top: 22px;
    padding-bottom: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.contact-page .form-control:focus,.contact-page .form-control:active{


}
.contact-page input{
    font-size:18px;
    color:#000;
    border-color:#b2b2b2;
}
.contact-page textarea{
    font-size:18px;
    color:#000;
    border-color:#b2b2b2;
}
/**************************************************************************
*
***************************************************************************/
#aboutus-background{
    background-image: url(../image/news-back.jpg);
    position:relative;
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    width:100%;
    height:400px;
    z-index: -1;
}
.aboutus-background{
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 400px;

}
#aboutpage-intro{
    background: #222828;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.aboutpage-intro h2{
    font-family: 'Work Sans', sans-serif;
    font-size: 45px;
    text-align: center;
    color:#fff;
    padding-bottom: 50px;
}
.aboutpage-intro h5{
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    text-align: center;
    color:#fff;
    padding-bottom: 30px;
    font-style: italic;
    line-height: 33px;
}
#aboutpage-detailgrid{
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.aboutpage-detailgrid p{
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    color:#000;
    line-height: 28px;
    text-align: justify;
}
.aboutpage-detailgrid .rpading{
    padding-bottom: 40px;
}

#aboutpage-visit{
    background:url(../image/photo-1472228283686-42356d789f66.jpg);
    width:100%;
    height:auto;
    position:relative;
    background-position: center bottom;
    background-size:cover;
    background-repeat: no-repeat; 
    /*background-attachment: fixed;*/
    padding-top: 120px;
    padding-bottom: 120px;
}
.aboutpage-visit p{
    font-family: 'Work Sans', sans-serif;
    font-size: 30px;
    text-align: center;
    color:#fff;
    padding-bottom: 15px;
    line-height:55px;
}
/**************************************************
* Project Page
******************************************************/
#project-background{
    background-image: url(../image/pro.jpg);
    position:relative;
    background-position: center bottom;
    background-size:cover;
    background-repeat: no-repeat;
    width:100%;
    height:400px;
    z-index: -1;
}
.project-background{
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 400px;

}
#project-intro{
    background: #222828;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.project-intro h2{
    font-family: 'Work Sans', sans-serif;
    font-size: 45px;
    text-align: center;
    color:#fff;
    padding-bottom: 50px;
}
.project-intro h5{
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    text-align: center;
    color:#fff;
    padding-bottom: 30px;
    font-style: italic;
    line-height: 33px;
}
#projectpage-detailgrid{
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.projectpage-detailgrid p{
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    color:#000;
    line-height: 28px;
    text-align: justify;
}
.projectpage-detailgrid h3{
    font-family: 'Work Sans', sans-serif;
    font-size: 22px;
    color:#000;
    line-height: 35px;
    text-align: justify;
    margin-top: 0px;
}
.projectpage-detailgrid .rpading{
    margin-bottom: 40px;
}
#projectpage-visit{
    background:url(../image/photo-1472228283686-42356d789f66.jpg);
    width:100%;
    height:auto;
    position:relative;
    background-position: center bottom;
    background-size:cover;
    background-repeat: no-repeat; 
    /*background-attachment: fixed;*/
    padding-top: 120px;
    padding-bottom: 120px;
}
.projectpage-visit p{
    font-family: 'Work Sans', sans-serif;
    font-size: 30px;
    text-align: center;
    color:#fff;
    padding-bottom: 15px;
    line-height:55px;
}
#slogan{
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -moz-animation-duration: 2s;    
}
#down-arrow{
    margin-top: 100px;
    color: #ffffff;
    font-size: 1em;
}