/*
Theme Name: BPFK
*/
button { letter-spacing:2px; }
.container {
    max-width: 1280px;
	padding:0;
}
* { outline:none !important; }
img { height:auto; }
.p-r-0 { padding-right:0 !important; }
body {
  background: #fff;
  font-family: europa, sans-serif;
  font-weight: 400;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  background:url(images/bg.png) repeat;
}
header { position:relative; z-index:1; }
/*** slider  ***/
.navbar { padding: 23px 1rem; }
.mySlides {display: none}
/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  background-color: #075173;
}
/* The dots/bullets/indicators */
.dots{
  position: relative;
  z-index: 5;
  margin-bottom:25px; display: inline-block;
  overflow:hidden;
}
.line2 {
position: absolute;
width: 98%;
top: -5px;
left: 1%;
z-index: -1;
border-top-width: 4px;
border-top-style: dotted;
border-color: #c2e7f2;
}
.dot {

  cursor: pointer;
  height: 24px;
  width: 24px;
  margin: auto 30px;
  background-color: #C2E7F2;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active2, .dot:hover {
  background-color: #97C763;
}
.active2:nth-child(2), .dot:nth-child(2):hover {
  background-color: #f5bc38;
}
.active2:nth-child(3), .dot:nth-child(3):hover {
  background-color: #29aae2;
}
.active2:nth-child(4), .dot:nth-child(4):hover {
  background-color: #dc4426;
}
.active2:nth-child(5), .dot:nth-child(5):hover {
  background-color: #f7a6b2;
}
.tab-box-contant { display:none; }
.tab-box-contant.active { display: block; }
.thumbs span {
	background-position:center center;
	width:90px;
	height:90px;
	display:inline-block;
	margin-bottom:60px;
	cursor:pointer;
}
span.icon3 {
	background-image: url(images/icone3.png);
}
span.icon4 {
	background-image: url(images/icone4.png);
}
span.icon5 {
	background-image: url(images/icone5.png);
}
span.icon3.active, span.icon3:hover {
	background-image: url(images/icone3_a.png);
}
span.icon4.active, span.icon4:hover {
	background-image: url(images/icone4_a.png);
}
span.icon5.active, span.icon5:hover {
	background-image: url(images/icone5_a.png);
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 767px) {
  .prev, .next,.text {
	  font-size: 11px
	}
}
/******* slider end  ***/
.row{
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: europa, sans-serif;
}
p{
  font-family: europa, sans-serif;
}
a {
}
a:hover,
a:focus {
  text-decoration: none;
}
header .fa{
  color: #BCBEC0;
}
button { cursor:pointer; }
button:hover{
  /* cmo
  opacity:0.8;
  */
}
header .header-contant{
  padding: 90px auto;
}
.heading{
  margin:  90px 0px 90px 0px;
  font-size: 35px;
  color: #075173;
  text-align: center;
}
.nav-link{
  font-size: 15px;
  color: #27AAE1;
}
.navbar-brand {
	width: 302px;
	height: 67px;
}
/****** header end  *****/
/****** banner start ****/
.homepage-banner {
    font-size: 16px;
    height: 40px;
    background-color: #F5BC38;
    color: #FFFFFF;
    text-align: center;
    padding-top: 7px;
	padding-bottom:20px;
	z-index: 1;
	position: sticky;
}

.banner .banner-top{
  width: 100%;
}
.banner .banner-content{
  background-color: #C2E7F2;
  position: relative;
  font-family: Europa;
float: left;
    width: 100%;
}
.banner .banner-content .banner-heading{
  padding-top: 0px;
  font-size: 34px;
  color: #075173;
}
.banner .banner-content .banner-paragraph{
  padding-top: 10px;
  font-size: 21px;
  color: #075173;
}
.banner-btn{
  padding:18px 39px;
  font-size: 18px;
  color: #C2E7F2;
  background-color: #27AAE1;
  border-radius: 100px;
  outline: none;
  border: none;
  text-align: center;
  font-family: europa, sans-serif;
  /* cmo addition for hover */
  overflow:hidden;
}
/* cmo addition */
.banner-btn-blue {
  padding:18px 39px;
  font-size: 18px;
  color: #fff;
  background-color: #27AAE1;
  border-radius: 100px;
  outline: none;
  border: none;
  text-align: center;
  font-family: europa, sans-serif;
  overflow:hidden;
  cursor:pointer;
}
.banner .banner-content .bottom-img{
  position: absolute;
  bottom: 0;
  right: 20px;
}
/**** benner end ****/
/**** cards start ****/
section.cards { margin-top:90px; }
.ctr-width { max-width:910px;  padding:60px 1rem 60px 60px; width:100%; }
.ctr-width-right { padding:60px 60px 60px 1rem; float:right }
.card-content{
  background-color: #F6A5B1;
  margin-bottom: 60px;
  padding:14%;
}
h3{
  /*padding-top: 50px;*/
  font-size: 28px;
  color: #075173;
  font-family: europa, sans-serif;
  margin-bottom:30px;
}
.about-contant-right p {
	z-index: 1;
    position: relative;
}
p, section li {
  font-size: 18px;
  color: #075173;font-family: europa, sans-serif;
  margin-bottom:30px; line-height:1.7em;
}
section ul { padding-left:18px; }
section li { margin-bottom:2px; }
.pg-r, .pg-c{
  margin-top: 41px;
}
.card-btn{
  padding:15px 35px;
  margin: 10px 0px 0px 0px;
  font-size: 14px;
  color: #075173;
  background-color: #FFF;
  border-radius: 100px;
  outline: none;
  border: none;
  font-family: europa, sans-serif;
  /* cmo addition for hover */
  overflow:hidden;
}
/**** cards end ****/
/** child thrives start */
.child-thrives {
  text-align: center;
  padding: 60px 0px 30px;
}
.child-thrives h3 {
	font-size: 34px;
	margin-bottom: 40px;
}
.trajectory {
	float: left;
	width: 100%;
	position: relative;
	padding: 40px 205px 0;
}
.trajectory h4 {
	color: #075173;
	font-size: 28px;
}
.left-pic {
	top: 20px;
	left: 35px;
	width: 116px;
	position: absolute;
}
.right-pic {
	top: 35px;
	right: 35px;
	width: 107px;
	position: absolute;
}
.thumbs img { margin-bottom:60px; }
.box{
  max-width: 890px;
  margin: 0px auto 0px auto;
}
/** child thrives end */
/** section about start **/
.full-width { width:100%; }
.about {
	padding-top: 60px;
	background-color: #C2E7F2;
}
/*.about img.full-width {
	margin-bottom: 60px;
}*/
.about-contant{
margin-bottom:60px;
  padding: 0px 60px 0px 0rem;
  float:left;
    /*max-width: 625px;*/
}

