html {
	scroll-behavior: smooth;
}

html.pthu {
	font-size:14px;
}

body {
	font-family:'Open Sans', sans-serif;
	background:#fefefe;
	color:#323232;
}

.line-2 {
	height: 2em;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

.btn-primary {
	color:#fff;
	background-color:#1195ac;
	border-color:#1195ac;
}

.btn-primary:hover {
	color:#fff;
	background-color:#097f94;
	border-color:#097f94;
}

.btn-xl {
	padding: 0.75rem 1.5rem;
	font-size: 1.6rem;
	line-height: 1.5;
	border-radius: 0.5rem;
}

header.pageheader {
	background:linear-gradient(0deg, rgba(28,179,196,1) 0%, rgba(1,160,226,1) 100%);
	border-bottom:3px solid #2e4578;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:99;
}

header.pageheader {
	padding-bottom:0;
}

.home-header {
	background-image:url(../img/hero.orig.jpg);
	background-position:center;
	background-size:cover;
	height:100vh;
	min-height:950px;
	position:relative;
}

.home-header-inner {
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, .5);
}

.home-title,
.home-title > * {
	margin:0;
	padding:0;
}

.home-header h2 {
	color:#fff;
	padding:0;
}

header.pageheader .login-nav a {
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
}

.top-nav .navbar .container {
	padding:0;
	justify-content:flex-end;
}

.top-nav li.nav-item {
	display:inline-block;
}

.top-nav li.nav-item > a {
	color:#323232;
	text-transform:uppercase;
	padding:0;
	margin:0.8em 1em 0;
	font-weight:600;
}

.top-nav li.nav-item > a:hover {
	text-decoration:underline;
}

.top-nav li.nav-item > a:last-child {
	margin-right:0;
}

.navbar-toggler {
	padding:0;
}

.navbar-toggler-icon::before {
	font-family:"Font Awesome 5 Free";
	font-weight: bold;
	content:"\f0c9";
	color:#fff;
	border:1px solid #fff;
	padding:3px 5px;
	border-radius:3px;
}

.home-title > h1 {
	color:#0faad1;
	font-size:300%;
	text-transform: uppercase;
	font-weight:600;
	line-height:140%;
	text-shadow:0 0 10px #000;
}

.home-title > p {
	font-size:1.65em;
	font-weight:200;
	color:#fff
}

section.advantages {
	background:#ececec;
	padding-top:50px;
	padding-bottom:50px;
}

section.advantages h3 {
	font-size:3.2em;
	font-weight:600;
	color:#1195ac;
	margin-top:1em;
	margin-bottom:1.5em;
	text-transform:uppercase;
	text-align:center;
}

html.pthu section.advantages h3 {
	font-size:2em;
}

section.advantages p {
	font-size:1.88em;
	font-weight:200;
	margin-top:1em;
	margin-bottom:1em;
	padding-top:3px;
	padding-left:100px;
	background-image:url(../img/pipa.png);
	background-repeat:no-repeat;
	background-position:left top;
}

html.pthu section.advantages p {
	font-size:1.2em;
	background-size: 20px;
	padding-top:0;
	padding-left:40px;
}

section.advantages strong {
	text-transform:uppercase;
	font-weight:600;
}

#homePrices {
	padding-top:5em;
}

#homePrices > .container > .row:first-child {
	background:#0c94aa;
	color:#fff;
	padding:1em;
	margin-bottom:2em;
}

#homePrices > .container > .row:first-child h3 {
	text-transform:uppercase;
	font-weight:600;
	margin:0.15em 2em;
}

.pricing-section {
	padding-bottom: 60px;
}

.pricing__swipe-btn {
	border: 1px solid #4c57d6;
	border-radius: 50px;
	height: 52px;
	width: 266px;
	float: right;
}

.pricing__swipe-btn label {
	font-size: 15px;
	color: #444444;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 30px 12px;
	border-radius: 50px;
	margin-right: -4px;
	position: relative;
	top: 2px;
	left: 2px;
	cursor: pointer;
}

.pricing__swipe-btn label.active {
	background: #4c57d6;
	color: #ffffff;
}

.pricing__swipe-btn label input {
	position: absolute;
	visibility: hidden;
}

