html {
    
    scroll-behavior: auto;
}
body {
    font-family: 'Raleway','Serif','Franklin Gothic Medium', 'Arial Narrow' ,'sans-serif',;
    overflow-x: hidden;
}

.navbar {
    padding: 0;
}
.navbar .navbar-nav .nav-link {
    color: #164882;
    font-weight: 500;
}
.navbar .navbar-nav .nav-link:hover {
    color: #EE1D23;

}
section {
    padding: 30px 0 0 0;
}
.anantaicon {
    font-size: 5vw;
    color: #EE1D23;

}
.anantaiconwhyus {
    font-size: 4vw;

}
.anantaiconwhyus:hover {
    color: #EE1D23;
}
.anantaiconindustry {
    color: #EE1D23;
    font-size: 5vw;

}
.anantaiconindustry:hover {
    color: black;

}

.testimonial-slider .carousel-indicators button {
    width: 10px;
    height: 10px;
    background-color: #dc3545;
    border-radius: 100%;
}
.testimonial-slider {
    padding: 10px 0px 40px;
}

/**footer**/
ul {
    margin: 0px;
    padding: 0px;
}
ul li {
    list-style: none;
}
ul li a {
    text-decoration: none;
    color: #333333;
    font-size: 16px;
    margin: 8px 0px;
    display: block;
}
/*-- Blog Section CSS --*/
#blog {
    width: 100%;
    float: left;
    padding: 50px 0px;
}
.blog-post h2 {
    font-size: 20px;
    margin: 10px 0px;
}
.blog-post h2 a {
    color: #333;
}
.blog-post p {
    color: #505050;
}
#blog .section-title {
    padding: 20px 0px 5px;
    background-color: #fafafa;
    border-radius: 10px;
    margin-bottom: 30px;
}
#blog .blog-post {
    padding: 15px;
    border-radius: 5px;
    box-shadow: 30px 30px 0px -20px #EEEEEE;
    background: #fff;
    border: 1px solid #e6e6e6;
    position: relative;
    overflow: hidden;
    z-index: 99999;
    margin-bottom: 30px;
}
#blog .blog-post .post-thumb {
    max-height: 210px;
    overflow: hidden;
}


/*-- End Blog Section CSS --*/
@media (max-width: 576px){
    .carousel-caption
     h3 {
        font-size: 1rem;
     }
     p {
        font-size: 0.5rem;
     }

   }
@media (max-width: 576px){
    .carousel-item img {
        height: auto;
        width: 100%;
    }
   }

   @media (max-width: 576px){
    .anantaicon {
        font-size: 15vw;
    }
   }
   @media (max-width: 576px){
    .manojphoto {
        height: 150px;
        width: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -50px;
    }
   }