.about-contant-right { padding: 0px 0rem 0px 60px; margin-bottom:60px; float:left; }
.about-contant :last-child, .about-contant-right :last-child { margin-bottom:0; }
/** section about end **/
/** footer start **/
footer{
  background-color: #075173;
  padding: 60px 0px 45px;
}
footer ul li a{
  font-size: 14px;
  color: #C2E7F2;
  line-height: 2;
  font-family: europa, sans-serif;
}
footer ul li a i{
  color: #C2E7F2;
  margin-right: 20px;
}
footer ul li a:hover, footer ul li a:hover i { color:#fff !important; }
footer ul li{
  font-size: 14px;
  color: #C2E7F2;
  line-height: 2;
  font-family: europa, sans-serif;
}
.footer-input{
  margin:16px 0px 16px 0px;
  background-color: #C2E7F2;
  color: #27AAE1;
  font-size: 14px;
  outline: none;
  border:none;
  font-family: europa, sans-serif;
}
.blog-input{
  margin:0 0px 30px 0px;
  font-size: 14px;
  outline: none;
  border:none;
  font-family: europa, sans-serif;
}
.social { float:left; width:100%; }
.social a { margin-top:60px; margin-right:15px; font-size:30px; float:left; color:#25A9E0; }
.mg{
  margin-top: 50px;
}
.footer-btn{
  padding: 12px 34px;
  background-color: #27AAE1;
  color: #075173;
  font-size: 14px;
  outline: none;
  border:none;
  border-radius: 10px;
  font-family: europa, sans-serif;
  cursor: pointer;
    line-height: 21px;
    letter-spacing: 2px;
}
/** footer end **/
/** about page -**/
.top-banner{
  background: url(images/background4.png) no-repeat center center;
  width: 100%;
  background-size: cover;
  margin-top: 0px;
}
.top-banner-inner {
	background:rgba(7, 81, 115, 0.7);
	padding:120px 0;
	display:block;
}
.top-banner-inner .row { /*max-width:670px; margin:0 auto;*/ }
.top-banner-home {
	padding-top: 35px;

	background-image:none;
}
body.page-template-tpl-resources .top-banner-home {
	background-image: url(images/skyline.png);
}
body.page-template-tpl-resources .top-banner-home .mb60 { margin-bottom:0; padding-bottom:60px; }
.inner-contant { text-align:center; }
.top-banner-hd1{
	display:inline-block;
    margin-top: 0px;
    text-align: center;
    color: #fff;
}
.top-banner-home .top-banner-hd1 {
	color: #075173;
	font-size: 30px;
    letter-spacing: 1px;
}
.line {
border-top-width: 4px;
border-top-style: dotted;
height: 1px;
border-color: #27AAE1;
/*width: 65%;*/
}
.top-banner .heading{
  color: #C2E7F2;
  margin:0;
  margin: 35px 0px 0px 0px;
  /*font-weight:normal;*/
}
.mt0 { margin-top:0 !important; }
.top-banner-home .heading {
	margin: 0;
    color: #075173;
}
/*.business-community .about-contant{
  background-color: #fff;
}*/
.business-community a{
  color: #27AAE1;
}
.middle-banner {
	padding:60px 0;
	position: relative;
	text-align: center;
	background-color: #C2E7F2;
}
.middle-banner2{
  padding: 60px 0;
  text-align: center;
  background-color: #075173;
}
.middle-banner2 .card-heading{
  color: #C2E7F2;
}
.middle-banner2 .dot{
  margin-top: 0px;
}
.cards2 .card-heading{
  padding-bottom: 10px;
}
.cards2{
  margin-top: 0;
}
.card-heading {
	font-size: 28px;
}
.policy {
	margin-top: 60px;
}
.policy-content {
	margin-bottom: 50px;
}
.policy-content h3 {
	margin-bottom: 15px;
}
img {
	max-width: 100%;
}
.policy-blue {
	padding-top: 50px;
	text-align: center;
	padding-bottom: 20px;
	background-color: #1daae1;
}
.policy-blue p {
	color: #fff;
	font-size: 24px;
}
.showhide .card-content {
	float: left;
	padding: 3%;
	width: 31.733%;
}
.policyBlock.active { background:#fff; }
.showhide-content {
	/*float: left;
	width: 100%;*/
	/*
	display:none;
	position:relative;
	right:15px;
	padding: 2% 0;
	background: #eaf6fa;
	border: 2px solid #c2e8f5;
	height:100%;
	z-index:0;
	*/
	/*transition:all 1s linear;
	-webkit-transition:all 1s linear;
	-moz-transition:all 1s linear;*/
}
/* cmo */
.showhide-content {
	display: none;
	position: relative;
	padding: 2% 0;
	background: #eaf6fa;
	border: 2px solid #c2e8f5;
	height: 100%;
	z-index: 0;
	left: -895px;
}
.policyBlock { position:relative; z-index:1; padding-left: 30px;
    padding-right: 0; }
.showhide-content.active { display:block; }
.business-community { padding:60px 0 0; }
/*.business-community img.full-width{
	margin-bottom: 60px;
}*/
.policy-benefits {
	float: left;
	width: 67%;
	padding: 0 5%;
	border-color: #27AAE1;
	margin-bottom: 18px;
	border-right-width: 4px;
    border-right-style: dotted;
	height:100%;
	overflow-y:auto;
}
.policy-benefits h4 {
	color: #075173;
	font-size: 18px;
	margin-bottom: 22px;
	padding-bottom: 6px;
	border-color: #27AAE1;
	display: inline-block;
	text-transform: uppercase;
	border-bottom-width: 4px;
    border-bottom-style: dotted;
}
.policy-benefits h3 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 18px;
}
.view-case {
	float: left;
	width: 33%;
	padding: 5%;
	text-align: center;
	margin-bottom: 18px;
}
.view-case img {
	display: block;
    margin: 5px auto 25px;
    width: 100px;
}
.view-case a {
	color: #0f5173;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
}
body.business .row, body.page-template-tpl-policies .row { position:relative; overflow:hidden; }

.mb60 { margin-bottom:60px; }
body.page-template-tpl-policies .mb60 { margin-bottom:30px; }
.close { position:absolute; font-size: 30px; right:15px; top:15px; transform: rotate(45deg); }
body.business .card-content, body.page-template-tpl-policies .card-content { text-align:center; margin-bottom:0; }
body.business .simplecard, body.page-template-tpl-policies .simplecard { text-align:left; padding:6.8%; }
body.business .card-content p, body.page-template-tpl-policies .card-content p { margin-bottom:5px; }
body.business .card-content img, body.page-template-tpl-policies .card-content img { margin-bottom:10px; }
body.business .simplecard p, body.page-template-tpl-policies .simplecard p { margin-bottom:0; }
.card-content.sky-blue { background:#c2e8f5; }
.card-content.light-blue { background:#67c6b7; }
.card-content.blue { background:#25aae1; }
.card-content.yellow { background:#f7bc38; }
.card-content.green { background:#96c964; }
.showhide-content.light-blue { border-color:#67c6b7; background:#67c6b7; }
.showhide-content.blue { border-color:#25aae1; background:#25aae1; }
.showhide-content.yellow { border-color:#f7bc38; background:#f7bc38; }
.showhide-content.green { border-color:#96c964; background:#96c964; }
/**** Owl.Carousel.css ****/
.middle-banner2 .row {
	max-width: 860px;
	margin: 0 auto;
}
#owl, #owl2, #owl3, #owl4 {
	z-index: 1;
	position: relative
}
#owl {
	padding-top: 60px;
	text-align: center
}
#owl2 {
	padding: 0 60px;
	margin-bottom: 70px;
}
#owl .owl-item, #owl2 .owl-item {
	float: left
}
#owl .item {
	position: relative;
	padding: 0
}
#owl2 .item {
	padding: 0 15px;
	text-align: center;
}
#owl .item .tx {
	transition: .5s ease;
	-o-transition: .5s ease;
	-webkit-transition: .5s ease;
	min-height: 60px;
	padding-right: 5px
}
#owl .item a.btn {
	margin-top: 23px
}
.owl-wrapper-outer {
	overflow: hidden
}
.owl-nav {
	left: 0;
	top: 50%;
	width: 100%;
	z-index: 9999;
	position: absolute
}
#owl2 .owl-prev, #owl2 .owl-next {
	width: 44px;
	height: 44px;
	opacity: 0.6;
	cursor: pointer;
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -999px;
	background-image: url(images/testarrows.png)
}
#owl2 .owl-prev {
	left: 0;
	margin-top: -22px;
	background-position: left
}
#owl2 .owl-next {
	right: 0;
	margin-top: -22px;
	background-position: right
}
#owl2 .owl-prev:hover, #owl2 .owl-next:hover {
	opacity: 1;
}

