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;
}
/* HTML5 display-role reset for older browsers */
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;
}
a {
   color: #4a2d2d;
   text-decoration: none;
}   
a:hover {
    color: #cfa7a5;
    }
        
body    {
            padding:0px;
            margin: 0px;
            box-sizing: border-box;
        }
.wrapper {
            max-width: 1350px;
            width: 95%;
            margin: auto;
}

 header  {
            width: 100%;
            background-color: #4a2d2d;
            min-height: 60px;
            position: fixed;
            z-index: 777;
        }
.logo {
            float: left;
            margin: 25px 0px; 
        }

.logo h2 {
             font-size: 30px;
             font-family: "Philosopher", sans-serif;
             font-weight: 600;
             font-style: normal;
             color: #fff;
             text-transform: uppercase;
            
        } 
.logo h2 span {
             font-weight: 100 !Important;
             color: #f4f1f0;
}

 nav    {
            float: right;
            margin: 20px 0px;
        }
        nav ul {
            width: auto;
        }
        nav ul li {
            float: left;
        }
        nav ul li span {
            font-family: "Philosopher", sans-serif;
            font-weight:400;
            display: inline-block;
            padding: 10px 0px 10px 20px;
            color: rgba(255,255,255,0.8);
            font-size: 14px;
            font-style: italic;
        }
        nav ul li a {
            font-family:"Open Sans", sans-serif;
            font-weight:700;
            display: inline-block;
            padding: 10px 12px;
            color: #fff;
            font-size: 15px;
            text-transform: uppercase;
        }
        nav ul li a:hover {
            color: #eed4be;
        }
        nav ul li:hover ul {
            display: block;
        }
        nav ul ul {
            display: none;
            position: absolute;
            background-color: #333;
            padding: 10px;
            box-sizing: border-box;
        }
        nav ul ul li {
            float: none;
        }
        nav ul ul li a {
            font-weight:400;
            display: block;
            padding: 10px 15px;
            color: #fff;
            font-size: 14px;
            text-transform: uppercase;
        }

.split {
    clear: both;
}
#mainscreen {
    padding: 60px 0 0 0px;
}
.main {
    width: 100%;
    height: 600px;
}
.main img {
    width: 100%;
}
.main .af {
            padding: 20px 10px;
        }
.main h3{
             font-size: 33px;
             font-family: "Philosopher", sans-serif;
             font-weight: 200;
             font-style: normal;
             text-align: center;
             color:#4a2d2d;
             text-transform: uppercase;
    
 
}


#ihead   {
            text-align: center;
            width: 100%;
            display: block;
            padding: 60px 0 0 0px;
        }
#ihead img   {
            width: 100%;
            
        }
.two     {   
           background-color:#6c6968;
           width:100%;
           min-height: 20px;
     
          }

.bbc h3  {
             background-color:#6c6968;
             width:540px;
             margin: auto;
             min-height: 50px;
             font-size: 33px;
             font-family: "Philosopher", sans-serif;
             font-weight: 300;
             font-style: normal;
             color: #fff;
             text-transform: uppercase;
             text-align:center;
     
        }
 
.bbc    {
            background-image: url(img/background.jpg);
            width: 100%;
            min-height: 650px;
}
.bbc ul {
     width: auto;
     padding: 50px 0 50px 0px;
}
.bbc ul li {
     width: 24%;
     margin: 0.3%;
    float: left;
/*    display: inline-block;*/
}
.wbox {
     padding: 10px;
    background-color: rgba(255,255,255,0.9);
    box-sizing: border-box;
}
.bbc ul li img {
     width: 100%;
    height: 350px;
    object-fit: cover;
}
.bbc ul li::after {
     content: "";
    display: block;
    background-image: url('img/shadow.png');
    background-repeat: no-repeat;
    background-position: left -25px top;
    width: 100%;
    height: 30px;
}
.bbc ul li h4 {
     font-size: 20px;
    font-weight: 700;
    font-family:"Open Sans", sans-serif;
    text-align: center;
    padding: 10px 0px;
}
.current {
    opacity: 0.5;
}
.mtop {
    margin-top: 70px !important;
}
.icontent {
    width: 100%;
}
.icontent h3 {
    font-size: 35px;
     font-family: "Philosopher", sans-serif;
     font-weight: 300;
     font-style: normal;
     color:#4a2d2d;
     text-transform: uppercase;
    
     padding: 0px 0 10px 0px; 
}
.icontent p {
    font-size: 18px;
    margin: 0 0 20px 0px;
    font-family: "Philosopher", sans-serif;
    line-height: 24px;
}
.icontent p strong {
    font-weight: 600 ;
}
.icontent h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Philosopher", sans-serif;
    margin: 0 0 4px 0px;
}
.mapview {
    width: 60%;
    float: left;
    background-color: #fff;
    padding: 8px;
    box-sizing: border-box;
    box-shadow: 0 2px 3px #ccc;
}
.cinfo {
    width: 38%;
    float: right;
    font-family: "Philosopher", sans-serif;
}

