@charset "utf-8";
/* CSS Document - by PROJUKTI - DO NOT COPY */

#topBar{
width:100%;
background-color:#F44646;
color:#FFFFFF;
font-family: 'Titillium Web', sans-serif;
font-size:18px;
}


#sliderBar{
width:100%;
padding:0px 0px 8px 0px;
color:#c68143;
font-family: 'Titillium Web', sans-serif;
font-size:48px;
}


#mainBody{
width:100%;
color:#666666;
font-family: 'Titillium Web', sans-serif;
font-size:16px;
padding:30px 0px 30px 0px;
}

#mainBody2{
width:100%;
color:#666666;
font-family: 'Titillium Web', sans-serif;
font-size:16px;
padding:0px 0px 30px 0px;
}

.headingone{
color:#F44646;
font-size:32px;
font-weight:900;
font-family: 'Kaushan Script', cursive;
}

.listyle{
border-bottom:1px dotted;
padding:5px 0px 5px 0px;
}


hr.type_7 {
border: 0;
height: 55px;
background-image:url(../images-arati-mukherjee/type_7.png);
background-repeat: no-repeat;
}


.col-md-4
{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width:33%;
}
.panel {
  width:100%;
}


#footBar{
width:100%;
background-color:#F44646;
color:#FFFFFF;
font-family: 'Titillium Web', sans-serif;
font-size:14px;
padding:10px 0px 10px 0px;
}


/* for Navbar customization**************/

.navbar-brand {
    float: left !important;
    height: 50px !important;
     padding: 0px !important;
    /* font-size: 18px; */
    /* line-height: 20px; */
}


.navbar-inverse {
    background-color: #f44646 !important;
    border-color: #f44646 !important;
	
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff !important;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
	margin-left: 10px !important;

}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #e42929 !important;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #e42929 !important;
}


	
/* for Navbar customization**************/



/* For sound bar -------*/

#bars {
    height: 30px;
    margin: -16px 0 0 0px;
    position: absolute;
    top: 50%;
    width: 40px;
}

.bar {
    background: #fff;
    bottom: 1px;
    height: 3px;
    position: absolute;
    width: 3px;      
    animation: sound 0ms -800ms linear infinite alternate;
}

@keyframes sound {
    0% {
       opacity: .35;
        height: 3px; 
    }
    100% {
        opacity: 1;       
        height: 28px;        
    }
}

.bar:nth-child(1)  { left: 1px; animation-duration: 474ms; }
.bar:nth-child(2)  { left: 5px; animation-duration: 433ms; }
.bar:nth-child(3)  { left: 9px; animation-duration: 407ms; }
.bar:nth-child(4)  { left: 13px; animation-duration: 458ms; }
.bar:nth-child(5)  { left: 17px; animation-duration: 400ms; }
.bar:nth-child(6)  { left: 21px; animation-duration: 427ms; }
.bar:nth-child(7)  { left: 25px; animation-duration: 441ms; }
.bar:nth-child(8)  { left: 29px; animation-duration: 419ms; }
.bar:nth-child(9)  { left: 33px; animation-duration: 487ms; }
.bar:nth-child(10) { left: 37px; animation-duration: 442ms; }

/* For sound bar -------*/




@media (min-width: 320px) and (max-width: 800px) {

#bars {
    height: 30px;
    margin: -16px 0 0 0px;
    position: relative;
    top: 70%;
    width: 40px;
}

.bar {
    background: #fff;
    bottom: 1px;
    height: 3px;
    position: absolute;
    width: 3px;      
    animation: sound 0ms -800ms linear infinite alternate;
}


.carousel-indicators {
    position: absolute;
    bottom: 0px !important;
    left: 50%;
    z-index: 15;
    width: 63% !important;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.headingone{
color:#F44646;
font-size:20px;
font-weight:900;
}

}