html {
	overflow-x: hidden;
}

body {
	background: #fff;
	/* font-family: "Raleway", sans-serif; */
	line-height: 1.7;
	color: #6f6f6f;
}

a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
	line-height: 1.5;
	font-weight: normal;
	color: #000;
}

.probootstrap-nav {
	padding: 20px 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.2);
}

.probootstrap-nav .site-brand {
	font-size: 20px;
}

.probootstrap-nav .site-brand a {
	color: #fff;
}

.probootstrap-nav .probootstrap-toggle {
	color: #fff !important;
	position: absolute;
	z-index: 10;
	right: 20px;
	top: 20px;
}

.probootstrap-nav .probootstrap-main-nav {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.probootstrap-nav .probootstrap-main-nav ul {
	padding: 0;
	margin: 0;
}

.probootstrap-nav .probootstrap-main-nav ul li {
	display: inline;
	list-style: none;
}

.probootstrap-nav .probootstrap-main-nav ul li a {
	padding: 10px;
	color: rgba(255, 255, 255, 0.5);
}

.probootstrap-nav .probootstrap-main-nav ul li.seperator {
	position: relative;
}

.probootstrap-nav .probootstrap-main-nav ul li.seperator:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 2px;
	background: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 768px) {
	.probootstrap-nav .probootstrap-main-nav {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		height: 100vh;
		background: black;
		width: 300px;
		right: 0;
		top: 0;
		padding-top: 50px;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		z-index: 1;
	}

	.probootstrap-nav .probootstrap-main-nav.active {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}

	.probootstrap-nav .probootstrap-main-nav ul li {
		display: block;
		padding: 10px;
	}

	.probootstrap-nav .probootstrap-main-nav ul li a:hover {
		color: #fff;
	}
}

.bg-image,
.probootstrap-cover,
.probootstrap-img-item>div,
.probootstrap-section-feature {
	background-size: cover;
	background-repeat: no-repeat;
}

.probootstrap-cover {
	/*background-image: url(../images/cover_bg.svg);*/
	background-position: center center;
}

.probootstrap-cover .probootstrap-text .probootstrap-heading {
	font-size: 70px;
	line-height: 1;
}

.probootstrap-cover .probootstrap-text .probootstrap-subheading p {
	color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
	.probootstrap-cover .btn {
		width: 100% !important;
		border: 1px solid red;
	}
	.mocs{
	    text-align: center;
	}
	.mwitd{
	    width:28%;
	}
	.probootstrap-cover .necs {
    /*margin-right: auto;*/
    /*margin-left: auto;*/
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
    /*width: 100%;*/
    display: flex;
    justify-content: center;
        }
}

.btn {
	border-radius: 40px;
	padding: 20px 30px;
	font-size: 14px;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

.btn:hover,
.btn:active,
.btn:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.btn-primary {
	background: #28CC9E;
	border-color: #28CC9E;
	color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
	background: #4bdcb3;
}

.btn.btn-outline-white {
	border-color: #fff;
	background: none;
}

.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus,
.btn.btn-outline-white:active {
	background: #fff;
	color: #000;
}

.form-control {
	border: 2px solid #ccc;
	height: 55px;
}

.form-control:focus,
.form-control:active {
	border: 2px solid #000;
}

textarea {
	height: inherit !important;
}

.probootstrap-vh-100 {
	height: 100vh;
}

@media screen and (max-width: 768px) {
	.probootstrap-vh-100 {
		height: inherit;
		padding-top: 5em;
		padding-bottom: 5em;
	}
}

.probootstrap-vh-75 {
	height: 75vh;
}

@media screen and (max-width: 768px) {
	.probootstrap-vh-75 {
		height: inherit;
		padding-top: 5em;
		padding-bottom: 5em;
	}
}

.bg-primary {
	background: #28CC9E !important;
}

.probootstrap-section,
.probootstrap-footer {
	padding: 7em 0;
}

.probootstrap-footer {
	background: #000;
}

.probootstrap-footer a {
	color: #fff;
}

.probootstrap-footer a:hover {
	color: #28CC9E;
}

.probootstrap-footer .probootstrap-heading {
	color: #fff;
	font-size: 24px;
}

.probootstrap-footer .probootstrap-heading-2 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .05em;
	color: #fff;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
}

.probootstrap-item {
	display: block;
}

.probootstrap-image-grid>div {
	padding-left: 0;
	padding-right: 0;
}

