.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-radius: 10px;
	padding: 4px 30px;
	background: #fff;
	box-shadow: 2px 2px 0 #787878;
	margin-right: 10px;
	/* background-image: none !important */
}

.tparrows {
	width: auto !important;
	height: auto !important;
	background-image: none !important
}

.tp-arr-allwrapper {
	margin: 0 10px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.9)
}

.tp-arr-allwrapper:hover .tp-arr-iwrapper {
	/* color: #fff */
}

.tp-arr-iwrapper {
	color: #dbc2af;
	text-align: center;
	font-size: 30px;
	font-family: 'Font Awesome 5 Free';
	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: #dbc2af!important;
}
