.navbar-default {background-color: #f5f5f5 !important;border-color: #f5f5f5;    font-family: 'Raleway', sans-serif;}
.navbar {border:none !important;}
.nav>li>a {padding: 10px 24px !important;}
.carousel-control.left{background:none!important;}
.carousel-control.right{background:none!important;}
.abt-us {position: relative;padding: 15px 0px;}
.abt-us:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #292a31;
    z-index: -1;
}
.mb30 {
    margin-bottom: 30px;
}
.pb10 {
    padding-bottom: 10px;
}
.c1 {
    color: #fff !important;
}
.fw100 {
	font-weight: 100 !important;
}
.dropdown-menu>li>a {border-bottom: dotted 1px #ddd;}
.lh24{line-height:24px;}
.btn-default{background-color:#00aae8 !important;}
.parallax {
    /* The image used */
   /*  background-image: url("img_parallax.jpg"); */
	background-image: url("../gifs/bg1.jpg");
    /* Set a specific height */
    min-height: 900px; 

    /* Create the parallax scrolling effect */
     background-attachment: fixed; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-repeat:no-repeat;
	background-color: #fff;
	
}
.parallax:hover .abc
{
   width: 105%;   
}
.abc{ 
   transition: width 2s;
    -webkit-transition: width 2s;}
.mt10{margin-top:10px;}