/**
* Template Name: Company
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/company-free-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
:root {
  --primary: #4b5af1;
}
.bg-primary {

  background-color:#fefefe!important;
  color:#232323!important;
}
.textx{
  color:red;
  font-weight: bold;
}

.owl-carousel .owl-dot span {
  display: none!important;
}
.owl-carousel .owl-dot.active span {
  display: none!important;
}

@media (max-height: 500px) {
  #herozzz {
    height: 120vh;
  }
}
