/*
	File Name		:	style-frontend.css
	Date			: 	29 Jun 2021
	Created by		: 	V Irudayamani
	Contact No.		: 	+91-9952650728
	Company Name	: 	Judah Software
	
	CSS for frontend
*/

.js-login { color:#fff; text-align:right; display:block; }
.js-login:hover { color:rgb(255,255,0); }

/* Slider */
.js-carousel { height:200px; max-height:200px; }
.js-carousel-indicators { height:20px !important; width:20px !important; border-top:0px !important; border-bottom:0px !important; border-radius:10px; }
.js-carousel-item { background-size:cover; background-repeat:no-repeat; background-position:center center; height:200px; }
.js-carousel-img { max-height:200px; height:200px; }
.js-carousel-h3 { text-shadow:0px 0px 10px rgb(0,0,0); font-size:1.5em; font-weight:bold; color:rgb(255,255,255); }
.js-main-slider { width:100%; /* margin-top:-58px; */ margin-top:47px; z-index:-1; }
.js-link-1 { text-decoration:none !important; }

.col-full .col-4 { max-width:100% !important; }

@media (min-width:768px)
{	/* .js-carousel { height:600px; max-height:600px; }
	.js-carousel-item { height:600px; }
	.js-carousel-img { max-height:600px; height:600px; } */
	.js-carousel { height:300px; max-height:300px; }
	.js-carousel-item { height:300px; }
	.js-carousel-img { max-height:300px; height:300px; }
}