.about-section .image-column .two-change{
    position: relative;
    width: 400px;
    bottom: 120px;
    left: -60px;
}
.service-block .inner-change:before{
    height: 500px;
}
.service-block .inner-change1:before{
    height: 380px;
}
.design{
    padding: 15px;
    background: lightblue;
    height: auto;
    border: 1px solid darkblue;
    border-radius: 15px;
    margin-bottom: 10px;
}
.design1{
    padding: 15px;
    background: rgb(241, 198, 116);
    height: auto;
    border: 1px solid darkorange;
    border-radius: 15px;
}
.design2{
    padding: 15px;
    background: lightgreen;
    height: auto;
    border: 1px solid darkgreen;
    border-radius: 15px;
}
.size-change{
    height: auto;
}
.size-change1{
    height: auto;
}
.blue-color{
    color: darkblue;
}
.pt-30{
    padding-top: 30px;
}
.pb-30{
    padding-bottom: 30px;
}
.style-one{
    padding: 10px;
}
.end-change{
    text-align: end;
}
.design-full{
    padding: 10px;
    box-shadow: 2px 2px 8px  gray;
    margin-bottom: 15px;
    border-radius: 10px;
}
.page-title:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    bottom:0px;
    right:0px;
    
  }
  .page-title{
    position:relative;
    overflow:hidden;
    background-size:cover;
    padding:200px 0px 120px;
  }
  @media (max-width: 575px) {
    .page-title{
        height: 100px;
       
    }
  }
  
  @media (max-width: 575px) {
  #heightwidth {
     width: 100%!important;
     height: 100%!important;
  }
  }
  
  #heightwidth {
     height: 198px!important;
  }
  .contact-page-section .info-column .inner-column{
    position:relative;
    padding:25px 25px 25px;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    transition:all 500ms ease;
    border-top:3px solid transparent;
    box-shadow:0px 0px 15px rgba(0,0,0,0.15);
  }
  
  .contact-map-section iframe{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 680px;
  }


  #myVideo {
    position: relative;
    background-repeat: no-repeat;
    min-width: 100%;
    background-size: cover;
}
@media (max-width:768px){
    #myVideo {
        height: 250px;
        min-height:250px;
    }

}