/*
Bootstrap Image Carousel Slider with Animate.css
Code snippet by Hashif (http://hashif.com) for Bootsnipp.com
Image credits: unsplash.com
*/

@font-face {
    font-family: jura;
    src: url(../fonts/Jura-Regular.otf);
}


body {
    font-family: jura !important;
    font-weight:500;
    color:#fff;
    font-size:16px;
    background: #000;
}





/********************************/
/*          Main CSS     */
/********************************/


#first-slider .main-container {
width: 100%;  height: auto;
  padding: 0;
}


#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #000;
    font-size: 30px;
      text-transform: capitalize;
      font-weight:normal;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #000;
    font-size: 30px;
      text-transform: capitalize;
      font-weight:normal;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 550px; 
  height: 100%;
  width:100%;
}
.product .carousel .item {min-height: 450px !important; }
.navbar-brand h4, h6{
    font-family: times new roman,times,serif;
    color:#fff;
    font-weight:bold;
}
.navbar{    margin-bottom: 0px;    min-height: 110px;}
.newfooter{    background: #4d4d4d;
    color: #fff;
    font-size: 15px;
    font-weight: bold;}
    .navbar-inverse {
       background-color: #4d4d4d;
    border-color: #d5d2cd;
    border-bottom: 5px solid #d5d2cd;
}
.barul{font-size: 20px;
    list-style-type: upper-alpha;
    width: 90%;
}
.dimation{width:50%; margin:0px auto;}
.bg{background:#ffcc29; color:#000; border:none; margin:5px; width:45%; padding:7px; font-size:18px;}
.whitebg{background:#fff; color:#000; border:none; margin:5px; width:45%; padding:7px; font-size:18px;}
.barul li{padding-left:10px;}
.navbar-inverse .navbar-nav > li > a {
    color: #f9f9f9;
}
.font30{font-size:44px;}
.logonew{height: 103px; margin-right: 166px;}
.navbar-brand{padding:2px 15px;}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    padding-top: 2px;
    padding-bottom: 2px;
}
.brrd{border-radius: 0px;}
.font17{font-size:24px;}
.font17>li{    margin-bottom: 30px;}
.twhite{color:#fff;}
.font16{font-size:22px;}
.font15{font-size:20px;}
.top15{margin-top:15px;}
.top25{margin-top:25px;}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #FFCC29;
    background-color: transparent;
    border-top: 4px solid #FFCC29;
    padding-top:11px;
}
.pinbar{height:3px; width:90%; margin:0px auto; background:#FFCC29;}
.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3{
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
  border:none;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}


/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
    background-image: url(../images/slide-11.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide2 {
  background-image: url(../images/slide-1.jpg);
      background-size: cover;
    background-repeat: no-repeat;
	width: 100%;  height: auto;
}
/*.second-slider .slide1 {
  background-image: url(../images/slide-3.jpg) !important;
      background-size: cover;
    background-repeat: no-repeat;
}
.second-slider .slide2 {
  background-image: url(../images/slide-4.jpg) !important;
      background-size: cover;
    background-repeat: no-repeat;
}
.second-slider .slide3 {
  background-image: url(../images/slide-5.jpg) !important;
      background-size: cover;
    background-repeat: no-repeat;
}*/
/* new product 1 slide */
.second-slider1 .slide1 {
  background-image: url(../images/p1slide-3.jpg) !important;
      background-size: cover;
    background-repeat: no-repeat;
}
.second-slider1 .slide2 {
  background-image: url(../images/p1slide-4.jpg) !important;
      background-size: cover;
    background-repeat: no-repeat;
}
.second-slider1 .slide3 {
  background-image: url(../images/p1slide-5.jpg) !important;
      background-size: cover;
    background-repeat: no-repeat;
}
/* new product 2 slide */
.second-slider2 .slide1 {
  background-image: url(../images/p2slide-3.jpg) !important;
      background-size: cover;
    background-repeat: no-repeat;
}
.second-slider2 .slide2 {
  background-image: url(../images/p2slide-4.jpg) !important;
      background-size: cover;
    background-repeat: no-repeat;
}
.second-slider2 .slide3 {
  background-image: url(../images/p2slide-5.jpg) !important;
      background-size: cover;
    background-repeat: no-repeat;
}
/* new product 3 slide */
.second-slider3 .slide1 {
  background-image: url(../images/p3slide-3.jpg) !important;
      background-size: cover;
    background-repeat: no-repeat;
}
.second-slider3 .slide2 {
  background-image: url(../images/p3slide-4.jpg) !important;
      background-size: cover;
    background-repeat: no-repeat;
}
.second-slider3 .slide3 {
  background-image: url(../images/p3slide-5.jpg) !important;
      background-size: cover;
    background-repeat: no-repeat;
}
/*--------------Neha------------------*/
.navbar-nav > li > .dropdown-menu {
	background-color: #ffcc29;
}


/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
      
}
@media screen and (max-width: 640px){
      
}







@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

fieldset, label { margin: 0; padding: 0; }


.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 




.circle {
  border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: 36px;
    height: 36px;
    padding: 5px;

    background: #000;
    border: 2px solid #FFCC29;
    color: #666;
    text-align: center;

    font: 26px Arial, sans-serif;
}