@font-face {
    font-family: 'termina-regular';
    src: url('../fonts/termina-regular-webfont.woff2') format('woff2'),
         url('../fonts/termina-regular-webfont.woff') format('woff');
	font-variation-settings: 'wght' 400;
    font-style: normal;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-VariableFont_slnt,wght.ttf);
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 { /*reset for mobile browsers */
	font-variation-settings: 'wght' normal;
	}
	
	
body{
	font-family: 'Inter';
	color: #111B25;
}
#alert-1 {
		margin-top:15px;
		position: fixed;
		z-index:99;
		font-size:26px;
 }
.nav-item{
	font-family: 'Inter';
	font-variation-settings: 'wght' 600;
	font-size: 22px;
	line-height: 52px;
	padding: 10px;
}
.dropdown-item{
	font-size: 20px;
}
.logo{
	height: 92px;
}


.section-customers{
	justify-content: center;
	background: #FFFFFF;
}
.section-customers span{
	display: block;
}
.section-customers img{
	width: auto;
	height: auto;
	max-width: 90%;

}

.quick-form img{
	max-width: 100%;
	margin-left: -18px;
}

.quick-form ::placeholder {
  	color: #0051FE;
 	opacity: 1; /* Firefox */
	font-style: italic;
}
.quick-form ::-ms-input-placeholder { /* Microsoft Edge */
 	color: #0051FE;
	font-style: italic;
}
.quick-form button{
	margin-top: 18px;
	border: 1px solid #0051FE;
	color: #0051FE;
	background-color: #FFFFFF;
	border-radius: 2px;
	padding: 20px;
	font-variation-settings: 'wght' 700;
	font-size: 16px;
	line-height: 19px;
}

.frow{
	vertical-align: text-top;
}

.srow a{
	text-decoration: none;
	color: #111B25;
}
.srow a:hover{
	text-decoration: underline;
	color: #0051FE;
}
.frow a{
	text-decoration: none;
	color: #111B25;
}
.frow a:hover{
	text-decoration: underline;
	color: #0051FE;
}
.iconlnk{
	margin-right: 15px;
	height: 18px;
	margin-bottom: 10px;
	text-decoration: none;
}
.iconlnk:hover{
	color:#0051FE;
	text-decoration: none;
}

.footer a{
	color: rgba(255, 255, 255, 0.65);
	text-decoration: none;
}
.footer a:hover{
	color:#FFD800;
	text-decoration: underline;
}
.button-offc{
	padding: 20px;
	background: #0051FE;
	border-radius: 2px;
	font-variation-settings: 'wght' 700;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	border: 0px;
	float:center;
}
.shop-cart-min{
	border: 1px solid #F2F6FF;
	border-radius: 5px;
}
.shop-cart-item{
	border-bottom: 1px solid #F2F6FF;
	width:95%;
}
.shop-cart-item h1{
	font-variation-settings: 'wght' 500;
	font-size: 14px;
	line-height: 24px;
	color: #111B25;
	display: inline;
}
.shop-cart-item img{
	width:65px;
}
.shop-cart-item .btn-close{
	font-size: 12px;
	margin:0px;
	padding: 0px;
}
@media only screen and (min-width: 250px){
	.offcanvas-size-xl{
		width:900px;
	}
	#alert-1 {
		font-size:40px;
    }
	.black_container{
		align-items: center;
		height: auto !important;
		background: #111B25;
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.section-customers h2{
		font-variation-settings: 'wght' 400;
		font-size: 24px;
		line-height: 34px;
		text-align: center;
		letter-spacing: 0.05em;
		text-transform: uppercase;
		color: #111B25;
		margin-top:50px;
		margin-bottom: 35px;
	}
	.section-customers img{
		width: auto;
		max-width: 175px;
		margin-top: auto;
		margin-bottom: auto;
	}
	.footer-all{
		align-items: center;
		vertical-align: top;
		min-height: 400px;
		background: #F2F6FF;
	}
	.quick-form{
		font-variation-settings: 'wght' 400;
		font-size: 24px;
		line-height: 28px;
		margin-top: 25px;
		margin-bottom:40px;
	}
	.footer-all h3{
		text-decoration:underline 2px solid #FFD800;
		color: #0051FE;
		font-variation-settings: 'wght' 700;
		font-size: 26px;
		line-height: 28px;
		letter-spacing: 0.05em;
		text-transform: uppercase;
		display: block;
	}
	.quick-form input{
		border: 0px;
		border-bottom: 1px solid #0051FE;
		color: #0051FE;
		background-color: #FFF;
		font-size: 20px;
		line-height: 26px;
		display: block;
		max-width: 70%;
	}
	.quick-form p{
		font-variation-settings: 'wght' 400;
		font-size: 24px;
		line-height: 30px;
	}
	.srow{
		font-size: 24px;
	}
	.frow{
		font-size: 24px;
	}
	.footer p{
		font-variation-settings: 'wght' 400;
		font-size: 24px;
		line-height: 28px;
		/* identical to box height, or 186% */
		color: rgba(255, 255, 255, 0.65);
		/* Inside auto layout */
	}
	.footer{
		align-items: center;
		min-height: 50px auto !important;
		background: #111B25;
		padding-top: 14px;
	}
	
}

@media only screen and (min-width: 1000px){
	.offcanvas-size-xl{
		width:550px;
	}
	#alert-1 {
		font-size:28px;
    }
	.black_container-video{
		align-items: center;
		min-height:800px;
		height: auto !important;
		background: #111B25;
		padding:0px;
	}
	.black_container{
		align-items: center;
		height: auto !important;
		background: #111B25;
		padding-left: 0px;
		padding-bottom: 40px;
		padding-top: 50px;
	}
	.section-customers h2{
		font-variation-settings: 'wght' 400;
		font-size: 19px;
		line-height: 36px;
		text-align: center;
		letter-spacing: 0.05em;
		text-transform: uppercase;
		color: #111B25;
		margin-top: 60px;
		margin-bottom: 45px;
	}
	.footer-all{
		align-items: center;
		vertical-align: top;
		min-height: 400px;
		background: #F2F6FF;
	}
	.section-customers img{
		min-width: 200px;
		margin-top: auto;
		margin-bottom: auto;
	}
	.footer-all h3{
		text-decoration:underline 2px solid #FFD800;
		color: #0051FE;
		font-variation-settings: 'wght' 700;
		font-size: 14px;
		line-height: 26px;
		letter-spacing: 0.05em;
		text-transform: uppercase;
		display: block;
	}
	.quick-form input{
		border: 0px;
		border-bottom: 1px solid #0051FE;
		color: #0051FE;
		background-color: #FFF;
		font-size: 14px;
		line-height: 26px;
		display: block;
		width: 100%;
	}
	.quick-form p{
		font-variation-settings: 'wght' 400;
		font-size: 14px;
		line-height: 24px;
	}
	.srow{
		font-size: 14px;
	}
	.frow{
		font-size: 14px;
	}
	.footer p{
		font-variation-settings: 'wght' 400;
		font-size: 14px;
		line-height: 26px;
		/* identical to box height, or 186% */
		color: rgba(255, 255, 255, 0.65);
		/* Inside auto layout */
	}
	.footer{
		align-items: center;
		min-height: 50px auto !important;
		background: #111B25;
		padding-top: 10px;
		
	}
}

