section.sectioncu{
  position: relative;
  overflow: hidden;
}
.img-responsive{
  display: inline-block;
  max-width:100%;
  height:auto;
}
.no-margin,
.no-margin:hover{
  margin: 0 !important;
}
.light{
  color: #fff;
}
p.pcu{
  color: #96a0af;
  font-weight: 300;
  margin: 0 0 15px 0;
}
p.pcu:last-child{
  margin: 0;
}
h1.h1cu, h2.h2cu, h3.h3cu{
  color: #4b5569;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  text-transform: capitalize;
  margin: 0 0 15px 0;
}
h1.h1cu{
  font-size: 42px;
  letter-spacing: -2px;
}
h2.h2cu{
  font-size: 36px;
  letter-spacing: -1px;
}
@media (max-width: 768px){
  h1.h1cu{
    font-size: 36px;
    letter-spacing: -1px;
  }
  h2.h2cu{
    font-size: 30px;
    letter-spacing: 0;
  }
}
@media (max-width: 568px){
  h1.h1cu{
    font-size: 30px;
    letter-spacing: 0;
  }
  h2.h2cu{
    font-size: 24px;
    letter-spacing: 0;
  }
}
h3.h3cu{
  font-size: 19px;
}
a.acu{
  color: #4b5569;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a.acu:hover, a.acu:focus, a.acu:active, a.acu:active:focus{
  color: #96a0af;
  text-decoration: none;
}
.white-bg{
  background: #fff;
}
.section_column > .row{
  margin: 0;
}
.section_column > .row > div{
  padding: 100px 0 0 0;
}
.section_column > .row > div.txt_column{
  padding: 100px 70px 70px 70px;
}
.section_column > .row > div > img{
  width: 100%;
}
/*---------- MEDIA 992px ----------*/
@media (max-width: 992px){
  .sectioncutest{
    text-align: center;
  }
}
/*---------- MEDIA 768px - 992px ----------*/
@media (min-width: 768px) and (max-width: 992px){
  .section_column > .row > div{
    padding: 125px 0 0 0;
  }
  .section_column > .row > div.txt_column{
    padding: 25px 25px 25px 25px;
  }
}
/*---------- MEDIA 993px - 1200px ----------*/
@media (min-width: 993px) and (max-width: 1200px){
  .section_column > .row > div{
    padding: 80px 0 0 0;
  }
  .section_column > .row > div.txt_column{
    padding: 80px 25px 25px 25px;
  }
}
.light-bg{
  background: #edf2f5;
}
.btncu, .btncu:hover, .btncu:focus, .btncu:active, .btncu:active:focus{
  background: #713DBD;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 14px 25px;
  margin: 15px 2px 0 2px;
  border-radius: 25px !important;
  border: 1px solid transparent;
  text-transform: capitalize;
  text-decoration: none;
  outline: none;
  text-align: center;
  display: inline-block;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btncu:hover{
  background: #2D1454;
}
.btn-ghost,
.btn-ghost:hover,
.btn-ghost:focus,
.btn-ghost:active,
.btn-ghost:active:focus{
  background: #FFE484;
  color: #333;
}
.btn-ghost:hover{
  background: #2D1454;
  color: #fff;
}
hr.hrx{
  border-top: 1px solid #edf2f5;
  margin-top: 15px;
  margin-bottom: 15px;
}
.divide-xs{
  padding-top: 15px;
  padding-bottom: 15px;
}
.divide-sm{
  padding-top: 30px;
  padding-bottom: 30px;
}
.divide-md{
  padding-top: 45px;
  padding-bottom: 45px;
}
.divide-lg{
  padding-top: 60px;
  padding-bottom: 60px;
}
.divide-xl{
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 768px){
  .divide-xs{
    padding-top: 7px;
    padding-bottom: 8px;
  }
  .divide-sm{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .divide-md{
    padding-top: 22px;
    padding-bottom: 23px;
  }
  .divide-lg{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .divide-xl{
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
/* ==== 5) Intro & CTA ==== */
.video-hero-demo{
  height: 400px;
}
@media (max-width: 620px){
  .hero, .video-hero-demo{
    height: 400px;
  }
}
@media (max-width: 480px){
  .hero, .video-hero-demo{
    height: 500px;
  }
}
.video-hero-demo{
  background: #4b5564;
  overflow: hidden;
}
#big-video-wrap{
  position: absolute;
  overflow: hidden;
}
.float-content-demo{
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px){
  .float-content-demo{
    top: 20%;
  }
}
@media (max-width: 567px){
  .float-content-demo{
    top: 15%;
  }
}
.section-overlay{
  padding: 50px 0 50px 0;
  background: rgba(75, 85, 100, .9);
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-overlay h1{
  color: #fff;
 
}
.preloader{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}
h2.h2cumodal{
  padding: 25px;
  font-size: 30px;
  text-align: center;
}
h2.h2cucolumn{
  margin: 0;
  color: #713dbd;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  padding: 50px 25px 10px 25px;
}
p.pcucolumn{
  margin: 0;
  display: block;
  font-size: 16px;
  text-align: center;
  padding: 10px 10px 50px 10px;
}
.media-body.media-middle h3{
  color: #fff !important;
 
}