html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    color:#555;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
     text-decoration:  none;
}
	
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    clear: both;
    display: block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*Add your css into here*/


/* LIB */
@media screen and (min-width:768px) {
    .hidden-sm{
        display:none !important;
    }
}

.display-none{
display: none !important;
}
.display-block{
display: block !important;
}
.margin-auto{
margin: 0 auto !important;
display: block !important;
}
.mar-top-15{
  margin-top:15px;
}
.mar-top-25{
  margin-top:25px;
}
.mar-top-30{
  margin-top:30px;
}
.mar-top-35{
  margin-top:35px;
}
.mar-top-40{
    margin-top:40px;
  }
.mar-top-60{
    margin-top:60px;
  }
.mar-bot-15{
  margin-bottom:15px;
}
.mar-bot-30{
  margin-bottom:30px;
}
.w-70-per{
  width:70% !important;
}
.font-s16{
  font-size: 16px !important;
}
.flex-center{
  display: flex !important;
  justify-content: center !important;
}
.flex-colum{
  flex-direction: column;
}
.wrapper{
  overflow: hidden;
  position: relative;
}
.fl-left{
  float:left;
}
.fl-right{
  float:right
}
.line-title{
    height:5px;
    width:100px;
    background:#014a81;
    border-radius: 10px;
    text-align:center;
}
.padding-none{
    padding: 0 !important;
}
.color-red{
    color: red !important;
}
.pos-relative{
    position: relative;
}
.mt-10{margin-top: 10px}
.mt-20{margin-top: 20px}
.mt-30{margin-top: 30px}
.mt-40{margin-top: 40px}
.mt-50{margin-top: 50px}
.mt-60{margin-top: 60px}
.mt-70{margin-top: 70px}
.mt-80{margin-top: 80px}
.mt-90{margin-top: 90px}
.mt-100{margin-top: 100px}

.mb-10{margin-bottom: 10px}
.mb-20{margin-bottom: 20px}
.mb-30{margin-bottom: 30px}
.mb-40{margin-bottom: 40px}
.mb-50{margin-bottom: 50px}
.mb-60{margin-bottom: 60px}
.mb-70{margin-bottom: 70px}
.mb-80{margin-bottom: 80px}
.mb-90{margin-bottom: 90px}