body{
            font-family: 'Lato', sans-serif;
            }
            .carousel-fade .carousel-inner .item {
            opacity: 0;
            transition-property: opacity;
            }
            .carousel-fade .carousel-inner .active {
            opacity: 1;
            }
            .carousel-fade .carousel-inner .active.left,
            .carousel-fade .carousel-inner .active.right {
            left: 0;
            opacity: 0;
            z-index: 1;
            }
            .carousel-fade .carousel-inner .next.left,
            .carousel-fade .carousel-inner .prev.right {
            opacity: 1;
            }
            .carousel-fade .carousel-control {
            z-index: 2;
            } 
            @media all and (transform-3d), (-webkit-transform-3d) {
            .carousel-fade .carousel-inner > .item.next,
            .carousel-fade .carousel-inner > .item.active.right {
            opacity: 0;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            }
            .carousel-fade .carousel-inner > .item.prev,
            .carousel-fade .carousel-inner > .item.active.left {
            opacity: 0;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            }
            .carousel-fade .carousel-inner > .item.next.left,
            .carousel-fade .carousel-inner > .item.prev.right,
            .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            }
            } 
            .carousel-caption {
            text-shadow: 0 1px 4px rgba(0,0,0,.9);
            font-size:17px
            }
            .carousel-caption h3 {
            font-size: 30px;
            font-family: 'Lato', sans-serif;
            }
            html,
            body,
            .carousel,
            .carousel-inner,
            .carousel-inner .item {
            height: 100%;
            
            } 
           .home-page-banner1 .item:nth-child(1) {
    background: #0000008a url('../img/banner-1.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}
            .home-page-banner1 .item:nth-child(2) {
            /*background: url('../img/banner-2.jpg');*/
            background:linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url('../img/banner-22.jpg.jpg');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            }
            .item:nth-child(3) {
            background:linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url('../img/banner-3.jpg');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            }
            .item:nth-child(4) {
            background:linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url('../img/banner-1.jpg');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            }
            .item:nth-child(5) {
            background:linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url('../img/banner-2.jpg');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            }
            .fb a:hover {
                  border: 2px solid #2e94dd !important;
                  border-radius: 50% !important;
            }
            .twit a:hover {
                  border: 2px solid #17bae0 !important;
                  border-radius: 50% !important;
            }
            .ld a:hover {
                  border: 2px solid #2e94dd !important;
                  border-radius: 50% !important;
            }
            .gplus a:hover {
                  border: 2px solid #ff3333 !important;
                  border-radius: 50% !important;
            }
            .printset a:hover {
                  border: 2px solid #ec2327 !important;
                  border-radius: 50% !important;
            }
			
		.carousel-caption {
			right: 10%  !important;
			left: 10% !important;}
			
			.well { margin-bottom:0 !important;}
			
		
		
		
		
		
		@media(max-width:992px){
		    .navbar-default .navbar-nav>li>a{color:#383838!important}
		}
		
			}
			
			
@media (max-width: 767px)
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #040404!important;
}        