:root {
    --primary: #19d5b2;
    --secondary: #19d5b2;
    --light: #F8F8F9;
    --dark: #001D23;
}
.logo{
	width:80%;
}
.call{
	border: 1px solid #19d5b2;
	padding: 6px;
}
.call-icon{
	color: #19d5b2;
}
.phone{
	color: white;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: #19d5b2;
}
.fixed-top {
    transition: .5s;
    align-content: center;
    margin-top: 40px;
}
.btn-primary {
    color: #000;
    background-color: #19d5b2;
    border-color: #19d5b2;
}
.btn-primary:hover {
    color: #000;

    border-color: #19d5b2;
}
.btn-outline-primary {
    color: #19d5b2;
    border-color: #19d5b2;
}
.btn-outline-primary:hover {
    color: white;
    background-color: #19d5b2;
    border-color: #19d5b2;
}
.bg-primary {
    background-color: #19d5b2 !important;
}
.bg-primary:hover {
    background-color: white !important;
   
}
.border-primary {
    border-color: #89e051 !important;
}
.text-primary {
    color: #19d5b2 !important;
}
.carousel-inner {
    height: 760px;
}
.bg-dark1 {
    background-color: #000000 !important;
}
.footertext{
	font-size: 20px;
	color: white;
}
.carousel-caption {
    
 background: rgb(0 29 35 / 53%);
  
}
.img-fluid {
    max-width: 100%;
    height: 400px;
    /* min-height: auto; */
    object-fit: contain;
}
.img-fluid1 {
    max-width: 100%;
    height: 400px;
    /* min-height: auto; */
    object-fit: contain;
    margin-top: 34px;
}
.img-fluid2 {
    max-width: 100%;
    height: 140px;
    /* min-height: auto; */
    object-fit: contain;
    margin-top: 34px;
}
.testimonial-carousel .owl-item.center .testimonial-item img {
    background: #19d5b200 !important;
}
.testimonial-carousel:hover .owl-nav {
    width: 500px !important;
    opacity: 1;
}
.service-item:hover{
	border: 1px solid #19d5b2;
}
.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(0, 29, 35, .8), rgba(0, 29, 35, .8)), url(../img/rrr-poster.jpg) center center no-repeat;
    background-size: cover;
}
.whatsapp{
    position: fixed;  
    left: 20px; 
    bottom: 30px;
    z-index:100;
}
.whatani{
    width:100%;
    height:60px;
    border-radius: 10px;
}