#myCarousel .nav a small {
    display:block;
}
#myCarousel .nav {
	background:#eee;
}
#myCarousel .nav a {
    border-radius:0px;
}
.carousel-inner {
	z-index:99;
	}
.carousel-inner>.item>a>img, .carousel-inner>.item>img
{
	padding-bottom: 84px;
    /*background: #f7f7f7;*/
}


/* Style tab links */
.tablink {
    
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 10%;
}


/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: white;
    display: none;
    padding: 50px 0px;
    height: 100%;
}
.carousel-control.left {
	    z-index: 99;
    font-family: 'Glyphicons Halflings';
    background: none;
    top: -83px;
    left: 41px;
		 
}
.carousel-control.right {
	z-index:99;
	    background: none;
		top: -83px;
    right: 41px;
	 font-family: 'Glyphicons Halflings'; 	 
}
.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before
{
	display:none;
}
.carousel-control .glyphicon .icofont 
{
	     border: 1px solid #b7c3c8;
    border-radius: 52px;
    /* height: 40px; */
    padding: 6px 9px;
    /* width: 40px; */
    color: #33444c;
    font-size: 24px;
}
.carousel-control .glyphicon .icofont:hover{
color:#fff;
background:#196acc;	
}
.carousel-caption {
top:150px!important;	
z-index:999!important;
}
.carousel-control.left
{
	left:60!important;
	opacity:1;
}
.carousel-control.right
{
	    left: auto!important;
	right:60!important;
	opacity:1;
}
.carousel-caption h3
{
	font-size: 42px;
    color: #fff;
    font-family: Raleway Medium;
    line-height: 60px;
}
.our-port
{
    color: #33444c;
    font-size: 14px;
    font-family: Raleway SemiBold;
    padding: 10px 25px;
    border-radius: 29px;
    text-transform: uppercase;
    margin: 12px 0px;
    text-align: left;
    background: transparent;
    border: 1px solid #aebcc3;	
}
.our-port:hover {
	color:#fff;
	background:#196acc;
	border:1px solid #196acc;
}
.carousel-indicators
{      transform: rotateY(270deg) translateX(-7.5em);
    /* transform-origin: center left; */
    transform: translate3d(0px, 0px, 0px);
    left: 29%!important;
    padding-left: 0!important;
    z-index: 999;
    bottom: 124px;
}
.carousel-indicators li
{
	border:1px solid  #aebcc3!important;
	background-color: #aebcc3!important;
}
.carousel-indicators .active{
	border:2px solid #196acc!important;
	background:transparent!important;
}