@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700;900&display=swap');

body {
	background: url(../img/bg.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	background-color: #F8F8F8;
	font-family: Raleway;


}

h3 {
	font-weight: 700;
}

h4 {
	color:#0097D8;
	font-weight: 700;
	font-size: 40px

}

h5 {
	font-size: 30px;
	font-weight: 700;
}

small {
	max-width: 700px;
	color:#0097D8;
	text-align: center;
	font-size: 16px
}

main {
	margin-top:50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:50px;
}

p {
	font-size: 16px;
}

a {
	text-decoration: none;
}

.bg {
	background: url(../img/bg.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

.line {
	width: 120px;
	height: 1px;
	background:#0097D8;
	margin-bottom: 10px;
	margin-top:5px;
} 

.pr {
	padding-right: calc(var(--bs-gutter-x) * .0);
}

.h-100 {
	height: 100%;
}

.show_img {
	z-index: -1;
	position: relative;
	width: 100%!important;
}

.show_bg {
	background-image: linear-gradient(0deg, #00569D 0%, rgba(0, 35, 101, 0) 100%);
	width: 100%;
	height: 100%;
	background-size: cover;
	color: white;
	position: relative;
}

.bottom-left {
	position: absolute;
	bottom: 15px;
	padding-left: 25px;
	width: 100%;
}

.box-line {
	width: 203px;
	height: 0px;
	border: 1px solid #FFFFFF;
	opacity: 0.6;
	margin:15px 0px 15px 0px;
}

.w70 {
	width: 67%;
}

.product_button {
	border: 1px solid #FFFFFF;
	width: 250px;
	height: 60px;
	background: none;
	color:white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 20px 0px 20px;
	margin-right: 10px;
	transition: 0.4s
}


.product_button:hover {
	color:#ccc;
	background: rgba(255, 255, 255, 0.17);

	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5.2px);
	-webkit-backdrop-filter: blur(5.2px);
	border: 1px solid rgba(255, 255, 255, 0.16);
}


.icls {
	margin-top:1px;
	font-size:20px!important;
}

.flex-area {
	display: flex;
}

.custom-container {
	padding:0 7vw;
}

.copy-area {
	margin:15px 0px 25px 0px;
}

.copy-area span {
	font-size:18px;
	color:#848484;
}

.header-bar {
	height: 40px;
	width: 100%;
	background: #0097D8;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color:white;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
	color:white;
}

.navbar-nav .nav-link {
	color:white;
}


.custom-container2 {
	padding: 0 11vw
}

.bg-gray {
	background: #F8F8F8;
	height: 250px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin-bottom:15px;

}

.content2 {
	background: #F8F8F8;
	padding:50px 0px 50px 0px;
	margin-bottom:30px;
}

.pad-cus {
	padding-top: 20px;
	padding-left: 30px;
}

.text-right {
	text-align: right;
}

.w60 {
	width: 65%!important;
    margin-left: 35%;
}


.page_content b {
	font-size:20px;
}

.image-box {
	background: #F8F8F8;
	padding:30px;
}

.btn-primary {
	background: #0097D8!important
}

@media screen and (max-width: 1367px) {
	p {
		font-size: 14px;
	}
	.product_button {
		width: 200px;
		padding: 0px 10px 0px 10px;
		height: 50px;
	}

	.flex-area h5 {
		font-size: 24px
	}

}

@media screen and (max-width: 1200px) {
	.flex-area h5 {
		font-size: 21px
	}

}


@media screen and (max-width: 992px) {
	.pr {
		padding-right: calc(var(--bs-gutter-x) * .5);
	}
	.header-bar {
		height: 100%;
		justify-content: flex-start;
	}
	.navbar-toggler {
		background: white
	}
}

@media screen and (max-width: 768px) {

	p {
		font-size:13px;
	}
	h5 {
		font-size:4vw;
	}

	.w70 {
		width: 100%;
		padding-right:15px;

	}

	.w30 {
		width: 100%;
	}
	.flex-area {
		flex-direction: column;
		align-items: flex-end;
	}
	.product_button {
		display: flex;
		height: 40px;
		width: 180px;
		padding: 0px 10px 0px 10px;
		font-size: 14px;
	}
	.icls {
		font-size:16px!important;
	}
	.bottom-left {
		bottom:15px;
	}

	.mob {
		flex-direction: column;
	}

	.w60 {
		width: 100%;
		margin-left:0%;
	}
}


@media screen and (max-width: 360px) {
	h4 {
		font-size:32px;
	}
}