h1,h2,h3,h4,h5,h6{
    font-family: 'Barlow Condensed', sans-serif;
    margin: 0;
    padding: 0;

}
p{
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
    padding: 0;
}
.bg-red{
    background-color: #ec1f24;
}
.bg-lred{
    background-color: #ff0000;
}
.bg-grey{
    background-color: #6b6b6b;
}
.mt-80{
    margin-top: 80px;
}
.pt-80{
    padding-top:  80px;
}
.heading h2{
    color: #000;
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 700;
        margin-bottom: 30px;
}
.flex-v-cen{
    display: flex;
    align-items: center;
}
.flex-h-end{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
 .my-btn a{
    color: #fff;
background-color: #ec1f24;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 18px;
    padding: 10px 30px;
     display: inline-block;
     transition: .5s;
     font-family: "ububtu";
}
.my-btn a i{
    font-size: 16px;
    color: #fff;
    opacity: 0;
    transition: .5s;
}
.my-btn a:hover i{
    opacity: 1;
}
.my-btn a:hover{
    background-color: #f00;
}



header .top-bar{
    background-color: #000;
    padding: 10px 0;
}
header .top-bar .left-part ul{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}
header .top-bar .left-part ul li{
    padding-right: 15px;
}
header .top-bar .left-part ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    
    font-family: "ubuntu";
}
header .top-bar .left-part ul li a i{
    font-size: 16px;
    color: #fff;
    margin-right: 7px;
    transition: .5s;
    
}
header .top-bar .left-part ul li a i:hover{
    color: #f00;

}

header .top-bar .right-part ul{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    align-items: center;
}
header .top-bar .right-part ul li{
    padding-right: 20px;
}
header .top-bar .right-part ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}
header .top-bar .right-part ul li a i{
    transition: .5s;
}
header .top-bar .right-part ul li a i:hover{
    color: #f00;
}

header .top-bar .right-part .btn a{
    border: 1px solid #ccc;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    transition: .5s;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
    font-family: "ubuntu";
   
}
header .top-bar .right-part .btn a:hover{
    background-color: #ec1f24;
    color: #fff;
}
.branch-box1 p{position: relative;
    left: 97px;
    top: -29px}
/*logo-part*/
header .logo-part .left{
    width: 370px;
}

header .logo-part .right{
        width: 225px;
}








/*nav-part*/

.navbar{
    background-color: #ec1f24;
    padding: 1px 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-weight: normal;
    font-family: ubuntu;
    text-transform: capitalize;
    box-shadow: 0px 5px 5px #00000078;
        padding: 8px 20px;
       text-shadow: 0px 4px 2px #0000001f;
}
.navbar-light .navbar-nav .nav-link.active{
    color: #000;
    background-color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover{
    background-color: #f00;
    color: #fff;
}

    .nav-item{
            margin-right: 14px; 
            
    }


.dropdown-divider{
    display: none;
}
.dropdown-item {
 border-bottom: 1px solid rgba(144, 144, 144, 0.3);
    font-size: 16px;
    font-family: "ubuntu";
 transition: .5s;
    padding: 7px 15px;
}
.dropdown-menu{
    border-radius: 0;
   padding: 0;
}
.dropdown-menu :last-child .dropdown-item{
    border: none;
}
.dropdown-item:hover{
    background-color: #f00;
    color: #fff;
}

 .navbar .right ul{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    align-items: center;
}
 .navbar .right ul li{
    padding-right: 20px;
}
 .navbar .right ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}
.navbar-light .navbar-toggler-icon{
    background-image: url(../images/menu.png);
}

/*banner-carou*/

.banner{
       padding-top: 30px;
    padding-bottom: 50px;
    min-height: 600px;
}

.banner .my-btn{
    position:absolute;
    bottom: 112px;
    left: 109px;
}
.banner .carousel-inner{
     position: relative;
     background-size: cover;
    padding-top: 0px;
    background-position: top;
}