.probootstrap-image-grid>div>div {
	padding-left: 0;
	padding-right: 0;
}

.probootstrap-img-item {
	display: block;
	position: relative;
	overflow: hidden;
}

.probootstrap-img-item .icon {
	position: absolute;
	color: #fff;
	z-index: 9;
	top: 50%;
	font-size: 30px;
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 0;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.probootstrap-img-item>div {
	height: 280px;
	-webkit-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

@media screen and (max-width: 1140px) {
	.probootstrap-img-item>div {
		height: 200px;
	}
}

@media screen and (max-width: 576px) {
	.probootstrap-img-item>div {
		height: 280px;
	}
}

.probootstrap-img-item>div:before {
	-webkit-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
}

.probootstrap-img-item:hover .icon {
	margin-top: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1;
	visibility: visible;
}

.probootstrap-img-item:hover>div {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.probootstrap-img-item:hover>div:before {
	opacity: 1;
	visibility: visible;
}

.probootstrap-section-feature {
	background-image: url(../images/cover_bg.svg);
	background-position: center center;
}

.probootstrap-section-feature .probootstrap-heading {
	color: #fff;
}

.probootstrap-section-feature .probootstrap-device {
	top: 0;
	position: absolute;
	max-width: 470px;
}

@media screen and (max-width: 768px) {
	.probootstrap-section-feature .probootstrap-device {
		position: relative;
		top: inherit;
		margin-bottom: -330px;
	}
}

.probootstrap-section-feature h3 {
	color: #fff;
}

.probootstrap-section-feature p {
	color: rgba(255, 255, 255, 0.4);
}

.probootstrap-navabr-dark {
	background: rgba(0, 0, 0, 0) !important;
	position: absolute;
	left: 0;
	right: 0;
}

@media screen and (max-width: 960px) {
	.probootstrap-navabr-dark {
		background: #000 !important;
		top: 0;
		position: relative;
	}
}

.probootstrap-navabr-dark .navbar-nav>.nav-item>.nav-link {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	/*padding-right: 20px;*/
}

@media screen and (max-width: 960px) {
	.probootstrap-navabr-dark .navbar-nav>.nav-item>.nav-link {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 0px;
		padding-right: 0px;
	}
}

.probootstrap-navabr-dark .navbar-nav>.nav-item.probootstrap-cta a {
	color: #fff;
}

.probootstrap-navabr-dark .navbar-nav>.nav-item.probootstrap-seperator {
	position: relative;
	margin-left: 20px;
	padding-left: 20px;
}

@media screen and (max-width: 960px) {
	.probootstrap-navabr-dark .navbar-nav>.nav-item.probootstrap-seperator {
		padding-left: 0;
		margin-left: 0;
	}
}

.probootstrap-navabr-dark .navbar-nav>.nav-item.probootstrap-seperator:before {
	position: absolute;
	content: "";
	top: 10px;
	bottom: 10px;
	left: 0;
	width: 2px;
}

@media screen and (max-width: 960px) {
	.probootstrap-navabr-dark .navbar-nav>.nav-item.probootstrap-seperator:before {
		display: none;
	}
}


	
.probootstrap-footer-social li {
	list-style: none;
	margin: 0 10px 10px 0;
	display: inline-block;
}

.probootstrap-footer-social li a {
	height: 70px;
	width: 70px;
	display: block;
	float: left;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	position: relative;
}

.probootstrap-footer-social li a span {
	position: absolute;
	font-size: 30px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.footer-small-nav>li {
	font-size: 13px;
	display: inline-block;
}

.footer-small-nav>li a {
	color: rgba(255, 255, 255, 0.4);
	margin: 0 10px 10px 0;
}

.footer-small-nav>li a:hover,
.footer-small-nav>li a:focus {
	color: #28CC9E;
}

.media .probootstrap-icon {
	width: 100px;
}

.media .probootstrap-icon span {
	color: #28CC9E;
}

.probootstrap-overflow-hidden {
	overflow: hidden;
}

.row-fluid {
    width:100%;
	display: flex;

}


.span4 {
	width: 35%;
}

.span8 {
    
	width: 63%;
}

.span6 {
	width: 50%;
}

.span12 {
	width: 100%;
}

.mobiles {
	justify-content: space-around;
}

.viplist {
	display: flex;
	width: 30%;
	min-height: 5rem;
	box-shadow: 0px 0px 10px #aaa;
	margin: 10px 0px;
	border-radius: 30px;
}

.accordion-group {
	width: 100%;
	box-shadow: 0px 0px 20px #eee;
	margin-top: 5px;
	height: 3rem;
	/* display: flex;
	justify-content: center;
	align-items: center; */
}

.login {
	margin-left: 500px !important;
}

.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.liveTablePoint {
	display: block;
	width: 50%;
	color: #fff;
	background-color: #c21500;
	text-align: center;
}

.liveTablePoint1 {
	display: block;
	width: 5%;
	text-align: center;
	/* color: #fff; */
	/* background-color: #4a569d; */
}

.liveTablePoint2 {
	display: block;
	width: 50%;
	color: #fff;
	background-color: #1565c0;
	text-align: center;
}

.br0 {
	display: block;
	width: 100%;
	color: #fff;
	background-color: #1565c0;
	text-align: center;
}
.blur{
 filter: blur(5px);   
}
.float-lft {
	float: left;
}

.nav-link {
	color: #fff !important;
}

.td-check {
	background-color: #1565c0;
	color: #fff;
}

.thumbnails {
	margin-left: -20px;
	list-style: none;
	*zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
	display: table;
	content: "";
	line-height: 0;
}

.thumbnails:after {
	clear: both;
}

.row-fluid .thumbnails {
	margin-left: 0;
}

.thumbnails>li {
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
}

.imgwidth50 {
	width: 100px;
	height: 100px;
}

.caption {
	width: 70%
}

.lists {
	width: 49%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;
	box-shadow: 0px 0px 20px #eee;
	margin-top: 10px;
}
.lista {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;
	box-shadow: 0px 0px 20px #eee;
	margin-top: 10px;
}
.page-link {
	color: #c21500
}

.modal-content {
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	border: 0;
	text-align: left;
}

.modal-header {
	padding: 25px 25px 15px 25px;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #ddd;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
}

.modal-header .close {
	font-size: 36px;
	color: #888;
	font-weight: 300;
	text-shadow: none;
	opacity: 1;
}

.modal-title {
	margin-bottom: 10px;
	line-height: 30px;
}

.modal-body {
	padding: 25px 25px 30px 25px;
	background: #eee;
	text-align: left;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
}

.modal-body img {
	margin-bottom: 15px;
}

.modal-body form textarea {
	height: 100px;
}

.modal-body form .input-error {
	border-color: #fd625e;
}
.ep_price_table_st_two {
    background: #fff;
    border-radius: 30px;
}
.ep_ptb_sto_header {
    background: #f6f8fc;
    text-align: center;
    padding: 30px 0;
    border-radius: 30px;
	/* margin-top: 10px; */
}
.ep_ptb_sto_content {
    padding: 30px;
	text-align: left;
}
.ep_ptb_sto_header h2 {
    color: #232528;
    font-weight: 600;
    font-size: 26px;
}
.ep_ptb_sto_price h3 {
    color: #333;
    font-size: 46px;
    margin-top: 20px;
}
.ep_ptb_sto_content ul li i.fa {
    padding-right: 8px;
}
.ep_ptb_sto_btn a {
    background: #333;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 16px;
    transition: .5s;
}
.sentBtn{
	width: 22% !important;
	background-color: #fd625e;
	height: 3rem;
	text-align: center;
}
.captionlist{
	width:100%; white-space: normal; overflow-wrap: break-word;word-wrap: break-word;
}
@media screen and (max-width: 960px) {
    
    .probootstrap-cover{
        padding-top: 4px !important;
    padding-bottom: 50px;
    }
    
	.captionlist{
		width:300px; white-space: normal; overflow-wrap: break-word;word-wrap: break-word;
	}
	.row-fluid {
		display: inline-block;
	}

	.span4 {
		width: 100%;
	}
	.span12 {
		width: 100%;
	}

	.span8 {
	    padding: 0 !important;
		width: 100%;
	}

	.span6 {
		width: 100%;
	}

	.login {
		margin-left: 0px !important;
	}

	.lists {
		width: 100%;
		display: flex;
		flex-flow: column;
		justify-content: space-around;
		align-items: center;
		box-shadow: 0px 0px 20px #eee;
		margin-top: 10px;
		padding-top: 20px;
	}
	.viplist {
		display: flex;
		width: 100%;
		min-height: 5rem;
		justify-content: center;
		box-shadow: 0px 0px 10px #aaa;
		margin: 10px 0px;
		border-radius: 30px;
	}

    
	      
	
}
