.h2{
	color: #087a96;
}
.text-primary{
	color: #087a96;
}
.border-primary{
	border-color: #087a96;
}
.text-\[\#BBB\]{
	color: #6e6e6e;
}
.text-white{
	color: #fff;
}
.bg-primary{
	background-color: #087a96;
}
.text-gray-300 {
    color: #6e6e6e;
}
.bg-\[\#D3F6FF\] {
	background-color: rgb(229 250 255)
}
.text-\[\#FA121F\]{
	color: #d8030e;
}
.text-\[\#3685F6\]{
	color: #206bd5;
}
.text-\[\#76AD54\]{
	color: #417d1c;
}
.text-gray-default{
	color: #696969;
}
.text-gray-light{
	color: #696969;
}
.text-\[\#EFBE44\]{
	color: #996e00;
}
.text-\[\#2BF5F6\]{
	color: #008080;
}
.btn-swiper{
	color: #737373;
}
p a{
	text-decoration: underline;
}
.title{
	color: #087a96;
}
.btn{
	background-color: #696969;
}
.btn:hover, .btn.active{
	background-color: #087a96;
}
.add-main .list .entry span:nth-child(2){
	color: #087a96;
}

.h2{
	color: #087a96;
}
.text-white .h2{
	color:#fff;
}
ul.list-disc li{
	color: #000;
}
.swiper-fade .swiper-slide{
	opacity: 0 !important;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active{
	    opacity: 1 !important;
}