.navbar{
    background-color: white;
    border: none;
    overflow: hidden;
  border-bottom: 3px solid #DF1B29;
  position: fixed;
  top: 0;
  width: 100%;
}
    
}
.navbar-brand {
  padding: 0px;
  margin: 0px;
  
 
}
.navbar-brand>img {
  height: 80px;
  padding: 5px;

}


/* EXAMPLE 4

line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */

.example4 .navbar-brand {
  height: 80px;
  
}

.example4 .nav >li >a {
 
 font-family: 'Droid Serif', Georgia, Times, serif;
 font-weight: bold;
  color: black; 
  float: left;
  
  padding: 14px 16px;
  text-decoration: none;
  font-size: 15px;
    
  
}

@media screen and (max-width: 600px) {
.example4 .nav >li{
    display : block;
    float : left;
    width : 100%;
    border-bottom : 1px solid #AAAAAA;
    
    padding : 0px;
    margin : 0px;
}
.example4 .nav >li >a:hover {
    box-shadow : 0 0 0 0;
}

.example4 .navbar {
    background-color : white;
}
}

.example4 .nav >li >a:hover {
   
    color: #DF1B29;
    box-shadow: 0 3px 2px 0 rgba(237,27,36,0.9);
   
}
.example4 .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
  
}

.example4 .nav {
  padding: 20px;
 }
 


/* CSS Transform Align Navbar Brand Text ... This could also be achieved with table / table-cells */
.navbar-alignit .navbar-header {
	  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 50px;
}
.navbar-alignit .navbar-brand {
	top: 50%;
	display: block;
	position: relative;
	height: auto;
	transform: translate(0,-50%);
	margin-right: 15px;
        margin-left: 15px;
}

.navbar-nav>li>.dropdown-menu {
	z-index: 9999;
      
}


.counter {
  width: 20px;
  height: 20px;
  background: black;
  color: #fff;
  position: fixed;
  top: 120px;
  right: 0;
}

.topbar > li {
    display: inline-block;
}


#typewriter-prefix {
 color: white;
 
}

 #typewriter{
    color : white;

}


.box {
    
    max-width: 300px;
    background-color: #0F1015;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.8); 
    -webkit-animation-duration: 2s;
}

/* slider css */

.carousel-indicators .active {
    background-color: #002432;
}

.carousel-inner img {
    width: 100%;
    max-height: 500px
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
  
	
}

.carousel-control.right span {
    
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 30;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 30;
}

.carousel-control.left span,
.carousel-control.right span {
	background-color: #000;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 85%;
    left: 30%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-size: 40px;
}

.header-text h2 span {
    background-color: #2980b9;
    padding: 10px;
}

.header-text h3 span {
   color: white; 
   font: bold 24px/45px Helvetica, Sans-Serif; 
   letter-spacing: -1px;  
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px; 
        
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
/* slider css */



.parallax {
    /* The image used */
    background-image: url("../img/bgg.jpg");

    /* Set a specific height */
    min-height: 500px; 
    
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



   .bg{
                background: rgb(0, 0, 0); /* fallback color */
                background: rgba(0, 0, 0, 0.3);
            }
     .msg{
                background: rgb(0, 0, 0); /* fallback color */
                background: rgba(0, 0, 0, 0.7);
            } 
            .footer ul li{
               text-decoration: none;
               list-style: none;
               color: #AAB2B5;
               padding: 3px;
            }
			
			.footer li a 
			{
				color: #AAB2B5;
				text-decoration : none;
			}
            
      /* scroll back to top button */ 
      #myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #EE1B24;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 3px;
}
    /* scroll back to top button */
    
                /* website pre loading animation */
            .no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(images/loader-128x/Preloader_6.gif) center no-repeat #fff;
        
         /* website pre loading animation */
        
}