html:focus-within {
    scroll-behavior: smooth;
}

body {
    font-family: "Tangerine", 'Roboto' 'Raleway', 'Serif', 'Franklin Gothic Medium', 'Arial Narrow', 'sans-serif', 'Dancing Script' ;
    overflow-x: hidden;
}

.site-header {
    background: #5bc1ac;
    padding-top: 15px;
    padding-bottom: 1px;
}
.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-brand span {
    display: inline-block;
    vertical-align: middle;
}
.navbar .navbar-nav .nav-link {
    color: #901e78;
    font-weight: 500;
}

.navbar .navbar-nav .nav-link:hover {
    color: #0b3268;
    background-color: #ffe540;

}
.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

/*--readmore background color for classes*/
.card-footer {
    background-color: #DE5C9D;

}
.card-body .card-text  {
    text-align: justify;
    font-size:20px;
}
.carcaphead {
    background-color: #DE5C9D;

}
.carousel-caption {
    right: 35%;
    left: 35%;
}
/*---------------------------------------
  FEATURE BLOCK
-----------------------------------------*/
#featured-block {
    text-align: center;
    transition: all 0.5s ease;
    min-height: 256px;
    padding: 15px;
    border: none;
  }

#featured-block:hover {
    background: var(--white-color);
    border-radius: var(--border-radius-medium);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);

  }

#listbgcolor {
    background-color: #DE5C9D;
    color: white;
}
#gallery img:hover{
    transform:scale(1);
}
.services .blog-item {
        border-radius: 5px;
        padding: 40px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        margin-top: 30px;

}

.services .blog-img {
    width: 64px;
    height: 64px;
}
.services .blog-img:hover  {
    margin-top: 20px;
    transition: all .5s;

  }

/*reviews avatar --*/
.media {
    display: flex;
    align-items: flex-start;

}
.media-body {
    flex: 1;
}

.whatsAppfloat{
    position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#00bb2d;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:35px;
	box-shadow: 2px 2px 3px #999;
  z-index:99;


}
.whatsAppfloat:hover {
	text-decoration: none;
	color: #00bb2d;
  background-color:#fff;
}
.mywhatsapp{
    margin-top:16px;
}

/*--Blog--*/
.sidebar-box {
    margin-bottom: 4em;
    font-size: 15px;
    width: 100%;
    float: left;
    background: #fff;
}
.sidebar-box .heading {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.sidebar-box .blog-img {
    width: 64px;
    height: 64px;
}

/*--desktop top margin --*/
.toplogo {
    height: 60px;
    width: auto;
}
@media (max-width:576px) {
    .site-header {
        display: none;
    }
}


@media (max-width: 576px) {
   .toplogo  {
        height: auto;
        width: 150px;
    }
}

@media (max-width: 576px){
    .maincaro .carousel-item img {
        min-height: 300px;

    }
}

@media (max-width: 576px) {
    .carousel-caption h3 {
        font-size: 1rem;
    }

    p {
        font-size: 0.5rem;
    }

}


@media (max-width: 576px) {
    .carcaphead {
        font-size: 15px;
    }
}