.banner .carousel-item img{
        width: 100%;
}
.banner .carousel-caption{
    right: -30%;
    bottom: -6%;
}
.banner .carousel-indicators{
    position: inherit;
        right: 0;
       bottom: 0;
 
}
.banner .carousel-indicators button{
    margin-right: 20px;
}
.banner .carousel-indicators button:last-child{
    margin-right: 0;
}
.banner .carousel-caption h5{
    font-size: 50px;
    color: #000;
}
.banner .carousel-caption p{
    font-size: 18px;
    color: #6b6b6b;
    display: none;
}
.carousel-indicators [data-bs-target]{
       background-color: #000;
}
.carousel-control-prev-icon{
    background-image: url(../images/arrow-left.svg);
}
.carousel-control-next-icon{
    background-image: url(../images/arrow-right.svg);
}
.carousel-control-next, .carousel-control-prev{
    top: auto;
    bottom: 50px;
    display: block;
}
/*end-md-carousel*/

/*banner-custom*/
/*
.banner{
    background-size: cover;
    
    position: relative;
}
.banner .content{
   position: relative; 
}
.banner .content img{
    margin: 0 auto;
    display: block;
    
}
.banner .content .product-img{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.banner .content .product-img img{
    width: 430px;
}
.banner .content .product-img h1{
    position: absolute;
    right: 0;
    bottom: 0;
        right: 30%;
    text-transform: capitalize;
    color: #000;
    font-weight: 700;
}
.banner .blank-space{
    position: absolute;
    width: 100%;
    height: 160px;
    background-color: #e4e5df;
       bottom: -59px;
    
    
}
*/
.about{
    padding: 80px 0;
    background-color: #fff;
}
.about .left-part{
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
}
.about .left-part .box{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 42%; 
   height: 44%;
    
}
.mt-30{
    margin-top: 30px;
}
.mr-25{
    margin-right: 25px;
}

.about .right-part .heading h2{
    color: #000;
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 700;
        margin-bottom: 25px;
}
.about .exp-tag{
    position: absolute;
    left: 25%;
    right: 0;
    top: 29%;;
    background-color: #f00;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about .exp-tag h3{
    font-size: 90px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.about .exp-tag h3 p{
    font-size: 18px;
        text-transform:capitalize;
}
.about .right-part p{
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    color: #6b6b6b;
    margin-bottom: 30px;
    line-height: 26px;
}
.about .right-part p span{
    margin-top: 10px;
    display: block;
}

.about .right-part .my-btn a{
    color: #fff;
background-color: #ec1f24;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 18px;
    padding: 10px 30px;
    display: inline-block;
    transition: .5s;
}
.about .right-part .my-btn a i{
    font-size: 16px;
    color: #fff;
    opacity: 0;
    transition: .5s;
}
.about .right-part .my-btn a:hover i{
    opacity: 1;
}
.about .right-part .my-btn a:hover{
    background-color: #f00;
}
/*services*/
.services .heading h2{
    color: #fff;
    text-align: center;
}
.services .heading p{
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    font-weight: normal;
        margin: 0 auto;
    max-width: 800px;
    text-align: center;
    padding-bottom: 30px;
}
.services{
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 80px 0;
}
.services::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
        background-color: rgba(0, 0, 0, 0.55);
    z-index: -1;
    top: 0;
    left: 0;
}
.services .box{
        display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 20px;
    
}

.services .box .img-box{
    background-color: #fff;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
        margin-bottom: 20px;
    z-index: 1;
}
.services .box .img-box::before{
         position: absolute;
    content: "";
     width: 100px;
    height: 100px;
   border: 1px solid #fff;
        top: 11px;
        left: -11px;
    z-index: -1;
}

/*
.services .box .rectangle::after{
    position: absolute;
    content: "";
     width: 100px;
    height: 100px;
   border: 1px solid #fff;
        top: 11px;
    left: 72px;
    z-index: -1;
    display: block;
    transition: .5s;
}
.services .box:hover .rectangle::after{
    background-color: #f00;
    border: 0;
}
*/

.services .box .img-box img{
    width: 50px;
}

.services .box .text-box{
    text-align: center; width:100%;
}
.services .box .text-box h3{
    font-size: 26px;
    text-transform: capitalize;
    text-align: center;
    line-height: 36px;
    color: #fff;
     margin: 20px 0;
        font-weight: 700;
}

.services .box .text-box p{
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    line-height: 26px;
    color: #fff;
    margin: 20px 0;
}

