
.cat-strip-title {
     text-align: center;
     font-weight: 600;
     padding: 8px;
     border-radius: 3px;
     font-size: 15px;
     margin-top: 1px;
 }

 .cat-strip{
     overflow-x: scroll;
     overflow-y: hidden;
     white-space: nowrap;
     clear: both;
     margin-top: -10px;
     border-radius: 50px;
     flex-wrap: nowrap !important;
 }

 .child-cat {
     /* width: 23%; */
     margin: 5px 2px 20px 2px;
     float: none;
     max-width: 300px;
     text-align: center;
     height: 75px;
     border-radius: 4px;
     /* overflow: hidden; */
     display: inline-block;
     background: #fff;
     position: relative;
     padding-bottom: 14px;
 }

 .child-cat1 {
     /* width: 23%; */
     margin: 5px 2px 20px 2px;
     float: none;
     max-width: 300px;
     text-align: center;
     height: 75px;
     border-radius: 4px;
     /* overflow: hidden; */
     display: inline-block;
     background: #fff;
     position: relative;
     padding-bottom: 14px;
 }


 .cat-strip .child-cat img {
     text-align: center;
     border: 0;
     height: 55px;
     margin-top: 7px;
     max-width:55px;
 }

 .child-cat1 img {
     text-align: center;
     border: 0;
     height: 55px;
     margin-top: 7px;
     max-width:55px;
 }

 img {
     height: auto;
     max-width: 100%;
     vertical-align: middle;
 }

 .cat-strip .child-cat h2 {
     display: block;
     text-align: center;
     padding: 5px;
     text-transform: uppercase;
     white-space: normal;
     position: absolute;
     bottom: -16px;
     width: 100%;
     font-size: 10px;
     border-radius: 15px 0 15px 15px;
     color: #141615;
 }

 .child-cat1 h2 {
     display: block;
     text-align: center;
     padding: 5px 0px 5px 0px;
     /* padding: 5px; */
     text-transform: uppercase;
     white-space: normal;
     position: absolute;
     /* bottom: -16px; */
     width: 100%;
     font-size: 10px;
     border-radius: 15px 0 15px 15px;
     color: #141615;
 }

 .row{
     text-align: center;
     margin-left: 0px !important;
     margin-right: 0px !important;
 }

 .loader-row{
     text-align: center;
     margin-top: 350px;
 }

 /** banner section **/

/* .banner_main {
    background: #f5f6f6;
    padding: 198px 0px 90px 0px;
} */

.text-bg {
    text-align: center;
}

.text-bg h1 {
    color: #070404;
    font-size: 60px;
    line-height: 76px;
    padding-bottom: 45px;
    font-weight: bold;
    text-transform: uppercase;
}

.text-bg .read_more {
    border: #1a1a1a solid 2px;
    color: #1a1a1a !important;
    font-weight: 500;
    display: block;
    margin: 0 auto;
    margin-top: 44px;
}

#banner1 .carousel-caption {
    position: inherit;
    padding: 0;
}

#banner1 .carousel-indicators {
    /* display: none; */
}

#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
    width: 32px;
    height: 30px;
    background: transparent;
    border: #1a1a1a solid 2px;
    opacity: 1;
    font-size: 30px;
    color: #131215;
    border-radius: 60px;
    top: 43%;
}

#banner1 .carousel-control-prev:hover,
#banner1 .carousel-control-next:hover,
#banner1 .carousel-control-prev:focus,
#banner1 .carousel-control-next:focus {
    background: transparent;
    border: #03cafc solid 2px;
    color: #03cafc;
}

#banner1 a.carousel-control-prev {
    position: absolute;
    left: 20px;
    bottom: 10px;
}

#banner1 a.carousel-control-next {
    position: absolute;
    right: 20px;
    bottom: 10px;
}


/** end banner section **/

 @media (max-width: 576px){
.col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-sm-3 {
     -ms-flex: 0 0 25%;
     flex: 0 0 25%;
     max-width: 25%;
 }
 }