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: #1d4694;
    padding-top: 15px;
    padding-bottom: 1px;
}

.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
}

.navbar-brand span {
    display: inline-block;
    vertical-align: middle;
}

.navbar .navbar-nav .nav-link {
    color: #024d9e;
    font-weight: 500;
}

.navbar .navbar-nav .nav-link:hover {
    color: #efefef;
    background-color: #024d9e;

}

/*--voltech website headings center */
.voltech-headings h2 {
    text-align: center;
    position: relative;
    width: 250px;
    margin: auto;
    font-size: 30px;
    border: 2px solid #024d9e;
    line-height: 45px;
    margin-bottom: 40px;
}

.voltech-headings h2:before {
    content: '';
    position: absolute;
    width: 80px;
    background: #024d9e;
    height: 2px;
    left: -70px;
    top: 23px;
}

.voltech-headings h2:after {
    content: '';
    position: absolute;
    width: 80px;
    background: #024d9e;
    height: 2px;
    right: -70px;
    top: 23px;
}


.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%;
}

/*--Product Cards  */
.card-img-top {
    max-height: 200px;
    object-fit: contain;
    padding: 20px;
}

/**product label top end **/
.label-top {
    position: absolute;
    background-color: #024d9e;
    color: #fff;
    top: 8px;
    right: 8px;
    padding: 5px 10px 5px 10px;
    font-size: .7rem;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
}

/*---------------------------------------
  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;

}




/*-- testimonail slider--*/
.carousel .carousel-indicators {
    bottom: -60px;
}


.whatsAppfloat {
    position: fixed;
    width: 65px;
    height: 66px;
    bottom: 20%;
    right: 2.5%;
    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;
    border: 4px solid #00bb2d;
    .mywhatsapp {
        margin-top: 12px;
    }
}

.mywhatsapp {
    margin-top: 15px;
}

#sidebar {
    width: 30%;
    /* Instead of a fixed pixel value */
}



/*--desktop top margin --*/
.toplogo {
    height: 75px;
    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.85rem;
    }

}


@media (max-width: 576px) {
    .carcaphead {
        font-size: 15px;
    }
}


@media screen and (min-width:990px) {

.nav-link-home{
    border-top: none !important;
    margin-top: 0px !important;
}
    
}