.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {

    background-color: #ff7d27;
    color: white;
}

.modal-body {
    background-color: #282b2f;
    color: white;
}

.modal-footer {

    background-color: #ff7d27;
    color: white;
}
* {
  box-sizing: border-box;
}
.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: 100%; 
}
.left {
  width: 75%;
}

.right {
  width: 25%;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
  
}
/**/
#owl-demo .item{
  padding: 0px 10px;
  margin: 0;
  color: #FFF;
  border-radius: 0;
  text-align: center;
  height: 350px;
  
}

#owl-demo2 .item{
  padding: 0px 10px;
  margin: 0;
  color: #FFF;
  border-radius: 0;
  text-align: center;
  height: 350px;
}

#owl-demo3 .item{
  padding: 0px 10px;
  margin: 0;
  color: #FFF;
  border-radius: 0;
  text-align: center;
  height: 350px;
}
.rowowl{
    margin-right:-250px;
    margin-left:-250px
}
.parallax-content-owl {
      width: 100%;
  height: 100%;
  /*min-height: 100vh;*/
  background-size: cover;
}