@font-face {
	font-family: "HEAVENT";
	src: url("../fonts/DB HEAVENT MED V3.2.1.TTF");
}

body {
	font-family: 'HEAVENT', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
td,
th {
	font-family: 'HEAVENT', sans-serif !important;
}
.none{
	display: none;
}
.tab-content img{
	width: 100%!important;
}
.navbar-nav a {
	font-size: 20px;
}

.img-w-100{
    width: 100%;
}
.txt-left{
   text-align: left; 
}
.txt-center{
   text-align: center; 
}
.txt-right{
   text-align: right; 
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px!important;
}
.mt-20{
    margin-top: 20px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}

.ml-10{
    margin-left: 10px;
}
.ml-20{
    margin-left: 20px;
}
.mr-10{
    margin-right: 10px;
}
.mr-20{
    margin-right: 20px;
}

.contact-info a{
	color:#fff;
}

.img_product{
	display: block;
	max-width: 150px;
	margin-top: 10px;
  	margin-left: auto;
    margin-right: auto;
}
.panel-login {
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel-login>.panel-heading {
	color: #00415d;
	background-color: #fff;
	border-color: #fff;
	text-align:center;
}
.panel-login>.panel-heading a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
	color: #029f5b;
	font-size: 18px;
}
.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
	height: 45px;
	border: 1px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-login {
	background-color: #59B2E0;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
	color: #fff;
	background-color: #53A3CD;
	border-color: #53A3CD;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

.btn-register {
	background-color: #1CB94E;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #1CA347;
	border-color: #1CA347;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-body {
    padding: 15px;
}

.flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex {
	display: flex;
}

.flex_center{
    align-items: center; justify-content: center;
}

.bg_og_0{
    background: #444445 !important;
}
.bg_og_1{
    background: linear-gradient(90deg, rgba(240,90,48,1) 0%, rgba(240,90,48,1) 80%, rgba(159,28,74,1) 100%);
}
.bg_og_2{
    background: radial-gradient(circle, rgba(1,76,122,1) 0%, rgba(1,76,122,1) 50%, rgba(13,37,70,1) 100%);
}
.txt_og_2{
    background:radial-gradient(circle, rgba(1,76,122,1) 0%, rgba(1,76,122,1) 50%, rgba(13,37,70,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.color_main_1{
    color:#a42022;
}
.bg_main_1{
    background-color:#a42022!important;
}
.he5{
    height: 5px;
}
.btn_bg_1{
    background:#444445!important;
}
.newsletter .form button {
    border: 0px solid #ffffff;
}

.txt-white{
    color:white
}
 
.footer,.footer .social a,.footer .footer-widget ul li a{
	color:white
}

red,.error{
	color: red;
}