
/*general style*/
@import 'https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;1,600&display=swap';
@font-face {
  font-family: calibril;
  src: url(../fonts/calibril.ttf);
}
@font-face {
  font-family: Bodoni;
  src: url(../fonts/BodoniSevITC-Book.ttf);
);
	
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Bodoni', serif;
}
a,p{
	font-family: calibril,Arial,sans-serif!important;
}
ul{
	list-style-type:none;
}
section{
	padding-top: 50px;
	padding-bottom: 50px
}
.mt-50{
	margin-top: 50px;
}
.full-width{
	width: 100%;
}
/*nav style*/
.navbar-light .navbar-nav .nav-link{
	color: black;
}
.fa{
	font-size: 18px;
}
.logo-width{
	width: 200px;
}
.dteb-width{
	width:33px;
}
.nav-divider{
	border-right: 2px solid gray;
}
.nav-block{
   display: inline;
}
.underline:hover{
	text-decoration: underline;
}
/*hero*/
.jumbotron{
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap:  wrap;
	background-image: url(../img/ravco.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 90vh;
    margin-bottom: 0;
    

}
.banner-text{
	font-size: 55px;
    font-weight: 400;
    line-height: 60px;
    text-shadow: 5px 2px 9px rgb(0 0 0 / 49%);
}
.j-a-b{
	align-self: flex-end;
	justify-content: center;
}
.btn-font{
	font-size: 16px;
}
.btn-lg{
	border-radius: 0;	
}
.btn-primary {
    color: black !important;
    background-color: white !important;
    border-color: white !important;
}
.btn-primary:hover{
    color: white !important;
    background-color: #c51a1a !important;
    border-color: #c51a1a !important;
    box-shadow: none;
}
.btn-primary:active{
    color: white !important;
    background-color: #c51a1a !important;
    border-color: #c51a1a !important;
    box-shadow: none !important;
 }
.btn-primary:focus{
    color: white !important;
    background-color: #c51a1a !important;
    border-color: #c51a1a !important;
    box-shadow: none !important;
}
.btn-primary:active:focus {
    color: white !important;
    background-color: #c51a1a !important;
    border-color: #c51a1a !important;
    box-shadow: none !important;
}
/*about section*/
.img-width{
	width: 100%;
}
.red-line{
	width: 50px;
	height: 1.5px;
	margin-top:15px;
	margin-bottom: 20px; 
	background-color: #c51a1a; 
}
figure {
	
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover + span {
	bottom: -36px;
	opacity: 1;
}
.about-font{
	font-size: 14px;
}
.contact-heading{
	
font-weight: 400;
font-size:2rem;
}
.about-heading{
	/* letter-spacing: -2px;*/
font-weight: 400;
font-size:2.4rem;
margin-top:0 !important;
}

/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/*contact info*/
.divid{
	width: 50%;
	background-color:rgb(238, 238, 238);
	height: 1px;
	display: block;
	margin: auto;
}
.title{
	margin-bottom: 4px;
	margin-top: 20px;
    font-weight: bold;
    font-size: 14px
}
.para{
	font-size: 14px;
}
.title1{
	font-size: 16px;
}
.tel{
	color: black;
}
.tel:hover{
	color: #c51a1a;
}
.footer-h{
	color: white;
}
.footer-h:hover{
	color: black;
}
/*footer*/
.bg-gray{
	background-color:rgb(238, 238, 238);
}
.bg-ravco-red{
	background-color: #c51a1a;
}
footer{
	padding-top: 30px;
	padding-bottom: 10px
}
/*media*/
@media(max-width: 992px) {
	.nav-divider{
		
		border-right:none;
	}
	.nav-block{
		display: block;
	}
	.border-top-r{
		border-top: 1px solid rgb(238, 238, 238) ;
	}
	
}

/*@media(max-width: 775px) {

	.banner-text {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;   
    }
    
}*/
@media(max-width: 767px) {

    .contact-heading{
	 font-weight: 400;
     font-size:1.5rem;
    }
     .about-heading{
     font-weight: 400;
     font-size:1.5rem;
		margin-top:10px; 
     }
}
@media(max-width: 595px) {
    
    .banner-text {
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;   
    }


}
@media(max-width: 280px) {
  .logo-width{
        
        width: 150px;
	}
}
.carousel-inner{
     height: 90vh;
}
.carousel-caption {
    bottom: 200px;
    right: 5%;
    left: 5%;
}

.carousel-item{
	background-image: url(../img/ravco.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 90vh;
}
.carousel-item2{
	background-image: url(../img/002.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 90vh;
}
.carousel-item2::after{
	 background-color: #00000067;
	 content: "";
	 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
/* Animation */

@keyframes fadeInUp {
    from {
        transform: translate3d(0,60px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,60px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
