<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Monteserrat', sans-serif;
}

p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.bold{
  font-weight: bold;
}

.white-anchor a {
  color: #00ffff;
}

.white-anchor a:hover {
  color: #ffffff;
}

/* buttons */

.btn-dark {
  background-color: #001f3f;
}
.btn-dark:hover {
  background-color: #001f3f;
  opacity: 0.9;
}

.button-primary {

  color: #ffffff ;
  background-color: #001f3f;

}
.button-primary:hover {
  color: #ffffff ;
  background-color: #001f3f;
  opacity: 0.9;

}

/* The Modal (background) */
.modal {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  z-index: 1;
}

/* The Close Button */
.close {
  color: #000000;
  float: right;
  font-size: 36px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000000;
  opacity: 50%;
  text-decoration: none;
  cursor: pointer;
}


/* colors */

.primary {
    color: #006A4E;

}
.secondary {
  color: #00ffff;
}

.bgprimary {
    background-color: #006A4E;
}

.bgsecondary {
  background-color: #00ffff;
}

.white {
    color: #ffffff;
}

.validation-message ul {
    list-style: none;
}
/* top navigation bar */

/*.topnav {
  border-bottom: 1px solid grey;
}

*/

.topnav ul a {

  text-decoration: none;
  color:  #006A4E;

}
.topnav ul  a:hover{

  text-decoration: underline;
  color: #001f3f;

}

@media only screen and (min-width: 600px) {

      .topnav {
      text-align: center; 
      padding: 10px 0;
    }

    .topnav ul {
      list-style-type: none;
    }

    .topnav li {
       display: inline-block;
       margin-right: 60px;
       font-size: 16px;
       font-weight: bold;
    }

    .toggle-bar{
      display: none;
    }
  
}

@media only screen and (max-width: 600px) {

    .topnav ul {
      display : none;
      list-style-type: none;
      width: 40%;
    }

    .topnav li {
      font-size: 16px;
       color: #001f3f;
       font-weight: bold;
      
    }

    .toggle-bar{
      display: block;
      padding: 10px 0 0 15px;
      font-size: 20px;
    }



  }

// pagination styling

.page-item .page-link {

    color: #001f3f; 
    background-color: #001f3f;
    border: 1px solid #001f3f;

}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #001f3f;
    border-color: #001f3f;
}

.page-item .page-link {
    color: #001f3f;
    background-color: #fff;
    border-color: #001f3f;
}

/* hero image and text */

/*.hero-image-1 {
      background-image: url('/images/businesses.jpg'); 
      height: 600px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
}

.hero-image-2 {
      background-image: url('/images/house.jpg'); 
      height: 600px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
}*/

.hero-image {

  background-image: url('/images/Toronto.jpg'); 
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex; 
  align-items: center; 
  justify-content: 
  space-around;

}


.hero-text {
  font-size: 40px;
  color:  #006A4E; 
  text-shadow: 1px 1px 5px #ffffff;
}


@media only screen and (max-width: 600px){

    .hero-image {
      height: 400px;
      display: flex; 
      flex-direction: column;
    }

    .hero-text {

      font-size: 28px;

    }


}

/* business */

.business-list {
  list-style: none;
}

.business-list a:hover {
  text-decoration: none;
  color:#00ffff;
}

/* footer */
.social i {
  margin-right: 30px;
}

/* business category page */

.business-box-shadow {
  border-radius: 8px;
  padding: 10px;
  box-shadow: 1px 1px 10px 2px;
}

.business-box-border {
  border-top: 20px solid #001f3f;
}

/* navigation column in blogs */

.nav-pills .nav-link.active {

  background-color: #001f3f;

}

.nav-pills .nav-link {
  font-size: 130%;
  color: #001f3f;
}

@media only screen and (max-width: 600px){

  #sidebar{ 
    display: none;
   }
}

[v-cloak] {
  display: none;
}



// semi donut chart

