/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************/
@import url(https://cdn.jsdelivr.net/npm/sweetalert2@8/dist/sweetalert2.min.css);
/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css?ngGlobalStyle (1) ***!
  \**************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */


*{
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
}
.tg-booktitle h3{
  font-size: 12px !important;
}

input {
    text-transform: none !important;
}

.dropdown-backdrop {
    z-index: 0 !important;
}

.modal-backdrop.fade
{
  opacity: 0.5 !important;
}
.modal-open .modal
{
  opacity: 1 !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.text-dark {
  color: #000 !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.feature-categories {
  height: 200px;
  background-size: cover !important;
	background-position: center !important;
  cursor: pointer;
}

.owl-stage-outer {
  overflow: visible !important;
}

.swal2-icon::before {
  content: '' !important;
}

.tg-footercol {
  min-height: 0 !important;
}

.tg-clientservices {
  flex-direction: row;
  flex-wrap: wrap;
}

.ngx-pagination .current {
	padding: 0.3875rem 0.925rem !important;
	background: #0c131e !important;
	border-radius: 4px !important;
}

.ngx-pagination a, .ngx-pagination button {
	padding: 0.3875rem 0.925rem !important;
	border-radius: 4px !important;
  margin: 0 3px;
}
.tg-postbook li {
  overflow: hidden;
}
.tg-postbook li img {
  transition: 0.25s;
}
.tg-postbook:hover img {
  transition: 0.25s;
  transform: scale(1.05);
}
.cursor-pointer {
  cursor: pointer !important;
}

.owl-nav {
  top: 40% !important;
  width: 100% !important;
  position: static !important;
}

/* .tg-btnround {
  color: #666;
	width: 40px;
	height: 40px;
	float: left;
	overflow: hidden;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	margin: 0 0 0 10px;
	border: 1px solid #dcdcdc;
	box-shadow: 0px 0px 3px #000;
	background-color: #fff;
} */

.tg-btnround {
  width: 50px !important;
  height: 50px !important;
  line-height: 45px !important;
  border-radius: 50% !important; /* ✅ Circular shape */
  background-color: #fff !important; /* Change as needed */
  color: #666 !important;
  text-align: center !important;
  display: inline-block !important;
  font-size: 16px !important;
  border: 1px solid #dcdcdc !important;
  box-shadow: 0px 0px 3px #000;
}

.tg-btnround:hover {
  background-color: #eeeeee !important;
}

.owl-carousel .owl-nav .owl-prev{
  float: none !important;
  position: absolute;
  left: -5%;
  top: 40%;
  z-index: 100 !important;
}
.owl-carousel .owl-nav .owl-next{
  float: none !important;
  position: absolute;
  right: -5%;
  top: 40%;
  z-index: 100 !important;
}

.owl-item {
  opacity: 0 !important;
  transition: .25s linear !important;
}
.owl-item.active {
  opacity: 1 !important;
}

@media only screen and (max-width: 769px) {
  .owl-carousel .owl-nav .owl-prev{
    left: -2%;
  }
  .owl-carousel .owl-nav .owl-next{
    right: -2%;
  }
}

/*# sourceMappingURL=styles.css.map*/