.tp-banner-container {
	position: relative;
	z-index: 1;
	padding: 0;
	width: 100%
}

.tp-banner {
	position: relative;
	width: 100%
}

.tp-caption {
	line-height: normal !important
}

.tp-caption a {
	color: inherit !important
}

.tp-bullets.simplebullets.round .bullet {
	border: 1px #fff solid;
	border-radius: 2px;
	/* background-image: none !important */
}

.tparrows {
	width: auto !important;
	height: auto !important;
	background-image: none !important
}

.tp-arr-allwrapper {
	margin: 0 10px;
	width: 50px;
	height: 60px;
	background: rgba(255, 255, 255, 0.3)
}

.tp-arr-allwrapper:hover .tp-arr-iwrapper {
	color: #fff
}

.tp-arr-iwrapper {
	color: #000;
	text-align: center;
	font-size: 30px;
	font-family: 'FontAwesome';
	font-weight: bold;
	line-height: 60px
}

.tp-leftarrow .tp-arr-iwrapper:before {
	content: "\f104"
}

.tp-rightarrow .tp-arr-iwrapper:before {
	content: "\f105"
}

.slide-h1 {
	margin: 5px 0 !important;
	padding: 0 0 10px !important;
	padding-bottom: 5px !important;
	color: #444;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 57px
}

.slide-h2 {
	margin: 5px 0 !important;
	padding: 0 0 10px !important;
	padding-bottom: 5px !important;
	color: #555;
	font-weight: bold;
	font-size: 55px;
	line-height: 100%
}

.big-font {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 60px
}

.large-desc {
	font-size: 16px
}

.slide-h3 {
	color: #fff;
	font-size: 31px;
	line-height: 100%
}

.slide-h3 span {
	text-transform: uppercase;
	font-weight: bold
}

.slide-head {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 30px
}

.slide-desc {
	font-size: 22px;
	line-height: 150%
}

.wit-line {
	width: 5%;
	height: 1px;
	background: #fff
}

.vert-line {
	min-height: 270px;
	width: 1px;
	background: #fff
}

.subTxt {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	color: #333
}

.large-title {
	color: #222;
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase !important
}

.large-light-title {
	color: #787878 !important;
	font-size: 36px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 2px
}

.large-text {
	font-size: 20px;
	color: #000;
	font-weight: lighter
}

.larger-text {
	font-size: 24px;
	font-weight: lighter;
	text-transform: uppercase
}

.to-bottom i.fa {
	font-size: 30px;
	border: 2px #a8a8a8 solid;
	padding: 20px 22px;
	border-radius: 50%;
	-webkit-animation: bounce 2s infinite linear;
	animation: bounce 2s infinite linear
}

.slidertext1 {
	color: #fff;
	letter-spacing: 4px;
	font-size: 30px;
	font-weight: normal;
	padding: 15px 0;
	text-transform: inherit !important;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	line-height: 28px !important
}

.slidertext2 {
	color: #fff;
	font-size: 40px;
	padding: 15px 0;
	letter-spacing: 6px;
	/* text-transform: none !important; */
	text-shadow: 0 0 10px #5486bc;
	font-family: Roboto-Bold;
	text-align: left;
}

.slidertext2 span {
	color: #fff;
	display: block;
}

.slidertext3 {
	color: #fff;
	font-size: 30px;
	letter-spacing: 5px;
	padding: 15px 0;
	display: block;
	/* text-transform: none !important; */
	line-height: 60px !important;
	font-family: Roboto-Bold, sans-serif;
	text-align: center;
	text-shadow: 0 0 4px #63abb4;
}

.slidertext3 span {
	color: #fff;
	display: block;
}

.slidertext4 i {
	margin-right: 10px;
	font-weight: normal !important
}

.slidertext4 a {
	color: #fff !important;
	font-size: 16px;
	border-radius: 25px;
	padding: 8px 40px;
	text-transform: uppercase !important;
	text-align: left;
	background: #63abb4;
	font-family: 'Roboto-Bold', sans-serif
}

.slidertext4 a:hover {
	transform: scale(1.1);
}

a.slidebtn {
	color: #63abb4 !important;
	padding: 15px 30px;
	font-size: 16px;
	font-weight: normal !important;
	text-transform: none !important;
	display: inline-block;
	font-family: 'Montserrat', sans-serif
}

a.slidebtn i {
	margin-left: 10px
}

.slidertext5 a {
	background: none !important;
	border: 2px solid #fff;
	padding: 16px 40px
}

.slidertext5 a:hover {
	background: #63abb4 !important;
	color: #fff !important;
	border-color: #63abb4
}

@-webkit-keyframes bounce {
	0% {
		transform: translateY(0%)
	}

	50% {
		transform: translateY(-30%)
	}

	100% {
		transform: translateY(0)
	}
}

@-moz-keyframes bounce {
	0% {
		transform: translateY(0%)
	}

	50% {
		transform: translateY(-30%)
	}

	100% {
		transform: translateY(0)
	}
}

@-o-keyframes bounce {
	0% {
		transform: translateY(0%)
	}

	50% {
		transform: translateY(-30%)
	}

	100% {
		transform: translateY(0)
	}
}

@keyframes bounce {
	0% {
		transform: translateY(0%)
	}

	50% {
		transform: translateY(-30%)
	}

	100% {
		transform: translateY(0)
	}
}


@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0
	}
}


@media screen and (max-width:990px) {
	.tp-banner {
		margin-top: 0
	}
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
	background: rgba(8, 106, 216, 1) !important;
}

.theatre-image-wrapper .theatre-image {
	position: relative;
	z-index: 1;
	border-radius: 10px;
	overflow: hidden;
}

.theatre-image-wrapper .theatre-image::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(8, 106, 216, 0.3);
}

.theatre-image-wrapper .theatre-image img {
	border-radius: 10px;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.theatre-image-wrapper .theatre-image .video-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9;
	color: #fff;
}

.video-play-btn {
	height: 80px;
	width: 80px;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #1e5ad7;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 50px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.video-play-btn::before {
	-webkit-animation: pulse-border 2.5s linear infinite;
	animation: pulse-border 2.5s linear infinite;
}

.video-play-btn::after,
.video-play-btn::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background:rgb(8, 106, 216);
	z-index: -2;
	border-radius: 50%;
	-webkit-animation: pulse-border 2s linear infinite;
	animation: pulse-border 2s linear infinite;
}

.theatre-right-contents {
	padding-left: 20px;
	max-width: 540px;
}

.section-title.text-left {
	text-align: left;
}

.section-title {
	position: relative;
	z-index: 1;
	text-align: center;
}

.section-title.text-left .section-heading {
	font-size: 40px;
}

.section-title.text-left .section-border {
	margin: 30px 0 0;
}

.section-border {
	position: relative;
	z-index: 1;
	height: 3px;
	width:100px;
	background: #1e5ad7;
	margin: 0 auto 0;
}

.theatre-right-contents .common-para {
	margin-bottom: 10px;
}

.common-para {
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn--base {
	background: #1e5ad7;
	border: 1px solid #1e5ad7;
	color: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.btn--custom {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	padding: 17px 30px;
	outline: 0;
	cursor: pointer;
	margin-top: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
	border-radius: 0;
	z-index: 1;
}
