html {scroll-behavior:smooth;}

body {
    background:url(../images/bg-img.jpg) no-repeat center top;
	background-size:cover;
    color:#000;
	font-family:'Ubuntu',sans-serif;
	font-size:18px;
    font-weight:400;
    line-height:1.5;
}

.font-alfa-slab-one {font-family:'Alfa Slab One',cursive;}
.font-josefin-sans {font-family:'Josefin Sans',sans-serif;}

*, *:focus {outline:none !important;}
a {text-decoration:none !important;}
p{margin-bottom:25px;}

.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;}
.fs-11 {font-size:11px !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;}

/*************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;}

.shadow-lg {box-shadow: 1rem 1rem 3rem rgba(0,0,0,.375)!important;}

/***************************/
.btn {
    font-size: 14px;
    font-weight: 700;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	text-transform:uppercase;
}

.btn.btn-lg {
	font-size: 16px;
}

.btn.btn-sm {
	font-size: 10px;
}

.input-group .btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/*****************************/
.bg-dark {
    background: #000 !important;
}

.text-dark {
    color: #000 !important;
}

.btn-dark {
    background-color: #000 !important;
    border-color: #000 !important;
}

.table .thead-dark th {
    background-color: #000;
    border-color: #000;
}

/*****************************/
.bg-primary {
    background: #6d2f7c !important;
}

.text-primary {
    color: #6d2f7c !important;
}

.btn-primary {
    background-color: #6d2f7c !important;
    border-color: #6d2f7c !important;
}

.btn-primary:hover {
    background-color: #531462 !important;
    border-color: #531462 !important;
}

.table .thead-primary th {
    background-color: #6d2f7c;
    border-color: #6d2f7c;
}

/*****************************/
.bg-warning {
    background: #ffde00 !important;
}

.text-warning {
    color: #ffde00 !important;
}

.btn-warning {
    background-color: #ffde00 !important;
    border-color: #ffde00 !important;
}

.btn-warning:hover {
    background-color: #fee32e !important;
    border-color: #fee32e !important;
}

.table .thead-warning th {
    background-color: #ffde00;
    border-color: #ffde00;
}

/*****************************/
.bg-danger {
    background: #ff0000 !important;
}

.text-danger {
    color: #ff0000 !important;
}

.btn-danger {
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
}

.btn-danger:hover {
    background-color: #c40202 !important;
    border-color: #c40202 !important;
}

.table .thead-danger th {
    background-color: #ff0000;
    border-color: #ff0000;
}


/*****************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 700;
    color: #000;
}

h1, .h1 {
	font-size:40px;
}

h2, .h2 {
	color:#6d2f7c;
    font-size: 24px;
}

h3, .h3 {
    font-size: 20px;
	font-weight:500;
}

h4, .h4 {
    font-size: 20px;
}

h5, .h5 {
	color:#0384a7;
    font-size: 16px;
}

h6, .h6 {
    font-size: 14px;
	text-transform:uppercase;
}

.tooltip .tooltip-inner {
    text-align: left !important;
    padding: 15px 20px 20px 20px;
}

.sup {
    position: relative;
    top: -15px;
}

/****************************************************************/
.abs-middle {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 999;
}

/*************************************************************/
.table th.col-2 {
    width: 16.666667%;
}

.table th.col-3 {
    width: 25%;
}

.table th.col-4 {
    width: 33.333333%;
}

.table th.col-5 {
    width: 41.666667%;
}

.table th.col-6 {
    width: 50%;
}

.table th.col-7 {
    width: 58.333333%
}

.table th.col-8 {
    width: 66.666667%;
}

.table th.col-9 {
    width: 75%;
}

.table th.col-10 {
    width: 83.333333%;
}

.table th.col-11 {
    width: 91.666667%;
}

.table th.col-12 {
    width: 100%;
}

.table.table-spaced th, .table.table-spaced td {
    padding: 1.5rem 0.6rem 1.5rem 0.9rem;
}

.table-bordered.border-white th, .table-bordered.border-white td {
    border-color: #ffffff !important;
    border-width: 2px !important;
}