/* ======================= your extra important css code here ===================== */
.mp-app1 .owl-wrapper-outer{
	background-color: #fff;
}

.style3 {
    font: bold 17px/normal "Trebuchet MS";
    color: #FF0000;
    text-decoration: none;
}
.home-section {
    background-image: url("images/home.jpg");
    background-position: 50% 0px;
    height: 700px !important;
}

p.style1 {
    font: normal 17px/normal "Trebuchet MS";
    color: #FF0000;
    text-decoration: none;
}

/* ======================= table css code here ===================== */


 table {
  border: 0px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #fffff;
  border: 0px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

/* ======================= form css code here ===================== */


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.sidebar {
  width:80.33%;
  float:left;
  padding: 250px 10px 0px 10px;
}

.floating-div {
  background-color: #fffff4;
  padding: 35px 50px 45px 50px;
  color:#333;
  background-image: url("../images/Hilltribe-Art-2021-02.png");
  font-size: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #333;
  
}