html, body{
	font-family: Lato !important;
	overflow-x:hidden;
}
.btn_to_up{
	display: none;
	position: fixed;
	z-index: 1000;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: #0A406F;
	border: 2px solid #fff;
	border-radius: 20px;
	margin: 20px;
	padding: 10px;
	opacity: .7;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}
.btn_to_up:hover{
	opacity: 1;
}
.btn_to_up__img{
	width: 100%;
}
.nav-link__title{
	font-size: 13pt;
}
.shape{
	background-image: url(../img/shape1.svg);
}
.substrate{
	display: block;
	margin-top: -15px;
}
.sub{
	display: block;
	position: absolute;
	top: -15px;
	left: 0;
	width: 100%;
}
.sub1{
	margin-top: 25px;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.custom-toggler.navbar-toggler{
  border-color: rgb(255,255,255) !important;
} 
.navbar{
	padding-left: 0 !important;
}
.main_content{
	width: 100%;
	height: 100vh !important;
	background-image: url(../img/mainimg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	max-height: 1080px;
}
.header{
	width: 100%;
	background: #b70a0e;
	padding: 20px 0 0 0;
}
.header-logo{
	width: 100%;
	background: #041e4a;

}
.header-logo-text{
	padding: 20px 0;
}
.marketing_info_title{
	font-size: 45pt;
	font-weight: 900;
	line-height: 1.3em;
	color: #041e4a;
	width: 60%;
	text-transform: uppercase;
	margin-top: 50px;
}
.marketing_info{
	font-size: 18pt;
	text-align: center;
	color: #fff;
}
.title_section{
	color: #033159;
	font-size: 25pt;
	font-weight: 700;
}
.privilege{
	display: block;
	width: 100%;
	background: linear-gradient(0deg, #E9F4FF, #E9F4FF), #2A81D9;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
	border-radius: 5px;
	border-width: 3px;
	text-align: justify;
	margin-top: 20px;
	height: 330px;
}
.content-padding{
	padding-left: 330px;
	padding-right: 330px;
}

.slider {
	position: relative;
	width: 100%;
	height: 510px;
	overflow: hidden;
}

.slides {
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;

	-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
	-moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
	-ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
	-o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);

}


.slide {
	height: 100%;
	float: left;
	clear: none;
	list-style-type: none;
}
/*edit div instead figure and setup width 100%*/
.slide div {
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
}
/*edit div instead figure*/
.slide div figcaption a {
	color: #5a7fbc;
	text-decoration: none;
}
/*edit div instead figure*/
.slide div figcaption a:hover { text-decoration: underline; }

/*edit div instead figure*/
.slide div img {
	/*width: 100%;*/
	max-width: 100%;
	max-height: 480px;
}

.slider-arrow {
	display: none;
}

.slider-nav {
	position: absolute;
	bottom: 0px;
}

.slider-nav__item {
	width: 20px;
	height: 20px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	background: #95A5A6;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 10px;
	margin-top: 20px;
}

.slider-nav__item:hover { 
	background: #bababa; 
}

.slider-nav__item--current, 
.slider-nav__item--current:hover {
	background: #0387F7; 
}

.description_product{
	width: 100%;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
}
.btn-submit-application{
	display: block;
	width: 250px;
	color: #fff !important;
	text-align: center;
	background: linear-gradient(to right, #0387F7, #0066BD);
	box-shadow: 0px 4px 20px rgba(1, 110, 202, 0.65);
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none;
}
.btn-submit-application:hover{
	text-decoration: none;
}
.title_product{
	font-size: 20pt;
}

.darkblue-gradient-bg{
	display: block;
	background: linear-gradient(
		to bottom,
		#0A406F, 
		#00294D
		);
}
.privilege_product{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.privilege_product__title_text{
	color: #fff;
	font-size: 19pt;
	font-weight: 800;
}
.privilege_product__text{
	color: #fff;
	text-align: justify;

}

.feedback{
	background: #E9F4FF;
	border: 3px solid rgba(0, 101, 186, .05);
	box-shadow: 0px 4px 78px rgba(1, 110, 202, 0.25);
	border-radius: 5px;
	position: relative;
}
.feedback__title_text{
	color: #033159;
	font-size: 25pt;
	font-weight: 600;
}
.feedback__title_text_label{
	color: #033159;
	font-size: 16pt;
	font-weight: 400;
}
.btn-submit-feedback__btn{
	border: 0;
	background: 0;
	color: #fff;
	font-size: 16pt;
	font-weight: 400;
	background: url(../img/shape3.svg);
	background-position: 0% 0%;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	right: -3px;
	bottom: -3px;
	cursor: pointer !important;
	display: block;
	width: 250px;
	height: 150px;
}

.btn-submit-feedback__btn:focus{
	outline: none;
}

.form-group > .feedback-field{
	height: 55px;
}

.form-email-width{
	width: 70%;
}
.contacts_substrait{
	position: absolute;
	width: 100%;
	min-width: 1540px;
}

.contacts_section{
	width: 100%;
	background: #00294D;
	margin-top: 50px;
	padding-top: 20px;
}
.contact{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	min-height: 250px;
	height: 100%;
}
.contact__item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.contact__info_title{
	color: #fff;
	text-align: center;
	font-size: 25pt;
	padding-right: 40px;
}
.contact__info{
	color: #fff;
	text-align: center;
	font-size: 18pt;
	font-weight: 300;
}
.blur{
	background: linear-gradient(
		to bottom,
		#0A406F, 
		#00294D
		);
}
.main_page{
	height: 100vh;
	display: flex;
    align-items: center;
    align-content: center; 
    justify-content: center; 
}
.login-form{
	width: 100%;
	padding: 40px;
	background: #3498db;
	border-radius: 10px;
}
.login-field{
	background: #2980b9 !important;
	border: 0 !important;
	color: #fff !important;
}
.privilege-icon{
	display: block;
	width: 100px;
	height: 100px;
}
.images_product_admin{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.image_product_admin{
	width: 250px;
}
.img_product_admin_manage_btns{
	display: flex;
	flex-direction: column;
	margin-right: 20px;
}

@media only screen and (max-width: 1919px){
	.content-padding{
		padding-left: 190px;
		padding-right: 190px;		
	}

}
@media only screen and (max-width: 1580px){
	.privilege{
		height: 365px;
	}
}

@media only screen and (max-width: 1488px){
	.privilege{
		height: 380px;
	}
}

@media only screen and (max-width: 1365px){
	.content-padding{
		padding-left: 150px;
		padding-right: 150px;		
	}
	/*.slider{
		height: 420px;
	}*/
	.privilege{
		height: 350px;
	}
}
@media only screen and (max-width: 1279px){
	.content-padding{
		padding-left: 100px;
		padding-right: 100px;		
	}
	/*.slider{
		height: 420px;
	}*/
	.privilege{
		height: 380px;
	}
}

@media only screen and (max-width: 1200px){
	.privilege{
		height: 320px;
	}
}

@media only screen and (max-width: 1080px){
	.content-padding{
		padding-left: 70px;
		padding-right: 70px;		
	}
	/*.slider{
		height: 390px;
	}*/
	.privilege{
		height: 310px;
	}
}

@media only screen and (max-width: 991px){
	.content-padding{
		padding-left: 40px;
		padding-right: 40px;		
	}
	/*.slider{
		height: 520px;
		margin-bottom: 30px;
	}*/
	.form-email-width{
		width: 60%;
	}
	.privilege{
		height: 360px;
	}
}

@media only screen and (max-width: 768px){
	.content-padding{
		padding-left: 20px;
		padding-right: 20px;		
	}
	.sub{
		display: block;
		position: absolute;
		top: -5px;
		left: 0;
	}
	.btn-submit-feedback__btn{
		width: 230px;
		height: 130px;
	}
	.form-email-width{
		width: 60%;
	}
	.btn_to_up{
		width: 50px;
		height: 50px;
		padding: 10px;
	}
	.btn_to_up__img{
		width: 100%;
	}
	.privilege{
		height: 280px;
	}
	.header-logo-text > img{
		width: 80%;
	}

	.marketing_info_title{
		font-size: 35pt;
		line-height: 1.4em;
	}
}
@media only screen and (max-width: 679px){
	/*.slider{
		height: 500px;
	}*/
	.btn-submit-feedback__btn{
		font-size: 12pt;
		width: 100%;
		height: 60px;
		background: linear-gradient(to right, #0387F7, #0066BD);
		position: relative;
	}
	.form-email-width{
		width: 100%;
	}
	.privilege{
		height: 280px;
	}
}

@media only screen and (max-width: 634px) {
	.privilege{
		height: 290px;
	}
}

@media only screen and (max-width: 579px) {
	.privilege{
		height: 300px;
	}
}

@media only screen and (max-width: 565px){
	.content-padding{
		padding-left: 20px;
		padding-right: 20px;		
	}
	.sub{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.btn-submit-feedback__btn{
		width: 150px;
		height: 50px;
	}
	/*.slider{
		height: 450px;
	}*/
	.btn-submit-feedback__btn{
		font-size: 12pt;
		width: 100%;
		height: 60px;
		background: linear-gradient(to right, #0387F7, #0066BD);
		position: relative;
	}
	.form-email-width{
		width: 100%;
	}
	.marketing_info_title{
		font-size: 31pt;
		line-height: 1.2em;
	}
}

@media only screen and (max-width: 468px) {
	.privilege{
		height: 320px;
	}
}

@media only screen and (max-width: 460px){
	/*.slider{
		height: 370px;
	}*/
	.btn-submit-feedback__btn{
		font-size: 12pt;
		width: 100%;
		height: 60px;
		background: linear-gradient(to right, #0387F7, #0066BD);
		position: relative;
	}
	.form-email-width{
		width: 100%;
	}

}
@media only screen and (max-width: 410px){
	.content-padding{
		padding-left: 20px;
		padding-right: 20px;		
	}
	.sub{
		display: block;
		position: absolute;
		top: -2px;
		left: 0;
	}
	.logo{
		width: 50%;
	}
	.main_content{
		width: 100%;
		height: 650px;
		background-image: url(../img/mainimg.png);
		background-repeat: repeat-x;
		background-position: 50% 0%;
		max-height: 1080px;
	}
	/*.slider{
		height: 300px;
	}*/

	.feedback__title_text{
		font-size: 18pt;
	}
	.feedback__title_text_label{
		font-size: 12pt;
	}
	.btn-submit-feedback__btn{
		font-size: 12pt;
		width: 100%;
		height: 60px;
		background: linear-gradient(to right, #0387F7, #0066BD);
		position: relative;
	}
	.form-email-width{
		width: 100%;
	}
	.main_content{
		width: 100%;
		height: 100vh;
		background-image: url(../img/mainimg.png);
		background-size: 100% 100%;
		min-height: 770px;
		max-height: 1080px;
	}
	.marketing_info_title{
		font-size: 21pt;
		line-height: 1.2em;
	}
}
@media only screen and (max-width: 385px){
	.content-padding{
		padding-left: 20px;
		padding-right: 20px;		
	}
	.sub{
		display: block;
		position: absolute;
		top: -1px;
		left: 0;
	}
	.logo{
		width: 50%;
	}
	.main_content{
		width: 100%;
		height: 100vh;
		background-image: url(../img/mainimg.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		min-height: 700px;
		max-height: 1080px;
	}
	.marketing_info_title{
		font-size: 30pt;
		font-weight: bold;
		text-align: center;
		color: #fff;
	}
	.marketing_info{
		font-size: 14pt;
		text-align: center;
		color: #fff;
	}
	/*.slider{
		height: 260px;
	}*/
	.privilege_product__title_text{
		font-size: 18pt;
	}
	.privilege_product__text{
		font-size: 12pt;
	}
	.feedback__title_text{
		font-size: 18pt;
	}
	.feedback__title_text_label{
		font-size: 12pt;
	}
	.btn-submit-feedback__btn{
		font-size: 12pt;
		width: 100%;
		height: 60px;
		background: linear-gradient(to right, #0387F7, #0066BD);
		position: relative;
	}
	.form-email-width{
		width: 100%;
	}
	.privilege{
		height: 360px;
	}
}
@media only screen and (max-width: 320px){
	.sub{
		display: block;
		position: absolute;
		top: -1px;
		left: 0;
	}
	.sub1{
		margin-top: 20px;
	}
	.privilege{
		height: 380px;
	}
}