body {
	background: url('../images/bgbanner1.jpg') no-repeat 50% 0;
	background-size: cover;
}
.site-section {
	position: relative;
	/* min-height: 100vh */
}
.swaper {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	max-width: 1110px;
	left: 0;
	right: 0;
	margin: auto;
}
.swaper p {
	color: #FFF;
	margin-bottom: 0
}
.mb20 {
	margin-bottom: 20px;
}
.bgpage {
	position: relative;
	background-color: #fff;
	background-position: center bottom;
	padding: 0 80px 200px 80px;
	width: 100%;
	border-radius: 10px;
	border-bottom-right-radius: 50px;
	margin-top: -100px;
}
.bgpage:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 170px;
	background-image: url("../images/waveline.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.bgpage p, .bgpage li, .bgpage h1, .bgpage h2, .bgpage h3, .bgpage h4 {
	font-family: 'Prompt', sans-serif !important;
}
.bgpage h1 {
	font-size: 30px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300
}
.bgpage h2 {
	font-size: 25px;
	font-weight: 600;
	color: #333;
	margin: 30px 0;
}
.bgpage h3 {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin: 40px 0 10px 0;
}
.bgpage h3 b {
	font-weight: 400
}
/* .bgpage p, .bgpage li {
	font-size: 16px;
	font-weight: 300;
	color: #333;
} */

/* @media (max-width: 1200px) {
.bgpage {
	margin-top:0 !important;
}
} */
.skewmask {
	position: absolute;
	background: #0b4da1;
	top: 0;
	width: 100%;
	height: 300px;
	left: 0;
	right: 0;
	bottom: auto;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 93%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 93%, 0% 100%);
}
.box {
	display: block;
	width: 100%;
	max-width: 480px;
	padding: 60px 50px 50px 50px;
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	border-radius: 5px;
	transition: 0.25s;
	background-color: #FFF;
	box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, .2);/*     margin-top: 100px */
}
.box img {
	width: 80px
}
.box input[type="text"], .box input[type="password"] {
	border: 0;
	background: none;
	display: block;
	margin: 20px auto;
	text-align: center;
	border: 2px solid #3498db;
	padding: 10px 10px;
	max-width: 350px;
	width: 100%;
	outline: none;
	color: #333;
	border-radius: 24px;
	transition: 0.25s
}
.text-muted {
	color: #666666 !important
}
.box h1 {
	color: #333;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 30px;
}
.box input[type="text"]:focus, .box input[type="password"]:focus {
	width: 300px;
	border-color: #2ecc71
}
.box input[type="submit"], .btnsignup {
	border: 0;
	font-size: 14px;
	display: block;
	margin: 20px auto;
	text-align: center;
	padding: 10px 20px;
	outline: none;
	width: 100%;
	max-width: 350px;
	color: white;
	border-radius: 50px;
	transition: 0.25s;
	cursor: pointer;
	background: #0b4da1 none
}
.btnsubmit, .btnsubmit:hover {
	border: 0;
	font-size: 14px;
	display: block;
	margin: 20px auto;
	text-align: center;
	padding: 10px 20px;
	outline: none;
	width: 100%;
	max-width: 350px;
	color: #FFF !important;
	border-radius: 50px;
	transition: 0.25s;
	cursor: pointer;
	background: #0b4da1 none
}
.btnsignup, .btnsignup:hover {
	background: #dadada;
	color: #333;
}
.box input[type="submit"]:hover {
	background: #0b4da1 !important
}
.forgot {
	text-decoration: underline
}
ul.social-network {
	list-style: none;
	display: inline;
	margin-left: 0 !important;
	padding: 0
}
table {
	font-family: '', sans-serif !important;
	font-weight: 300 !important;
}
table td {
	font-family: 'Prompt', sans-serif !important;
	font-weight: 300 !important;
	font-size: 16px !important;
	padding: 20px;
}
table tr {
	font-family: 'Prompt', sans-serif !important;
	font-weight: 300 !important;
}

@media (max-width: 1200px) {
.bgpage {
	background: none #FFF;
	/* padding-bottom: 50px; */
	/* min-height: 100vh; */
}
.skewmask {
	display: none
}
/* .site-section {
	padding: 20px;
	min-height: 100vh;
} */
.box {
	position: relative !important;
	top: 0%;
}
}

/* about us */

.event {
	display: inline-block;
	width: 100%;
	padding: 0 20px;
}
.event__date {
	position: relative;
	display: inline-block;
	font-family: 'Prompt', sans-serif;
	white-space: nowrap;
	font-size: 18px;
	letter-spacing: 0.2px;
	color: #333;
	font-weight: 600 !important;
	background: #dadada;
	border-radius: 20px;
	margin-bottom: 10px;
	padding: 5px 30px;
	min-width: 150px;
}
.event__content {
	font-family: 'Prompt', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	font-weight: 400;
	opacity: 0.8;
}
.roadmap.roadmap--orientation-vertical .roadmap__events__event .event {
	top: auto
}
.roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(odd) .event {
	top: -15px
}
.roadmap.roadmap--orientation-auto .roadmap__navigation>* a i {
	color: #838383 !important
}

@media (max-width: 766px) {
.event__date {
	font-size: 14px !important;
	padding: 10px;
	white-space: normal;
	border-radius: 0;
	line-height: 1em
}
}

