@font-face {
  font-family: 'Chewy';
  src: url('../fonts/Chewy.eot');
  src: url('../fonts/Chewy.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Chewy.woff2') format('woff2'),
      url('../fonts/Chewy.woff') format('woff'),
      url('../fonts/Chewy.ttf') format('truetype'),
      url('../fonts/Chewy.svg#Chewy') format('svg');
  font-weight: normal;
  font-style: normal;
}



.header {
    background-color: rgba(243,221,208,0.2);
    min-height: 130px;
    background-image: url(../images/headerbg.png);
    background-repeat: repeat-x;
}

.dark_brown{
  color:#250c06
}
.brown{
  color:#541800;
} 
.caramel{
  color:#b88c74;
}



body{
  font-family: 'Chewy';
}

p, span{
  font-size:17px; 

  
}

.navbar-brand  img{


}

.navbar-default .navbar-toggle{
  border:none;

}

.navbar-default .navbar-nav > li > a{

  font-size: 22px;
  font-family: 'Chewy';
  color:#b88c74;


}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
background-color: transparent;


}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
 color:#541800;
 transition: 0.5s ease-in-out;

}


.header2{
  background-image:url(../images/header2.png) ;
  background-repeat: repeat-x;
  height:26px ;
  position: relative;
  z-index:1000;
}

.navbar-default{

  background-color:transparent;

  border-color: transparent;
border-left: none;
border-right: none;
}

.header3{
  background-image:url(../images/header3.png) ;
  background-repeat: no-repeat;
  background-position: center center;
  height:300px;  
  background-size: cover;
  margin-top: -22px;
  position: relative;
  z-index:0;}

.navbar{
  border-radius: 0px;

}


.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{

 color:#b88c74;
 background-color:transparent;
 transition: 0.5s ease-in-out;
 
}




.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {

  color:#541800;
  background-color: transparent;

}
.navbar-right .dropdown-menu{

  left: 0;
  right: auto;


}

.dropdown-menu{
  left: 0px;
  min-width: 195px;
  font-size: 17px;
    background-image:url(../images/headerbg.png) ;
    background-size:contain ;
  background-color:#250c06;
  border-radius: 0px;
  top: 154%;


}


.dropdown-menu > li > a{
  color:#b49759;
  -webkit-transition:padding 0.5s ease;  
  -moz-transition:padding 0.5s ease;  
  -o-transition:padding 0.5s ease;  
  transition:padding 0.5s ease;  
}
.dropdown-menu > li > a{ 
  padding: 8px 20px;
}

  
.menuA{
  padding-top:55px; 
}


.share li{
  display: inline-block;

}
.share{
  padding-top: 10px;
  color:white;
  float: right;

padding-right: 20px;

}
.breadcrumbbg{
  background-image:url(../images/breadcrumbbg.png); 
  height: 25px;
  background-repeat:no-repeat ;

}

.breadcrumb{
  background-color:transparent ;
  padding: 5px 15px 0px 15px;

}



.footerimg{
  background-image: url(../images/img2.png);
  
  background-repeat: no-repeat;
  background-position:left bottom; 
  height: 200px;
  margin-bottom: -137px;
  
  position: relative;
}

.content1 p{

  color:#250c06;
}

.content2{
  background-image: url(../images/img.png);
  background-repeat: no-repeat;
  background-position:right top; 
min-height:500px ;

text-align: center;



  


}

.breadcrumbsection{
  background-color:#b88c74; 
  margin-top: -32px;
  position: relative;
z-index: 2;
}
.breadcrumb > .active{
  color:white;
}

.breadcrumb-item a{
  color:white;
  font-size: 17px;
}



footer{
  background-image:url(../images/footerbg.png) ;
  background-size: cover;
  min-height: 460px;
 background-position:center  center;
 font-size:15px;

  background-repeat:no-repeat ;
} 

footer p{
  font-size:15px;
  
}

