.mblmenu
{
    display:none !important;
}
    .whapspicn{
    position: fixed;
    bottom: 15px;
    border-radius: 5px !important;
    background-color: #4AC959!important;
    padding: 0px 10px !important;
    z-index: 9999;
    left: 20px;
}
.whapspicn a{
    color: #fff!important;
    font-size: 40px !important;
}
/* start offer page section */
.bgcclersss
{
    background-color:#51110b;
    width:100%;
    height:122px;
}
.padsssd li a
{
    padding:51px 15px !important;
}

 .sticky-header .padsssd li a
{
    padding:26px 15px !important;
}
/*  start bradcrump section */
.bgcbread 
{
    padding:60px 0;
    background-color:#f2f2f2 !important;
}
.crumb li
{
    float:left;
    list-style:none;
    color:#000;
    font-weight:600;
    margin-right:10px;
}
.crumb li a
{
    text-decoration:none ;
    color:#51110b ;
}
/* end bradcrump section */

/* start offer products section */
/*
Blog Area Style
======================================================*/
.single-blog {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
  }
  
  .single-blog img {
    border-radius: 4px;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  
  .single-blog .blog-content {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: -10px;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .single-blog .blog-content ul {
    margin-bottom: 15px;
  }
  
  .single-blog .blog-content ul li {
    display: inline-block;
    padding-right: 10px;
    position: relative;
    color: #464646;
    line-height: 30px;
    font-size: 14px;
  }
  
  .single-blog .blog-content ul li img {
    margin-right: 5px;
    border-radius: 50%;
  }
  
  .single-blog .blog-content ul li::before {
    /* content: "";
    position: absolute;
    left: -7px;
    top: 4px;
    width: 1px;
    height: 15px;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    background-color: #bd2026; */
  }
  
  .single-blog .blog-content ul li a {
    color: #bd2026;
  }
  
  .single-blog .blog-content ul li:first-child::before {
    display: none;
  }
  
  .single-blog .blog-content h3 a {
    color: #bd2026;
    margin-bottom: 8px;
  }
  
  .single-blog:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  }
  
  .single-blog:hover img {
    /* -webkit-transform: scale(1.1);
            transform: scale(1.1); */
  }
  
  .single-blog:hover .blog-content {
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .single-blog span {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #bd2026;
    padding: 8px 10px;
    line-height: 1;
    font-size: 12px;
    color: #ffffff;
    border-radius: 4px;
  }

  /*
Default Btn Area Style
======================================================*/
.default-btn {
    font-size: 14px;
    color: #bd2026;
    padding: 10px 40px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
    text-transform: capitalize;
    border: 1px solid #bd2026;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
  }
  
  .default-btn.active {
    background-color: #ffdb2c;
    border-color: #ffdb2c;
    color: #000;
  }
  
  .default-btn.active:hover {
    color: #000;
  }
  
  .default-btn.active::after {
    width: 100%;
  }
  
  .default-btn.active::before {
    border-top: 15px solid transparent;
    border-left: 20px solid #ffdb2c;
    border-bottom: 15px solid transparent;
    left: -1px;
  }
  
  .default-btn.active:hover {
    background-color: transparent;
    border-color: #ffdb2c;
  }
  
  .default-btn.active:hover::before {
    border-top: 15px solid transparent;
    border-left: 20px solid #ffdb2c;
    border-bottom: 15px solid transparent;
    left: -1px;
  }
  
  .default-btn.active:hover::after {
    width: 0;
  }
  
  .default-btn::before {
    content: "";
    position: absolute;
    border-right: 0;
    border-top: 15px solid transparent;
    border-left: 20px solid #bd2026;
    border-bottom: 15px solid transparent;
    top: 2px;
    left: -1px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .default-btn::after {
    position: absolute;
    content: "";
    background-color: #ffdb2c;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
  }
  
  .default-btn:hover {
    color: #ffffff;
    border-color: #bd2026;
  }
  
  .default-btn:hover::before {
    border-top: 15px solid transparent;
    border-left: 20px solid #ffffff;
    border-bottom: 15px solid transparent;
  }
  
  .default-btn:hover::after {
    width: 100%;
  }
  
  
  /* start secound button */
  .default-btn1 {
    font-size: 14px;
    color: #000;
    padding: 10px 25px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
    text-transform: capitalize;
    border: 1px solid #812c29;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
  }
  
  .default-btn1.active {
    background-color: #bd2026;
    border-color: #bd2026;
    color: #ffffff;
  }
  
  .default-btn1.active:hover {
    color: #bd2026;
  }
  
  .default-btn1.active::after {
    width: 100%;
  }
  
  .default-btn1.active::before {
    border-top: 15px solid transparent;
    border-left: 20px solid #ffffff;
    border-bottom: 15px solid transparent;
    left: -1px;
  }
  
  .default-btn1.active:hover {
    background-color: transparent;
    border-color: #bd2026;
  }
  
  .default-btn1.active:hover::before {
    border-top: 15px solid transparent;
    border-left: 20px solid #bd2026;
    border-bottom: 15px solid transparent;
    left: -1px;
  }
  
  .default-btn1.active:hover::after {
    width: 0;
  }
  
  .default-btn1::before {
    content: "";
    position: absolute;
    border-right: 0;
    border-top: 15px solid transparent;
    border-left:20px solid #812c29;
    border-bottom: 15px solid transparent;
    top: 2px;
    left: -1px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .default-btn1::after {
    position: absolute;
    content: "";
    background-color: #812c29;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
  }
  
  .default-btn1:hover {
    color: #ffffff;
    border-color: #812d22;
  }
  
  .default-btn1:hover::before {
    border-top: 15px solid transparent;
    border-left: 20px solid #ffffff;
    border-bottom: 15px solid transparent;
  }
  
  .default-btn1:hover::after {
    width: 100%;
  }
  /* end secound button */
  
  
  
  
  
  
  
  
  
  /* start third button */
  .default-btn2 {
    font-size: 15px;
    color: #bd2026;
    padding: 15px 50px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
    text-transform: capitalize;
    border: 1px solid #20bd6a;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
  }
  
  .default-btn2.active {
    background-color: #012b3a;
    border-color: #012b3a;
    color: #ffffff;
  }
  
  .default-btn2.active:hover {
    color: #000;
  }
  
  .default-btn2.active::after {
    width: 100%;
  }
  
  /* .default-btn2.active::before {
    border-top: 15px solid transparent;
    border-left: 20px solid #ffffff;
    border-bottom: 15px solid transparent;
    left: -1px;
  } */
  
  .default-btn2.active:hover {
    background-color: transparent;
    border-color: #012b3a;
  }
  
  .default-btn2.active:hover::before {
    border-top: 15px solid transparent;
    border-left: 20px solid #012b3a;
    border-bottom: 15px solid transparent;
    left: -1px;
  }
  
  .default-btn2.active:hover::after {
    width: 0;
  }
  
  .default-btn2::before {
    content: "";
    position: absolute;
    border-right: 0;
    border-top: 15px solid transparent;
    border-left:20px solid #012b3a;
    border-bottom: 15px solid transparent;
    top: 7px;
    left: -1px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .default-btn2::after {
    position: absolute;
    content: "";
    background-color: #012b3a;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
  }
  
  .default-btn2:hover {
    color: #ffffff;
    border-color: #20bd6a;
  }
  
  .default-btn2:hover::before {
    border-top: 15px solid transparent;
    border-left: 20px solid #ffffff;
    border-bottom: 15px solid transparent;
  }
  
  .default-btn2:hover::after {
    width: 100%;
  }
  /* end thired button */
  .blog-content p
{

    font-size:13px !important;
    color:#000 !important;

}
.propertise li
{
width:50%;
float:left;
}
.propertise li b
{
    color: #802c28 !important;
}
.propertise 
{
    margin-bottom:0px !important;
}
  
.container2
{
    width:1200px;
    margin:0 auto !important;
}

/*
Page-navigation Area Style
======================================================*/
.page-navigation-area {
    text-align: center;
    margin: 20px auto 0;
    display: table;
  }
  
  .page-navigation-area .page-link {
    color: #012b3a;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px #d0d0d0;
            box-shadow: 0 0 15px #d0d0d0;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    line-height: 24px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 700;
  }
  
  .page-navigation-area .page-link i {
    margin-right: -4px;
    font-size: 21px;
  }
  
  .page-navigation-area .page-link:hover {
    color: #ffffff;
    background-color: #812b29;
    border: 1px solid #812b29;
  }
  
  .page-navigation-area .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .page-navigation-area .page-link.page-links i::before {
    margin-left: -4px;
  }
  
  .page-navigation-area .page-item {
    padding: 0 8px 0;
  }
  
  .page-navigation-area .page-item:first-child .page-link {
    border-radius: none;
  }
  
  .page-navigation-area .page-item:last-child .page-link {
    border-radius: none;
  }
  
  .page-navigation-area .page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    background-color: #812b29;
    border-color: #812b29;
  } 
  .propertise
  {
      padding: 0 !important;
  }
/* end offer products section */





/* start main content section */
.padddsopfer
{

    padding:80px 0 40px;   
}
/* end main content section */

/* end offfer page section */
@media(max-width:579px) and (min-width:280px)
{
     .container{
     width:100% !important;        
    }
    .desktp
    {
        display:none !important;
   
    }
    .contact-form
    {
        margin-bottom:0 !important;
    }
    .bgcclrdblk
    {
        padding:50px !important;
    }
    .navbar-nav {
        float: right;
        margin: 0;
        background-color: #ffff;
        width: 100%;
        z-index: 99999999;
    }
    



    
    .navbar-inverse .navbar-nav>li>a
    {
        color:#000 !important;
        border-bottom:1px dashed #51110b !important;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form
    {
        padding:0 !important;
        border-color:#f8df21 !important;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle
    {
        background-color:#812c29 !important;
        border-color:#812c29 !important;
    }
    .navbar-inverse
    {
        background-color:rgb(81 17 11) !important;
        border-color:rgb(81 17 11) !important;
    }
    .about-feature .row
    {
        margin-left:0 !important;
    }
    #whychoose
    {
        background-repeat:no-repeat !important;
        background-size: cover !important;
    }
    #feature
    {
        padding-top:0 !important;
    }
    .mbmargn
    {
        margin-left:0 !important;
    }
    .navbar-toggle
    {
        margin-top:50px !important;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover
    {
        background-color:#812c29 !important;
    }
    .mblmenu
    {
        display:block !important;
        position: absolute !important;
        z-index: 2;
        width:100% !important;
    }
}