@import url("https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@500;600;700;800&display=swap");
html,
body {
  font-family: "Baloo Tamma 2", cursive;
  -webkit-user-select: none;
}

.bg-primary {
  background: #3b5999 !important;
}

.bg-dark {
  background: #000 !important;
}

.bg-secondary {
  background: #c72800 !important;
}

.bg-card {
  background-color: #f1f1f1 !important;
}

.bg-c-card {
  background: #ededed !important;
}

.text-primary {
  color: #3b5999 !important;
}

.font-verdana {
  font-family: Verdana, Geneva, sans-serif;
}

.bg-grey {
  background-color: #f1f1f1 !important;
}

.nav-a {
  color: white;
}

.justify-c {
  margin: auto;
}

.hk-logo {
  height: 10vh !important;
  width: auto !important;
}

.menu-a {
  border-spacing: 5px;
  color: white !important;
  text-align: center;
  padding: 12px;
  font-size: 17px;
  border-bottom: 2px solid #00000000;
  border-top: 2px solid #00000000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu-a:hover {
  text-decoration: none;
  color: #f5f5f5 !important;
  border-bottom: 2px solid #fff !important;
}

.add-div {
  background-color: greenyellow;
}

.btn-group {
  border-radius: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #d3d3d3;
}

.btn-btn-group {
  border: 1px none;
  border-radius: 7px;
  background: #adadad;
}

.c-card-p {
  font-size: 10px;
}

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

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

.flex-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.flex-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.p-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;
  max-height: 70px;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  -webkit-box-orient: vertical;
}

.p-line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;
  max-height: 95px;
  -webkit-line-clamp: 4;
  line-height: 1.5;
  -webkit-box-orient: vertical;
}

.p-line-7 {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;
  max-height: 140px;
  -webkit-line-clamp: 7;
  line-height: 1.5;
  -webkit-box-orient: vertical;
}

.highlite-box {
  color: white;
  font-size: 10px;
  border-radius: 4px;
  padding: 1px 3px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  border: 1px solid #c72800;
}

.cat-label {
  background: #fff !important;
  border-radius: 4px;
  padding: 3px 10px !important;
  text-transform: uppercase;
  font-size: 12px;
  color: #3b5999;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.cat-label.cat-label {
  top: 130px;
  left: 1%;
}

.caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 65px;
  width: 100%;
  bottom: 65px;
  margin: auto;
  text-align: center;
  font-size: 20px;
}

.grad-img {
  position: relative;
  margin-bottom: 0;
  border: 0;
  border-color: transparent;
  opacity: 0.2;
}

.grad {
  border: none;
  background: rgba(0, 0, 0, 0.8) !important;
}

.title-color {
  font-size: 25px;
  color: #000000;
}

.list-li {
  font-size: 25px;
  list-style-type: square;
  color: #c72800;
}

.list-li::marker {
  font-size: 2em;
  vertical-align: bottom;
}

.list-ul {
  margin-left: 0px;
  padding-left: 0px !important;
  display: inline;
  color: white;
}

.img-size {
  position: relative;
  width: 100%;
  height: auto;
}

.img-size:after {
  content: "";
  display: block;
  padding-bottom: 1%;
}