.footerMenu {
  padding:0;
  margin: 0; 
}
.footerMenu li{
  display: inline-block;
  padding:5px 5px; 

}

.footerMenu li a{
 color:white;
 font-size:15px;


}

.footerMenu li a:hover{
 text-decoration:none;
 color:#b49759 ;
 
 }

.footerContent{
  padding-top:170px; 
  color:white;
}
.part2{
  float:right;
}

.Powered{
  float:right;
}

.Powered a{
  color:#b49759;

}

.CopyRight{
  padding-top:30px; 
}

.navbar-default .navbar-toggle .icon-bar {
  background-color:#b49759 ;
}
@media screen and (min-width:768px){
  .navbar-brand-centered {
      position: absolute;
      left: 50%;
      display: block;
      width: 160px;
      text-align: center;
     
      background-color: transparent;
      bottom: 51px;
  }

  .navbar>.container .navbar-brand-centered, 
  .navbar>.container-fluid .navbar-brand-centered {
      margin-left: -80px;
  }
}


@media screen and (max-width:768px){
  .content2{
    background-image: none;
  }
  .menuA {
    
        padding-top: 0px;
        padding-bottom:13px;
    
    }

    .navbar-default .navbar-toggle {
      border: none;
      padding-top: 55px;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    
        border-color: transparent;
        padding-top: 28px;
    
    }

    .part2 {
      
          float: unset;
      
      }
      footer{
        text-align:center; 
      }

      .Powered {
        float: unset;
    }
}




/*Home Page Style */

.slider {
    height: 545px;
    margin-top: -25px;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 545px;
}
    .fade-carousel .carousel-inner .item {
        height: 545px;
    }
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: white;
    border-color: white;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  background-color: #250c06;
  border-color: #250c06;
  width: 15px;
  height: 15px;
  opacity: 1;
}

.carousel-indicators li{
  width: 15px;
  height: 15px;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 30%;
    left:18%;
    z-index: 3;
    color: #250c06;
    text-align: left;
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
  
    font-weight: bold;
    margin-bottom:10px; 
    padding: 6;
    background-color:rgba(255,255,255,.75) 
}

.hero h4 {
  
  font-weight: bold;
  margin: 2;
  padding: 6;
  color:#151515;
  background-color:rgba(255,255,255,.75) 
}


.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    height: 545px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../images/slide1.png); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../images/slide2.png); }
.fade-carousel .slides .slide-3 {
  background-image: url(../images/slide3.jpg); 
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
   
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 20px; }    
}


.about{
  min-height:380px; 
  padding-top:30px; 
  background-image:url(../images/img.png) ;
  background-repeat: no-repeat;
  background-position:right top; 
}

.aboutBanners{
  padding:0;
  margin:0;  
  margin-top: 50px;
 
}

.aboutBanners li{
  display: inline-block;
  margin:5px 5px 5px 5px; 
  padding: 5px 20px;
  border:1px solid #b49759 ;
  text-align: center;
  position: relative;
  width: 230px;

}



.aboutBanners li a{
 color:#250c06;


}


.aboutBanners li a:hover{
  color:#541800;
  text-decoration: none;
  transition: 0.5s ease-in;

 
 }
 
.imgposition{
  position: absolute;

  top: -22px;
  
  left: 23px;
}


.js-owl-carousel1{
  text-align: center;
padding:22px; 
}
.about .owl-prev, .about .owl-next {
  display: inline-block;
  cursor: pointer;
}


#owl-carousel1{

  padding-top:30px; 

}


.aboutImage {
  text-align: center;
}



.aboutbg{
  background-image: url(../images/img2.png);
  
  background-repeat: no-repeat;
  background-position:left bottom; 
  height: 200px;
  margin-bottom: -205px;
  position: relative;
   z-index: 2;
}

.curve1{
  background-image:url(../images/try.png) ;
  background-size:cover;
  height:230px ; 
  position: relative;
 z-index: 1;

}


