.navbar-expand-lg{
    background: #9a1e25;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(237 231 230);
}
.navbar-dark .navbar-nav .show>.nav-link, .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #ede7e6;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(0,0,0)!important;
}

body{
    background: #ede7e6;
}
.owl-carousel.home-slider{
    background:#ede7e6 ;
}
.owl-carousel.home-slider .owl-nav .owl-prev, .owl-carousel.home-slider .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #991f25 !important;
}
#about ul li{
    list-style: none;
}
.menus {
    border-bottom: 1px dashed #acacac;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menus:hover .menu-img {
  transform: scale(1.2);
}
.menu-img{
    transition: ease-in .5s;
}
.btn.btn-primary {
    background: #991f25;
    border: 1px solid #f34949;
    color: #fff;
}
/* store */

#store,#store2{
    height: 1100px;
}
#store2 .menu-wrap{
    position: relative;
}


.wrap{
    display: flex;
    position: relative;
    height: 150px;

}
.wrap p{
    color: #991f25;
    font-size: 20px;
    line-height: 25px;
}
.middle{
    display: flex;
    justify-content: center;
    align-items: center;
}
.circleTopic{
    width: 100px;
    height: 100px;
    
    border-radius: 50%;
    border: 5px solid #ca908c;
    background: #ede7e6
}
.circleTopic .fab, .circleTopic .fas{
    font-size: 45px;
    color: #991f25;
}

.w-85{
    width:66%;
}
.txt {
    position: absolute;
    height: 100px;
    padding-left:60px ;
    text-align: center;
    vertical-align: middle;
    top: 30px;
    left: 53px;
    background: #e9cecc;
    color: black;
    border-radius: 10px;
    z-index: -1;
    padding-top: 35px;
    
}
/* store process */
    .justify-center{
        justify-content: center;
    }
    .topic{
        writing-mode: vertical-lr;
    }
    .topic span{
        background-color: burlywood;
    }
    #store2 .topic{
    position: absolute;
    font-size: 25px;
    color: black;
    }
    #store2 .text-center{
        color: black;

    }
    .process{
        width: 100px;
        height: 100px;
        background: #991f25;
        border-radius: 50%;
        margin: 15px;
        position: relative;
        color: #ede7e6;
        

    }
    .process .fas,.process .fab{
        font-size: 45px;
    }
.process:before {
    border-color: #991f25 transparent transparent;
    border-style: solid solid solid;
    border-width: 15px 15px 15px 15px;
    bottom: 36px;
    /* right: -1px; */
    content: "";
    height: 0px;
    right: -25px;
    position: absolute;
    width: 0px;
    transform: rotate(-91deg);
}
/* .process:after {
    border-color: #ca908c transparent transparent; 
    border-style: solid solid solid solid; 
    border-width: 20px; 
    bottom: -33px;
 
    content: "";
 
    height: 0px;
    left: 20px; 
 
    position: absolute;
 
    width: 0px;
} */
    
/* store process end*/

@media(max-width:415px){
    
    #store,#store2{
    height: inherit;
    }
    .flex-wrap{
        flex-wrap: wrap;
    }
    .topic{
        writing-mode: inherit;
        text-align: center;
    }
    .process:before {
    border-color: #991f25 transparent transparent;
    border-style: solid solid solid;
    border-width: 15px 15px 15px 15px;
    bottom: -27px;
    /* right: -1px; */
    content: "";
    height: 0px;
    right: 34px;
    position: absolute;
    width: 0px;
    transform: rotate(0deg);
}
#store2 .topic{
    position: inherit;
    font-size: 25px;
    color: black;
    margin-bottom: 20px;
    }
}
@media(max-width:360px){
    .txt {
    padding-top: 18px;
}
}