
/*--------------------------------------------------------------
# home highlights
--------------------------------------------------------------*/
.homehighlights .homehighlight-item {
  box-sizing: content-box;
  min-height: 320px;
  margin-top: 15px;
  background-color: transparent;
}


.homehighlights .homehighlight-item .homehighlight-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 1px solid #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.homehighlights .homehighlight-item h3 {
  font-size: 17px;
  font-weight:bolder;
  margin: 10px 0 5px 0;
  color: #2958f2;
  text-align: center; 
  text-shadow:1px 1px 10px #faf7b0, 1px 1px 10px #ccc;
}

.homehighlights .homehighlight-item h4 {
  font-size: 14px;
  color: #6b96be;
	color: #000;
  margin: 0 0 0 0;
   text-align: center;
}
.homehighlights .homehighlight-item .btn {
  color: #fff;
  font-weight: bold;
 }


.homehighlights .homehighlight-item p {
  font-style: italic;
  margin: 0 10px 0 10px;
  padding: 10px;
  background-color: #fff;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.homehighlights .owl-dots {
    text-align: center;
}
.homehighlights .owl-nav {
	font-size: 50px;
	text-decoration: none !important;
	border: none !important;
	text-shadow: none !important;
	
}
.homehighlights .owl-prev {
	float:left;
	position: absolute;
	top:30%;
	left: -20px;
	border: none;
	text-decoration: none;
}
.homehighlights .owl-next {
	float:right;
	position: absolute;
	top:30%;
	right: -20px;
}
.homehighlights .owl-dot {
  display: inline-block;
  margin: 5px 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000 !important; 
}

.homehighlights .owl-dot.active {
  background-color: #2958f2 !important;
}
.homehighlights .owl-prev:hover, .homehighlights .owl-next:hover {
  color: #0B5584 !important;
}
.homehighlights .owl-next:focus, .owl-prev:focus, .owl-dot:focus {outline: none;}


@media (max-width: 767px) {
  .homehighlights {
    margin: 10px 10px 5px 10px;
  }
}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.d-flex {
  display: flex !important;
}
.flex-column {
  flex-direction: column !important;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}