.active.custom-file-control:focus:before, .active.custom-file-control:hover:before, .active.focus.custom-file-control:before, .btn.active.focus, .btn.active:focus, .btn.active:hover, .btn:active.focus, .btn:active:focus, .btn:active:hover, .custom-file-control:active.focus:before, .custom-file-control:active:focus:before, .custom-file-control:active:hover:before, .open>.btn.dropdown-toggle.focus, .open>.btn.dropdown-toggle:focus, .open>.btn.dropdown-toggle:hover, .open>.dropdown-toggle.custom-file-control:focus:before, .open>.dropdown-toggle.custom-file-control:hover:before, .open>.dropdown-toggle.focus.custom-file-control:before {
	background-color: #00864c;
}
.mt-footer2 {
	margin-top: -15%;
}

@media (max-width: 1200px) {
.mt-footer2 {
	margin-top: -10%;
}
}

/* .card-header .btn-extend.btn-link span,
.card-body span {
	color: #333;
} */


/* xl - more 1 */
@media (min-width: 1549px) and (max-width: 1740px) {
}

/* xl - more 2 */
@media (min-width: 1299px) and (max-width: 1550px) {
}

/* xl - more 3 */
@media (min-width: 1200px) and (max-width: 1300px) {
.swaper {
	padding-left:15px;
	padding-right:15px;
	max-width: 1000px;
}
}

/* xl */
@media (min-width: 1200px) { }

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {

.site-section {
	/* padding: 110px 0 30px 0; */
	padding: 0 0 30px 0;
}
.bgpage {
	margin-top: -80px;
	padding: 0 50px 170px 50px;
}
.bgpage:before {
	height: 150px;
}
.bgpage p, .bgpage li {
	font-size: 16px;
}

.headerbox {
	height: 350px;
}
.swaper {
	max-width: 820px;
}
.headerbox h1 {
    font-size: 28px;
    line-height: 33px;
}
.headerbox h2 {
    font-size: 20px;
    line-height: 25px;
}

/* .event__date {
	width: 150px !important;
	min-width: 0 !important;
} */
.roadmap.roadmap--orientation-auto .roadmap__events__event .event {
	width: 90%;
}

}

/* md - sm - xs */
@media (max-width: 991.98px) {
	
.bgpage {
	margin-top:0 !important;
}	

}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {

.site-section {
	padding: 100px 0 30px 0;
}
.bgpage {
	padding: 0 50px 180px 50px;
}
.bgpage:before {
	height: 150px;
}
.bgpage p, .bgpage li {
	font-size: 16px;
}

.event__date {
	width: 200px !important;
	min-width: 0 !important;
	margin-bottom: 10px;
}
.roadmap.roadmap--orientation-auto .roadmap__events {
    width: 100%;
    max-width: 780px;
}
.roadmap.roadmap--orientation-auto.roadmap--initialized .roadmap__events .roadmap__events__event .event {
	margin-top: -10px;
}
.event__content {
	font-size: 12px;
	line-height: 18px;
}

}

/* sm - xs */
@media (max-width: 767.98px) {

.bgpage:before {
	display: none !important;
}

.event {
	padding: 0;
}
.event__date {
	width: 100% !important;
	min-width: 0 !important;
	margin-bottom: 10px;
	border-radius: 5px !important;
}
#timeline.roadmap.roadmap--orientation-auto .roadmap__events {
    width: 100%;
    max-width: 100%;
}
#timeline.roadmap.roadmap--orientation-auto.roadmap--initialized .roadmap__events .roadmap__events__event .event {
	margin-top: -7px;
}
#timeline.roadmap.roadmap--orientation-auto.roadmap--initialized .roadmap__events .roadmap__events__event:nth-child(odd) .event {
	margin-left: 0 !important;
}
#timeline.roadmap.roadmap--orientation-auto.roadmap--initialized .roadmap__events .roadmap__events__event:nth-child(even) .event {
	margin-right: 0 !important;
}
.event__content {
	font-size: 12px;
	line-height: 18px;
}

}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {

.site-section {
	padding: 100px 0 30px 0;
}
.bgpage {
	padding: 0 50px 50px 50px;
}
.bgpage p, .bgpage li {
	font-size: 16px;
}
.bgpage h3 {
	font-size: 19px;
	line-height: 30px;
    margin: 30px 0 10px 0;
}

#timeline.roadmap.roadmap--orientation-auto .roadmap__events__event .event {
    top: -10px;
    width:calc( 50% - 48px );
}

}

/* xs */
@media (max-width: 575.98px) {

.site-section {
	padding: 90px 0 20px 0;
}
.bgpage {
	padding: 0 30px 30px 30px;
}
.bgpage p, .bgpage li {
	font-size: 15px;
}
.bgpage h3 {
	font-size: 17px;
	line-height: 25px;
    margin: 30px 0 10px 0;
}

#timeline.roadmap.roadmap--orientation-auto .roadmap__events__event .event {
    top: -10px;
    width:calc( 50% - 32px );
}

.filter-faqs-row {
	margin-bottom: 20px !important;
}
.filter-faqs-row .col-cate+.col-search {
	margin-top: 20px !important;
}

}

/* xs - more */
@media (max-width: 480px) {

.site-section {
	padding: 90px 0 20px 0;
}
.bgpage {
	padding: 0 30px 30px 30px;
}
.bgpage p, .bgpage li {
	font-size: 15px;
}

}