.owl-buttons {
	width: 100%;
	position: absolute;
	top: 50%
}
#owl2 .owl-buttons {
	float: right
}
.owl-carousel .owl-wrapper {
	display: block;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000
}
#owl .owl-controls {
	padding-top: 0
}
.owl-dots {
	top: 0;
	width: 100%;
	position: absolute;
	text-align: center;
	z-index: 99999!important
}
.owl-controls {
	text-align: center
}
.owl-dot {
	width: 60px;
	height: 60px;
	cursor: pointer;
	position: relative;
	border-radius: 50%;
	background-color: #c3e8f2;
	display: inline-block;
	vertical-align: middle;
}
.owl-dot::after {
	top: 19px;
	left: 113px;
	content: '';
    width: 54px;
	height: 23px;
	position: absolute;
	background:url(images/arrow.png) no-repeat right top;
}
.owl-dot:last-child::after {
	display: none;
}
.owl-dot+.owl-dot {
	margin-left: 160px
}
.owl-dot:hover, .owl-dot.active {
	background-color: #f7a6b2;
}
.owl-dot:nth-child(2):hover, .owl-dot:nth-child(2).active {
	background-color: #29aae2;
}
.owl-dot:nth-child(3):hover, .owl-dot:nth-child(3).active {
	background-color: #97c763;
}
.owl-stage-outer {
	overflow: hidden;
	position: relative;
	z-index: 9999;
}
.owl-dot::before {
	top: 0;
	left: 0;
	color: #fff;
	width: 60px;
	content: '1';
	font-size: 28px;
	line-height: 60px;
	position: absolute;
}
.owl-dot:last-child::after {
	display: none;
}
.owl-dot:nth-child(2)::before {
	content: '2';
}
.owl-dot:nth-child(3)::before {
	content: '3';
}
.home-slider  {
	padding-top: 90px !important;
}
.home-slider .owl-dot::before, .home-slider .owl-dot::after {
	display: none;
}
.home-slider .owl-dot {
	width: 90px;
	height: 90px;
	background-color: transparent;
	background-image:url(images/icone3.png);
	background-repeat:no-repeat;
	background-position: center top;
	background-size: cover;
}
.home-slider .owl-dot:hover, .home-slider .owl-dot.active {
	background-image:url(images/icone3_a.png);
}
.home-slider .owl-dot:nth-child(2) {
	background-image:url(images/icone4.png);
}
.home-slider .owl-dot:nth-child(2):hover, .home-slider .owl-dot:nth-child(2).active {
	background-image:url(images/icone4_a.png);
}
.home-slider .owl-dot:nth-child(3) {
	background-image:url(images/icone5.png);
}
.home-slider .owl-dot:nth-child(3):hover, .home-slider .owl-dot:nth-child(3).active {
	background-image:url(images/icone5_a.png);
}
/***/
.top-banner-home .heading strong {
	color: #29aae2;
}
.families-banner {
    background: url(images/families-banner.png) no-repeat center center;
    width: 100%;
    background-size: cover;
    margin-top: 0px;
}
.families-banner .top-banner-inner .row {
	max-width: 930px;
}
.families-banner .heading {
	margin: 0;
	color: #C2E7F2;
}
.middle-left, .middle-right {
	position: absolute;
}
.middle-left {
	left: 50px;
	bottom: 25px;
}
.middle-right {
	bottom: 0;
	right: 50px;
}
.business-compared {
	padding: 0 20px;
	margin-bottom: 60px;
}
.business-compared img {
	width: 100px;
	margin:0 auto 18px;
}
.about-blue {
	padding-top: 60px;
	padding-bottom: 30px;
	background-color: #29aae2;
}
.about-blue h3 {
	color: #fff;
	font-size: 36px;
	text-align: center;
}
span.get-connect {
	float: left;
	width: 100%;
	color: #075173;
	font-size: 24px;
	line-height: 1.4;
	margin-top: 12px;
	text-align: center;
}
.costbox {
    float: left;
    width: 100%;
	position: relative;
    margin-bottom: 60px;
}
.costbox table {
    float: left;
    width: 100%;
    text-align: center;
	background: #fff;
    border-collapse: collapse;
}
thead th {
    color: #fff;
    padding: 12px;
    line-height: 1.5;
    font-weight: 400;
    background: #25a4db;
	letter-spacing: 1px;
    vertical-align: middle;
	text-transform: uppercase;
	border: 2px solid #e8f5f8;
}
.costbox table td {
	width: 22%;
	color: #075173;
	padding: 20px 40px;
    vertical-align: top;
    border: 2px solid #e8f5f8;
}
.costbox table td:nth-child(2n) {
	width: 34%;
}
.breakpoint-xs td { text-align:left; }
.breakpoint-xs th { text-align:right; }