.img-size .square-content {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.im-size {
  width: auto !important;
  height: auto !important;
}

.top-margin {
  margin-top: 5em !important;
}

.bottom-foot {
  background-color: #c72800 !important;
  text-align: center;
}

.border-bottom-thick {
  border-bottom: 2px solid #fff;
}

.white-text {
  color: #ffffff;
}

.footer-p {
  padding-bottom: 8px;
}

.home-hero-wrapper .carousel-indicators {
  left: 5%;
  bottom: 10%;
  right: auto;
  margin-left: 0 !important;
}

.home-hero-wrapper .carousel-indicators li {
  width: 13px;
  height: 13px;
  background: #fff !important;
  border: none !important;
  border-radius: 50%;
}

.home-hero-wrapper .carousel-control-prev,
.home-hero-wrapper .carousel-control-next {
  opacity: 2;
}

.home-hero-wrapper .carousel-control-prev .hero-controls,
.home-hero-wrapper .carousel-control-next .hero-controls {
  background: #3b5999 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px !important;
  width: 40px !important;
  border-radius: 50% !important;
}

.home-hero-wrapper .carousel-control-prev .hero-controls.prev,
.home-hero-wrapper .carousel-control-next .hero-controls.prev {
  padding-right: 5px !important;
}

.home-hero-wrapper .carousel-control-prev .hero-controls.next,
.home-hero-wrapper .carousel-control-next .hero-controls.next {
  padding-left: 5px !important;
}

.home-hero-wrapper .carousel-control-prev .hero-controls .fa,
.home-hero-wrapper .carousel-control-next .hero-controls .fa {
  color: #fff !important;
  font-size: 30px !important;
}

.home-hero-wrapper .home-hero {
  position: relative;
  height: 70vh !important;
  background: #000 !important;
}

.home-hero-wrapper .home-hero img {
  height: 70vh !important;
  width: 100% !important;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.home-hero-wrapper .home-hero .hero-caption {
  text-align: left;
  left: 0 !important;
  bottom: 0 !important;
  width: 100%;
  background: rgba(0, 0, 0, 0.5) !important;
}

.home-hero-wrapper .home-hero .hero-caption h3 {
  font-weight: 700;
}

.home-hero-wrapper .home-hero .hero-caption a {
  color: #ffff !important;
  text-decoration: none;
}

.cat-title {
  border-left: 10px solid #c72800 !important;
  padding-left: 10px !important;
  font-weight: 600;
}

.title-white {
  color: #fff !important;
  border-left: 10px solid #fff !important;
  padding-left: 10px !important;
  font-weight: 600;
}

.border-top-white {
  border-top: 1px solid #fff;
}

.dropdown > .dropdown-menu {
  right: 0 !important;
  left: auto !important;
  top: 83% !important;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.dropdown:hover > .dropdown-menu {
  display: block;
  top: 100%;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.menu-more {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu-more .dropdown-item {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu-more .dropdown-item:hover {
  background: #3b5999 !important;
  color: #fff !important;
}

.box-wrapper {
  position: relative;
  height: 25vh;
}

.box-wrapper img {
  height: 25vh;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.box-wrapper .cat-label {
  font-size: 8px;
  padding: 2px 5px;
}

.card img {
  border-radius: 0 !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.cat-label-bordered {
  border-radius: 4px;
  border: 1px solid #3b5999;
  padding: 3px 10px !important;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.font-w-700 {
  font-weight: 700 !important;
}

.responsive-3-by-2 {
  position: relative;
  width: 100%;
  height: auto;
}

.responsive-3-by-2:after {
  content: "";
  display: block;
  padding-bottom: 60% !important;
}

.responsive-3-by-2 .animated-overlay {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: rgba(207, 207, 207, 0.7);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 200;
}

.responsive-3-by-2 .animated-overlay .icon {
  font-size: 30px !important;
}

.responsive-3-by-2 img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.responsive-3-by-2:hover .animated-overlay {
  opacity: 1;
}

.photo-gallery-caro .carousel-caption {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0 !important;
  left: 0 !important;
  width: 100%;
}

.cat-img {
  height: 25vh !important;
}

.breaking-news .carousel-caption {
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: auto !important;
  z-index: 1000;
}

.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

footer h3 {
  font-size: 25px !important;
  border-bottom: 2px solid #fff;
  margin-bottom: 15px;
}

footer .footer-ul {
  display: inline;
  padding-left: 0 !important;
}

footer .footer-ul .footer-li {
  list-style-type: none;
  padding-left: 5px;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}

footer .footer-ul .footer-li:hover {
  padding-left: 7px !important;
}

footer .hk-logo-footer {
  height: 7vh !important;
  width: auto !important;
}

footer .social-icons {
  list-style: none;
}

footer .social-icons li {
  padding-left: 15px !important;
}

footer .social-icons li:first-child {
  padding-left: 0 !important;
}

footer .social-icons li a {
  text-decoration: none;
  color: #fff !important;
}

footer .social-icons li a .fa {
  font-size: 20px !important;
}

footer .social-icons li a:hover {
  color: #cfcfcf !important;
}

.bottom-bar {
  border-top: 3px solid #222525;
}

#st-1 {
  text-align: left !important;
}

.clickable-heading {
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.clickable-heading::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f0c1";
  font-size: 20px !important;
  opacity: 0;
  left: 0;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}

.clickable-heading:hover {
  padding-left: 25px !important;
}

.clickable-heading:hover::before {
  opacity: 1;
}

.cke-body img {
  max-width: 100% !important;
  height: auto !important;
}

.page-item.active .page-link {
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}

.page-link {
  color: #3b5999 !important;
}

.page-link:focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25) !important;
          box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25) !important;
}

.prime-add img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.category-pagination {
  width: inherit !important;
  max-width: 100%;
  overflow-x: auto;
}

@media (max-width: 575.98px) {
  .img-auto {
    width: 100% !important;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .hk-logo {
    height: 6vh !important;
  }
  .navbar-nav a {
    text-align: left !important;
    padding: 0 20px !important;
  }
  .w-mobo-fit {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    white-space: nowrap;
  }
  .home-hero-wrapper .carousel-control-prev,
  .home-hero-wrapper .carousel-control-next {
    display: none;
  }
  .home-hero-wrapper .home-hero {
    position: relative;
    height: 32vh !important;
  }
  .home-hero-wrapper .home-hero img {
    width: 100% !important;
    height: auto !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .home-hero-wrapper .home-hero .hero-caption {
    background: rgba(0, 0, 0, 0.9) !important;
    text-align: left;
  }
  .home-hero-wrapper .home-hero .hero-caption h3 {
    font-weight: 700;
    font-size: 18px !important;
  }
  .home-hero-wrapper .home-hero .hero-caption .short-desc {
    display: none !important;
  }
  .home-hero-wrapper .home-hero .hero-caption a {
    color: #ffff !important;
    text-decoration: none;
  }
  .copy-right {
    font-size: 10px !important;
  }
}

.whatsapp-icon .fa {
  font-size: 20px !important;
  color: lawngreen !important;
}

@media (max-width: 360px) {
  .home-hero-wrapper .home-hero {
    height: 45vh !important;
  }
  .home-hero-wrapper .home-hero .hero-caption h3 {
    font-size: 16px !important;
  }
}
/*# sourceMappingURL=style.css.map */