@charset "utf-8";

/* text size  */
.text-normal {font-size:14px !important; line-height:26px !important;}
.text-large {font-size:20px !important; line-height:30px !important;}

.text-uppercase {text-transfrom: text-uppercase !important;}

/* font weight */
.font-weight-100 {font-weight:100 !important;}
.font-weight-200 {font-weight:200 !important;}
.font-weight-300 {font-weight:300 !important;}
.font-weight-400 {font-weight:400 !important;}
.font-weight-450 {font-weight:450 !important;}
.font-weight-500 {font-weight:500 !important;}
.font-weight-600 {font-weight:600 !important;}
.font-weight-700 {font-weight:700 !important;}
.font-weight-800 {font-weight:800 !important;}
.font-weight-900 {font-weight:900 !important;}

/* text coloe */
.text-white {color: #fff !important;}
.text-black {color: #000 !important;}
.text-logo-blue {color: #000068 !important;}
.text-logo-red {color: #e50000 !important;}

/* background color  */
.bg-light-blue {background-color: #f6fdff !important;}
.bg-very-light-gray {background-color:#f7f7f7 !important;}


/* shadow */
.box-shadow-light {box-shadow: 0px 0px 8px 0px rgb(0,0,0,0.55) !important;}

/* Width */
.width-10 {width:10%;}
.width-12 {width:12%;}
.width-15 {width:15%;}
.width-20 {width:20%;}
.width-25 {width:25%;}
.width-30 {width:30%;}
.width-35 {width:35%;}
.width-40 {width:40%;}
.width-45 {width:45%;}
.width-50 {width:50%;}
.width-55 {width:55%;}
.width-60 {width:60%;}
.width-65 {width:65%;}
.width-70 {width:70%;}
.width-75 {width:75%;}
.width-80 {width:80%;}
.width-85 {width:85%;}
.width-90 {width:90%;}
.width-95 {width:95%;}
.width-100 {width:100%;}
.width-190 {width:190% !important;}
.width-auto {width: auto}

/* Height */
.height-50 {height: 50%}
.height-70 {height: 70% !important}
.height-100 {height: 100% !important}
.height-auto {height:auto !important}
.max-height-100 {max-height: 100%}
.full-screen {min-height: 980px;}

/* border radius */
.border-radius-1 {border-radius:1px}
.border-radius-2 {border-radius:2px}
.border-radius-3 {border-radius:3px}
.border-radius-4 {border-radius:4px}
.border-radius-5 {border-radius:5px}
.border-radius-6 {border-radius:6px}
.border-radius-7 {border-radius:7px}
.border-radius-8 {border-radius:8px}
.border-radius-9 {border-radius:9px}
.border-radius-10 {border-radius:10px}
.border-radius-50 {border-radius:50%}
.border-radius-100 {border-radius:100%}
.border-radius-none {border-radius:0}

/* Margin */
.no-margin {margin:0 !important}
.no-margin-lr {margin-left: 0 !important; margin-right: 0 !important}
.no-margin-tb {margin-top: 0 !important; margin-bottom: 0 !important}
.no-margin-top {margin-top:0 !important}
.no-margin-bottom {margin-bottom:0 !important}
.no-margin-left {margin-left:0 !important}
.no-margin-right {margin-right:0 !important}
.margin-lr-auto {margin-left:auto !important; margin-right:auto !important}
.margin-auto {margin: 0 auto !important;}
.margin-10px-bottom {margin-bottom:10px !important;}
.margin-20px-bottom {margin-bottom:20px !important;}
.margin-30px-bottom {margin-bottom:30px !important;}

/* Padding */
.padding-15px-all {padding:15px !important;}
.padding-80px-tb {padding-top:80px !important; padding-bottom:80px !important;}


.center-col {
    float: none;
    margin-left: auto;
    margin-right: auto;
}