/* Styles added by cmo for cta hover transitions*/
/* Sweep To Right */
.hvr-sweep-to-right,
.hvr-sweep-to-right-green,
.hvr-sweep-to-right-light-blue,
.hvr-sweep-to-right-bright-blue,
.hvr-sweep-to-right-dark-blue,
.hvr-sweep-to-right-teal,
.hvr-sweep-to-right-yellow,
.hvr-sweep-to-right-orange,
.hvr-sweep-to-right-pink,
.hvr-sweep-to-right-white {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before,
.hvr-sweep-to-right-green:before,
.hvr-sweep-to-right-light-blue:before,
.hvr-sweep-to-right-bright-blue:before,
.hvr-sweep-to-right-dark-blue:before,
.hvr-sweep-to-right-teal:before,
.hvr-sweep-to-right-yellow:before,
.hvr-sweep-to-right-orange:before,
.hvr-sweep-to-right-pink:before,
.hvr-sweep-to-right-white:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* yellow */
.hvr-sweep-to-right-yellow:before {
  background: rgb(244, 187, 55);
  background: #F4BB37;
}
/* green */
.hvr-sweep-to-right-green:before {
  background: rgb(151, 191, 100);
  background: #97C764;
}
/* light blue */
.hvr-sweep-to-right-light-blue:before {
  background: rgb(194, 231, 242);
  background: #c2e7f2;
}
/* bright blue */
.hvr-sweep-to-right-bright-blue:before {
  background: rgb(37, 170, 225);
  background: #25aae1;
}
/* dark blue */
.hvr-sweep-to-right-dark-blue:before {
  background: rgb(7, 81, 115);
  background: #075173;
}
/* teal */
.hvr-sweep-to-right-teal:before {
  background: rgb(104, 197, 181);
  background: #68c5b5;
}
/* orange */
.hvr-sweep-to-right-orange:before {
  background: rgb(244, 187, 55);
  background: #f4bb37;
}
/* pink */
.hvr-sweep-to-right-pink:before {
  background: rgb(246, 165, 177);
  background: #F6A5B1;
}
/* white */
.hvr-sweep-to-right-white:before {
  background: rgb(255, 255, 255);
  background: #ffffff;
}
/* hover text color */
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right-green:hover, .hvr-sweep-to-right-green:focus, .hvr-sweep-to-right-green:active,
.hvr-sweep-to-right-orange:hover, .hvr-sweep-to-right-orange:focus, .hvr-sweep-to-right-orange:active,
.hvr-sweep-to-right-yellow:hover, .hvr-sweep-to-right-yellow:focus, .hvr-sweep-to-right-yelow:active {
  color: rgb(255, 255, 255);
  color: white;
}
.hvr-sweep-to-right-white:hover, .hvr-sweep-to-right-white:focus, .hvr-sweep-to-right-white:active {
  color: rgb(7, 81, 115);
  color: #075173;
}
/* animation */
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before,
.hvr-sweep-to-right-green:hover:before, .hvr-sweep-to-right-green:focus:before, .hvr-sweep-to-right-green:active:before,
.hvr-sweep-to-right-light-blue:hover:before, .hvr-sweep-to-right-light-blue:focus:before, .hvr-sweep-to-right-light-blue:active:before,
.hvr-sweep-to-right-bright-blue:hover:before, .hvr-sweep-to-right-bright-blue:focus:before, .hvr-sweep-to-right-bright-blue:active:before,
.hvr-sweep-to-right-dark-blue:hover:before, .hvr-sweep-to-right-dark-blue:focus:before, .hvr-sweep-to-right-dark-blue:active:before,
.hvr-sweep-to-right-teal:hover:before, .hvr-sweep-to-right-teal:focus:before, .hvr-sweep-to-right-teal:active:before,
.hvr-sweep-to-right-yellow:hover:before, .hvr-sweep-to-right-yellow:focus:before, .hvr-sweep-to-right-yellow:active:before,
.hvr-sweep-to-right-orange:hover:before, .hvr-sweep-to-right-orange:focus:before, .hvr-sweep-to-right-orange:active:before,
.hvr-sweep-to-right-pink:hover:before, .hvr-sweep-to-right-pink:focus:before, .hvr-sweep-to-right-pink:active:before,
.hvr-sweep-to-right-white:hover:before, .hvr-sweep-to-right-white:focus:before, .hvr-sweep-to-right-white:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Underline From Left */
#menu-main-menu .hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  /*overflow: hidden;*/
}
#menu-main-menu .hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#menu-main-menu .hvr-underline-from-left:hover:before, #menu-main-menu .hvr-underline-from-left:focus:before, #menu-main-menu .hvr-underline-from-left:active:before {
  right: 0;
}
#menu-main-menu li { position:relative; }
#menu-main-menu .sub-menu {
  background-color: white;
  list-style: none;
  padding-left: 0px;
  padding-right: 0px;
  position: absolute;
  text-align: center;
  display: none;
  box-shadow: 0 3px 5px #ccc;
  /*border-top: solid #27aae1 5px;
  font-weight: 700;*/
  width: 200px;
    left: 50%;
    margin-left: -100px;
    z-index: 9;
}
#menu-main-menu .menu-item-has-children:hover > .sub-menu {
  display: block !important;
}
#menu-main-menu li li { border-bottom:1px solid #eee; }
.badge-policies-left, .badge-policies-right{
  max-height: 150px;
}
.modal-dialog {
      max-width: 60%;
      margin: 200px auto;
  }
.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  /* CMO
   * right:-30px;
   */
  right: 8px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
