
.carousel-item {
  height: 665px !important; 
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.ht450{
    height: auto !important; 
}
.carousel-caption{bottom: 260px !important; } /*260px withoutbanner*/
h2 {
	font-size:45px !important;
	color: #4c5469;
	text-align: center;
	font-weight: Normal !important;
	position: relative;
	margin: 30px 0 60px;
    letter-spacing:0px;
}

@media only screen and (max-width: 650px) {
    /* For mobile phones: */
    h2 {
        font-size:25px !important;
    }
}

.col-center {
	margin: 0 auto;
	float: none !important;
}

.carousel-control-prev {
    left: -66px !important; 
}
.carousel-control-next {
    right: -66px !important;
}
.carousel {
	margin: 50px auto;
	padding: 0 60px;
}

@media only screen and (max-width: 650px) {
    /* For mobile phones: */
    .carousel  {
		padding: 0px;
    }
}

.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px; margin-top:50px;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
}

@media only screen and (max-width: 650px) {
    /* For mobile phones: */
    .carousel .testimonial {
		padding: 0px 15px 0px 15px;
    }
}
@media only screen and (max-width: 992px) {
    /* For mobile phones: */
    .carousel .testimonial {
		padding: 0px 15px 0px 15px;
    }
}
.carousel .overview {	
	font-style: normal;
    text-transform: uppercase;
	color: #082157;
}
.carousel .overview span {
    font-size:12px;
	font-style: normal;
    text-transform: none;
    color: #082157;
}
.carousel .carousel-control {
	width: 20px;
    height: 20px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: #082157 !important;
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel-indicators li, .carousel-indicators li.active {
	/*width: 10px !important;
	height: 10px !important;*/
		border-radius: 50%;
}
.carousel-indicators li {
    width: 10px !important;
	height: 10px !important;	
	background: #f4f4f4;
	border-color: transparent;
    border:none !important;
		
}
.carousel-indicators li.active {	
    width: 10px !important;
	height: 10px !important;	
	border-color: transparent;
    border:none !important;
	background: #394f81;		
	
}

.carousel-indicators-numbers {
    li {
      text-indent: 0;
      margin: 0 2px;
      width: 30px;
      height: 30px;
      border: none;
      border-radius: 100%;
      line-height: 30px;
      color: #fff;
      background-color: #999;
      transition: all 0.25s ease;
      &.active, &:hover {
        margin: 0 2px;
        width: 30px;
        height: 30px;
        background-color: #337ab7;        
      }
    }
}


.cta-100 {
  margin-top: 100px;
  padding-left: 8%;
  padding-top: 7%;
}
.col-md-4{
    padding-bottom:20px;
}

.white {
  color: #fff !important;
}
.mt{float: left;margin-top: -20px;padding-top: 20px;}
.bg-blue-ui {
  background-color: #708198 !important;
}
figure img{width:300px;}


.blog .carousel8-indicators {
  left: 0;
  top: -50px;
  
}


/* The colour of the indicators */

.blog .carousel8-indicators li {
  background: #708198;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.blog .carousel8-indicators .active {
  background: #0fc9af;
}




.item-carousel8-blog-block {
  outline: medium none;
  padding: 15px;
}

.item-box-blog {
  border: 1px solid #dadada;
  text-align: center;
  z-index: 4;
  padding: 20px;
}

.item-box-blog-image {
  position: relative;
}

.item-box-blog-image figure img {
  width: 100%;
  height: auto;
}

.item-box-blog-date {
  position: absolute;
  z-index: 5;
  padding: 4px 20px;
  top: -20px;
  right: 8px;
  background-color: #41cb52;
}

.item-box-blog-date span {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.2;
}

.item-box-blog-date span.mon {
  font-size: 18px;
}

.item-box-blog-date span.day {
  font-size: 16px;
}

.item-box-blog-body {
  padding: 10px;
}

.item-heading-blog a h5 {
  margin: 0;
  line-height: 1;
  text-decoration:none;
  transition: color 0.3s;
}

.item-box-blog-heading a {
    text-decoration: none;
}

.item-box-blog-data p {
  font-size: 13px;
}

.item-box-blog-data p i {
  font-size: 12px;
}

.item-box-blog-text {
  max-height: 100px;
  overflow: hidden;
}

.mt-10 {
  float: left;
  margin-top: -10px;
  padding-top: 10px;
}

.btn.bg-blue-ui.white.read {
  cursor: pointer;
  padding: 4px 20px;
  float: left;
  margin-top: 10px;
}

.btn.bg-blue-ui.white.read:hover {
  box-shadow: 0px 5px 15px inset #4d5f77;
}