#whatsnew {
           padding: 50px 100px 100px 100px;
           width: 100%;

           box-sizing: border-box;
          }
#whatsnew h2 {
             font-size: 35px;
             font-family: "Philosopher", sans-serif;
             font-weight: 300;
             font-style: normal;
             color:#4a2d2d;
             text-transform: uppercase;
             text-align:center;
             padding: 0px 0 50px 0px; 
            }

#whatsnew ul {
    width:auto;
}
#whatsnew ul li {
    width: 24%;
    margin: 0.5%;
    float: left;
    padding: 10px 0px;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}
#whatsnew ul li img {
    width: 100%;
}
#whatsnew ul li h3 {
   font-size: 20px;
    margin: 0 0 30px 0px;
    height: 35px;
    line-height: 25px;

}
#whatsnew .mf{
    font-family: "Philosopher", sans-serif;
    background-color: #ecddda;
    padding: 10px 0px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    display: none;
}
#whatsnew .mf:hover{
    background-color: #4a2d2d;
    color: #ecddda;
}
#product {
           padding: 50px 100px 100px 100px;
           width: 100%;
           min-height: 150px;
           box-sizing: border-box;
           background-color: #eee;
          }
#product h2 {
             font-size: 40px;
             font-family: "Philosopher", sans-serif;
             font-weight: 300;
             font-style: normal;
             color:#4a2d2d;
             text-transform: uppercase;
             text-align:center;
             padding: 0px 0 50px 0px; 
            }

#product ul {
    width:auto;
}
#product ul li {
    width: 49%;
    float: left;
    margin: 0.5%;
    text-align: center;
    font-family:"Open Sans", sans-serif;
    font-weight:700;
    color:#000;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 2px 3px #ccc;
    padding: 0px 0 16px 0px;
    box-sizing: border-box;
    background-color: #fff;

}
#product ul li img {
    width: 100%;
}
#product ul li h3 {
    margin: 12px 0 0 0px;
    text-transform: capitalize;
    font-size: 16px;
}
#whatsnew .mf{
    font-family: "Philosopher", sans-serif;
    background-color: #ecddda;
    padding: 10px 5px;
}
.line{
           background-color:#f5cabf;
           width:100%;
           min-height: 5px;
          }
.colm4 {
    float: left;
    width: 24%;
    margin: 0.5% 0.5% 1% 0.5%;
}
.colm2 {
    float: left;
    width: 49%;
    margin: 0.5% 0.5% 1% 0.5%;
}
.colm1 {
    width: 99%;
    margin: 0.5% auto;
}
 .error {
        font-size: 12px;
        color: #f92f2f;
        padding: 8px 0px;
        display: block;
    }
.fgroup input[type="text"], input[type="tel"], input[type="email"] {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    font-family: "Philosopher", sans-serif;
    font-size: 14px;
    color: #666;
    border: solid 1px #f5cabf;
    outline: none;
}
.fgroup select {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    font-family: "Philosopher", sans-serif;
    font-size: 14px;
    color: #666;
    border: solid 1px #f5cabf;
    outline: none;
}
.fgroup textarea {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    font-family: "Philosopher", sans-serif;
    font-size: 14px;
    color: #666;
    border: solid 1px #f5cabf;
    outline: none;
    height: 100px;
    resize: none;
    
}
.fgroup button {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    font-family: "Philosopher", sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    border: solid 1px #f5cabf;
    background-color: #f5cabf;
    cursor: pointer;
    
}
.fgroup input[type="text"]:focus {
   
    color: #333;
    border: solid 1px #666;
    
}
#customersp{
               
            text-align: center;
            margin-top: 50px;
            width: 100%;
            display: block; 
}
#customersp h2{
             font-size: 30px;
             font-family: "Philosopher", sans-serif;
             font-weight: 300;
             font-style: normal;
             color:#4a2d2d;
             text-transform: uppercase;
             text-align:center;
             padding: 0px 0 40px 0px; 
}
#customersp ul   {
             width: auto;
            margin: 0px;
            padding: 0px;
             
        }
