/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.text-primary{
    color: #188d9e !important;
}
.text-secondary{
    color: #f4a51d !important;
}


.section {
    margin: 40px 0;
}
#bank_counter_href{
    margin-left: 0;
    margin-right:0;
}

.swiper-slide::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	opacity: 0.6;
	background-color: #000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 6px;
}

.entry-title a:hover {
   color:#188d9e !important;
  }
  .si-primary:hover,
  .si-colored.si-primary { background-color:#188d9e !important; }
  .si-secondary:hover,
  .si-colored.si-secondary { background-color:#f4a51d !important;}
  #footer.dark .social-icon.si-borderless {
    color: #f4a51d !important;
}