.services .box .text-box a{
    text-decoration: none;
    font-size: 18px;
    font-family: "ubuntu";
    text-transform: capitalize;
    color: #ec1f24;
    display: inline-block;
    background-color: rgba(255, 255, 255, .7);
    padding: 3px 9px;
    transition: .5s;
}
.services .box .text-box a:hover{
      background-color: rgba(255, 255, 255, 1);
    padding: 3px 9px;
    color: #f00;
}
.services .box .text-box a:hover i{
    color: #ec1f24;
}
.services .box .text-box a i{
    font-size: 12px;
    color: #ec1f24;
}
.services .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.services .owl-dots .owl-dot.active{
            background-color: #f00;
    width: 50px;
    height: 9px;
    border-radius: 50px;
    border: 1px solid #f00! important;
}
.owl-dots button.owl-dot{
    border: 1px solid #fff! important;
    width: 9px;
    height: 9px;
    border-radius: 50px;
    margin: 0 5px;
}

.owl-dots {
    text-align: center;
}

/*who*/
.who{
    overflow: hidden;
}
.who .left-part{
    background-size: cover;
    background-position: center;
    width: 100%;
        height: 86%;
    z-index: 1;
}
/*
.who .left-part img{
        max-width: 136%;
    margin-top: 52px;
    position: relative;
}
*/
.who .right-part{
    background-color: #000;
    padding: 40px 0px;
        padding-right: 33%;
    padding-left: 19%;
    margin-right: -22%;
    margin-left: -15%;
}
.who .right-part .heading h2{
    color: #fff;
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 700;
        margin-bottom: 25px;
}
.who .right-part p{
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    color: #fff;
    margin-bottom: 30px;
    line-height: 26px;
}
.who .right-part p span{
    margin-top: 10px;
    display: block;
}

.who .right-part .my-btn a{
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 18px;
    padding: 10px 30px;
    display: inline-block;
}