#customersp ul li   {
             width: 100%;
            list-style: none;
             
        }
#customersp ul li p    {
             font-size: 18px;
             font-family: "Philosopher", sans-serif;
             color:#4a2d2d;
             line-height: 26px;
             
        }
#help {
           padding: 55px 0px;
           width: 100%;
}

#help h2{
             font-size: 30px;
             font-family: "Philosopher", sans-serif;
             font-weight: 300;
             font-style: normal;
             color:#4a2d2d;
             text-transform: uppercase;
             text-align:center;
             padding: 0px 0 90px 0px; 
        
}
#help ul {
    width: auto;
}
#help ul li {
    width: 32%;
    float: left;
    margin: 0.6%;
    text-align:left;
}
#help ul li img {
    width: 100%;
}
#help ul li h3 {
    background-color: #f8d8cf;
    font-size: 30px;
    line-height: 25px;
    font-weight: 600;
    width: 75%;
    margin-left: 5%;
    padding: 15px;
    box-sizing: border-box;
    margin-top: -30px;
    z-index: 77;
    position: relative;
    color: #4a2d2d;
    font-family: "Philosopher", sans-serif;
}
#help ul li h3 span {
    font-weight: 100 !important;
}
#help .topbox {
           margin-top: -50px;
}
#helps {
           padding: 55px 0px;
           width: 100%;
}

#helps h2{
             font-size: 30px;
             font-family: "Philosopher", sans-serif;
             font-weight: 300;
             font-style: normal;
             color:#4a2d2d;
             text-transform: uppercase;
             text-align:center;
             padding: 0px 0 90px 0px; 
        
}
#helps ul {
    width: auto;
}
#helps ul li {
    width: 32%;
    float: left;
    margin: 0.6%;
    text-align:left;
}
#helps ul li img {
    width: 100%;
}
#helps ul li h3 {
    background-color: #f8d8cf;
    font-size: 30px;
    line-height: 25px;
    font-weight: 600;
    width: 75%;
    margin-left: 5%;
    padding: 15px;
    box-sizing: border-box;
    margin-top: -30px;
    z-index: 77;
    position: relative;
    color: #4a2d2d;
    font-family: "Philosopher", sans-serif;
}
#helps ul li h3 span {
    font-weight: 100 !important;
}
#help .topbox {
           margin-top: -50px;
}
#prf{
            text-align: center;
            width: 100%;
            height: 900px;
            display: block;
            background-image: url(img/woodbg.jpg);
            background-repeat: no-repeat;
            background-position: center top;
            padding: 5px 250px;
    box-sizing: border-box;
}
#prf .af{
           margin: 200px 0 0 0px;
}
#prf h2{
             font-size: 65px;
             font-family: "Philosopher", sans-serif;
             font-weight: 600;
             font-style: normal;
             color: #4a2d2d;
             text-transform: uppercase;
             margin-top: 15px;
            
}
#prf h2 span {
            font-weight: 100 !Important;
            color: #4a2d2d;
}
#prf h4{
             font-size: 25px;
             font-family: "Philosopher", sans-serif;
             font-weight: 100;
             font-style: normal;
             color: #4a2d2d;
             margin-top: 15px;
}
#prf p{ 
             margin-top:35px ; 
             margin-bottom: 35px;
             font-size: 18px;
             font-family: "Philosopher", sans-serif;
             color:#4a2d2d;
             line-height: 24px;
             
}
#prf p strong{ 
             font-weight: 600;
             
}

#prf h5{
             font-size: 25px;
             font-family: "Philosopher", sans-serif;
             font-weight: 600;
             font-style: normal;
             color: #4a2d2d;
             margin-top: 15px;
             text-transform: uppercase;
             cursor: pointer; 
        
}
.rpic {
    float: right;
    margin-left: 25px;
}
.mapg {
    width: 100%;
    box-shadow: 0 10px 20px #000;
    position: relative;
    z-index: 777;
}
footer{
            width: 100%;
            background-color: #4a2d2d;
            position: relative;
            box-sizing: border-box;
            padding: 50px 0 25px 0px;
    margin-top: -4px;
}
   
