.page-title{
  background: #05BDCD; 
}
.page-title .ipt-title{
 	color:black!important; 
}

.ipn-subtitle{
  color:#fff;
}

.notify-user-to-unmute-video{
 	z-index: 9999; 
  	position: relative;
    width: 100%;
    text-align: center;
  	margin-top: 20px;
}
.notify-user-to-unmute-video > p{
  color: #f74400;
  font-size: 20px;
  font-weight: bold;
}
.nav-menu-social li:first-child{
 	display: none!important; 
}
.video-content{
 	z-index: 9999; 
  	text-align:center;
}
.video-container {
    height: auto;
    overflow: hidden;
    background-color: #05BDCD;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 650px;
    padding: 0;
    overflow: visible;
}

.video-video {
    position: relative;
    padding-top: 50%;
}

@media (min-width: 992px) {
	
}

@media (min-width: 1600px){
  .video-video .embed-responsive {
      left: 0%;
  }
}

@media (min-width: 992px){
  .video-video .embed-responsive {
    left: 0;
    width: 100%;
  }
}

.video-video .embed-responsive {
    top: 0;
    width: 71%;
    position: absolute;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.video-container iframe {
    height: 650px !important;
}

@media (min-width: 1600px){
  .video-content--container {
      width: 30%;
  }
}

@media (min-width: 992px){
  .video-content--container {
      top: 0;
      right: 0;
      width: 30%;
      height: 100%;
      display: flex;
      align-items: center;
      position: absolute !important;
  }
}

.video-content--container {
    z-index: 10;
    position: relative;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-content--mask {
    background: #05BDCD;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 992px)
  .video-content {
      padding-left: 45px;
  }
}

.video-content {
    z-index: 1;
    color: black;
    padding: 3em;
    position: relative;
}

.video-content h1 {
    color: white;
    font-size: 2.5rem;
  	margin-bottom: 10px;
}

@media (max-width: 992px){
 .embed-responsive{
	width: 100%!important;
    height: 200px!important;
    margin-bottom: 500px!important;
 }
  .video-video {
    margin-top: 35px;
    height: 200px!important;
  }
  
  .video-content{
    position: relative;
  }
  
  .video-container iframe {
    height: 200px !important;
  }
  
}
.video-content > div > p{
	color: white;
}

.topbar {
  background: #05BDCD;
}

.footer-widget > img{
 	height: 150px!important; 
}

footer.skin-dark-footer h4{
 	color: black; 
}
footer.skin-dark-footer, footer.skin-dark-footer .footer-widget ul li a, footer.skin-dark-footer a{
 	color: black; 
}

.footer-bottom > div > div > div > p{
 	color: white; 
}

footer.skin-dark-footer ul.footer-bottom-social li a {
    color: white;
    font-size: 18px;
}