.rivaslider-wrapper {
	float: left;
	position: relative;
	overflow: hidden;
}
.rivaslider-wrapper-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 10000px;
	z-index: 10;
}

/* riva-countdown */


/* Temp Scanner */

.v-header{
   width: 100%;
    height: 100vh;
    align-items: center;
    overflow: hidden;
}

.fullscreen-video-wrap{
    width: 100%;
    height: 100vh;
    z-index: -1;
    object-fit: cover;
}

.header-content{
    position: relative;
    top: 20px;
    left: 100px;
}

.pr-left, .pr-right{
    height: 100vh;
    width: 100%;
    padding: 0px!important;
        margin:0px!important;
}

.pr-left{
    background: red;
}

.pr-right{
    background: blue;
}


.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding: 0;
}

.prd-img{
    
   width: 100%;
   height: 100vh;
    
}

.pr-content{
   
}




#videobg1{
    position: relative;
    height: 80vh;
    width: 100%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#videobg1::after{
    width: 100%;
    height: auto;
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.35);
}


#videobg1 video{
    width: 100%;
    height: auto;
    object-fit:cover;
    z-index: 5;
    position:absolute;
    top:0;
    left: 0;
    opacity: .80;
    
}

#videobg1 .caption{
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff;
}

#videobg1 h1{
    color: #fff;
    font-size: 4em;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    
}

#videobg1 p{
    font-size: 2em;
    font-family: 'PT Sans', sans-serif;
}


.leftside{
    background: #fff;
    height: 90vh;
}

.rightside{
    background: #007a7a;
     height: 90vh;
     display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    
}

.pr-brand h1{
    font-family: 'Audiowide', cursive;
    font-size: 6rem;
    color: #fff;
}

.pr-brand-item p{
    font-size: 1.5rem;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    padding: 10px;
}

.leftside1{
     height: 90vh;
    background: #FF9900;
    padding 15px;
}

.rightside1{
     height: 90vh;
    background: #fff;
    overflow: hidden;
   
    
}

.leftside1 h1{
    font-family: 'PT Sans', sans-serif;
    font-size: 4rem;
    color: #fff;
}

.leftside1 ul{
     list-style-type: none;
    margin: 0;
     padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    display:list-item;
}

.leftside1 ul li{
    
    display: flex;
    background: rgba(225,225,225,0.1);
    color: #fff;
    padding: 10px 20px;
    margin: 10px 0;
    font-size: 1.75rem;
    transition: 0.5s;
}

.leftside1 ul li:hover{
    transform: scale(1.06);
    background :#FF9900;
}

.img2{
    width: 100%;
    height: auto;
    object-fit: cover;
    overflow: hidden;
}

 .aspl-section-st23
{
    background-color: #007a7a;
}


.section-padding1{
    padding: 100px 0;
}

.single-service{
    padding: 20px;
    transition: all 0.5s ease;
    border: 2px solid #FF9900;
    height: 300px;
    margin: 20px 0;
}

.symbol{
    position: relative;
    text-align: center;
    top: 50px;
    transition: all 0.4s ease 0s;
    width: 60px;
    background: #FF9900;
    border-radius: 50px;
    color: #333;
    display: inline-block;
    font-size: 24px;
    line-height: 60px;
    margin-bottom: 0;
}

.single-service h3{
    font-family: Baloo;
    font-size: 24px;
    color: #FF9900;
    margin: 0;
    position: relative;
    top: 90px;
    transition: all 700ms cubic-bezier(0.65,-0.50,0.255, 1.50) 0s;
}

.single-service:hover{
    background: #FF9900;
    border: 2px solid #20639b;
}

.single-service:hover .symbol{
    top: -10px;
    background: #ffa;
}

.single-service:hover h3{
    top:0;
    color: #fff;
    margin-bottom: 10px;
}

.single-service p{
    opacity: 0;
    transition: all 700ms cubic-bezier(0.65,-0.50,0.255, 1.50) 0s;
    font-size: 1.5rem;
}


.single-service:hover p{
    color: #fff;
    opacity: 1;
    transform: scale(1);
}