footer ul {
    float: left;
    width:20%;
}
footer ul h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family:"Open Sans", sans-serif;
    margin:  0 0 20px 0px;
}
footer ul li {
    width: 100%;
    margin: 10px 0px;

}
footer ul li span {
    color: #fff;
    font-family: "Philosopher", sans-serif;
    padding: 8px 0 0 0px;
    display: block;
    line-height: 22px;
}
footer ul li a {
    color: #fff;
    font-family: "Philosopher", sans-serif;
    padding: 8px 0 0 0px;
    display: block;
}
footer ul li a:hover {
    color: #d0c1b9;
}
.blogo {
  float: left;
  margin: 25px 0px;
  text-align: center;
}
.blogo h2 {
    font-size: 20px;
    font-family: "Philosopher", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
            
        } 
.blogo h2 span {
             font-weight: 100 !Important;
             color: #f4f1f0;
}
footer h6{
    font-family:"Open Sans", sans-serif;
    font-size: 14px;
    color: #d0c1b9;
    margin: 25px 0px;
    float: right;
}
.mobmenu {
    display: none;
}
.note {
    text-align: center;
    width: 98%;
    margin: 20px auto 0px auto;
    background-color: #f2ed9e;
    padding: 20px 20px 30px 20px;
    box-sizing: border-box;
}        
.note h4{
            font-family: "Philosopher", sans-serif;
            color:#4a2d2d;
            font-size: 22px;
            text-align: center;
            margin: 0 0 20px 0px;
          
    } 
    .note a{
        font-family: "Philosopher", sans-serif;
        background-color: #4a2d2d;
        padding: 10px 20px;
        font-weight: 600;
        text-transform: uppercase;
        color: #f2ed9e;
    
    }
.note a:hover{
        background-color: #fff;
        color: #4a2d2d;
    }

.review {
        text-align: center;
        width: 100%;
        margin: 10px auto;
       
        padding: 10px 25px 10px 25px;
        box-sizing: border-box;
         } 

.review a {
        font-family: "Philosopher", sans-serif;
        padding: 10px 20px;
        font-weight: 800;
        text-transform: uppercase;
        color:#502020 ;
        background-color: #e5a7a7;
    
    }
.review a:hover {
        background-color: #502020 ;
        color: #fff;
    }  


/*Mobile CSS Start*/
@media screen and (max-width: 950px) {
.mobmenu {
    display: block;
    color: #fff;
    font-size: 30px;
    float: right;
    padding: 15px;
    box-sizing: border-box;
}
    .msplit {
        clear: both;
    }
.logo {
  float: left;
  margin: 15px 10px;
  text-align: center;
}
.logo h2 {
             font-size: 27px;
             font-family: "Philosopher", sans-serif;
             font-weight: 600;
             font-style: normal;
             color: #fff;
             text-transform: uppercase;
            
        }  
    
nav {
  float: none;
  margin: 0px 0px 15px 0px;
  display: none;
}    
nav ul li {
    float: none;
}
nav ul li a {
    padding: 10px 15px;
    font-size: 15px;
}    
nav ul li:hover ul {
    display: none;
}   
nav ul ul {
    width: 100%;
    position: relative;
}    
#mainscreen {
    background-color: #f0e2d9;
}
.main {
    width: 100%;
    height: 140px;
}    
/*
#main   {
 text-align: center;
            background-image: url(img/main.jpg);
            background-repeat: no-repeat;
            background-position: center top;
            background-size: 100%;
            width: 100%;
            height: 160px;
            display: block;
            padding: 200px 0 20px 0px;
        }    
#main .af {
  padding: 20px 10px;
    width: 80px;
}    
#main h3 {
  font-size: 20px;
  font-family: "Philosopher", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-align: center;
  color: #4a2d2d;
  text-transform: uppercase;
}    
*/
.bbc ul li {
     width: 100%;
     margin: 0% 0px;
    float: none;
/*    display: inline-block;*/
}
bbc ul li::after {
  content: "";
  display: block;
  background-image: url('img/shadow.png');
  background-repeat: no-repeat;
  width: 340px;
  height: 30px;
  display: none;
}    
.mtop {
  margin-top: 0px !important;
}    
.bbc h3  {
             background-color:#6c6968;
             width:95%;
             margin: auto;
             min-height: 40px;
             font-size: 22px;
             font-family: "Philosopher", sans-serif;
             font-weight: 300;
             font-style: normal;
             color: #fff;
             text-transform: uppercase;
             text-align:center;
     
        }  
   #customersp h2{
             font-size: 30px;
             font-family: "Philosopher", sans-serif;
             font-weight: 300;
             font-style: normal;
             color:#4a2d2d;
             text-transform: uppercase;
             text-align:center;
             padding: 0px 0 25px 0px; 
}
#customersp p    {
             font-size: 14px;
             font-family: "Philosopher", sans-serif;
             color:#4a2d2d;
             line-height: 18px;
             
        }