.case {
  background-color: #EAF6F9;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.case-content {
  padding: 0px 1.5rem;
}
footer { clear:both; }
/*blog style start*/
.blog-page-outer {
    float: left;
    width: 100%;
	/*padding: 90px 0;
    background-color: #fff;*/
}
.blog-page-outer .text-center { text-align:center;}
.blog-post {
	float:left;
	width:100%;
	margin-bottom:50px;
}
.post-content { padding-left:140px; word-break:break-word; }
.post-content.pl0 { padding-left:0;}
.post-content h3 {
	color: #212529;
	margin-bottom:10px;
}
.post-content h3 a { color: #212529; }
.post-content h3 a:hover {color:#0056b3;}
h2.arch_title {

}
.post-content ul.catdat {
	float:left;
	width:100%;
	padding:0;
	margin-bottom:10px;
	list-style:none;
}
.post-content ul.catdat li{
	float:left;
	color: #212529;
	font-size:12px;
	margin-bottom:5px;
	text-transform:uppercase;
	font-weight:bold;
}
.post-content ul.catdat li:after {
	content:"/";
	margin: 0 10px;
}
.post-content ul.catdat li:last-child:after { display:none;}
.post-content ul.catdat li a {
	color: #212529;
}
.blog-post img {
	float:left;
	padding:5px;
	border-radius:4px;
	border:1px solid #eee;
	max-width:112px;
	height:auto;
}
body.single .blog-post img {max-width:100%; height:auto;}
body.single .post-content {padding:0;}
.post-content a.readmore {
	background-color: #d72a2a;
    border-radius: 100px;
    color: #fff;
    padding: 15px 40px;
    font-size: 16px;
    border: 0px;
    box-shadow: 0px 0px 0px #cecbcb;
	margin-top: 5px;
    display: inline-block;
}
.post-content a.readmore:hover {
	color: #fff;
    background-color: #3a96dc;
    border-color: #1d2124;
}

.blog-pagenation {
	float:left;
	width:100%;
	margin-bottom:30px;
}
/*page navigation style start*/
.wp-pagenavi {
    font-size: 16px;
	float:left;
	width:100%;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active, .wp-pagenavi span.extend {
    color:#212529;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active, .wp-pagenavi span.current, .wp-pagenavi span.extend {
   width:38px;
	height:38px;
	font-size:16px;
	font-weight:700;
	border-radius:50%;
	text-align:center;
	color:#fff;
	border:0;
	background-color: #3a96dc;
	margin-right:3px;
	line-height:34px;
	display: inline-block;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink { /*line-height: 35px;*/}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background-color: #d72a2a;
}
.wp-pagenavi span.pages {
	display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
/*page navigation style end*/

/*Share Style Start*/
.post-share {
	float:left;
	width:100%;
	margin-bottom:40px;
	border-top: 1px solid #eee;
	padding-top:20px;
	margin-top:20px;
}
.post-share h4{
	float:left;
	width:100%;;
	font-size:12px;
}
.post-share ul {
	float:left;
	width:100%;
	list-style:none;
	border-radius:5px;
	border:1px solid #eee;
	padding:0;
}
.post-share ul li {
	float:left;
	width:11.111%;
	padding-top:10px;
	padding-bottom:5px;
	padding:11px 0 5px 0;
	margin:0;
	text-align:center;
	border-right:1px solid #eee;
}
.post-share ul li.last { border:0; }
/*Share Style End*/

/*Sidebar style start*/
.blogSidebar {
    float: left;
    width: 100%;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 7px;
}
.blogSidebar .widget {
	float: left;
    width: 100%;
    margin-bottom: 35px;
	padding:0;
}

.blogSidebar .widget:last-child { margin-bottom:0px;}
.blogSidebar h3 {
	text-transform: uppercase;
    margin-bottom: 15px;
	font-size: 1.5rem;
}
.blogSidebar ul {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}
.blogSidebar ul li {
	float:left;
	width:100%;
	border-top:1px solid #eee;
}
.blogSidebar ul li a { float:left; padding:10px 0; width:100%; color: #212529; font-size: 16px; line-height: 22px; }
.blogSidebar ul li a:hover { color:#0056b3; }

.blogSidebar .searchform {
	float:left;
	width:100%;
	position:relative;
}
.blogSidebar .screen-reader-text { display:none;}
.blogSidebar .searchform input[type="submit"] {
	border:0;
	float:left;
	width:40px;
	height:35px;
	top:0;
	cursor:pointer;
	position:absolute;
	background:url(images/search_btn.png) no-repeat left top;
}
.blogSidebar .searchform input[type="text"] {
	float:left;
	width:83%;
	margin:0;
	height:35px;
	font-size:14px;
	color:#232020;
	box-shadow:none;
	background:#fff;
	padding-left:12px;
	padding-right: 50px;
	border:1px solid #eee;
	border-radius: 3px;
}
.blogSidebar .searchform input[type="submit"] {
	    right: 0;
		padding: 0;
		text-indent:200px;
}
.blogSidebar .searchform input[type="text"] {
    width: 100%;
}
.post-content.p0 {padding-left:0;}
/*Sidebar style end*/
section.about.quotes {
	position:relative;
}
section.about.quotes .quotessvg {
    position: absolute;
    width: 20%;
    height: 20%;
    top: 0%;
    right: 0%;
}

@media (max-width: 1100px) {
	.hvr-sweep-to-right, .hvr-sweep-to-right-green, .hvr-sweep-to-right-light-blue, .hvr-sweep-to-right-bright-blue, .hvr-sweep-to-right-dark-blue, .hvr-sweep-to-right-teal, .hvr-sweep-to-right-yellow, .hvr-sweep-to-right-orange, .hvr-sweep-to-right-pink, .hvr-sweep-to-right-white {
		letter-spacing: 0px !important;
	}
	.top-banner .heading  { display:none; }
	.banner .banner-content .banner-heading {
	 	font-size:27px;
	}
	.banner .banner-content .banner-paragraph { font-size:16px; }
	.banner-btn { font-size:14px; }
	h3 { font-size:20px; }
	p, section li { font-size:16px; line-height:1.5; }
	h3, p { margin-bottom:20px; }
	.card-heading, .trajectory h4 { font-size: 24px; }
	.middle-left, .middle-right { width:120px; }
	.about-blue h3 { font-size: 32px; }
	.trajectory { padding: 40px 120px 0; }
	.left-pic { left: 0; }
	.right-pic { right: 0; }
	thead th { padding: 10px; letter-spacing: 0; }
	.costbox table td { padding: 20px 15px; }
}
@media (max-width: 1019px) {
	.card-btn { padding: 15px 25px; }
	.about-blue h3, .child-thrives h3 { font-size: 24px; }
	.left-pic, .right-pic { width: 75px; }
	.trajectory { padding: 40px 95px 0; }
	thead th, .costbox table td { font-size: 14px; }
	.costbox table td { padding: 12px; }
}
@media (max-width: 767px) {
	.policy-blue p { font-size: 19px; }
	.h1, h1 {
    font-size: 1.5rem;
}
	* { word-break: break-word; }
	.navbar-brand  { width:250px; height:55px; }
	.row.mb30 { margin-bottom:0; }
	body.business .card-content, body.page-template-tpl-policies .card-content { margin-bottom:30px; }
	.showhide-content { position:relative; right: 0;
    padding: 20px 10px; margin: -30px 15px 30px; }
.ctr-width-right, .ctr-width {
	padding: 30px;
}
.banner .banner-content .bottom-img { width:100px; }
.thumbs img { margin-bottom:30px; }
.policy-benefits, .view-case { width: 100%; border:0 !important }
.card-heading { font-size: 18px; }
.owl-dot+.owl-dot { margin-left: 50px; }
.owl-dot::after { width: 35px; left: 68px; }
.top-banner-inner { padding: 60px 0; }
.about-contant, .about-contant-right { padding: 0px; }
.middle-left, .middle-right { display: none; }
.about-blue { padding-top: 40px; padding-bottom: 20px; }
.about-blue h3, .child-thrives h3, .trajectory h4 { font-size: 18px; }
.trajectory { padding: 40px 0 0; }
.left-pic, .right-pic { display: none; }
.home-slider .owl-dot { width: 60px; height: 60px; }
span.get-connect { font-size: 18px; }
}
.sky-input {
    margin: 20px 0px;
    background-color: #C2E7F2;
    color: #27AAE1;
    font-size: 14px;
    outline: none;
    border: none;
    font-family: europa, sans-serif;
}
textarea.sky-input { height:150px;}
.sky-btn {
    padding: 12px 34px;
    background-color: #27AAE1;
    color: #fff;
    font-size: 14px;
    outline: none;
    border: none;
    border-radius: 10px;
    font-family: europa, sans-serif;
	text-transform:uppercase;
	cursor:pointer;
	margin: 20px auto;
    display: block;
}
.mb-60 { margin-bottom:60px;}
.sky-input::-webkit-input-placeholder {
    color: #25a3da;
}
.sky-input:-moz-placeholder {
    color: #25a3da;
    opacity: 1;
}
.sky-input::-moz-placeholder {
    color: #25a3da;
    opacity: 1;
}
.sky-input:-ms-input-placeholder {
    color: #25a3da;
}
label.error, span.wpcf7-not-valid-tip { display:none !important;}
.sky-input.error, .sky-input.wpcf7-not-valid { background-color: #fce5e5; }
div.wpcf7-response-output {
	margin: 0 !important;
    text-align: center;
    padding: 6px !important;
}
/******/
.sticky-wrapper.is-sticky {
	top:0;
	left:0;
	position:fixed;
	z-index:99999999;
	width: 100%;
	background: #fff;
	height: 70px !important;
	border-bottom:1px solid #27AAE1;
}
.is-sticky .container {
	max-width: 100%;
}
.is-sticky .navbar {
	padding: 5px 15px;
}
.is-sticky a.navbar-brand img {
	height: 50px;
}
/*================================================== */
/* mobile menu - start
================================================== */
#cssmenu {
	float: right;
	display: none;
    position: relative;
}
.dismiss { float:right; }
h2.sidebar-title { margin-top:9px !important; }
.sidebar-menu-wrapper {
  display: block; }
  .sidebar-menu-wrapper .sidebar-menu {
    top: 0;
    right: -400px;
    height: 100vh;
    z-index: 9999999999;
    padding: 20px;
    position: fixed;
    min-width: 320px;
    max-width: 100%;
    overflow-y: scroll;
    background-color: #ffffff;
    -webkit-transition: 0.6s cubic-bezier(1, 0, 0, 1);
    -o-transition: 0.6s cubic-bezier(1, 0, 0, 1);
    transition: 0.6s cubic-bezier(1, 0, 0, 1);
    -webkit-box-shadow: -3px 0px 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 0px 8px 1px rgba(0, 0, 0, 0.1);
    /* menu items - start */
    /* menu items - end */
    /* menu items >> sub menu - start */
    /* menu items >> sub menu - end */
    /* contact-info - start */
    /* contact-info - end */
    /* social-links - start */
    /* social-links - end */
    /* social-links - start */
    /* social-links - end */ }
    .sidebar-menu-wrapper .sidebar-menu .mCustomScrollBox {
      overflow: visible !important; }
    .sidebar-menu-wrapper .sidebar-menu .dismiss .close-btn {
      width: 40px;
      height: 40px;
      font-size: 14px;
      cursor: pointer;
      line-height: 42px;
      text-align: center;
      color: #ffffff;
      border-radius: 3px;
      display: inline-block;
      background-color: #001238; }
    .sidebar-menu-wrapper .sidebar-menu .sidebar-title {
      font-size: 21px;
      text-transform: capitalize; }
    .sidebar-menu-wrapper .sidebar-menu .menu-list {
      margin: 0px -20px 0 0; padding:30px 0 0; }
      .sidebar-menu-wrapper .sidebar-menu .menu-list > li {
        width: 100%;
        display: block;
        border-bottom: 1px solid #e0deff; }
        .sidebar-menu-wrapper .sidebar-menu .menu-list > li > a {
          width: 100%;
          display: block;
          font-size: 14px;
          padding: 15px 40px;
          color: #7c8a97;
          text-transform: capitalize; }
        .sidebar-menu-wrapper .sidebar-menu .menu-list > li:hover > a {
          color: #000;
          background-color: #f8fbff; }
      .sidebar-menu-wrapper .sidebar-menu .menu-list > .active > a {
        color: #000;
        background-color: #f8fbff; }
    .sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-children {
      position: relative; }
      .sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-children:before {
        top: 9px;
        right: 25px;
		padding: 10px 15px;
        font-size: 14px;
        font-weight: 400;
        content: '\f067';
        position: absolute;
		z-index:999;
        color: #7c8a97;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        font-family: 'FontAwesome'; }
    .sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-children.open:before {
      content: '\f068';
      -webkit-transform: rotate(-540deg);
      -ms-transform: rotate(-540deg);
      transform: rotate(-540deg); }
    .sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-children > .sub-menu {
      background-color: #f8fbff; list-style:none; display:none; }
	  .sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-children.open > .sub-menu { display:block }
      .sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-children > .sub-menu > li {
        position: relative; }
        .sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-children > .sub-menu > li > a {
          width: 100%;
          display: block;
          font-size: 14px;
          padding: 15px 0px;
          padding-left: 30px;
          color: #7c8a97; }
        .sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-children > .sub-menu > li:hover > a {
          color: #000; }
      .sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-children > .sub-menu > .active:before {
        background-color: #001238; }
      .sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-children > .sub-menu > .active > a {
        color: #fff; }
    .sidebar-menu-wrapper .sidebar-menu .contact-info > ul > li {
      font-size: 14px;
      margin-bottom: 0px; }
      .sidebar-menu-wrapper .sidebar-menu .contact-info > ul > li:last-child {
        margin-bottom: 0px; }
    .sidebar-menu-wrapper .sidebar-menu .social-links > ul > li {
      width: 40px;
      height: 40px;
      margin-right: 5px; }
      .sidebar-menu-wrapper .sidebar-menu .social-links > ul > li:last-child {
        margin-right: 0px !important; }
      .sidebar-menu-wrapper .sidebar-menu .social-links > ul > li > a {
        font-size: 14px;
        line-height: 40px; }
    .sidebar-menu-wrapper .sidebar-menu .custom-btn.signup-btn {
      width: 100%;
      display: block;
      border-radius: 0px; }
  .sidebar-menu-wrapper .sidebar-menu.active {
    right: 0px;
    -webkit-box-shadow: 0px 10px 55px 1px rgba(137, 173, 255, 0.35);
    box-shadow: 0px 10px 55px 1px rgba(137, 173, 255, 0.35); }
  .sidebar-menu-wrapper .overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .sidebar-menu-wrapper .overlay.active {
    opacity: 1;
    display: block; }
.sidebar-menu::-webkit-scrollbar {
  width: 0px; }
/* mobile menu - end
================================================== */
#cssmenu #menu-button {
	display: block;
	padding: 11px;
	color: #000;
	cursor: pointer;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
}
#cssmenu #menu-button:after {
	position: absolute;
	top: 6px;
	right: 0;
	display: block;
	height: 8px;
	width: 20px;
	border-top: 2px solid #BCBEC0;
	border-bottom: 2px solid #BCBEC0;
	content: '';
}
#cssmenu #menu-button:before {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 2px;
	width: 20px;
	background: #BCBEC0;
	content: '';
}
#cssmenu #menu-button.menu-opened:after {
	top: 23px;
	border: 0;
	height: 2px;
	width: 15px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#cssmenu #menu-button.menu-opened:before {
	top: 23px;
	background: #fff;
	width: 15px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@-moz-keyframes bounce {
  0%, 50%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes bounce {
  0%, 50%, 100% {
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
  25%, 75% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes bounce {
  0%, 50%, 100% {
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
  25%, 75% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.left-pic, .right-pic {
	-moz-animation: bounce 50s infinite;
    -webkit-animation: bounce 50s infinite;
    animation: bounce 50s infinite;
}
@media (max-width: 991px) {
#cssmenu {
	display: block !important;
}
#cssmenu #menu-button {
    display: block;
    padding: 11px;
    color: #000;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    z-index: 99;
}
}


@media (max-width: 767px) {
		.col-md-8.mg-l.showhide-content.active {
		height: auto !important;
		margin-bottom: 40px;
		width: 100% !important;
		margin-left: 30px;
		margin-top: -15px;
		margin-right: 0;
		display: table;
		position: relative;
    z-index: 9;
	}
	body.page-template-tpl-policies .mb60 {
    margin-bottom: 0px;
}
	.banner-content.townbg-banner.equal2, .banner-content.kids-best-place-cardbg.equal2 {
		padding-top: 20px;
    	padding-bottom: 40px;
		padding-left: 5%;
    	padding-right: 5%;
	}
	.kids-best-place-cardbg {
		 background-position-y: 90% !important;
		background-size: 80% !important;
	}
		#cssmenu #menu-button:after {
		border-top: 2px solid #27aae1;
    	border-bottom: 2px solid #27aae1;
	}
	#cssmenu #menu-button:before {
		background: #27aae1;
	}
	.top-banner.top-banner-home {
		padding-top: 40px !important;
    	padding-bottom: 40px !important;
	}
	.cards.hompage-cards .col-md-4 {
		margin-bottom: 20px;
	}
	.cards.hompage-cards h3 {
		font-size: 22px;
	}
	.cards.hompage-cards p {
		font-size: 1rem;
	}
	.cards.hompage-cards .card-btn {
		padding: 10px 20px;
		font-size: 12px;
		bottom: 40px;
	}
	.about.quotes {
		padding: 30px 15px;
	}
	.about.quotes .mb60 {
		margin-bottom:30px;
	}
	.about-contant-right {
		margin-bottom:0;
	}
	.about-contant-right h4 {
		font-size: 1rem;
		text-align:center;
	}
	.child-thrives, .business-community {
		padding-top: 40px;
	}
	.about {
		padding-top:15px;
		padding-bottom:15px;
	}
	.about-contant {
		padding:15px !important;
	}
	.home .sticky-wrapper.is-sticky {
		background-color:unset;
		border-bottom: unset;
	}
	.home .is-sticky .navbar {
		padding: 15px 15px;
	}
	.about-contant {
		margin-bottom:15px;
	}
	.about .mb60, .cards2 .card-content.equal1 {
		margin-bottom:15px;
	}
	.hompage-cards {
		margin-bottom: 0px;
	}
	.top-banner.top-banner-home .mb60 {
    	margin-bottom: 20px !important;
	}
	.heading { font-size: 21px; }
	.about.mb60 .footer-btn {
		width: 100%;
	}
	.about.mb60 .social a {
		margin-top: 10px;
	}
	.cards2 {
		padding-top: 0px !important;
		padding-bottom: 40px !important;
	}
	.costbox {
		margin-bottom:15px;
	}
	.badghead.badge-policies-left, .badghead.badge-policies-right {
		display:none;
	}
	.policiestext {
		padding-top: 40px !important;
		padding-bottom:40px !important;
	}
	.img_to_left {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

}
#fancybox-overlay { z-index: 99999999; }
#fancybox-wrap { z-index: 999999999; }


.new-block > div {
	display:table;
}
.new-block p {
	display: table-cell;
    vertical-align: middle;
}
.new-block span {
	display: table-row !important;
}


@media (min-width: 1281px) {
  	.new-block img.ceo {
	height: 110%;
	min-height:320px;
	width: auto;
	top:-5% !important;
}
	.new-block > div {
	padding-left:25% !important;
}
	.new-block > div {
		min-height:320px !important;
	}

}
@media (min-width: 1025px) and (max-width: 1280px) {
	.new-block > div p {
		font-size: 1.4vw;
	}
	  	.new-block img.ceo {
		height: 110%;
		width: auto;
		top:-5% !important;
	}
	.new-block > div {
		padding-left:25% !important;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
  	.new-block > div p {
		font-size: 1.3vw;
	}
	.new-block > div {
		padding-left:25% !important;
	}
	.new-block img.ceo {
		height: 110%;
    	width: auto !important;
	}

}
@media (max-width: 767px) {
	.homepage-banner{
		height: 60px;
		padding: 10px;
	}
		.new-block img.ceo {
		margin-bottom:35px !important;
	}
}

.card_winner {
      padding: 20px;
}
.card_winner .title_winner {
    width: 100%;
    padding: 20px;
    text-align: center;
    background-color: #28A1D9;
    color: white;
    font-size: 18px;
    font-family: europa, sans-serif;
}
.card_winner .box_winner {
      background: #CEF0F8;
      display: flex;
      position: relative;
}
.card_winner .left_image_winner {
  width: 33%;
  display: flex;
  align-items: center;
}
.card_winner .left_image_winner img {
      width: auto !important;
      display: block;
      margin: auto;
      position: relative;
      padding: 0px 20px;
	  max-height: 130px;
}
.card_winner .content_winner {
      width: 66%;
      margin: 40px 0px;
      padding: 0px 20px;
      border-left: 1px dashed #28a1d9;	
}
.img_avatar_winner {
  float: left;
  height: 50px;
  width: 50px;
  margin-right: 20px;
}
.avatar_name_text {
  font-weight: bold;
  color: #075173;
}
.avatar_about_text {
  font-style: italic;
    color: #075173;
    font-weight: 500;
}
.main_winner {
  background: #CEF0F8;
  height: 100%;
}
.avatar_winner {

}
.badge_winner_div {
  display: flex;
align-items: center;
}
.badge_winner_div .heading.mt0 {
  width: 100%;
}
.badge_winner {
  height: 230px;
}
.main_box_business {
  background-color: #CEF0F8;
  text-align: center;
    padding: 0px 5px 5px 5px;
}
.main_box_business h2 {
    padding: 20px;
    font-size: 20px;
    color: #0F5A9D;
    margin-bottom: 0;
}
.second_box_business {
  background-color: #FFFFFF;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.colbuss {
  width: 20%;
}
.section_awards {
  margin: 40px 0px;
}
.section_awards_bottom {
  margin: 100px 0px;
  background-color:#CEF0F8;
  margin-bottom:0px;
}
.enrollment {
  text-align: center;
  padding: 70px 18%;
}
.awards_h1 {
  color:#0F5172;
}
.logo_businesses img {
  max-width: 130px;
  margin: auto;
  max-height: 90px;
}
.logo_businesses {
  align-items: center !important;
  display: inline !important;
  padding-top:20px;
  padding-bottom:20px;
}
.box_sec_awards {
  display: flex;
  align-items: center;
  padding: 0px 17%;
}
.box_sec_awards img {
  width: 200px;
}
@media (max-width: 468px) {
  .box_sec_awards {
    text-align: center;
    display: block;
  }
  .box_sec_awards img {
    margin-right: 0px;
  }
}

.btn {
    padding: 15px 35px;
    font-size: 14px;
    color: #075173;
    background-color: #FFF;
    border-radius: 100px;
    font-family: europa, sans-serif;
    overflow: hidden;
	letter-spacing: 1px;
    display: inline-block;
	border: 1px solid #075173;
	text-transform: uppercase;
	margin-bottom:10px;
}
.btn.mlr { margin-left:10px; margin-right:10px;}

ul.list-center {
	text-align:center;
	padding:0;
}
ul.list-center li {
	display:inline-block;
	padding:0 20px;
}
ul.list-center li:before {
	content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    background-color: #075173;
    border-radius: 50%;
    position: relative;
    top: -3px;
    margin-right: 8px;
}
#fancybox-content {
	border-color: #CEF0F8 !important;
}
#fancybox-content h3.popup-title {
    background-color: #CEF0F8;
    /*padding: 15px 15px 20px;*/
	padding: 20px;
    text-align: center;
    font-size: 22px;
	margin: 0;
}
#fancybox-content .popup-content {
	padding:20px;
	background: url(images/bg.png) repeat;
}
#fancybox-content .popup-content ul, #fancybox-content .popup-content ol {
	padding-left:20px;
	margin-bottom:20px;
}
#fancybox-content .popup-content li {
	font-size: 18px;
    color: #075173;
    font-family: europa, sans-serif;
    margin-bottom: 15px;
    line-height: 26px;
}
#fancybox-content .popup-content li li {
    margin-bottom: 5px;
	list-style:disc;
}
#popup_text .popup-content  { background:none;}
#popup_text .popup-content  p { margin-bottom:22px;}
ul.social-bar-text {
	margin-left: -47px;
    background: #c3e8f3;
	padding: 12px 15px;
}
#fancybox-content .popup-content ul.social-bar-text li {
    margin: 0;
    display: inline-block;
    color: #28aae1;
    font-size: 18px;
    padding: 0 7px;
	list-style:none;
}
#fancybox-content .popup-content ul.social-bar-text li .fa {color: #28aae1;}
#fancybox-content .popup-content .mlr { margin:0 5px;}

#fancybox-content .popup-content ol.ol-big {
	position: relative;
    padding-left: 60px;
}
#fancybox-content .popup-content ol.ol-big li {
	line-height: 30px;
	 font-size: 24px;
	 margin-bottom:18px;
}
#fancybox-content .popup-content ol.ol-big > li { list-style:none; margin-bottom: 35px;}
#fancybox-content .popup-content ol.ol-big > li .ol-li {
	position: absolute;
    left: 0;
    font-size: 60px;
    font-weight: bold;
    line-height: 63px;
}
#fancybox-content .popup-content ol.ol-big > li .ol-li-title {
	text-transform: uppercase;
	line-height: 40px;
	font-size: 30px;
}
.covid_19_popup_ft {
	background: #28aae1;
    padding: 20px 0;
    margin-left: -20px;
    margin-right: -20px;
}
.covid_19_popup_ft p { color:#fff; text-align:center; margin: 0;}
.covid_19_popup_ft p a {
    color: #fff;
    font-size: 24px;
    line-height: 66px;
    text-align: center;
}
#fancybox-content #popup_covid19 .popup-content { padding-bottom:0; }
@media (max-width: 880px) {
	#fancybox-content .popup-content ul.social-bar-text li {font-size: 15px;}
}
@media (max-width: 767px) {
#fancybox-content .popup-content ol.ol-big li {
	 line-height: 26px;
	 font-size: 18px;
	 margin-bottom:15px;
}
#fancybox-content .popup-content img.aligncenter { margin:0 auto 20px; display:block;}
ul.social-bar-text { margin-left:0; }

#fancybox-content .popup-content ol.ol-big > li .ol-li-title {
    line-height: 28px;
    font-size: 20px;
}
.covid_19_popup_ft p a {
    font-size: 20px;
    line-height: 25px;
}
.covid_19_popup_ft img { margin:0 auto 20px; display:block;}
}
.page-id-1766 .top-banner-inner {    background: none;}
footer div.wpcf7-response-output {
	color: #fff;
    font-size: 13px;
}
.newsletter-outer-block {
	width: 460px;
    margin: 0 auto;
    display: block;
    background-color: #075173;
    padding: 30px;
    padding-bottom: 35px;
	border-radius: 5px;
}
.newsletter-outer-block form p { margin:0;}
.newsletter-outer-block ul li {
    font-size: 14px;
    color: #C2E7F2;
    line-height: 2;
    font-family: europa, sans-serif;
}
.newsletter-outer-block input { border-radius: 3px !important;}
.newsletter-outer-block .footer-btn {border-radius: 10px !important;}
.newsletter-outer-block div.wpcf7-response-output { margin-top: 15px !important;}
.section_awards_bottom p:last-child { margin-bottom:0;}
.btn.blue-btn {
    background-color: #27AAE1;
    border: none;
    color: #fff;
}