span.roll {
	background:center center no-repeat #fff;
	height: 100%;
	position: absolute;
  text-align: center;
  line-height: 153px;
	width: 100%;
	z-index: 10;	
}
 
/* add the font awesome icon */
 
.roll:before {
    content: "\f00e"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #784669;
    font-size: 40px;
    padding-right: 0.5em;
    position: absolute;
        top: 15px;
    left: 121px;
    
}

.thumbnail {
    position:relative;
    overflow:hidden;
}
 
.caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(6, 42, 122, 0.54);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align:center;
    color:#fff !important;
    z-index:2;
}


h3.uppercase.lg-title.bg {
    color: white;
}
.pattern-3 {
position: relative;

}

.pattern-3:before {
background-color: rgba(0, 0, 0, 0.37);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;

}

.heading.main.centered.bg {
    padding-top: 170px;
}
.caption h4 {    color: white;}

.thumbnail>img {
    height: 354px;
	    width: 100%;
}


		
.leftnew, .rightnew {
    position: fixed;
    
    bottom: 0;
    height: 2.5em;
    margin: auto;
    background: red;
    z-index: 333333333333333333333;
}	

.modal-header .close {
    color: #062a7a !important;
}	

.carousel-control.left {
	
	    background: none;
}

.carousel-control.right {
	
	    background: none;
}