.monthly__plans,
.yearly__plans {
	display: none;
}

.monthly__plans.active,
.yearly__plans.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pricing__item {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 22px;
	background: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-shadow: 0px 0px 10px rgba(18, 8, 81, 0.1);
	box-shadow: 0px 0px 10px rgba(18, 8, 81, 0.1);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 40px;
}

.pricing__item:hover {
	-webkit-box-shadow: 0px 8px 30px rgba(18, 8, 81, 0.2);
	box-shadow: 0px 8px 30px rgba(18, 8, 81, 0.2);
}

.pricing__item:hover h3 {
	background: #4ab0c9;
}

.pricing__item:hover .primary-btn {
	background: #4ab0c9;
	color: #fff;
}

.pricing__item .primary-btn {
	border-radius:3em;
	text-transform:uppercase;
	font-weight:600;
}

.pricing__item h4 {
	color: #111;
	font-weight: 700;
	margin-top:5px;
	margin-bottom: 20px;
}

.pricing__item h3 {
	background: #063048;
	font-weight: 700;
	color: #fff;
	padding: 24px 0 20px;
	margin-bottom: 26px;
	margin-left: -30px;
	border-radius: 10px;
	margin-right: -30px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.pricing__item h3 span {
	font-size: 16px;
	font-weight: 400;
}

.pricing__item ul {
	margin-bottom: 26px;
}

.pricing__item ul li {
	font-size: 14px;
	color: #444444;
	line-height: 40px;
	list-style: none;
}

.pricing__item .primary-btn {
	color: #111111;
	background: #f2f2f2;
	display: block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding: 14px 0 12px;
}

.pricing__item.best {
	box-shadow: 0px 8px 30px rgba(18, 8, 81, 0.2);
}

.pricing__item.best h3 {
	background: #4ab0c9;
}

.pricing__item.best:hover {
	box-shadow: 0px 8px 30px rgba(18, 8, 81, 0.3);
}

.pricing__item.best:hover h3 {
	background: #0c94aa;
}

.pricing__item {
	position:relative;
	padding-top:50px;
}

.pricing__item .ribbon-container {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100px;
	overflow:hidden;
}

.pricing__item .ribbon {
	width: 160px;
	height: 24px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
	background: #3b89b9;
	transform: rotate(45deg);
	position: absolute;
	right: -42px;
	top: 20px;
	padding-top: 2px;
}

.pricing__item h3 {
	padding-top:5px;
}

.pricing__item h3 > div {
	height:1em;
}

.pricing__item ul {
	padding:0;
}

.pricing__item ul li {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom:10px;
}

.pricing__item ul li strong::before {
	font-family:"Font Awesome 5 Free";
	content:"\f058";
	color:#3b89b9;
	margin-right:0.5em;
}

.pricing__item ul li span {
	display:block;
	font-size:.9em;
	padding-left:0px;
}

.pricing__item ul li.not-available * {
	color:#ccc !important;
}

.pricing__item ul li.warning strong::before {
	font-family:"Font Awesome 5 Free";
	content:"\f071";
	color:#ffc107;
	margin-right:0.5em;
}

.pricing__item ul li.not-available strong::before {
	font-family:"Font Awesome 5 Free";
	content:"\f057";
	color:#dc3545;
	margin-right:0.5em;
}

#pricing_plan_switch,
#pricing_currency_switch {
	text-align:right;
}

#pricing_plan_switch > div,
#pricing_currency_switch > div {
	display:inline-block;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}

#pricing_plan_switch > div {
	margin:.5em 1em;
}

#pricing_currency_switch > div {
	margin:.5em .5em;
}

#pricing_plan_switch > div:last-child,
#pricing_currency_switch > div:last-child {
	margin-right:0;
}

#pricing_plan_switch > div.active,
#pricing_currency_switch > div.active {
	border-bottom:1px solid #120851;
	color:#000;
}

#pricing_plan_switch > div.active::before,
#pricing_currency_switch > div.active::before {
	font-family:"Font Awesome 5 Free";
	content:"\f00c";
	margin-right:0.5em;
}

.pricing__item input.primary-btn,
.pricing__item button.primary-btn {
	border:none;
	width:100%;
}

