html {scroll-behavior:smooth;}

@font-face {
	font-family: 'Steelfish';
	src: url('../webfonts/Steelfish.eot');
	src: local(''), url('../webfonts/Steelfish.woff') format('woff'), url('../webfonts/Steelfish.ttf') format('truetype'), url('../webfonts/Steelfish.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
    background:#231f20;
    color:#666666;
	font-family:'Lato',sans-serif;
	font-size:16px;
    font-weight:400;
    line-height:1.5;
}

.font-steelfish {font-family:'Steelfish',sans-serif;}
.font-oswald {font-family:'Oswald',sans-serif;}

*, *:focus {outline:none !important;}
a {text-decoration:none !important;}
p{margin-bottom:25px;}

.fs-24 {font-size:24px !important;}
.fs-20 {font-size:20px !important;}
.fs-19 {font-size:19px !important;}
.fs-18 {font-size:18px !important;}
.fs-17 {font-size:17px !important;}
.fs-16 {font-size:16px !important;}
.fs-15 {font-size:15px !important;}
.fs-14 {font-size:14px !important;}
.fs-13 {font-size:13px !important;}
.fs-12 {font-size:12px !important;}

/*************Line Height****************/
.lh-1 {line-height:1;}
.lh-15 {line-height:1.5;}
.lh-2 {line-height:2;}
.lh-25 {line-height:2.5;}

.ls-1 {letter-spacing:1px !important;}
.ls-15 {letter-spacing:1.5px !important;}
.ls-2 {letter-spacing:2px !important;}

/*************Font Weight****************/
.font-medium {font-weight:500 !important;}
.font-semi-bold {font-weight:600 !important;}
.font-weight-bolder {font-weight:800 !important;}

/*****************************/
.breadcrumb{border-bottom:1px dashed #d3d3d3; color:#505050; margin:15px 0px; background-color:transparent;padding:0 0 15px; text-transform:uppercase; font-size:12px;}
.breadcrumb>li+li:before{content:"\00BB";color:#f20011; margin:0 10px;}
a{color:#f20011;}
a:hover{color:#000;}

.gutter-xs {margin-left:-5px!important;margin-right:-5px!important;}
.gutter-xs div[class^="col"]{padding-left:5px!important;padding-right:5px!important;}

.gutter-sm {margin-left:-10px!important;margin-right:-10px!important;}
.gutter-sm div[class^="col"]{padding-left:10px!important;padding-right:10px!important;}

/***************************/
.btn {
	font-family:'Oswald',sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	letter-spacing:0.02em;
	text-transform:uppercase;
}

.btn.btn-lg {
	font-size: 20px;
}

.btn.btn-sm {
	font-size: 10px;
}

.input-group .btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.text-blue {color:#00b3d3;}
 
/*****************************/

.bg-dark {
    background: #000 !important;
}

.text-dark {
    color: #000 !important;
}

.btn-dark {
    background: #000 !important;
    border-color: #000 !important;
}

.table .thead-dark th {
    background-color: #000;
    border-color: #000;
}
 
/*****************************/

.bg-warning {
    background: #f6b507 !important;
}

.text-warning {
    color: #f6b507 !important;
}

.btn-warning {
    background: #f6b507 !important;
    border-color: #f6b507 !important;
}

.table .thead-warning th {
    background-color: #f6b507;
    border-color: #f6b507;
}
 
 
/*****************************/

.bg-primary {
    background: #021034 !important;
}

.text-primary {
    color: #021034 !important;
}

.btn-primary {
    background: #021034 !important;
    border-color: #021034 !important;
}

.table .thead-primary th {
    background-color: #021034;
    border-color: #021034;
}

/*****************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-family:'Oswald',sans-serif;
	font-weight: 300;
    color: #000;
}

h1, .h1 {
	font-family:'Steelfish',sans-serif;
	font-size:50px;
}

h2, .h2 {
    font-size: 40px;
}

h3, .h3 {
	color:#f2001c;
    font-size: 20px;
}

h4, .h4 {
	font-weight:400;
    font-size: 15px;
	text-transform:uppercase;
	letter-spacing:2px;
}

h5, .h5 {
    font-size: 11px;
}

.tooltip .tooltip-inner {
    text-align: left !important;
    padding: 15px 20px 20px 20px;
}

.sup {
    position: relative;
    top: -15px;
}