#templatemo_main_nav a {
  text-transform: capitalize;
}

#templatemo_main_nav .text-light i {
  color: #cfd6e1;
}

#templatemo_main_nav .text-light i:hover {
  color: #0db8ee;
}

.text-light1 {
  color: #0db8ee;
}

.text-light1:hover {
  color: #333;
}

.text-dark {
  color: #212529;
}

.text-dark:hover {
  color: #0db8ee !important;
}

.mainPic {
  overflow: hidden;
  max-height: 600px;
}

.img-holder {
  height: 300px;
  width: 300px;
}

@media (max-width: 767px) {
  .img-holder {
    height: 250px;
    width: 250px;
  }
}

.img-holder.shrink {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.img-holder.rounded {
  border-radius: 50%;
}

.img_holder {
  width: 100%;
  height: 370px;
}

@media (max-width: 767px) {
  .img_holder {
    height: 284px;
  }
}

.img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eee;
}

.img.roundedC {
  border-radius: 50%;
}

.img.cover {
  background-size: cover;
}

.img.contain {
  background-size: contain;
}

.h1 {
  text-transform: capitalize;
}

.flexing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexing.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexing.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .flexing.wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.padding010 {
  padding: 0 10px;
}

.padding100 {
  padding: 10px 0;
}

.padding200 {
  padding: 20px 0;
}

.smalldesc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

a {
  text-decoration: none;
}

.fixedmenu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
}

.subheader {
  padding-bottom: 100px;
}

.minh {
  min-height: calc(100vh - 182px);
}

.nav-link.active {
  color: #0db8ee !important;
}

.justcenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.h2style {
  font-size: 25px !important;
  padding-bottom: 10px;
  display: block;
  font-weight: bold !important;
}

.emptydata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px !important;
  text-transform: capitalize;
}

.h2 {
  text-transform: capitalize;
}

.map {
  width: 100%;
  height: 300px;
  background-color: #eee;
}
/*# sourceMappingURL=mystyle.css.map */