section.howto-section {
	padding-top:50px;
	padding-bottom:50px;
}

html.pthu section.howto-section {
	padding-top:10px;
	padding-bottom:30px;
}

section.howto-section h3 {
	font-size:3.2em;
	font-weight:600;
	color:#1195ac;
	margin-top:1em;
	margin-bottom:0;
	text-transform:uppercase;
	text-align:center;
}

html.pthu section.howto-section h3 {
	font-size:2em;
}

section.howto-section p,
section.howto-section ol > li {
	font-size:1.5rem;
	font-weight:200;
	color:#666;
	margin-bottom:1em;
}

html.pthu section.howto-section p,
html.pthu section.howto-section ol > li {
	font-size:1.2rem;
}

section.howto-section ul > li {
	margin-bottom:0;
	list-style:none;
}

section.howto-section ul > li::before {
	content:"-";
	margin-right:.8em;
}

section.howto-section  ol {
	list-style: none;
	counter-reset: my-counter;
}

section.howto-section ol > li {
	counter-increment: my-counter;
	padding-left:5em;
	position:relative;
}

section.howto-section ol > li::before {
	content: counter(my-counter);
	font-size:.8em;
	color:#fff;
	background:#c6c6c6;
	padding:5px;
	border-radius:3px;
	width:2em;
	text-align:center;
	font-weight:600;
	display:block;
	left:1em;
	position:absolute;
}

div.between-section {
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	height:5em;
	margin-top:-2.5em;
}

section.faq-section {
	background:#ececec;
	padding-top:50px;
	padding-bottom:50px;
}

section.faq-section h3 {
	font-size:3.2em;
	font-weight:600;
	color:#1195ac;
	margin-top:1em;
	margin-bottom:1.5em;
	text-transform:uppercase;
	text-align:center;
}

html.pthu section.faq-section h3 {
	font-size:2em;
}

section.faq-section p {
	font-size:1.5rem;
	font-weight:200;
	margin-top:1em;
	margin-bottom:1em;
	font-weight:600;
}

html.pthu section.faq-section p {
	font-size:1.2rem;
}

.faq-question {
	color:#1195ac;
}

.faq-answer {
	color:#666;
}

footer.footer-section {
	background:linear-gradient(0deg, rgba(1,160,226,1) 0%, rgba(28,179,196,1) 100%);
	color:#fff;
	padding-top:20px;
	clear:both;
}

footer.footer-section ul.footer-nav {
	list-style: none;
	padding:0;
	margin:0;
}

footer.footer-section ul.footer-nav > li {
	margin:0 1em;
	padding:0;
	display:inline-block;
}

footer.footer-section ul.footer-nav > li:last-child {
	margin-right:0;
}

footer.footer-section ul.footer-nav > li > a {
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
}

section.breadcrumb-section {
	padding:20px
}

section.breadcrumb-section a {
	color:#888;
	text-decoration: none;
}

section.breadcrumb-section a:after {
	content:"/";
	margin:0 1em;
}

.termsbox {
	height:13em;
	border:1px solid #aaa;
	padding:1em;
	overflow-y:scroll;
	margin-bottom:0.5em;
}

.dropzone {
	border:1px dashed #ccc;
	border-radius:8px;
}

.tender-gallery .col {
	text-align:center;
}

.countdown {
	font-size:1.2em;
	text-align:center;
	background:#0080c8;
	padding:.8em .5em 0;
	border-radius:10px;
	color:#fff;
}

.countdown > p {
	font-size:1em;
	margin-bottom:0;
	color:#fff;
}

.countdown span {
	display:inline-block;
	padding:.2em 0 0.2em .5em;
	font-size:2em;
	width:2em;
	text-align:right;
	color:#fff;
}

.bidsection {
	font-size:1.2em;
	text-align:center;
	border:1px solid #ccc;
	background:#eee;
	padding:.8em .5em;
	border-radius:10px;
	margin-top:1em;
}

