html,
body {
	padding: 38px 0px 0px 0px;
	margin: 0px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.2px;
	line-height: 1.8em;
	scroll-behavior: smooth;
	color: #1b1b1b;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::selection {
	color: #fff;
	background: #da0903;
}

::-webkit-selection {
	color: #fff;
	background: #da0903;
}

::-o-selection {
	color: #fff;
	background: #da0903;
}

::-moz-selection {
	color: #fff;
	background: #da0903;
}


.o-image-c > img {
	max-width: 100%;
	margin: 0px;
}

.o-image-c {
	padding: 0px!important;
}

.rms {
	align-items: stretch!important;
	flex-direction: row;
}

.rms > div{
	background-color: rgb(247, 247, 247);
}
.rms > div > h2{ 
	text-align: center;
	font-size: 20px;
	color: #1b1b1b;
}

.psdg {
	padding: 20px 15px!important;
}

.sec-header {
	font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	color: #111;
	text-transform: uppercase;
}


ul.tabs, ul.content {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.tabs > li {
	color: #111111;
	margin-bottom: 10px;
	padding: 13px;
	font-weight: 650;
	min-width: 150px;
	background: #eee;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

.tabs > li.active {
	background: #da0903;
	color: #fff;
}
 ul.content > li {
	 display: none;
 }

 ul.content > li.active {
	display: block;
}

.package-info td {
	padding-right: 10px;
}

.counting-numbers {
	min-height: 280px;
	background-image: url(/img/px-stats.jpg);
	position: relative;
	background-size: cover;
	background-position: 50%;
	background-attachment: fixed;
}

.counting-numbers::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(17, 17, 17, 0.65);
}

.counting-numbers > .container {
	color: #ffffff;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.counting-numbers > .container > .row{
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.counting-numbers h1 {
	margin: 0px;
	text-align: center;
	font-weight: 200;
	font-size: 60px;
	font-family: "Open Sans", "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
}

.counting-numbers p {
	text-align: center;
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 2px;
	margin: 0px;
	font-family: "Open Sans", "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
}

@media (max-width: 992px) {
	.counting-numbers {
		min-height: 500px;
		max-width: 100%;
		overflow: hidden;
	}
	
	.counting-numbers > .container {
		flex-direction: column;
		padding: 50px 10px;
	}
}