.curve2{
  background-image: url(../images/try2.png);
  background-size: cover;
  height: 172px;
  position: relative;
  z-index: 1;
  margin-top: -381px;

}

.productSection{
  background-image:url(../images/productsection.png) ;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  background-attachment: fixed  ;
  min-height:900px; 
  margin-top: -177;
  color:white;
   text-align: center;
   padding-top: 179px;
   overflow:hidden;
}

.products{
  background-color:white;
  padding:10px;  
  height:380px ;
  border:1px solid #b88c74;
  border-top:transparent;
  position: relative;
}



 .more{
   position: absolute;
   bottom:0;  
  left:0 ;
  right:0;
 }



 .halfCircle{
  height: 90px;
  width: 180px;
  border-radius: 90px 90px 0 0;
  background: white;
  border-top:3px solid #b88c74;
  border-right:3px solid #b88c74;
  border-left:3px solid #b88c74;
margin: auto;

}

.imgmove{
  margin-top: -70px;
}

.WorkingWithUs{
  min-height: 400px;
  text-align: center;
  margin-top: -65px;

}


.workbg{
  background-image:url(../images/workbg.png) ;
  background-repeat: no-repeat;
  background-position: right top;
  height:163px; 
  margin-top: -84px;
  position: relative;
  z-index: 2;


}

.footerhomebg{
  background-image:url(../images/footerhome.png) ;
  background-repeat: no-repeat;
  background-position: left top;
  height:163px; 
  margin-bottom: -109px;
  position: relative;
  z-index: 2;
  margin-top: -100px;

}


.map4Mobile img {
  margin: auto;
}








.productSection .owl-theme .owl-nav [class*="owl-"] {
  color: #FFF;
  font-size: 14px;
  margin: 0;
  padding: 0;
background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 0px;
}


.productSection .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  right:-54px;
  top: 43%;
  background-image: url(../images/productarrowr.png);
  background-repeat: no-repeat;
  background-position: center center;

  width:68px;
  height:115px;
}

.productSection .owl-carousel .owl-nav .owl-next {
  position: absolute;
  left: -54px;
  top: 43%;
  background-image: url(../images/productarrowl.png);
  background-repeat: no-repeat;

  background-position: center center;
  width:68px;
  height:115px;
}


.productSection .owl-carousel .owl-nav .owl-next:hover {
  position: absolute;
  left: -54px;;
  top: 43%;
  background-image: url(../images/productarrowl.png);
  background-color:transparent;
  background-repeat: no-repeat;
  background-position: center center;
  width:68px;
  height:115px;;
}

.productSection .owl-carousel .owl-nav .owl-prev:hover {
  position: absolute;
  right:-54px;;
  top: 43%;
  background-image: url(../images/productarrowr.png);
  background-repeat: no-repeat;
  background-position: center center;
  width:68px;
  height:115px;
}



.productSection .item{
  margin: 0px 10px
  
}












@media screen and (max-width:768px){

  .hero {


    left: 50%;}

    .WorkingWithUs{
      margin-top:0px; 
    }


    .about{
      text-align: center;
    }

    .curve1{
      /*height: 179px;*/
    }

    .productSection .owl-carousel .owl-nav .owl-prev {
        /*position: absolute;
        right: 54px;
        top: 100%;
        background-image: url(../images/productarrowr.png);
        background-repeat: no-repeat;
        background-position: center center;
        width: 68px;
        height: 115px;
        z-index: 99999999999999*/
        display:none
    }

    .productSection .owl-carousel .owl-nav .owl-next {
        /*position: absolute;
        left: 54px;
        top: 100%;
        background-image: url(../images/productarrowl.png);
        background-repeat: no-repeat;
        background-position: center center;
        width: 68px;
        height: 115px;
        z-index: 99999999999999*/
        display: none
    }


}