.rounded-circle {
    border-radius: 50% !important;
}

.element-fluid {
    max-width: 100%;
    height: auto;
}


/*--------------------------------------------------
=>> Theme Team Area
--------------------------------------------------*/

.theme-team-block img { 
	margin: 0 auto 2rem; 
	width: 200px;
	height: 200px;
	position: relative;
}
.theme-team-block {
	padding:15px;
	border:1px solid #F9F9F9;
}
.theme-team-block .team-title {
	margin-top:0px;
	text-transform:uppercase;
}
.theme-team-block img {
	width:100%;
}
.theme-team-block p {
	margin-top:15px;
}

/*--------------------------------------------------
=>> Theme Testimonial Area
--------------------------------------------------*/
.theme-testimonial-block {
	width: 80%;
	margin:0 auto;
}
.theme-testimonial-block img { 
	margin: 0 auto 2rem; 
	width: 200px;
	height: 200px;
	position: relative;
}

.theme-testimonial-block .testimonial-name{
	font-size: 1.25rem;
	font-weight: 600;
	font-style: normal !important;
	margin: 0px 0 5px;
	display: block;
	font-weight: 400;
}

.theme-testimonial-block .testimonial-subtitle{
	font-size: 1.25rem;
	font-weight: 600;
	font-style: normal !important;
	margin: 0px 0 -3px;
	display: block;
}

.theme-testimonial-block p {
	margin-top:15px;
	font-size: 1.375rem;
	line-height: 1.4;
}

.theme_testimonial_section .carousel-indicators {
	position:initial;
	margin:0 auto;
	margin-top:20px;
}
/*--------------------------------------------------
=>> Theme Service Area
--------------------------------------------------*/
.theme-service-content {
	margin: 0 0 1rem;
	padding: 10px;
	transition: all .15s ease;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	border: 2px solid #f2f2f275;
	border-radius: 6px;
}
.theme-service-content i.fa {
	font-size: 36px;
	line-height: 1.2;
	position: relative;
	box-shadow: 0px 0px 0px 1px transparent;
}

.theme-service-content i { 
	margin: 0 auto 1rem;
}

.theme-service-content p {
	margin-bottom:0;
}

.theme-service-content .service-title { 
	margin: 0;
    padding: 0 0 1.125rem; 
	font-weight: 600; 
}
.theme-service-content img { 
	margin: 0 auto 2rem; 
	width: 200px;
	height: 200px;
	position: relative;
}


.theme-service-content.card {
	padding: 20px 10px;
	display:flex;
}
.theme-service-content.card i {
	margin: 0 20px 0 10px;
}


/*----------------
=>> Star Rating
-----------------*/

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: center;
}
.rating > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
}

.rating > span:before,
.rating > span ~ span:before {
   content: "\2605";
   position: absolute;
   left: 0;
   color: gold;
}