html {scroll-behavior:smooth;}
body, html {height: 100%;}

body {
    background:#040508;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
    font-weight:400;
    line-height:1.5;
}

*, *:focus {outline:none !important;}
a {text-decoration:none !important;}
p{margin-bottom:25px;}
.rounded {border-radius:10px !important;}

/*************Line Height****************/
.lh-1 {line-height:1 !important;}
.lh-15 {line-height:1.5 !important;}
.lh-2 {line-height:2 !important;}

.ls-1 {letter-spacing:1px !important;}
.ls-15 {letter-spacing:1.5px !important;}
.ls-2 {letter-spacing:2px !important;}

/*****************************/
.breadcrumb{border-bottom:1px dashed #d3d3d3; margin:15px 0px; background-color:transparent;padding:0 0 15px; text-transform:uppercase; font-size:12px;}
.breadcrumb>li+li:before{content:"\00BB";color:#37a7f3; margin:0 10px;}
a{color:#37a7f3;}
a:hover{color:#000;}

/***************************/
.btn {
    font-size: 14px;
    font-weight: 400;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	letter-spacing: 0.1em;
}

.btn.btn-lg {
	font-size: 20px;
}
.btn.btn-xlg {
	font-size: 25px;
}

.btn.btn-sm {
	font-size: 12px;
}

.input-group .btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/*****************************/
.bg-dark {
    background-color: #0d1017 !important;
}

.text-dark {
    color: #0d1017 !important;
}

.btn-dark {
    background-color: #0d1017 !important;
    border-color: #0d1017 !important;
}

.table .thead-dark th {
    background-color: #0d1017;
    border-color: #0d1017;
}

/*****************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	font-weight: 400;
    color: #000;
}

h1,.h1 {
	font-size:48px;
}

h2, .h2 {
	font-family: 'Poppins', sans-serif;
    font-size: 30px;
	font-weight: 500;
}

h3, .h3 {
    font-size: 25px;
}

h4, .h4 {
    font-size: 19px;
}

h5, .h5 {
    font-size: 16px;
}
