*,
*:after,
*:before {
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
text-rendering:optimizeLegibility;
margin: 0;
padding: 0; 
}
body,html {
	min-width: 1120px;
}
body:before{
	content: none;
}
input, textarea {outline:none; color: inherit; -webkit-appearance: none; background: none; border: none; font-family: inherit;  resize: none; border-radius: 0; line-height: normal;} 
input:active, textarea:active {outline:none;}
:focus {outline:none;}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color:transparent!important; }
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { color:transparent!important; } 
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { color:transparent!important; } 
input::-ms-clear {
    display: none;
}
address, article, aside, canvas,
figcaption, figure, footer, header,
hgroup, nav, section, summary {
	display: block;
}
hr {display: block;border: none;-webkit-appearance: none;}
.noselect {
	-webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
a, a:hover, a:visited, a:active, a:focus {
  border:none;
  border-style:none;
  outline:none;
  text-decoration: none;
  cursor: pointer;
}
p {margin-bottom: 10px; }
span, b, strong {}
a {color: inherit;}
div {display: block;}
h1,h2,h3,h4,h5,h6 {font-weight: normal; font-size: inherit}
a img {border: 0px; }
ul {list-style: none;}
svg {display: inline-block; fill: currentColor;vertical-align: top;}
b {font-weight: bold;}
img.fits{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.clear {clear: both}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
.vfix {height: 100%;width: 0px;display: inline-block;vertical-align: middle;}
.container-vfix{display: inline-block;vertical-align: middle;}
.wrap-vfix {font-size: 0; text-align: center;}
.c-box{
	max-width: 1085px;
	margin: 0 auto;
	box-sizing: border-box;
}
body{
	font-family: Roboto, sans-serif;
	font-size: 16px;
}
.children-menu-wrap{
	height: 100px;
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 25px;
	z-index: 2;
	overflow: hidden;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
body.fixed .children-menu-wrap{
	top: 0;	
	border-bottom: 1px solid #ededed;
}
.left-side-menu{
	float: left;
	height: 100px;
}
.logo-childcare{
	display: inline-block;
	vertical-align: middle;
}
.right-side-menu{
	float: right;
}
.top-menu, .separate-menu{
	float: left;
}
.top-menu li, .separate-menu li{
	float: left;
	line-height: 100px;
	padding: 0 10px;
	box-sizing: border-box
}
.top-menu li a, .separate-menu li a{
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	color: #000;
}
.top-menu li a:hover, .separate-menu li a:hover{
	color: #fe0136;
}
.section{
	width: 100%;
}
.main-section{
	background-image: url('img/red_heart.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 735px;
	width: 100%;
}
.maintext-wrap{
	max-width: 620px;
}
.red-text{
	color: #fe0136;
}
.childcare-heading{
	font-size: 46px;
	font-weight: bold;
	margin-bottom: 50px;
}
.childcare-maintext{
	color: #122e58;
	font-size: 22px;
}
.wrap-vfix-childcare{
	font-size: 0;
	height: 735px;
}
.yellow-line-section{
	background-color: #ffe082;
	height: 180px;
	text-align: center;
	padding: 30px 0;
	box-sizing: border-box;
}
.small-heading{
	font-size: 26px;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	margin-bottom: 25px;
}
.childcare-text{
	font-size: 16px;
	color: #444444;
	font-family: 'PT Sans', sans-serif;
}
.white-line-section{
	height: 150px;
	background-color: #fff;
	text-align: center;
}
.facts-heading{
	line-height: 150px;
	color: #171717;
	font-family: 'PT Sans', sans-serif;
	font-size: 38px;
}
.facts-section{
	min-height: 770px;
	padding: 20px 0;
	box-sizing: border-box;
	background-image: url('img/transparent_heart.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.childcare-fact-block{
	float: left;
	width: 33.33%;
	padding-right: 50px;
	box-sizing: border-box;
}
.fact-title{
	color: #202020;
	font-family: 'PT Sans', sans-serif;
	font-size: 22px;
	margin-bottom: 30px;
}
.fact-text{
	color: #515151;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	margin-bottom: 50px;
}
.childcare-fact-block.childcare-fact-block-last{
	width: 100%;
}
.tree-section {
	background-color: #fff;
	padding-top: 60px;
}
.tree-section .c-box{
	border-bottom: 2px solid #ededed;
	font-size: 0;
	padding-bottom: 110px;
}
.col-half{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.text-half{
	padding-left: 10px;
	box-sizing: border-box;
}
.four-groups-wrap{
	width: 100%;
	font-size: 0;
}
.one-group-container{
	width: 50%;
	display: inline-block;
	height: 225px;
	vertical-align: top;
	overflow:hidden;
}
.first-two, .second-two{
	width: 100%;
	font-size: 0;
}
.tree-section-top-text{
	font-size: 21px;
	color: #646464;
	font-family: 'PT Sans', sans-serif;
	margin-bottom: 50px;
}
.one-group-heading{
	font-family: 'PT Sans', sans-serif;
	color: #0a7de7;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.one-group-text{
	font-size: 16px;
	color: #646464;
	font-family: 'PT Sans', sans-serif;
}
.first-two .one-group-container{
	padding-bottom: 30px;
	box-sizing: border-box;
	border-bottom: 2px solid #b8c4d1;
}
.second-two .one-group-container{
	padding-top: 30px;
	box-sizing: border-box;
}
.first-two .one-group-container:first-child, .second-two .one-group-container:first-child{
	padding-right: 30px;
	border-right: 2px solid #b8c4d1;
}
.first-two .one-group-container:last-child, .second-two .one-group-container:last-child{
	padding-left: 30px;
}
.list-section{
	padding: 65px 0 85px;
}
.list-section .c-box{
	border-bottom: 2px solid #ededed;
	text-align: center;
}
.list-heading{
    line-height: 50px;
    color: #171717;
    font-family: 'PT Sans', sans-serif;
    font-size: 34px;
	margin-bottom: 100px;
	text-align: center;
}
.blue-circle-list{
	max-width: 680px;
	display: block;
	margin: 0 auto;
	margin-bottom: 90px;
	text-align: left;
}
.blue-circle-list li{
	color: #646464;
	font-family: 'PT Sans', sans-serif;
    font-size: 16px;
	margin-bottom: 25px;
	padding-left: 30px;
	position: relative;
}
.blue-circle-list li::before{
	content: '';
	width: 10px;
	height: 10px;
	border: 2px solid #2f7fc2;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 0;
}
.place-name{
	color: #646464;
	font-family: 'PT Sans', sans-serif;
    font-size: 16px;
	margin-bottom: 25px;
	padding-right: 120px;
	padding-top: 45px;
	box-sizing: border-box;
}
.place-address{
	color: #0072c1;
	font-family: 'PT Sans', sans-serif;
    font-size: 16px;
	margin-bottom: 25px;
}
.one-place-wrap{
	padding: 0 55px;
	font-size: 0;
	margin-bottom: 90px;
}
.map-section{
	padding-bottom: 20px;
}
.blue-footer{
	background-color: #0288d1;
	color: #fff;
	height: 175px;
}
.footer-header{
	font-size: 30px;
	font-family: 'PT Sans', sans-serif;
	margin-bottom: 20px;
}
.footer-text{
	font-size: 16px;
	font-family: 'PT Sans', sans-serif;
}
.blue-footer .c-box{
	font-size: 0;
	padding-left: 55px;
	padding-top: 40px;
	box-sizing: border-box;
}
.footer-text p{
	margin-bottom: 0;
}
a.download-btn{
	display: block;
	height: 50px;
	width: 350px;
	line-height: 50px;
	margin: 0 auto;
	font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #646464;
	text-align: center;
	border: 1px solid #fff;
	margin-bottom: 50px;
}
a.download-btn:hover{
	border: 1px solid #ededed;
}
.download-btn i{
	margin-left: 10px;
}
.blue-footer .c-box{
	position: relative;
}
.li-counter{
	position: absolute;
	top: 40px;
    right: 0;
}