/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.section-gradient{
	background: url("../images/reviewBg.jpg") no-repeat 50% 0%;
	background-size: cover;
}

.alternateBg{
	background-color:#EFF2F8;
}

.alternateBg.white{
	background-color:#ffffff;
}

#page-title .heading-block{
	margin-bottom:0;
}
.slider-caption.slider-caption-center{
	text-align:left;
}


/* ----------------------------------------------------------------
	meet the founder
-----------------------------------------------------------------*/

.founder h3{
	margin-bottom:5px;
}

.founder h3+span{
	font-style:italic;
	color:#777777;
	display:block;
	margin-bottom:20px;
}

/* ----------------------------------------------------------------
	reviews
-----------------------------------------------------------------*/

.testi-content p{
	font-size:18px;
}

.testimonial{
	padding:30px;
}

.testimonials-rating i
{
	background-color:#3D7FEC ;
    font-size: 14px;
    color: #FFF;
    padding: 1px 5px;
    border-radius: 2px;
}

.testimonials-rating{
	margin-top:15px;
	margin-bottom:15px;

	color:#3D7FEC;
}

.nav-pills .nav-link{
	color:#1A4C7C;
}

.nav-pills .nav-link:hover{
	font-weight:700;
/*	margin-right: 20px;*/
/*	border-radius: 80px;*/
    background-color: #1A4C7C;
    color:#ffffff;
}

.nav-pills .nav-link.active{
	font-weight:700;
/*	margin-right: 20px;*/
/*	border-radius: 80px;*/
    background-color: #1A4C7C;
  
}

.reviewTabs{

}


/* ----------------------------------------------------------------
contact
-----------------------------------------------------------------*/


.contact-info h3{
	
	font-weight:700;
    margin-bottom:0;
}

.contact-info p{
	margin-bottom:0px;
}

.contact-info h4{
	font-family: 'PT+Serif', sans-serif;
	color:#00B492;
	font-weight:400;
	margin-bottom:10px;
}

.testi-image{
  float:none;
  margin-bottom:20px;

}

/* ----------------------------------------------------------------
	about
-----------------------------------------------------------------*/


.team-content p>a:not([href]):not([class]){
	color:#3D7FEC;
	cursor:pointer;
}

.modal-header{
	background-color:#1A4C7C;
}

.modal-header h4, .modal-header .btn-close{
	color:#ffffff;
}

.modal-body,.modal-header{
	padding:30px;
}

.btn-close{
	background:transparent url("../images/close.png") center/1em auto no-repeat;
	opacity:1;
}



