html {scroll-behavior:smooth;}
body, html {height: 100%;}

body {
    background:#141414;
	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;}
.shadow {box-shadow: .3rem .3rem 1rem rgba(0,0,0,.1)!important;}
.shadow-lg {box-shadow: .5rem .5rem 2rem rgba(0,0,0,.1)!important;}
.fs-4 {font-size: 20px !important;}
.object-fit {object-fit:cover;}
.fw-semibold {font-weight:600!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;}
.ls-6 {letter-spacing:6px !important;}

.fs-20 {font-size:20px;}
/*****************************/
.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:#c4b18d;}
a:hover{color:#000;}

/***************************/
.btn {
    font-size: 14px;
    font-weight: 600;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	letter-spacing: .2em;
	text-transform:uppercase;
}

.btn.btn-lg {
	font-size: 17px;
}
.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;
}

/*****************************/

.btn-warning-outline {border:1px solid #c4b18d; color:#fff;}
.btn-warning-outline:hover {background:#c4b18d;}

.btn-dark-outline {border:1px solid #1e1e1e; color:#1e1e1e;}
.btn-dark-outline:hover {background:#1e1e1e; color:#fff;}

/*****************************/
.bg-warning {
    background-color: #c4b18d !important;
}

.text-warning {
    color: #c4b18d !important;
}

.btn-warning {
    background-color: #c4b18d !important;
    border-color: #c4b18d !important;
}


/*****************************/
.bg-danger-l {
    background-color: #be8786 !important;
}

.text-danger-l {
    color: #be8786 !important;
}

.btn-danger-l {
    background-color: #be8786 !important;
    border-color: #be8786 !important;
}

/*****************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	font-weight: 500;
    color: #000;
}

h1, .h1 {
	font-size:39px;
}

h2, .h2 {
    font-size: 27px;
}

h3, .h3 {
    font-size: 18px;
}

h4, .h4 {
    font-size: 16px;
}

h5, .h5 {
    font-size: 14px;
}