/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.text-idisi{
	color:#663366 !important;
}

.text-idisi-2{
	color:#ff9900 !important;
}

.btn-idisi-2{
	background-color: #ff9900 !important;;
	border-radius: 40rem;
	color:white;
}

.button:hover,.btn:hover{
	background-color: #f7ae42 !important;
	opacity: 0.9;
}

.responsive-width {
    font-size: 1vw;
}

.owl-carousel .owl-item img{
	border-radius: 2rem !important;
}

.smooth-img {
	border-radius: 2rem !important;
}

.text-justify{
	text-align:justify;
}