body {
  background: #f39c12;
}
.center-on-page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
h1 {
  text-align: center;
}
/* Reset Select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #2c3e50;
  background-image: none;
}
/* Custom Select */
.select {
  position: relative;
  display: block;
  margin: 20px 0 40px 0;
  width: 20em;
  height: 3em;
  line-height: 3;
  background: #2c3e50;
  overflow: hidden;
  border-radius: .25em;
}
select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  color: #fff;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: #34495e;
  pointer-events: none;
}
/* Transition */
.select:hover::after {
  color: #f39c12;
}
.select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

#gallery-1 img {
    border: none !important;
}
.buttoncss{
    font-size: 44px;
    font-weight: bold;
    backgroung-color: #666;
    border-color: #FC7F3F;
}
.buttoncss1{
    font-size: 44px;
    font-weight: bold;
    backgroung-color: #666;
    border-color: #FC7F3F;
text-align: center;
align: center;
    padding-top: 5px;
border: 2px solid #FC7F3F;
  border-radius: 5px;
}
.buttoncss1 h6 a{
text-align: center !important;
}
.buttoncss1 h6{
   
    padding-top: 10px !important;
}
.buttoncss1 h6 a {
    color: #222;
    font-weight: bold !important;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:36.25%;
    position:relative;
    height:0;
background-color: #F7F7F7;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
background-color: #F7F7F7;
}

.column {
  float: left;
  width: 50%;
  padding: 10px;
  
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.Sectiontitle .vc_tta-panel-body{
display: none !important;
}

.single-image img {
    min-width: 100%;
}
  
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
.wpb-js-composer .vc_tta-container {
    max-width: 78%;
}

}