.margin {
  margin: 25px;
}

.semi-donut {
  --percentage: 0;
  --fill: #ff0;
  width: 300px;
  height: 150px;
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  overflow: hidden;
  color: var(--fill);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
          justify-content: center;
  box-sizing: border-box;
}
.semi-donut:after {
  content: "";
  width: 300px;
  height: 300px;
  border: 50px solid;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) var(--fill) var(--fill);
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  -webkit-transform: rotate(calc(1deg * (-45 + var(--percentage) * 1.8)));
          transform: rotate(calc(1deg * (-45 + var(--percentage) * 1.8)));
  -webkit-animation: fillAnimation 1s ease-in;
          animation: fillAnimation 1s ease-in;
}

.semi-donut-model-2 {
  width: 300px;
  height: 150px;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  border-radius: 150px 150px 0 0;
  overflow: hidden;
  color: var(--fill);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
          justify-content: center;
  box-sizing: border-box;
}
.semi-donut-model-2:before, .semi-donut-model-2:after {
  content: "";
  width: 300px;
  height: 150px;
  border: 50px solid var(--fill);
  border-top: none;
  position: absolute;
  -webkit-transform-origin: 50% 0% 0;
          transform-origin: 50% 0% 0;
  border-radius: 0 0 300px 300px;
  box-sizing: border-box;
  left: 0;
  top: 100%;
}
.semi-donut-model-2:before {
  border-color: rgba(0, 0, 0, 0.15);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.semi-donut-model-2:after {
  z-index: 3;
  -webkit-animation: 1s fillGraphAnimation ease-in;
          animation: 1s fillGraphAnimation ease-in;
  -webkit-transform: rotate(calc(1deg * (var(--percentage) * 1.8)));
          transform: rotate(calc(1deg * (var(--percentage) * 1.8)));
}
.semi-donut-model-2:hover:after {
  opacity: 0.8;
  cursor: pointer;
}

.multi-graph {
  width: 300px;
  height: 150px;
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
}
.multi-graph:before {
  content: "";
  width: 300px;
  height: 150px;
  border: 50px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
  position: absolute;
  box-sizing: border-box;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  border-radius: 300px 300px 0 0;
  left: 0;
  top: 0;
}
.multi-graph .graph {
  width: 300px;
  height: 150px;
  border: 50px solid var(--fill);
  border-top: none;
  position: absolute;
  -webkit-transform-origin: 50% 0% 0;
          transform-origin: 50% 0% 0;
  border-radius: 0 0 300px 300px;
  left: 0;
  top: 100%;
  z-index: 5;
  -webkit-animation: 1s fillGraphAnimation ease-in;
          animation: 1s fillGraphAnimation ease-in;
  -webkit-transform: rotate(calc(1deg * (var(--percentage) * 1.8)));
          transform: rotate(calc(1deg * (var(--percentage) * 1.8)));
  box-sizing: border-box;
  cursor: pointer;
}
.multi-graph .graph:after {
  content: attr(data-name) " " counter(varible) "%";
  counter-reset: varible var(--percentage);
  background: var(--fill);
  box-sizing: border-box;
  border-radius: 2px;
  color: #fff;
  font-weight: 200;
  font-size: 12px;
  height: 20px;
  padding: 3px 5px;
  top: 0px;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(calc(-1deg * var(--percentage) * 1.8)) translate(-30px, 0px);
          transform: rotate(calc(-1deg * var(--percentage) * 1.8)) translate(-30px, 0px);
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  -webkit-transform-origin: 0 50% 0;
          transform-origin: 0 50% 0;
  opacity: 0;
}
.multi-graph .graph:hover {
  opacity: 0.8;
}
.multi-graph .graph:hover:after {
  opacity: 1;
  left: 30px;
}

@-webkit-keyframes fillAnimation {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

@keyframes fillAnimation {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
@-webkit-keyframes fillGraphAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@keyframes fillGraphAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}







</pre></body></html>