@font-face {
    font-family: "Lato";
    src: url("../font/Lato-Regular.ttf");
}
@font-face {
    font-family: "Lato";
    src: url("../font/Lato-Bold.ttf");
}
@font-face {
    font-family: "Caviar Dreams";
    src: url("../font/CaviarDreams.ttf");
}
@font-face {
    font-family: "Caviar Dreams";
    src: url("../font/CaviarDreams_Bold.ttf");
}

body{
    font-family: "Caviar Dreams";
}
p, h1, h2, h3, h4, h5, h6, span, table, tr, td, input, textarea, button{
    font-family: Lato;
}
header{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
    padding: 0;
}
.navbar-default {
    background-color: transparent;
    border: none;
}
.navbar-right{
    margin-top: 25px;
}
.navbar-default .navbar-nav>li>a {
    color: #777;
    font-family: 'Lato';
    color: black;
    font-size: 16px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background: transparent;
    color: #017E4C;
}
.navbar-default .navbar-nav>.active>a:after{
    content: '';
    border-bottom: 2px solid #017E4C;
    position: absolute;
    bottom: 10px;
    width: 80%;
    left: 10%;
}
/*.stickyHeader .navbar-default{*/
/*    background: rgba(255,255,255,0.8);*/
/*}*/
.fontCaviar{
    font-family: "Caviar Dreams";
}
.fontLato{
    font-family: "Lato";
}
.carousel-indicators li{
    background: #DEDEDE;
    width: 15px;
    height: 15px;
    border: none;
    margin: 0 5px;
}
.carousel-indicators .active{
    background: #017E4C;
    width: 15px;
    height: 15px;
    border: none;
}
.absoluteBannerTextOneBamboo{
    position: absolute;z-index: 9;
    width: 97%;
    top: 170px;
}
.absoluteBannerTextOneBamboo h1{
    font-size: 48px;
    line-height: 1.4;
}
.font16{
    font-size: 16px;
    line-height: 1.5;
}
.mt0{
    margin-top: 0px;
}
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mt50{
    margin-top: 50px;
}
.mt80{
    margin-top: 80px;
}
.mb0{
    margin-bottom: 0px;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb50{
    margin-bottom: 50px;
}
.mlr5{
    margin-left: 5px;
    margin-right: 5px;
}
.mlr10{
    margin-left: 10px;
    margin-right: 10px;
}
.colorBrown{
    color: #632A0F;
}
.themeButton{
    border: 3px solid #632A0F;
    color: #632A0F;
    font-size: 16px;
    font-weight: 600;
    background: white;
    padding: 10px 25px;
}
.absoluteContainerText{
    top: 0;
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.relativeDiv{
    position: relative;
}
.whiteText{
    color: white;
}
.lh15{
    line-height: 1.5;
}
.rangeCarouselDeck{
    border: 2px solid #017E4C;
    margin-top: 20px;
    padding: 50px 30px;
}
.greenColor{
    color: #017E4C;
}
.absoluteTitle{
    width: 100%;
    position: absolute;
    top: -70px;
    display: flex;
    justify-content: center;
}
.absoluteTitle .greenColor{
    margin: 0;
    background: #fff;
    padding: 5px 25px;
}
.owl-nav{
    display: flex;
    justify-content: space-between;
    width: 103%;
    margin-left: -1.5%;
    position: absolute;
    top: calc(50% - 15px);
}
.absoluteBreakText{
    position: absolute;
    top: 65px;
    left: 100px;
}
.contactSection{
    background: url("../img/contactImage.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 180px;
    padding-bottom: 90px;
}
.themeInput{
    border: 1px solid #fff;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    background: transparent;
    width: 100%;
    resize: none;
    font-family: "Caviar Dreams";
}
.themeContactInput{
    border: none;
    color: black;
    padding: 15px 20px;
    font-size: 16px;
    background: #E8F5E9;
    width: 100%;
    resize: none;
    font-family: "Caviar Dreams";
}
.contactHomeButton{
    border: 1px solid #fff;
    color: white;
    padding: 15px 30px;
    font-size: 16px;
    background: transparent;
    font-family: "Caviar Dreams";
}
.contactContactButton{
    border: 1px solid #017E4C;
    color: white;
    padding: 15px 30px;
    font-size: 16px;
    background: #03841B;
    font-family: "Caviar Dreams";
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
footer{
    background: #D39A5F;
    padding-top: 50px;
    padding-bottom: 30px;
}
.copyright{
    background: #632911;
    padding: 10px;
    text-align: center;
}
.owl-prev, .owl-next{
    background: transparent;
    border: none;
}

.productTile{
    position: relative;
}
.productName{
    text-align: center;
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.productName h3{
    margin: 10px auto;
    font-size: 18px;
}
.enquiryFont{
    font-size: 42px;
}
.flexDiv{
    display: flex;
}
.alignCenter{
    align-items: center;
}
@media (max-width: 1500px) {
    .mt80{
        margin-top: 40px;
    }

    .absoluteBannerTextOneBamboo h1{
        font-size: 40px;
        line-height: 1.4;
    }
    .absoluteBannerTextOneBamboo{
        top: 120px;
    }

    .enquiryFont{
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .mfdc{
        flex-direction: column;
    }
    .container>.navbar-header{
        margin: 0;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background: white;
    }
    .navbar-brand{
        width: 75px;
    }
    .navbar-brand img{
        width: 100%;
    }
    .navbar-default .navbar-nav>li>a {
        text-align: center;
    }
    .navbar-default .navbar-nav>.active>a:after {
        bottom: 5px;
        width: 30%;
        left: 35%;
    }
    .absoluteBannerTextOneBamboo {
        top: 30px;
    }
    .absoluteBannerTextOneBamboo h1 {
        font-size: 24px;
        line-height: 1.2;
    }
    .mw100{
        width: 100%;
    }
    .mmt20{
        margin-top: 20px;
    }
    .absoluteBreakText h2{
        font-size: 15px;
    }
    .absoluteBreakText {
        position: absolute;
        top: 5px;
        left: 24px;
    }
    footer .mt50{
        margin-top: 15px;
        text-align: center;
    }

    .enquiryFont{
        font-size: 22px;
    }
    #productContainer .mt50{
        margin-top: 0;
    }
    #productContainer .mt30 {
        margin-top: 0px;
    }
    .productTile{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .productName h3 {
        margin: 0;
        font-size: 12px;
    }
}