/*
Theme Name: Milestones Pediatric
Template: cashmere-parent
Version: 1.0.0
*/

.navbar-default .navbar-nav > li:nth-child(1) > a {color:#000 !important;}
.navbar-default .navbar-nav > li:nth-child(2) > a {color:var(--color-1);}
.navbar-default .navbar-nav > li:nth-child(3) > a {color:var(--color-2);}
.navbar-default .navbar-nav > li:nth-child(4) > a {color:var(--color-3);}
.navbar-default .navbar-nav > li:nth-child(5) > a {color:var(--color-4);}
.navbar-default .navbar-nav > li:nth-child(6) > a {color:var(--color-5);}
.navbar-default .navbar-nav>.active>a:hover {color: #000;}
#contact-info, .jumbotron-sm, #contact-page-form, .jumbotron-sm, .location-container {background:#b6dc30;}

#contact-info li:nth-child(2) > a {color:var(--color-1);}
#contact-info li:nth-child(3) > a {color:var(--color-2);}
#contact-info li:nth-child(4) > a {color:var(--color-3);}
#contact-info li:nth-child(5) > a {color:#c7991a;}
#contact-info li:nth-child(6) > a {color:var(--color-5);}
#contact-info li > a:hover {color: #fff;}

.header-inner {width: 1360px !important; max-width: 100% !important;} 
.header-inner .row {display: flex;
    align-items: center;
    justify-content: center;}
.navbar-default li.active a{
	color:#fff;
}
.navbar-default .navbar-nav > li:nth-child(2) > a {
    color: #ffc038;
}

.navbar-default .navbar-nav > li:nth-child(1) > a {
    color: #32a826 !important;
}




#testimonials {
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	position: relative;
	box-shadow: 0 0 10px #000;
}
#testimonials:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, .9), rgba(255, 255, 255, .9), rgba(255, 255, 255, .8), rgba(255, 255, 255, .7), rgba(255, 255, 255, .4), transparent);
}
.testimonials-inner {
	position: relative;
	padding: 100px;
}
.testimonials-container {
	overflow: hidden;
	border: 2px solid #000;
	box-shadow: 0 0 10px #000;
}
.testimonials-group {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px 100px 30px 30px;
	background: var(--color-3);
}
.testimonial-box {
	padding: 15px;
	border-bottom: 1px dotted #fff;
	width: 100%;
    color: #fff;
}
.testimonial-box .header {
	align-items: baseline;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 12px;
}
.testimonial-box h2 {
	font-weight: bold;
	padding-right: 15px;
	letter-spacing: 0;
	text-transform: none;
}
.testimonial-scrolls {
	font-size: 62px;
}
.testimonial-scroll-up {
	position: absolute;
	top: 80px;
	right: 115px;
	transition: all ease .7s;
}
.testimonial-scroll-down {
	position: absolute;
	bottom: 80px;
	right: 115px;
	transition: all ease .7s;
}
.testimonial-scroll-up:hover, .testimonial-scroll-down:hover {
	color: #fff;
	transform: scale(1.1);
	text-shadow: 0 0 30px #000;
	cursor: pointer;
	transition: all ease .7s;
}
[dir=rtl] .slick-next {
	left: auto;
}

.fa-angle-down, .fa-angle-up {color:#ccc;}
.fa-angle-down:hover, .fa-angle-up:hover {color:#fff;}

.headfax {margin-left:15px;}

.top-text {background: #ccc; text-align: center; font-weight: bold;font-weight: 1.6em; padding:8px;}

.navbar-default .navbar-nav > li > a {
    font-size: 1.1vw !important;}
.dropdown-menu {font-size: 1.1vw;}

.home-banner {background: #eee;}
.banner-box {max-height:465px; display: flex; justify-content: center;}
.banner-box img {width: auto; max-height: 465px;}

.aboutimage {max-width:440px;}

.page-id-77 .main-inner ul {font-family: 'Muli',sans-serif;}
.page-id-77 .main-inner {text-align: left;}

#bottomimgs {margin-bottom: 30px;}

@media screen and (max-width:991px){
    .testimonials-inner {
    position: relative;
    padding: 15px;
}
    
    .top-text{margin-top:80px;}
    .header-inner .row {display: block;}
    .navbar-default .navbar-nav > li:nth-child(1) > a {color:#fff !important;}
.navbar-default .navbar-nav > li:nth-child(2) > a {color:#fff !important;}
.navbar-default .navbar-nav > li:nth-child(3) > a {color:#fff !important;}
.navbar-default .navbar-nav > li:nth-child(4) > a {color:#fff !important;}
.navbar-default .navbar-nav > li:nth-child(5) > a {color:#fff !important;}
.navbar-default .navbar-nav > li:nth-child(6) > a {color:#fff !important;} 
}