.note {
            width: 95%;
            padding: 15px;
            box-sizing: border-box;
         }        
.note h4 {
        font-family: "Philosopher", sans-serif;
        color:#4a2d2d;
        font-size: 18px;
        text-align: center;
        margin: 0 0 20px 0px;
          } 
.note a {
        font-size:14px;
        font-family: "Philosopher", sans-serif;
        background-color: #4a2d2d;
        padding: 10px 0px;
       
        text-transform: uppercase;
        color: #f2ed9e;
    display: block;
         }
        
        
#whatsnew {
  padding: 25px;
  width: 100%;
  box-sizing: border-box;
}
#whatsnew h2 {
  font-size: 25px;
  padding: 0px 0 20px 0px;
}    
#whatsnew ul li {
  width: 100%;
  margin: 0.5% 0px;
  float: none;
  padding: 10px 0px;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
} 

 #help ul {
    width:100%;
    margin-bottom: 0px; 
}

    
#help ul li {
    width: 99%;
    float: none;
    margin-top: 0px;
   }
    

#help ul li h3 {
    background-color: #f8d8cf;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    width: 65%;
    margin-left: 5%;
    padding: 8px;
    box-sizing: border-box;
    margin-top: -50px;
    color: #4a2d2d;
    font-family: "Philosopher", sans-serif;
}

#help .topbox {
           margin-top: 30px;
           margin-bottom: 30px;
}
#prf{            
  height: auto;
    padding: 50px 0px;

}
 #prf h2 {
  font-size: 35px;
  font-family: "Philosopher", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #4a2d2d;
  text-transform: uppercase;
  margin-top: 10px;
}   

#prf .af{
    width: 80px;
    margin: 50px 0 0 0px;
}

    
#prf h4{
    font-size: 22px;
    font-family: "Philosopher", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: #4a2d2d;
    margin-top: 15px;
}
    
#prf p{ 
    margin-top:18px ; 
    margin-bottom: 18px;
    font-size: 14px;
    font-family: "Philosopher", sans-serif;
    color:#4a2d2d;
    line-height: 20px;
             
}


#prf h5{
    font-size: 18px;
    font-family: "Philosopher", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #4a2d2d;
    margin-top: 15px;
    text-transform: uppercase;
    cursor: pointer; 
        
}
#product {
  padding: 10px;
}    
#product ul li {
  width: 100%;
  float: none;
  margin: 2.5% 0px;
  font-size: 14px;
  padding: 0px 0 14px 0px;

}    
 footer{
    width: 100%;
    padding: 25px;
     text-align: center;
}
   
footer ul {
    float:none;
    width:100%;
   
}
footer ul h5 {
    color: #d0c1b9;
    font-size: 20px;
    margin:  15px 0 0px 0px;
}
footer ul li {
    width: 100%;
    margin: 10px 5px;

}
footer ul li span {
    color: #fff;
    font-family: "Philosopher", sans-serif;
    padding: 20px 0 0px 0px;
    display: block;
    line-height: 18px;
}
footer ul li a {
    color: #fff;
    font-family: "Philosopher", sans-serif;
    padding: 8px 0 0 0px;
    display: block;
}
 
footer h6{
   font-size: 15px;
}
 
.colm4 {
    float: none;
    width: 100%;
    
}

.icontent h3 {
    font-size: 25px;
     font-family: "Philosopher", sans-serif;
     font-weight: 300;
     font-style: normal;
     color:#4a2d2d;
     text-transform: uppercase;
    text-align: center;
     padding: 0px 0 10px 0px; 
}
.icontent p {
    font-size: 14px;
    margin: 0 0 6px 0px;
    font-family: "Philosopher", sans-serif;
    line-height: 22px;
}

.icontent h4 {
    font-size: 18px;
    font-weight: 400;
    font-family: "Philosopher", sans-serif;
    margin: 4px 0 8px 0px;
}
.mapview {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 3px;
    box-sizing: border-box;
    box-shadow: 0 2px 3px #ccc;
}
   
.cinfo {
    width:100%;
    float: none;
    font-family: "Philosopher", sans-serif;
}

.rpic {
    float: none;
    margin-left: 25px;
    width: 75%;
   }
  
/*Mobile CSS end*/