.owl-controls
{
	display: none;
}
.slider-area
{

	/*background: rgb(255, 223, 153);*/
/*	background: linear-gradient(90deg, rgba(2,0,57,1) 0%, rgba(12,0,89,1) 100%, rgba(255,255,255,1) 100%); 
*/
	padding: 5vh;
}

        .nav-link
        {
text-transform: uppercase;
color: #000!important;
font-size: 23px;
font-weight: 700;
font-family: Montserrat, sans-serif;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 20px;
        }


video { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.35;
}

.ff {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.paddtop{
	padding-top: 150px;
}



@media screen and (max-width: 768px)  {
.img1 {
width: 150px !important;
}
.img2 {
width: 90px !important;
}
h2{
font-size: 18px !important;
}
.nopadd{
margin-top: 0 !important;

}
.nopadd2{
padding-top: 50px !important;
}
.paddtop{
  padding-top: 100px;
}
.pad10{
  padding-top: 10px !important;
}
.padd2{
  padding-top: 60px;
}
}