

/* button, 
input[type="submit"] {
  text-decoration: none;
  outline: none;
  border: 0;
  transition: 0.2s ease;
} */

/* hr,
figure,
dt,
dd {
  padding: 0;
  margin: 0;
} */
/* .pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
} */

/* .text-uppercase {
  text-transform: uppercase;
}
.text-medium {
  font-weight: 400;
}
.text-bold {
  font-weight: 500;
}
.text-bolder {
  font-weight: 800;
}
.text-black {
    color: #000
}
.text-white {
  color: #fff;
} */

/* .img-responsive {
  max-width: 100%;
  height: auto;
}
.img-full {
  width: 100%;
  height: auto;
}
.center-block {
  margin: 0 auto;
} */

/* .bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
} */
/* .col-1 {
  width: 8.333333333333333%;
}
.col-2 {
  width: 16.66666666666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333333333%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333333333%;
}
.col-8 {
  width: 66.66666666666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333333%;
}
.col-11 {
  width: 91.66666666666667%;
}
.col-12 {
  width: 100%;
}
.col-12-5 {
  width: 20%;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-12-5,
.w30,
.w70 {
  float: left;
} */
/* .col-md-offset-2 {
  margin-left: 16.66666666666667%;
}
.col-md-offset-1 {
  margin-left: 8.333333333333333%;
} */
/* .center-block{
  float: unset;
  margin: auto;
} */
/* section {
  float: left;
  width: 100%;
} */
/* .pd-bt-0{
  padding-bottom: 0 !important;
}
.padding {
  padding: 70px 0px;
}
.padd-10{
  padding-top: 10px;
}
.padd-30{
  padding-top: 30px;
}

.pd-bt-15{
  padding-bottom: 15px;
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.pos-fix {
  position: fixed;
}
.bottom {
  bottom: 0;
}
.top {
  top: 0;
}
.left {
  left: 0;
}
.right {
  right: 0;
}
.visible-xs , .visible-sm{
  display: none ;
}

.hidden-xs {
  display: block ;
}

.displayblock{
  display: block;
}

.displayinline{
  display: inline-block;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after,
.clearfix {
  clear: both;
}
.disptable {
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.vert-middle {
  vertical-align: middle;
}
.disp-block {
  display: block;
} */
