.about-zenorex{
    color:#c61b1f !important;
    font-family: 'Cinzel', serif;
    font-size: 16px !important;
    font-weight: bold;
}
.our-company{
    font-family: 'Poppins', sans-serif;
    font-size: 20px !important;
    font-weight: 700;
}
p{
    color: black !important;
    font-weight: normal !important;
}
.about-text{
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-size: 14px !important;
}
.vision-mission{
    font-family: 'Poppins', sans-serif;
    font-size: 20px !important;
    font-weight: 700;
}
.our-mission{
    font-family: 'Poppins', sans-serif;
    font-size: 20px !important;
    font-weight: 700;
}
.carousel-indicators .rounded-circle {
    border-radius: 50% !important;
    width: 1%;
    height: 9px;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #c61b1f !important;
}
.carousel-indicators{
    bottom: -25%;
}
.rounded-circle{
    background-color: gray !important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  background-size: 100%, 100%;
  border-radius: 50%;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: red;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: red;
}
.carousel-control-prev{
    left: -9%;
}
.carousel-control-next{
    right: -9%;
}
.findAbout{
    border: 2px solid #c61b1f;
    padding: 10px;
    width: 21%;
    border-radius: 20px;
    color:#c61b1f;
    text-align: center;
    font-size: 14px !important;
}

/* .aboutbox{
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 15px 4.5px #dddddd;
    -moz-box-shadow: 0 4px 15px 4.5px #dddddd;
    box-shadow: 0 4px 15px 4.5px #dddddd;
} */
.contact{
    font-family: 'Cinzel', serif;
    color:#c61b1f;
    font-weight: bold;
}
.contact1{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 30px;
}
/* .box{
    position: absolute;
    top: 200%;
    left: 50%;
    transform: translate(-50%,-50%);
} */
/* .site-footer{
    margin-top: 10rem;
} */
/* .banner-title{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px !important;
} */
.banner-caption{
    font-family: 'Poppins', sans-serif;
    font-size: 16px !important;
}

@media only screen and (max-width: 600px) {
    .findAbout{
        border: 2px solid #c61b1f;
        padding: 10px;
        /* padding-left: 22px; */
        width: 49%;
        border-radius: 20px;
        color:#c61b1f;
        font-size: 12px !important;
    }
    /* .carousel-control-prev{
        visibility: hidden;
    }
    .carousel-control-next{
        visibility: hidden;
    } */
    .carousel-indicators{
        bottom: -10%;
    }
    .carousel-indicators .rounded-circle {
        border-radius: 50% !important;
        width: 5%;
        height: 12px;
    }
    .col-p{
        padding-top: 0 !important;
    }
    .carousel-control-prev{
        left: 0;
    }
    .carousel-control-next{
        right: 0;
    }
    .justify{
        text-align: justify;
    }
}

/* @media (max-width: 768px) {
    .banner-title {
        font-size: 10px;
    }

    .banner-desc {
        font-size: 14px; 
    }
} */