ul.timeline {
	list-style-type: none;
	position: relative;
}
ul.timeline:before {
	content: ' ';
	background: #d4d9df;
	display: inline-block;
	position: absolute;
	left: 29px;
	width: 2px;
	height: 100%;
	z-index: 400;
}
ul.timeline > li {
	margin: 20px 0;
	padding-left: 60px;
}
ul.timeline > li:before {
	content: ' ';
	background: white;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	border: 3px solid #120851;
	left: 20px;
	width: 20px;
	height: 20px;
	z-index: 400;
}

ul.timeline .answer {
	position: relative;
	max-width: 30em;
	background-color: #fff;
	padding: 1.125em 1.5em;
	font-size: 1.25em;
	border-radius: 1rem;
	box-shadow:	0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);
}

ul.timeline .answer::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	bottom: 100%;
	left: 1.5em;
	border: .75rem solid transparent;
	border-top: none;
	border-bottom-color: #fff;
	filter: drop-shadow(0 -2px 1px rgba(0, 0, 0, .15));
}

.bidsection .nav-link.active {
	border-radius:4px 4px 0 0;
}

.bidsection .tab-content {
	border-left:1px solid #dee2e6;
	border-right:1px solid #dee2e6;
	border-bottom:1px solid #dee2e6;
	border-radius:0 0 8px 8px;
	background:#fff;
	box-shadow:0 5px 10px #bbb;
	margin-bottom:1em;
}

.question-meta {
	color:#120851;
}

.tenderlogo-container {
	margin-bottom: 2em;
}

.bidlist {
	width:90%;
	margin:2em auto;
}

.bidlist {
	text-align:left;
}

.bidlist .item {}

.bidlist .item.quote .price {
	color:red;
}

.bidlist .item .price {
}

.bidlist .item .date {
	font-size:.8em;
	color:#666;
}

.bidlist .item .company {
	font-size:.8em;
	color:#666;
}

.bidlist .item .company a {
	color:#666;
}

.bidlist .item .company a:hover {
	color:#0056b3;
}

.bidlist .item .comment {
	font-size:.8em;
	color:#666;
}

.tender-welcome ul {
	font-size:14px;
	margin:.5em 3em;
}

.tender-welcome li {
	color:#444;
}

.tender-welcome .text-muted p {
	margin:0;
	color:#666;
}

.tender-welcome .text-muted p i.fa {
	font-size:0.8em;
}

.infoCollapse button.close.collapsed span {
	display:none;
}

.infoCollapse button.close.collapsed:after {
	font-size:0.8em;
	font-family:"Font Awesome 5 Free";
	content:"\f107";
}

body {
	padding-top:160px;
}

body.home {
	padding-top:0;
}

@media (max-width: 991px) {
	.navbar-collapse li.nav-item {
		display:block;
		text-align:right;
	}
	.navbar-collapse li.nav-item a {
		margin-left:0;
	}
}

@media (max-width: 767px) {
	.navbar-collapse {
		width:100%;
	}
	.navbar-collapse ul {
		padding:0;
	}
	.navbar-collapse li.nav-item {
		display:block;
		text-align:center;
	}
	.navbar-collapse li.nav-item a {
		margin-left:0;
	}
}

@media (max-width: 575px) {
	.pageheader-placeholder,
	header.pageheader {
		min-height:160px;
	}
	.home-herotexts {
		height:calc(100% - 160px);
	}
}

@media (max-width: 991px) {
	.home-header {
		min-height:auto;
	}
}

@media (min-width: 576px) {
	body {
		padding-top:150px;
	}
	.pageheader-placeholder {
		height:150px;
	}
	.home-herotexts {
		height:calc(100% - 150px);
	}
}

@media (min-width: 768px) {
	body {
		padding-top:95px;
	}
	.pageheader-placeholder {
		height:95px;
	}
	.navbar-toggler {
		margin-top:8px;
	}
	.home-herotexts {
		height:calc(100% - 95px);
	}
}

@media (min-width: 992px) {
	body {
		padding-top:95px;
	}
	.pageheader-placeholder {
		height:95px;
	}
	.home-herotexts {
		height:calc(100% - 95px);
	}
}

@media (min-width: 1200px) {
	body {
		padding-top:110px;
	}
	.pageheader-placeholder {
		height:110px;
	}
	.home-herotexts {
		height:calc(100% - 110px);
	}
}
