html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body{
	line-height: 1.2;
    color: #fff;
    text-align: left;
    background-color: #1A1E23;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.h1, h1 {
    line-height: 30px;
	font-weight: 900 !important;
}
.h2, h2 {
	color:#fff;
	font-weight: 900;
    margin-top: 65px !important;
    margin-bottom: 30px !important;
    text-transform: uppercase;
}
.black_bg h2 {
    margin-top: 35px!important;
}
@media(max-width:768px){
.h2, h2 {
	margin-top: 40px !important;
	}
}
.h1, h1 {
    font-size: 40px;
}
.h2, h2 {
   font-size: 22px;
}
.h3, h3 {
   font-size: 20px;
   font-weight: bold!important;
}
p {
	font-size: 16px;
}
/* .h1, h1 {
    font-size: 60px;
}
.h2, h2 {
   font-size: 32px;
}
.h3, h3 {
   font-size: 24px;
}
.h4, h4 {
    font-size: 20px;
}
.h5, h5 {
   font-size: 18px;
}
.h6, h6 {
   font-size: 12px;
}
p {
   font-size: 18px;
}
 */
.h1, .h3, .h4, .h5, .h6, h1, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}
.img-fluid {
 max-width: 100%;
height: auto;
} 
svg {
    overflow: hidden;
    vertical-align: middle;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button {
    border-radius: 0;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.container {
    width: 100%;
/*     padding-right: 15px;
    padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
}
.fa, .fas, .far, .fal, .fad, .fab{
    font-family: 'Font Awesome 5 Free';	
}
@media (min-width: 576px){
.container, .container-sm {
max-width: 540px;
}
}
@media (min-width: 768px){
.container, .container-md, .container-sm {
max-width: 720px;
}
}

@media (min-width: 992px){
.container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
}
}
@media (min-width: 1200px){
.container {
    max-width: 1110px;
}
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
  position: relative; 
    width: 100%;
}
@media (min-width: 576px){
	.col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
}

