@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

body { font-family: 'Open Sans', sans-serif; font-size: 15px; font-weight: 400; color: #888;}

strong { font-weight: 600; }

a { color: #12c5c3; text-decoration: none; transition: all .3s; }
a:hover, a:focus { color: #12c5c3; border: 0; text-decoration: none; }

h2 { margin-top: 10px; font-size: 38px; font-weight: 300; color: #555; line-height: 50px;  }
h4 { font-size: 22px; font-weight: 300; color: #555; line-height: 30px; }

img { max-width: 100%; }

.medium-paragraph { font-size: 17px; line-height: 32px; }

::-moz-selection { background: #12c5c3; color: #fff; text-shadow: none; }
::selection { background: #12c5c3; color: #fff; text-shadow: none; }


/***** General style, all sections *****/

.section-container { margin: 0 auto; padding-bottom: 80px; }

.section-container-gray-bg { background: #f8f8f8; }

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 { color: #fff; }

.section-container-image-bg .divider-1 span { border-color: #fff; }

.section-description { margin-top: 60px; padding-bottom: 10px; }

.section-description p { margin-top: 20px; padding: 0 120px; }
.section-container-image-bg .section-description p { opacity: 0.8; }

.section-bottom-button { padding-top: 60px; }


/***** Divider *****/

.divider-1 span { display: inline-block; width: 200px; border-bottom: 1px dotted #aaa; }


/***** Top menu *****/

.navbar {
	background: #444; transition: all .6s; backface-visibility: hidden;
	box-shadow: 0 2px 5px 1px rgba(51, 51, 51, 0.5);
}

.navbar-light .navbar-nav { font-size: 15px; color: #12c5c3; text-transform: uppercase; }
.navbar-light .navbar-nav .nav-link { color: #12c5c3; border: 0; }
.navbar-light .navbar-nav .nav-link:hover { color: #12c5c3; }
.navbar-light .navbar-nav .nav-link:focus { color: #12c5c3; outline: 0; }

.navbar-light .navbar-toggler { border-color: #444; }
.navbar-light .navbar-toggler:focus { background: none; outline: 0; }

.navbar-light .navbar-toggler span {
	display: block; width: 30px; height: 2px; margin: 6px auto; background: #fff;
	transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.navbar-light .navbar-toggler span,
.navbar-light .navbar-toggler span { background: #000; }

.navbar-light .navbar-toggler:hover span,
.navbar-light .navbar-toggler:focus span { background: #000; }

/* rotate first span */
.navbar-light .navbar-toggler[aria-expanded="true"] span:first-of-type { transform: rotate(45deg) translate(6px, 6px); }
/* hide second span */
.navbar-light .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) { opacity: 0; }
/* rotate third span */
.navbar-light .navbar-toggler[aria-expanded="true"] span:last-of-type { transform: rotate(-45deg) translate(5px, -5px); }

.navbar-light .navbar-toggler[aria-expanded="false"] span { transform: none; opacity: 1; }

.navbar-brand {
	width: 192px;
	height: 80px;
	background: url(../img/logo.png) left center no-repeat;
	border: 0;
	text-indent: -99999px;
}


/***** Top content *****/

.caption-content { width: 100%; padding: 100px 0 120px 0; min-height: 578px;}

.caption-content h1 { padding-top: 60px; color: #fff; font-size: 55px; font-weight: 800; margin: 0px auto 15px auto; text-align: center;}
.caption-content .description { width: 500px; margin: 0 auto; margin-bottom: 25px;}
.caption-content .description p { color: #fff; color: rgba(255, 255, 255, 0.8); text-align: center;}
.caption-content .description a { color: #fff; color: rgba(255, 255, 255, 0.8); border-color: #fff; border-color: rgba(255, 255, 255, 0.8); }
.caption-content .description a:hover,
.caption-content .description a:focus { color: #fff; color: rgba(255, 255, 255, 0.8); }


.caption-content.child-care h1{padding:0; color: #fff; font-size: 35px; font-weight: 800; margin:0;}
.caption-content.child-care .description { width: 100%; margin: 0; margin-top: 25px;}



/***** Section 1 *****/

.section-1-box { padding-top: 30px; text-align: left; }

.section-1-box .section-1-box-icon {
	width: 80px; height: 80px; margin: 0 auto;
	background: #12c5c3;
    font-size: 40px; color: #fff; line-height: 80px; text-align: center;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}

.section-1-box h3 { margin-top: 0; padding: 0 0 10px 0; }


/***** Section 2 *****/

.section-2-box { margin-top: 30px; text-align: left; }
.section-2-box h3 { margin-top: 0; }
.section-2-box-text .medium-paragraph { margin-top: 20px; margin-bottom: 20px; }


/***** Section 3 *****/

.section-3-box { margin-top: 30px; text-align: left; }

.section-3-box .section-3-box-icon {
	width: 60px; height: 60px; margin: 0 auto;
	background: #12c5c3;
    font-size: 28px; color: #fff; line-height: 60px; text-align: center;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.section-3-box h3 { margin-top: 0; padding: 0 0 10px 0; }


/***** Footer *****/

footer { padding: 40px 0; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

.main__cta {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.main__cta .main__cta__link a, .bd-highlight a {
    background: #12c5c3;
}

.main__cta .main__cta__link a, .bd-highlight a{
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin: 0px 10px;
    display: inline-block;
    border-radius: 5px;
    padding: 15px 55px;
    text-shadow: 1px 1px 1px #333;
}

.main__cta__link {
	width: 200px;
}

.features {
	padding: 55px 0px;
}
.features h3 {
    color: #3c2c23;
    font-weight: 700;
    font-size: 22px;
}

.features p {
	padding-right: 1.50rem;
	font-size: 1.1em;
}

.section-4-container{
	min-height: 500px;
}
.features {
	background-color: #e6f7fe;
	padding: 55px 0px;
}

.features .card {
	background-color: transparent;
}

.features.child-care h3 {color: #3c2c23; font-size: 45px; font-weight: 700}

.features.child-care .main p, .features.child-care .main li { line-height: 1.8em;}

.featured-care-givers {
	padding: 55px 0px;
}

.featured-care-givers.child-care {
	padding: 55px 20px;
}

.featured-care-givers h3 {
	color: #3c2c23;
	font-weight: 700;
    font-size: 20px;
}

.featured-care-givers.child-care h1 {
    font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #3c2c23;
	text-align: center;
}

.featured-care-givers h1 {
	font-family: 'Open Sans', sans-serif; 
	color: #3c2c23;
}

.testimonies {
	padding: 55px 0px;
}

.testimonies h1 {
	font-weight: 700;
	text-align: center;
    position: relative;
    font-size: 42px;
    color: #fff;
    margin: 0px 0px 50px 0px;	
}

.testimonies .name {
	font-family: 'Open Sans', sans-serif; 
	font-weight: 700;
	color: #3c2c23;
	font-size: 15px;
	padding: 0;
} 

.testimonies .handle {
	font-family: 'Open Sans', sans-serif; 
	font-size:12px; 
	color:#03225C;	
}

.testimonies .quoted-message {
	font-family: 'Open Sans', sans-serif; 
	font-style: italic;
	font-size: 15px;
}

.testimonies .p-card {
	flex: 70%;padding: 5px;
}
.testimonies .photo {
	flex: 30%;padding: 5px;
}

.main__cta__link{
	display:inline-block;
	padding: 0 1em
}

.caption-content.bottom-caption h1 {
	font-size: 40px;
	text-align: center;
}

.iconDetails {
	margin-left:2%;
   float:left; 
   height:40px;
   width:40px;	
   } 
   
   .side-posts {
	   width:100%;
	   height:auto;
	   padding:1%;
   }
   
   .side-posts h4 {
	   text-align: left;
	   font-style: normal;
	   color: #3c2c23;
	   font-size: 22px;
	   font-weight: 700;
	   font-family: 'Montserrat', sans-serif;

   }

   .side-posts .text {
	font-size:12px;
	text-align: left;
   }