

.card .card-element-hover {
  visibility: hidden;
  margin-top: 30px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}

.card:hover .card-element-hover {
  visibility: visible;
  margin-top: 0px;
  opacity: 1;
}

.card:hover .hover-overlay-bottom:before {
  content: "";
  position: absolute;
  height: 40%;
  width: 100%;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
  z-index: 9;
}

.card:hover .hover-overlay-top:before {
  content: "";
  position: absolute;
  height: 40%;
  width: 100%;
  top: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.8));
  z-index: 9;
}

[class*='pattern-overlay-'] {
  position: relative;
  z-index: 1;
}



.tiny-slider [class*="animate__"] {
  -webkit-animation-name: none;
          animation-name: none;
}

.tiny-slider .tns-slide-active .animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.tns-outer {
  position: relative;
}

.tiny-slider .item {
  position: relative;
}

.tns-controls [data-controls] {
  position: absolute;
  top: 65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  display: block;
  z-index: 9;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #224153 !important;
  color: #fff;
  border: none;
  padding: 0;
  margin: 0 10px;
}

.tns-controls [data-controls]:hover {
  background-color: #C57B56 !important;
  color: #fff;
}

.tns-controls [data-controls] i {
  line-height: inherit;
}

.tns-controls [data-controls='prev'] {
  left: 0;
}

.tns-controls [data-controls='next'] {
  right: 0;
}

/* rtl:raw:
.tiny-slider .tns-controls [data-controls]{
  transform: scaleX(-1) translateY(-50%);
}
*/


.arrow-gray [data-controls] {
  background: #dfe0e5;
  color: #19191c;
}

.arrow-round [data-controls] {
  border-radius: 50%;
}

.arrow-bordered [data-controls] {
  background: transparent !important;
  color: #d0d4d9;
  border: 2px solid #d0d4d9;
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

.arrow-bordered [data-controls]:hover {
  border-color: #19191c;
  background: transparent;
  color: #19191c;
}

.arrow-only [data-controls] {
  background: transparent;
}

.arrow-only [data-controls]:hover {
  background: transparent;
  color: #19191c;
}

.arrow-hover {
  overflow: hidden;
}

.arrow-hover [data-controls='prev'] {
  left: -60px;
}

.arrow-hover [data-controls='next'] {
  right: -60px;
}

.arrow-hover:hover [data-controls='prev'] {
  left: 0px;
}

.arrow-hover:hover [data-controls='next'] {
  right: 0px;
}

 .tns-item img { display:block; width:100%; }

@media (max-width: 767.98px) {
  .arrow-md-none [data-controls] {
    display: none;
  }
}

.arrow-start-bottom .tns-controls [data-controls] {
  top: auto;
  bottom: 10px;
}

.arrow-start-bottom [data-controls='prev'] {
  left: 20px;
}

.arrow-start-bottom [data-controls='next'] {
  left: 90px;
}

.tns-nav {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 40px 0 20px;
  z-index: 10;
  width: auto;
  text-align: center;
  white-space: nowrap;
}

.tns-nav [data-nav] {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #a1a1a8;
          box-shadow: inset 0 0 0 2px #a1a1a8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
}

.tns-nav [data-nav]:after {
  border-radius: 50%;
  overflow: hidden;
  content: '';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #a1a1a8;
  -webkit-box-shadow: 0 0 1px #a1a1a8;
          box-shadow: 0 0 1px #a1a1a8;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

.tns-nav .tns-nav-active:after {
  height: 100%;
}

.dots-inside .tns-nav {
  top: auto;
  padding-bottom: 20px;
}

.dots-end .tns-nav {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  right: 30px;
  left: auto;
}

.dots-end .tns-nav [data-nav] {
  display: block;
  margin: 6px;
}

.dots-primary .tns-nav [data-nav] {
  -webkit-box-shadow: inset 0 0 0 2px #B09A00;
          box-shadow: inset 0 0 0 2px #B09A00;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dots-primary .tns-nav [data-nav]:after {
  background-color: #fc2400;
  -webkit-box-shadow: 0 0 1px #B09A00;
          box-shadow: 0 0 1px #B09A00;
}

.dots-white .tns-nav [data-nav] {
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dots-white .tns-nav [data-nav]:after {
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px #fff;
          box-shadow: 0 0 1px #fff;
}

.dots-dark .tns-nav [data-nav] {
  -webkit-box-shadow: inset 0 0 0 2px #19191c;
          box-shadow: inset 0 0 0 2px #19191c;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dots-dark .tns-nav [data-nav]:after {
  background-color: #19191c;
  -webkit-box-shadow: 0 0 1px #19191c;
          box-shadow: 0 0 1px #19191c;
}

.dots-bordered .tns-nav [data-nav] {
  position: relative;
  height: 17px;
  width: 17px;
  -webkit-box-shadow: inset 0 0 0 2px transparent;
          box-shadow: inset 0 0 0 2px transparent;
}

.dots-bordered .tns-nav [data-nav]:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  height: 5px;
  width: 5px;
  background: #19191c;
  display: block;
}

.dots-bordered .tns-nav .tns-nav-active {
  -webkit-box-shadow: inset 0 0 0 2px #19191c;
          box-shadow: inset 0 0 0 2px #19191c;
}

.dots-white.dots-bordered [data-nav]:after {
  background: #fff;
}

.dots-white.dots-bordered .tns-nav-active {
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}

.dots-start-bottom .tns-nav {
  left: 0;
  -webkit-transform: none;
          transform: none;
}




		.bg-tns{
			background: #19191c;
		}



	</style>