 /* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(https://uploads-ssl.webflow.com/5da745a191bf587a2a8d8663/5e8ce972b22112a2a1321be5_cmklloading.gif) center no-repeat #fff;
}


body{
    margin-top:20px;
    color: #484b51;
}
.text-secondary-d1 {
    color: #728299!important;
}

.hide {
    display: none;
}

.text-center {
    text-align: center;
}
.page-header {
    margin: 0 0 1rem;
    padding-bottom: 1rem;
    padding-top: .5rem;
    border-bottom: 1px dotted #e2e2e2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.page-title {
    padding: 0;
    margin: 0;
    font-size: 1.75rem;
    font-weight: 300;
}
.brc-default-l1 {
    border-color: #dce9f0!important;
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem!important;
}
.mr-n1, .mx-n1 {
    margin-right: -.25rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.text-grey-m2 {
    color: #888a8d!important;
}

.text-success-m2 {
    color: #86bd68!important;
}

.font-bolder, .text-600 {
    font-weight: 600!important;
}

.text-110 {
    font-size: 110%!important;
}
.text-grey {
    color: #616161!important;
}
.pb-25, .py-25 {
    padding-bottom: .75rem!important;
}

.pt-25, .py-25 {
    padding-top: .75rem!important;
}
.bgc-default-tp1 {
    background-color: #a80f0f!important;
}
.bgc-default-l4, .bgc-h-default-l4:hover {
    background-color: #faf3f3!important;
}
.page-header .page-tools {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.btn-light {
    color: #757984;
    background-color: #f5f6f9;
    border-color: #dddfe4;
}
.w-2 {
    width: 1rem;
}

.text-120 {
    font-size: 120%!important;
}
.text-primary-m1 {
    color: #4087d4!important;
}
.text-secondary-m1 {
    color: #c41230!important;
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 50px;
}

.text-danger-m1 {
    color: #dd4949!important;
}
.text-red-m2 {
    color: #c41230!important;
}
.text-150 {
    font-size: 150%!important;
}
.text-60 {
    font-size: 60%!important;
}
.text-grey-m1 {
    color: #7b7d81!important;
}
.align-bottom {
    vertical-align: bottom!important;
}
.btn-info {
    color: #fff;
    background-color: #c41230;
    border-color: #c41230;
}
.btn-info:hover {
    color: #fff;
    background-color: #a30721;
    border-color: #a30721;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle .btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #83071b;
    border-color: #83071b;
}
.btn-info:disabled {
    color: #fff;
    background-color: #424141;
    border-color: #1f1e1e;
}
.text-11 {
    font-size: 11px;
}
.text-13 {
    font-size: 15px;
}
.text-15 {
    font-size: 15px;
}
.logo {
    width: 50%;
    margin-left: -15px;
    margin-bottom: -10px;
    margin-top: -12px;
}
.mgr-10 {
    margin-right: 10px;
}

.box-shadow{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 80px 0 120px 0;
    margin: 10px 0 60px 0;
}

.underline { 
    border-bottom: 1px solid rgb(255, 188, 188);
}

.align-r {
    text-align: center;
}


.row{
    margin-right: 0px; 
    margin-left: 0px;
}



















