body {
	overflow-x: hidden;
}
.sticky-top {
	transition: all 0.25s ease-in;
	background: linear-gradient(to bottom, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
}
/* style for when sitcky is applied */
.stuck .sticky-top {
	background-color: #222 !important;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	position: fixed;
	width: 100%;
}
a {
	outline: none;
}
img.logo {
	width: 100%;
	max-width: 120px;
}
.carousel-item {
	height: 100vh;
	min-height: 350px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media (min-width: 576px) {
.modal-dialog {
	max-width: 600px;
	margin: 1.75rem auto;
}
}
div#carouselExampleIndicators {
	bottom: 60px;
}
.menu a.nav-link {
	padding-left: 2rem !important;
}
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border: inherit;
	border-bottom: 3px solid #ed1c24;
}
ul.nav.nav-tabs a {
	font-size: 20px;
	color: #ccc;
	text-align: center;
}
.nav-tabs {
	width: 100%;
	box-shadow: 1px 2px 5px #e4e4e4;
}
.nav-tabs .nav-item {
	width: 30%;
}
.shadow {
	border: 1px solid #ccc;
	border-radius: 10px;
	box-shadow: 0px 2px 6px 0px #ccc;
}
.shadow img {
	border-radius: .3rem;
}
button {
	border: 1px solid #ed1c24;
	background: transparent;
	padding: 2px 10px;
	border-radius: 15px;
	margin-right: 10px;
	outline: none;
	cursor: pointer;
}
.about-sec {
	background: url(https://cdn3.ticketnew.com/partners/img/shivasakthicinemas/about.jpg) 50% 0 no-repeat fixed;
	color: #fff
}
.about-sec p {
	font-size: 14px;
}
.abt-sub-sec img {
	border-radius: 10px;
	border: 10px solid #b5a5a2;
}
.social-icons ul li img {
	border-radius: 50%;
	padding: 20px;
}
.social-icons ul li.fb img {
	background: #3b5998;
}
.social-icons ul li.twit img {
	background: #55acee;
}
.social-icons ul {
	padding: 0;
}
.social-icons ul li {
	list-style: none;
}
.social-icons {
	text-align: center;
	width: 100%;
}
.social-icons li {
	display: inline-block
}
.bg-black {
	background: #000;
	color: #fff;
}
.address {
	padding: 10px 0;
	border-bottom: 1px solid #4a4a4a;
	width: 100%;
}
.address-txt {
	float: left;
}
.address a {
	float: right;
}
.footer ul {
	text-align: center;
}
.footer {
	width: 100%;
	text-align: center;
}
.footer ul li {
	display: inline-block;
	list-style: none;
}
.footer ul {
	padding: 0;
}
.footer ul li a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	padding-right: 10px;
}
.footer p {
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 0;
}
.about-sec1 {
	background: url(https://cdn3.ticketnew.com/partners/img/shivasakthicinemas/b1.jpg) 50% 0 no-repeat fixed;
}
.about-sec1 p {
	color: #fff;
}
.about-sec1 h2 {
	color: #fff;
	width: 100%;
	font-size: 36px;
	text-shadow: 1px 1px 2px #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	letter-spacing: -2px;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 0;
	background: rgba(0, 0, 0, 0.5);
}
.line {
	height: 2px;
	background: #fff;
	width: 100%;
}
.line_Sec {
	position: relative;
}
.line {
	position: relative;
}
.diamond {
	position: absolute;
}
.features img {
	width: 200px;
	max-width: 100%;
}
.features {
	border-bottom: 1px solid #ccc;
}
.active
{
	    color: #ed1c24 !important;
}
.features ul li
{
	    font-weight: bold;
    font-style: italic;
}
.know_more
{
	    width: 100%;
    text-align: right;
}
.know_more a button
{
	color: #fff;
}