/*facts*/
.facts{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 60px;
}
.facts::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
        background-color: rgb(0 0 0 / 55%);
    top: 0;
    left: 0;
    z-index: -1;
}
.facts .heading h2{
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
.facts .box {
    text-align: center;
    margin-bottom: 30px;
}
.facts .box .icon{
    background-color: #f00;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.facts .box .icon img{
    width: 40px;
}
.facts .box .text-box h3{
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}
.facts .box .text-box p{
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
}
.facts .box p span{
    text-transform: uppercase;
}

/*project*/
.project{
    padding: 60px 0; background-color:#f2f2f2;
}
.project .heading p{
    font-size: 18px;
    font-weight: normal;
    text-transform: capitalize;
    color: #6b6b6b;
    margin-bottom: 30px;
}
.project .my-btn {
    text-align: end;
    margin-top: 80px;
}
.project .box {
    margin-bottom: 40px;
    text-align: center;
}
.project .box .img-box img{
    border:12px solid #f00; padding: 12px;
}
.project .box .text-part h4{
    text-align: center;
    line-height: 27px;
    font-size: 20px;
    text-transform: capitalize;
    padding: 0 36px;
    margin-top: 20px;
}
/*choose*/
.choose{
    overflow: hidden;
}
.choose .left-part{
    margin-left: -22%;
        height: 100%;
}
.choose .left-part .box{
 background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
        height: 100%;
}
.choose .left-part .box .play-icon a{
    text-decoration: none;
    background-color: #f00;
    color: #fff;
    font-size: 50px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50px;
    transition: .5s;
}
.choose .left-part .box .play-icon a:hover{
    background-color: rgba(255, 255, 255, 0.52);
    color: #f00;
}
.choose .col-lg-6{
    padding: 0;
}

.choose .right-part {
    background-color: #000;
    padding: 60px 0;
           padding-right: 20%;
    padding-left: 50px;
    margin-right: -24%;
 
}
.choose .right-part .heading h2{
    color: #fff;
}
.choose .right-part .text-box p{
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    font-weight: normal;
    margin-bottom: 30px;
}
.choose .right-part .text-box ul{
  margin: 0;
    padding: 0;
    list-style: none;
}
.choose .right-part .text-box ul li {
    display: flex;
    justify-content: center;
    
}
.choose .right-part .text-box ul li .icon{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    margin-top: 20px;
    transition: .5s;
}
.choose .right-part .text-box ul li:hover .icon{
    background-color: #f00;
}
.choose .right-part .text-box ul li .icon span{
    font-weight: 700;
    font-size: 40px;
    font-family: 'Barlow Condensed';
    color: #e20a16;
    transition: .5s;
    
}
.choose .right-part .text-box ul li:hover .icon span{
    color: #fff;
}
.choose .right-part .text-box ul li .text{
    flex: 1;
}
.choose .right-part .text-box ul li .text h4{
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 54px;
    color: #fff;
}
/*testi*/
.testi{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f2f2f2;
}
.testi .heading h2{
    text-align: center;
}
.testi .box{
     position: relative;
    transition: .5s;
}

.testi .box .icon img{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.testi .box .text-box{
        text-align: center;
    width: 40%;
    margin: 0 auto;
    padding: 20px 0;
}
.testi .box .text-box{
    font-size: 18px;
    color: #909090;
}
.testi .box .text-box p{
    font-size: 18px;
}
.testi .box .name-box{
       width: 300px;
    margin: 0 auto;
    text-align: center;
}
.testi .box .name-box img{
    width: 200px;
    display: inline-block;
}
.testi .box .name-box p{
    text-align: center;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 30px;
}
.testi .box .name-box span{
    color: #909090;
     font-size: 18px;
    text-transform: capitalize;
    font-weight: normal;
    line-height: 30px;
}
.testi .box .quotation-icon{
    font-size: 150px;
    color: #9090902b;
    transition: .5s;
}

.testi .box .quotation-icon .left i{
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s;
}

.testi .box .quotation-icon .right i{
    position: absolute;
    transition: .5s;
}
.testi .box .quotation-icon .right {
    rotate: 180deg;
}
.testi .box:hover .quotation-icon i{
    color: #ec1f24;
}
.testi .owl-dots button.owl-dot{
    background-color: #909090;
    width: 9px;
    height: 9px;
    border-radius: 50px;
}
.testi .owl-dots button.owl-dot.active{
    background-color: #f00;
    width: 9px;
    height: 9px;
    border-radius: 50px;
}
/*newsletter*/
/*
.newsletter .row{
    padding: 60px 0;
    margin-top: -160px;
}
.newsletter .heading h2{
    text-align: center;
    color: #fff;
}
.newsletter form{
        width: 70%;
    margin: 0 auto;
    position: relative;
}
.newsletter  .form-control{
    padding: 18px 20px;
    border-radius: 0;
}
.newsletter form button{
    color: #fff;
background-color: #ec1f24;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 18px;
    padding: 10px 30px;
     display: inline-block; 
    border: none;
    position: absolute;
    right: 8px;
    top: 7px;
}
.newsletter form button:hover{
    background-color: #f00;
}
.newsletter .form-control:focus{
    box-shadow: none;
}
*/
/*blog*/
.blog{
    padding: 60px 0;
    background-color: #fff;
}
.blog .heading h2{
    text-align: center;
    color: #000;
}
.blog .text-box{
    max-width: 90%;
}
.blog .text-box h4{
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 20px 0;
    color: #8c8989;
}
.blog .text-box ul{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog .text-box ul li{
    font-size: 18px;
    text-transform: capitalize;
    font-weight: normal;
    color: #909090;
    font-family: "ubuntu";
    margin-right: 20px;
    position: relative;
    color: #8c8989;
}
.blog .text-box ul li:first-child::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    background-color: #909090;
   top: 8px;
    right: -11px;
}
.blog .text-box p{
     font-size: 18px;
    text-transform: capitalize;
    font-weight: normal;
    color: #8c8989;
    font-family: "ubuntu";
    margin: 20px 0;
}
.blog .text-box .my-btn a{
        border: 1px solid #fff;
  /* background-color: #000;*/
}
.blog .text-box .my-btn a:hover{
     border: 1px solid #e20a16;
    background-color: #e20a16;
}

/*contact*/
.contact{
    background-color: #f2f2f2;
    overflow: hidden;
}

.contact .left-part{
    padding-top: 80px;
}
.contact .left-part .con-box h3{
       font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
    display: inline-block;
}
.contact .left-part .con-box ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact .left-part .con-box ul li {
    font-size: 18px;
    font-family: "ubuntu";
    font-weight: normal;
    
    color: #252222;
    margin-bottom: 25px;
}
.contact .left-part .con-box ul li a{
    text-decoration: none;
      font-size: 18px;
    font-family: "ubuntu";
    font-weight: normal;
    margin-left:8px;
    color: #252222;
 
}
.contact .left-part .branch-box h3{
       font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
    display: inline-block;
}
.contact .left-part .branch-box ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact .left-part .branch-box ul li {
    font-size: 20px;
    font-family: "ubuntu";
    font-weight: normal;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 10px;
        display: flex;
}
.contact .left-part .branch-box ul li p{
    text-decoration: none;
      font-size: 18px;
    font-family: "ubuntu";
    font-weight: normal;
    text-transform: capitalize;
    color: #6b6b6b;
    margin-left: 10px;
}
.contact .left-part .branch-box ul li p span{
    display: block;
    
}
.contact .right-part .location{
    margin-right: -118px;
}
/*footer*/
footer{
    padding-top: 60px;
    padding-bottom: 20px;
    background-color: #000;
}
footer  .box .heading{
    font-size: 30px;
        text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}
footer .box .heading a{
    font-size: 30px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}
footer .box  ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .box  ul li{
    margin-bottom: 15px;
}
footer .box  ul li a{
    text-decoration: none;
    font-size: 16px;
    color: #c6c4c4;
    text-transform: capitalize;
}
.con-box .bi{background: red;
    border-radius: 45px;
    padding: 6px;
    color: #fff;}
footer .box  ul li a:hover{
    color: #fff;
}
footer .box  ul li a i{
    font-size: 16px;
    color: #e20a16;
    margin-right: 8px;
}
footer .box img{
    width: 200px;
}

footer .insta-box h4{
    font-size: 30px;
        text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}
footer .insta-box .img-box{
    margin-top: 20px;
}
footer .insta-box img{
    width: 70px;
    margin-bottom: 20px;
    margin-right: 10px;
}
footer form {
    margin-bottom: 20px;
}
footer form .form-control{
    padding: 8px 12px;
    border-radius: 0;
    font-size: 18px;
    font-family: 'Ubuntu';
    color: #e0e0e0;
}
footer form .my-btn{
        padding: 8px 12px;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #e20a16;
    color: #fff;
        margin-top: 10px;
        border: 1px solid #e20a16;
    transition: .5s;
    font-family: "ubuntu";
}
footer form .my-btn:hover{
    border: 1px solid #f00;
       background-color: #f00;
}
footer form  .my-btn i{
    font-size: 16px;
    color: #fff;
    opacity: 0;
    transition: .5s;
}
footer form  .my-btn:hover i{
    opacity: 1;
}
footer .social {
    display: flex;
    align-items: center;
    list-style: none;
    
}
footer .box .social li{
    margin: 0;
    margin-top: 30px;
    margin-right: 10px;
    
}
footer .box .social li i{
    color: #f00;
    font-size: 24px;
    background-color: rgba(255, 0, 0, 0);
     width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}
footer .box .social li i:hover{
     background-color: rgba(255, 0, 0, 1);
    color: #fff;
}

.social-head h4{
     color: #fff;
    font-size: 21px;
    text-transform: capitalize;
}
footer .bottom-part{
    position: relative;
    margin-top: 40px;
    padding: 20px 0;
}
footer .bottom-part::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #c6c4c4;
    top: 0;
    left: 0;
    right: 0;
}
footer .bottom-part ul{
    display: flex;
    margin: 0;
    padding: 0;
        justify-content: space-between;
    list-style: none;
}
footer .bottom-part ul li a{
    text-decoration: none;
    color: #e20a16;
    font-family: "ubuntu";
    font-size: 16px;
}
footer .bottom-part ul li a img{
    
}
footer .bottom-part ul li a span{
    color: #c6c4c4;
}

footer .bottom-part ul li  span{
  color: #c6c4c4;
}
footer .bottom-part ul li a p{
    color: #c6c4c4;
}
footer .bottom-part ul li:last-child span{
    position: relative;
   margin-left: 15px;
}
footer .bottom-part ul li:last-child span::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 9px;
    background-color: #c6c4c4;
        top: 5px;
    left: -9px;
}
.reviews_tab{display:none !important;} #tab-reviews{display:none !important;} .woocommerce .woocommerce-breadcrumb a{color:#111111 !important;} .woocommerce-breadcrumb{color:#111111 !important;}
.woocommerce .woocommerce-breadcrumb{padding: 32px !important; background-color: white; box-shadow: 3px 4px 13px 0px grey;}
.woocommerce-product-details__short-description h4{font-size: 24px;
    margin: 12px 0px 11px 0; color: #ff9900;} .woocommerce-product-details__short-description p{}
.entry-content p{font-family: 'Barlow Condensed', sans-serif; font-size:17px;}