html {scroll-behavior:smooth;}

body {
    background:#fff;
    color:#000;
	font-family:'Montserrat',sans-serif;
	font-size:18px;
    font-weight:400;
    line-height:1.7;
}

.font-satisfy {font-family:'Satisfy',cursive;}

*, *:focus {outline:none !important;}
a {text-decoration:none !important;}
p{margin-bottom:25px;}

.fs-20 {font-size:20px !important;}
.fs-18 {font-size:18px !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;}
.fs-10 {font-size:10px !important;}
 
/*************Line Height****************/
.lh-1 {line-height:1 !important;}
.lh-12 {line-height:1.2 !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; 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;}

.gutter-xs {margin-left:-1px!important;margin-right:-1px!important;}
.gutter-xs div[class^="col-"]{padding-left:1px!important;padding-right:1px!important;}

.gutter-sm {margin-left:-8px!important;margin-right:-8px!important;}
.gutter-sm div[class^="col-"]{padding-left:8px!important;padding-right:8px!important;}

/***************************/
.btn {
	font-family:'Montserrat',sans-serif;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
	letter-spacing: 0.01em;
}

.btn.btn-lg {
	font-size: 18px;
    font-weight: 600;
}

.btn.btn-sm {
	font-size: 11px;
}

.input-group .btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/*****************************/
.bg-white {
    background: #fff !important;
}

.text-white {
    color: #fff !important;
}

.btn-white {
    background-color: #fff !important;
    border-color: #fff !important;
}
.btn-white:hover {
    background-color: #dcdada !important;
    border-color: #dcdada !important;
}

.table .thead-white th {
    background-color: #fff;
    border-color: #fff;
}

/*****************************/
.bg-primary {
    background: #c3a4cd !important;
}

.text-primary {
    color: #c3a4cd !important;
}

.btn-primary {
    background-color: #c3a4cd !important;
    border-color: #c3a4cd !important;
}
.btn-primary:hover {
    background-color: #905ca1 !important;
    border-color: #905ca1 !important;
}

.table .thead-primary th {
    background-color: #c3a4cd;
    border-color: #c3a4cd;
}

/*****************************/
.bg-danger {
    background: #f5907c !important;
}

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

.btn-danger {
    background-color: #f5907c !important;
    border-color: #f5907c !important;
}
.btn-danger:hover {
    background-color: #d1543b !important;
    border-color: #d1543b !important;
}

.table .thead-danger th {
    background-color: #f5907c;
    border-color: #f5907c;
}

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

.homeheading h1, .homeheading .h1 {
	/*color:#f5907c;*/
	color:#fff;
	font-family:'Satisfy',cursive;
	font-size:120px;
	font-weight: 400;
}

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

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

h4, .h4 {
	font-weight:700;
    font-size: 20px;
	text-transform:uppercase;
	letter-spacing:0.4rem;
}

h5, .h5 {
    font-size: 16px;
}
h6, .h6 {
    font-size: 15px;
}

.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;
}