/* CSS Document */
/* Contact page form Css */
.section-even .section-even-content .vc_column-inner {
    flex-direction: inherit !important;
    justify-content: flex-end !important;
    /* width: 432px; */
}
iframe.linkedin-feed {
    width: 100%;
}
.col-lg-6 {
    width: 50%;
    float: left;
    padding: 0 5px;
}
.dt-sc-button.small.bg-yellow {
    background: #dd9933 !important;
}

.img-replace {
    /* replace text with an image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%; 
    color: transparent;
    white-space: nowrap;
  }
  .bts-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 99999;
  }
  .bts-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
  }
  .contain{
    display: none;
  }
  .is-visible .contain {
    display: block;
  }
  .bts-popup-container {
    position: relative;
    width: 90%;
    max-width:800px;
    margin: 4em auto;
    background: transparent;
    border-radius: none; 
    text-align: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .bts-popup-container img {
    padding: 20px 0 0 0;
  }
  .bts-popup-container p {
      color: white;
    padding: 10px 40px;
  }
  .bts-popup-container .bts-popup-button {
    padding: 5px 25px;
    border: 2px solid white;
      display: inline-block;
    margin-bottom: 10px;
  }
  
  .bts-popup-container a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
  }
  
  
 .bts-popup-container .ls-wrapper.ls-bg-wrap img {
    margin: 0 auto;
    display: block;
}
  
  
  
.bts-popup-container .bts-popup-close {
    position: absolute;
    top: -14px;
    right: 0;
    width: 30px;
    height: 30px;
    z-index: 999;
}
.bts-popup-container .bts-popup-close:after {
    content: "\f00d";
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    font-size: 21px;
    font-weight: 400;
}
  .is-visible .bts-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .contain.ls-direction-fix {
  overflow: hidden;
}
  @media only screen and (min-width: 1170px) {
    .bts-popup-container {
      margin: 8em auto;
    }
  }