@font-face {
	font-family: 'AvantGarde-DemiBold';
	font-family: 'AvantGarde-Medium';
	src: url(../fonts/AvantGarde-DemiBold.woff) format('woff');
	src: url(../fonts/AvantGarde-Medium.woff) format('woff');
}

:root {
	--primary: #002063;
	--back: #000;
	---black_300: #ccc;
	---black_600: #666;
	---white: #fff;
	--fontRegl: 'AvantGarde-Medium';
	--fontBold: 'AvantGarde-Medium';
}

.logo {
}

.page-wrapper {
	background-color: #fff
}

.logo img {
	height: 60px
}

.subTitle {
	text-align: center;
	margin: 0 auto;
	font-size: 24px;
	margin-bottom: 10px
}

.stickyHdr {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center
}

.vidHdr {
	width: 300px;
	overflow: hidden;
	height: 660px;
	position: absolute;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000
}

	.vidHdr video {
		position: absolute;
		z-index: 1;
		width: 550px
	}

.sticky_wrap {
	font-size: 14px
}

.powrHdr {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	margin-top: 20px;
	align-items: flex-end;
	width: 15%
}

	.powrHdr .powrHdr_text {
		display: flex;
		flex-direction: column
	}

	.powrHdr p {
		color: #fff;
		margin: 0;
		font-size: 12px
	}

	.powrHdr .img-hdr a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		text-decoration: none
	}

		.powrHdr .img-hdr a img {
			width: 60px;
			margin-right: 10px
		}

		.powrHdr .img-hdr a .powrHdr_title {
			opacity: 1;
			margin: 0;
			text-transform: uppercase;
			font-size: 13px;
			letter-spacing: 1px;
			font-weight: 700
		}

		.powrHdr .img-hdr a:hover .powrHdr_title {
			opacity: 1;
			transition: 3s;
			transform: translateY(10px)
		}

.bannerWrap {
	width: 90%;
	margin: auto;
	border-radius: 25px;
	margin-top: 120px;
	height: 600px;
	display: flex;
	color: #fff;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	padding: 30px
}

	.bannerWrap h1 {
		color: #fff
	}

.footer_link {
	width: 100%;
	justify-content: space-between;
	display: flex;
	justify-content: space-between
}

	.footer_link .nav-link {
		color: var(---white);
	}

.tncHdr {
	padding: 0 50px
}

	.tncHdr p {
		margin-left: 30px
	}

	.tncHdr ol {
		margin-left: -5px
	}

	.tncHdr ul {
		margin-left: 15px
	}

.prvacy_hdr {
	padding: 0 50px
}

	.prvacy_hdr ol {
		margin-left: 30px
	}

	.prvacy_hdr ul {
		margin-left: 15px
	}

		.prvacy_hdr ul li {
			margin-bottom: 5px
		}

.ban_Wrap .banner_img {
	width: 100%
}

.ban_Cont {
	left: 10%;
	top: 20%;
	position: relative
}

.ban_Cont1 {
	left: 10%;
	top: 25%;
	position: relative
}

	.ban_Cont1 .display-6, .ban_Cont .display-4, .ban_Cont .display-6, .ban_Cont1 .display-4 {
		display: inline;
		background-color: #002063;
		color: #fff
	}

.ban_Cont p {
	margin: 0
}

.ban_Wrap .blockquote {
	position: relative;
	color: var(--ar-blockquote-color);
	font-size: var(--ar-blockquote-font-size);
	padding-top: calc(var(--ar-blockquote-mark-size) + 1.05rem);
	padding-left: 0
}

.ratio-16x9 {
	--ar-aspect-ratio: 53.25%
}

.bus_head {
	text-align: center;
	padding: 50px 0
}

	.bus_head h2 {
		font-size: 36px
	}

	.bus_head p {
		font-size: 16px
	}

.bus_fea .zoom-effect-wrapper {
	box-shadow: 0 0 10px #ccc;
	border-radius: 10px
}

.bus_fea_wrap {
	display: flex;
	flex-direction: row;
	margin-top: 30px;
	justify-content: space-around
}

	.bus_fea_wrap .bus_fea {
		margin: 0 10px
	}

.bus_cont_hdr {
	margin-top: 10px
}

	.bus_cont_hdr strong {
		font-size: 16px
	}

	.bus_cont_hdr p {
		font-size: 14px
	}

.bus_cont_wrap {
	margin-top: 100px;
	font-family: var(--fontRegl);
}

	.bus_cont_wrap .masonry-grid-item {
		margin-bottom: 10px;
	}

	.bus_cont_wrap h3 {
		font-weight: 700;
		font-size: 20px;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.bus_cont_wrap .card-news {
		border-radius: 10px;
	}

		.bus_cont_wrap .card-news .card-body {
			padding: 20px 40px;
			padding-bottom: 10px !important;
		}

		.bus_cont_wrap .card-news .card-footer {
			padding-bottom: 0px;
		}

	.bus_cont_wrap section {
		border-bottom: 1px solid #ccc;
		margin-bottom: 50px
	}

.bus_cont_hdr_img .bg-info {
	background-color: #fff !important;
	padding: 10px
}

.bus_cont_hdr_img img {
	height: 400px;
	width: auto
}

.nav-link {
	color: var(--ar-primary);
}

.navbar-stuck .nav-link {
	color: #666
}

.min-h500 {
	min-height: 500px
}

.new_imgHdr p {
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	padding: 10px
}

.new_imgHdr_full img {
	width: 100%;
	height: auto
}

.new_imgHdr p img {
	display: flex;
	justify-content: center;
	margin: 10px
}

.buy_now {
	display: none !important;
}

.bus_cont_hdr_img img {
	width: 100%;
	height: auto
}

.cont_add_hdr a {
	color: var(---black_600);
}

.bus_cont_wrap_bs section {
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px;
}

@media(max-width:650px) {
	.logo img {
		height: 40px
	}

	.bannerWrap {
		margin-top: 80px;
		height: auto;
		padding: 10px
	}

		.bannerWrap h1 {
			color: #fff;
			font-size: 1.5rem
		}

	.subTitle {
		font-size: 18px
	}

	.key_pt {
		padding: 30px;
		top: 100px;
		position: relative;
		padding-bottom: 80px;
		padding-top: 100px
	}

	.powrHdr {
		width: 100%;
		justify-content: center;
		align-items: center
	}

	.footer_link {
		width: 100%;
		padding: 20px 0
	}

	.bus_fea_wrap {
		display: block
	}

	.bus_cont_wrap .bus_cont_1 {
		order: 1
	}

	.bus_cont_wrap .bus_cont_2 {
		order: 2
	}

	.ratio-16x9 .ban_img {
		background-position-x: 50% !important
	}

	.ratio-16x9 {
		display: flex;
		justify-content: center;
		align-items: center
	}

	.ban_Cont {
		transform: scale(.8)
	}

	.ban_Cont, .ban_Cont1 {
		transform: scale(.8);
		top: 29%;
		background: #00000054;
		padding: 20px
	}

		.ban_Cont p, .ban_Cont1 p {
			color: #fff
		}

	.section_app {
		padding-bottom: 20px;
		margin-bottom: 20px;
		order: 2
	}

	.section_app_img {
		margin-top: 20px;
		order: 1
	}

	.nav-link {
		color: #666
	}

	.swiper-nav-onhover .btn-prev, .swiper-nav-onhover .btn-next {
		opacity: 1 !important
	}

	.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
		display: none
	}

	.page-wrapper {
		margin-bottom: 70px
	}
}
