/**handles:style**/
@charset "UTF-8";

@font-face {
  font-family: 'Candara';
  src: url('https://www.mylittleivy.com/wp-content/themes/littleivy/assets/webfonts/Candara.eot');
  src: url('https://www.mylittleivy.com/wp-content/themes/littleivy/assets/webfonts/Candara.eot?#iefix') format('embedded-opentype'),
    url('https://www.mylittleivy.com/wp-content/themes/littleivy/assets/webfonts/Candara.woff2') format('woff2'),
    url('https://www.mylittleivy.com/wp-content/themes/littleivy/assets/webfonts/Candara.woff') format('woff'),
    url('https://www.mylittleivy.com/wp-content/themes/littleivy/assets/webfonts/Candara.ttf') format('truetype'),
    url('https://www.mylittleivy.com/wp-content/themes/littleivy/assets/webfonts/Candara.svg#Candara') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Candara';
  src: url('https://www.mylittleivy.com/wp-content/themes/littleivy/assets/webfonts/Candara-Bold.eot');
  src: url('https://www.mylittleivy.com/wp-content/themes/littleivy/assets/webfonts/Candara-Bold.eot?#iefix') format('embedded-opentype'),
    url('https://www.mylittleivy.com/wp-content/themes/littleivy/assets/webfonts/Candara-Bold.woff2') format('woff2'),
    url('https://www.mylittleivy.com/wp-content/themes/littleivy/assets/webfonts/Candara-Bold.woff') format('woff'),
    url('https://www.mylittleivy.com/wp-content/themes/littleivy/assets/webfonts/Candara-Bold.ttf') format('truetype'),
    url('https://www.mylittleivy.com/wp-content/themes/littleivy/assets/webfonts/Candara-Bold.svg#Candara-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
::-moz-selection {
  color: #fff;
  background: #ed8f22;
}
::selection {
  color: #fff;
  background: #ed8f22;
}
body {
  background-color: #fff;
  font-family: 'Candara','Arial','Verdana';
  font-weight: normal;
  color: #000;
  font-size: 14px;
  line-height: 25px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
input:focus,
select:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-weight: bold;
}
p {
  margin: 0;
  padding: 0;
}
p strong {
  font-weight: bold;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol {
  padding-left: 15px;
}
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: -1;
}
p {
  font-size: 18px;
  line-height: inherit;
}

table {
  width: 100%;
}

a,
button,
textarea {
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  text-decoration: none;
  outline: none !important;
  color: inherit;
  font-size: inherit;
}

a:hover,
button:hover {
  color: inherit;
  text-decoration: none;
}

button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
  width: 100%;
}

input[type="submit"] {
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  text-decoration: none !important;
  outline: none !important;
}

input:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-transition-property: #fff !important;
  background-clip: content-box;
}
input:-webkit-autofill,
input:-webkit-autofill:focus input:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #535353;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

img {
  max-width: 100%;
}

.topheader {
  background: #ffe4aa;
}

.topheader ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.topheader ul li {
  border-right: 1px solid #fbdc9b;
}

.topheader ul li a {
  padding: 12px 33px;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
}

.navbarContact a {
  color: #ff3300;
}


.navbarContact__call {
  font-size: 26px;
}

.navbarContact__call a {
  font-size: 27px;
  font-weight: bold;
}

.navbarContact__email {
  font-size: 18px;
}

.navbarContact__email a {
  font-size: 17px;
}

.navbar-light .navbar-nav li {
  padding: 0;
  position: relative;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 18px; 
  padding: 0 0 30px 0;
  margin-top: 30px;
}

.navbar-light .navbar-nav .nav-link:hover,
.topheader ul li a:hover {
  color: #ff3300;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-nav .dropdown-menu {
  border: 0;
  border-top: 2px solid #ff3300;
  border-radius: 0;
  background-color: #ffe4aa;
  -webkit-box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.25);
}

.navbar-nav .dropdown-menu .dropdown-item {
  padding: 12px 20px;
  position: relative;
}

.navbar-nav .dropdown-menu .dropdown-item img {
  margin-right: 14px;
}

.navbar-nav .dropdown-menu .dropdown-item {
  font-size: 16px;
  color: #292929;
}

nav.navbar {
  background: #fff;
  padding: 0 15px;
  border: 0;
  -webkit-box-shadow: 0px 5px 12px 0 rgb(0 0 0 / 6%);
  box-shadow: 0px 5px 12px 0 rgb(0 0 0 / 6%);
}

header {
  height: 139px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  right: 0;
}
.homeSlider__inner,
.homebanner {
  position: relative;
}
.homebanner.firstSection {
	height: calc(98vh - 139px);
	overflow: hidden;
}
.homeSlider__imgHldr img {
  margin-top: -80px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.homebanner.firstSection.innerpagebanner {
	height: auto;
	overflow: visible;
}
.commonBackground {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.newsholderSlider__btn {
  position: absolute;
  top: 50%;
  color: #fff;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.newsholderSlider__btn.previous-btn.slick-arrow {
  left: 83px;
}

.newsholderSlider__btn.next-btn.slick-arrow {
  right: 83px;
}

.homeSlider__cntnt {
  max-width: 540px;
  margin: 0 auto;
  width: 100%;
  background: rgba(164,214,56,0.8);
  padding: 33px 28px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}

.navbar-light .navbar-brand {
  width: 190px;
}

.homeSlider__cntnt h1 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: normal;
}

.homeSlider__cntnt h1 span {
  display: block;
}

.slick-initialized .slick-slide,
.slick-initialized .slick-slide:focus,
.homeSlider.slick-initialized.slick-slider:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.commonSection {
  padding: 50px 0 0;
}

.aboutusSection {
  padding-bottom: 37px;
}

.aboutImage .newsholderSlider__btn.next-btn.slick-arrow {
  right: 5px;
}

.aboutImage .newsholderSlider__btn.previous-btn.slick-arrow {
  left: 5px;
}

.aboutImage {
  position: relative;
}

.headingHolder {
  text-align: center;
  margin-bottom: 45px;
}

.headingHolder h1,
.indvdulprgrm__cntnt h1 {
  font-size: 36px;
  font-weight: bold;
  color: #a4d638;
  line-height: 38px;
}

.indvdulprgrm__cntnt h1 {
  margin-bottom: 30px;
}

.aboutImgholder {
  padding: 5px;
  border: 1px solid #d1ea9b;
}

.aboutSectionCntnt ul li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 24px;
  font-size: 17px;
}

.aboutSectionCntnt ul li:last-child {

  margin: 0;
}

.centerListing li,
.Keyfeature__listing li, .commonSection .container .leaves li {
  position: relative;
  padding: 0 0 0 30px;
}

.aboutSectionCntnt ul li::before,
.centerListing li::before,
.Keyfeature__listing li::before, .commonSection .container .leaves li::before {
  content: '';
  width: 18px;
  height: 22px;
  background: url(https://www.mylittleivy.com/wp-content/themes/littleivy/assets/img/leaf.svg) no-repeat;
  background-position: center center;
  background-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
}
.submitBtn .wpcf7-spinner{
    margin: 12px auto;
    display: flex;
}
.aboutSectionCntnt p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 28px;
}

.joinusdiv {
  border: 5px solid #ffe4aa;
  /*background: #fff;*/
  border-radius: 50%;
  text-align: center;
  width: 259px;
  height: 259px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.row.joinusrow .col {
  max-width: 285px;
  -ms-flex: 0 0 285px;
  flex: 0 0 285px;
  padding: 0;
}
.row.joinusrow .col:last-child .joinusdiv:after {
  display: none;
}

.joinusdiv img {
  margin-bottom: 30px;
  width: 72px;
}

.joinusdiv h3 {
  color: #ff3300;
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 3px;
  position: relative;
  z-index: 3;
}

.joinusdiv p {
  font-size: 18px;
  max-width: 170px;
  margin: 0 auto;
}

.joinusdiv:after {
  content: '';
  background: url(https://www.mylittleivy.com/wp-content/themes/littleivy/assets/img/joinarrow.png) no-repeat;
  background-size: 98%;
  background-position: center center;
  position: absolute;
  right: -79px;
  top: 50%;
  width: 84px;
  height: 35px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}

.row.joinusrow {
  margin: 0;
}

.joinUsSection .container {
  padding: 0;
}

.learnmoresection {
  padding: 90px 0;
}

.exploreSection__icon {
  text-align: center;
}

.exploreSection__icon h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
  max-width: 230px;
  margin: 0 auto;
}

.exploreSection__icon img {
  margin-bottom: 18px;
  width: 50px;
}

.whiteSection .headingHolder p {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  max-width: 755px;
  margin: 0 auto;
}

.whiteSection .headingHolder h1 {
  color: #fff;
  margin-bottom: 14px;
}

.programs__imgHldr {
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  position: relative;
}

.programs__imgHldr img {
  width: 100%;
}

.programs__imgCntnt {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 30px;
  z-index: 2;
  text-align: center;
}

.programs__imgHldr::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 1)), color-stop(30%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 30%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 30%);
}

.programs__imgCntnt h2 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
}


.programs {
  padding: 5px;
  border: 1px solid #ffeabe;
  margin-bottom: 29px;
}

.programs__cntnt p {
  background: #ffeabe;
  margin: 5px 0 0;
  text-align: center;
  font-size: 24px;
  padding: 13px 5px;

}

.footerBottom {
  padding: 65px 0 0;
  background: url(https://www.mylittleivy.com/wp-content/themes/littleivy/assets/img/footerbackground.svg) #ffe4aa repeat;
  background-size: 100%;
  background-position: center center;
}
.topfooter {
  padding: 20px 0;
}
.topfooter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.topfooter ul li a {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 5px;
  display: block;
}

.topfooter ul li a:hover,
.centerListing ul li a:hover {
  color: #ff3300;
}

footer .copyright {
  border-top: 1px solid #f2d8a1;
  padding: 40px 0 50px;
  text-align: center;
}

.footer__socialmedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__socialmedia li a {
  color: #000;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #000;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  margin: 0 auto 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffe4aa;
}
#approachwhywedo {
    scroll-margin-top: 200px! important;
}
.footer__socialmedia li a img {
  max-height: 17px;
  max-width: inherit;
  height: 100%;
}

.footer__socialmedia li a:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.25);
}

.footer__socialmedia li {
  margin: 0 10px;
  text-align: center;
}

.footerHeading {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}

.footerHeading__small {
  text-transform: initial;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
}

.footerBottom p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}

.emailaddressHolder {
  position: relative;
}

.emailaddressHolder input {
  border: 1px solid #ccb688;
  background: transparent;
  height: 50px;
  padding: 15px 34px 15px 15px;
  width: 100%;

}

.emailaddressHolder button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
}

.footerLeft__menu li {
  margin-bottom: 10px;
}

.footerLeft__menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footerLeft__menu li a span {
  width: 20px;
  margin-right: 15px;
}

.footerLeft__menu li a span img {
  width: 18px;
}

.emailaddressHolder input::-webkit-input-placeholder {
  /* Edge */
  color: #000;
  font-size: 15px;
}

.emailaddressHolder input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
  font-size: 15px;
}

.emailaddressHolder input::-webkit-input-placeholder {
  color: #000;
  font-size: 15px;
}

.emailaddressHolder input::-moz-placeholder {
  color: #000;
  font-size: 15px;
}

::-ms-input-placeholder {
  color: #000;
  font-size: 15px;
}

::-webkit-input-placeholder {
  color: #000;
  font-size: 15px;
}

::-moz-placeholder {
  color: #000;
  font-size: 15px;
}

:-ms-input-placeholder {
  color: #000;
  font-size: 15px;
}

::placeholder {
  color: #000;
  font-size: 15px;
}

.centerListing ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.centerListing li a, .commonSection .container .leaves li a {
  font-size: 16px;
}

.centerListing li {
  margin-bottom: 20px;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 17px;
}
.commonSection .container .leaves li {
  margin-bottom: 20px;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 100%;
  font-size: 17px;
}
header .container-fluid {
  max-width: 1500px;
  margin: 0 auto;
}

.topheader ul li:last-child {
  border-right: 0;
}


.menuToggle {
  display: inline-block;
  position: relative;
  width: 19px;
  margin: 0 0 0 0;
  pointer-events: auto;
}

.menuToggle input {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

.menuToggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #000;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 4px 0;
  -ms-transform-origin: 4px 0;
  transform-origin: 4px 0;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.menuToggle span:nth-last-child(1) {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.menuToggle span:nth-last-child(2) {
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.menuToggle.showMenu span {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-4px, -14px);
  -ms-transform: rotate(45deg) translate(-4px, -14px);
  transform: rotate(45deg) translate(-4px, -14px);
}

.menuToggle.showMenu span:nth-last-child(3) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
  -ms-transform: rotate(0deg) scale(0.2, 0.2);
  transform: rotate(0deg) scale(0.2, 0.2);
}

.menuToggle.showMenu span:nth-last-child(2) {
  -webkit-transform: rotate(-49deg) translate(0, 9px);
  -ms-transform: rotate(-49deg) translate(0, 9px);
  transform: rotate(-49deg) translate(0, 9px);
}

.navbar-light .navbar-toggler {
  border: 0;
  padding: 0;
}

footer .copyright p {
  margin: 0;
  font-size: 16px;
  margin-bottom: 20px;
}

.footer__socialmedia li span {
  display: block;
  font-size: 16px;
  line-height: 18px;
}

.footerLeft__menu li p {
  max-width: 140px;
  text-align: center;
  margin-left: 29px;
}
 

.slick-slide img {
  width: 100%;
}


.Keyfeature__listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Keyfeature__listing li {
  font-size: 17px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  min-height: 55px;
}

.wherechildCntnt__imghldr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.wherechildCntnt__imghldr img {
  width: 75px;
}

.wherechildCntnt__imghldr h2 {
  font-size: 30px;
  font-weight: bold;
  color: #ff3300;
  max-width: 193px;
  margin-left: 20px;
  line-height: 30px;
}

.childwellloved .wherechildCntnt__imghldr h2,
.wherechild__individual .wherechildCntnt__imghldr h2 {
  font-size: 24px;
  line-height: 26px;
}


.wherechildCntnt p {
  font-size: 17px;
  line-height: 21px;
}

.wherechildCntnt {
  max-width: 474px;
  margin: 0 auto 40px;
}

.headingHolder__left {
  text-align: left;
}

.navbar.fixed {
  position: fixed;
  top: 0;
}

.navbar.fixed.navbar-light .navbar-brand {
  width: 150px;
}

.firstSection {
  margin-top: 138px;
}

.navbar-nav .dropdown-menu .dropdown-item.active,
.navbar-nav .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #ff3300;
}

.footerLeft__menuEmail {
  color: #ff3300;
}

.footerLeft__menuEmail span i {
  color: #000;
}

.wherechild h1 {
  margin-bottom: 10px;
}

.programSlider {
  width: 100%;
  max-width: 580px;
  padding: 0 15px 0;
  margin-bottom: 30px;
}

.programSlider::after {
  content: '';
  display: table;
  clear: both;
}

/* css  */
.flip-card:hover {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.flip-card:hover .flip-card-inner {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.flip-card-back {
  background-color: #ff3300;
  color: white;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.joinusdiv .flip-card-front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flip-card:hover .joinusdiv.flip-card-inner:after {
  visibility: hidden;
} 
.flip-card-front,
.flip-card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-back {
  opacity: 0;
  visibility: hidden;
}
.flip-card:hover .flip-card-back {
  opacity: 1;
  visibility: visible;
}

@media all and (-ms-high-contrast:none) {
  /*Type here*/
  /* IE10 */
  
  /* *::-ms-backdrop, */
  .flip-card-front, .flip-card-back {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }
  /* IE11 */
}


.programSlider__right {
  float: right;
  padding-left: 40px;
}
.programSlider__left {
  float: left;
  padding-right: 30px;
}

.navbar-light .navbar-nav .active>.nav-link {
  color: #ff3300;
}
 
.innerpagebanner img {
  width: 100%; 
}

.ourprogramCntnt {
  text-align: center;
}

.ourprogram__cntnt {
  text-align: center;
}

.ourprogram__cntnt p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}

.footerBottom__leftcol { 
  max-width: 235px;
  margin: 0 auto;
}

.footerBottom__centercol { 
  max-width: 455px;
  margin: 0 auto;
  border: solid #f2d8a1;
  border-width: 0 1px;
}

.footerBottom__rightcol { 
  max-width: 195px;
  margin: 0 auto;
}

.footerBottom__backgrnd {
  padding-bottom: 40px;
}

.footerBottom__centercolInner {
  width: 100%;
  max-width: 350px;
  max-width: 410px;
  margin: 0 auto;
}

.childwellloved .wherechildCntnt {
  margin-bottom: 59px;
}

.ourprogram .centerListing {
  padding: 20px 0 0 0;
}

.exploreSection.commonSection {
  padding-bottom: 36px;
}

.keyfeature {
  padding: 57px 0 40px;
}

.joinUsSection {
  padding-bottom: 65px;
}

.topheader ul li.active a {
  color: #ff3300;
}

.ourprogram__explore {
  padding: 35px 0 0;
}

.childwellloved {
  padding: 30px 0 5px 0;
}

.childwellloved__cntntcntr {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 60px;
}

.childwellloved__cntntcntr p {
  font-size: 18px;
}

.adventuresection {
  background: #f6f6f6;
  padding: 45px 0 0;
}

.adventureCntnt__title {
  font-size: 30px;
  font-weight: bold;
  color: #ff3300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.adventureCntnt__title img {
  width: 46px;
  margin-right: 15px;
}

.adventureCntnt__title span {
  width: calc(100% - 61px);
}

.adventureCntnt {
  margin-bottom: 48px;
}

.adventureCntnt ul {
  margin-bottom: 20px;
}

.adventureCntnt ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.adventureCntnt ul li img {
  width: 20px;
  margin-right: 14px;
  max-height: 20px;
}

.adventureCntnt ul li span {
  width: calc(100% - 34px);
  font-size: 18px;
}

.adventureCntnt p {
  font-size: 18px;
  line-height: 25px;
}

.campoptionBox__tite {
  font-size: 30px;
  font-weight: bold;
  color: #ff3300;
  line-height: 32px;
  margin-bottom: 25px;
}

.campoptionBox ul li {
  position: relative;
  padding: 0 0 0 30px;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}

.campoptionBox ul li::before {
  content: '';
  width: 22px;
  height: 25px;
  background: url(https://www.mylittleivy.com/wp-content/themes/littleivy/assets/img/leaf.svg) no-repeat;
  background-position: center center;
  background-size: 21px;
  position: absolute;
  left: 0;
  top: 0;
}

.campoptionBox {
  margin-bottom: 30px;
}

.campoptionBox__cntnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.campoptionBox ul li .notes {
  display: block;
  color: #ff3300;
  font-weight: bold;
}

.summercamp__about {
  padding-bottom: 45px;
}

.button__red {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  background: #ff3300;
  display: inline-block;
  padding: 15px 34px;
  border: 0;
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
}

.button__red:hover {
  color: #fff;
  background: #de2f04;
}

.joinusfor .adventureCntnt p {
  margin-bottom: 21px;
}

.joinusfor .adventureCntnt {
  margin-bottom: 0;
}

.joinusfor {
     margin-bottom: 65px;
}

.joinusfortitle {
  margin-bottom: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.joinusfortitle__img {
  width: 65px;
  margin-right: 30px;
}

.joinusfortitle__cntnt {
  width: calc(100% - 95px);

}

.joinusfortitle__cntnt h2 {
  font-size: 30px;
  font-weight: bold;
  color: #ff3300;
  line-height: 36px;
}

.aboutImgholder img {
  width: 100%;
}

.footerbordertop {
  border-top: 4px solid #ffe4aa;
}

.joinusfor .adventureCntnt ul {
  margin: 0;
}

.communityInnerJoin {
  padding-bottom: 30px;
}

.mapholder {
  float: right;
}


.mapholderCntnt p {
  margin-bottom: 25px;
  font-size: 18px;
}
 
.mapholderCntnt__desc h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  color: #ff3300;
  text-align: center;
}

.mapholderCntnt__desc h2:last-of-type {
  margin-bottom: 30px;
}

.mapholder__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 0px;
}

.mapholder__location img {
  width: 15px;
  margin-right: 12px;
}

.mapholder__location span {
  width: calc(100% - 27px);
  font-size: 16px;
}

.mapholder__bttm {
  padding: 18px 9px 9px;
}

.mapholder__bttm .button__red {
  width: 100%;
  max-width: 250px;
  margin: auto 0 0 0;
}

.previous-btn img,
.next-btn img {
  opacity: 0.2;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.previous-btn img:hover,
.next-btn img:hover {
  opacity: 1;
}

.registerpage {
  text-align: center;
  padding-bottom: 40px;
}

.registerpage p {
  margin-bottom: 25px;
}

.approach p {
  margin-bottom: 18px;
}

.approach .wherechildCntnt__imghldr h3 {
  max-width: 100%;
  margin-left: 0;
}

.redtag {
  font-size: 18px;
  display: inline-block;
  background: #ff3300;
  color: #fff;
  font-weight: bold;
  padding: 14px 17px;
  line-height: 20px;
  height: 50px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.redtag:hover {
  color: #fff;
  background: #de2f04;
}

.aapproachListing h2 {
  font-size: 30px;
  font-weight: bold;
  color: #a4d638;
  padding-right: 15px;

}

.aapproachListing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.aapproachListing ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.aapproachListing ul li {
  padding: 0 12px;
}

.approach {
  padding-top: 65px;
}
.approach:last-of-type {
  padding-bottom: 65px;
}


.whywedo {
  background: #f6f6f6;
  padding: 45px 0;
}

.whywedo p,
.whoweare p,
.programotinCntnt p {
  margin-bottom: 25px;
  text-align: center;
}

.whywedo p:last-child,
.whoweare p:last-child,
.programotinCntnt p:last-child {
  margin-bottom: 0;
}

.whoweare {
  padding-bottom: 60px;
}

.pdfHolder embed {
  width: 100%;
}

.pdfHolder {
  text-align: center;
  /* overflow: hidden; */
  margin-bottom: 47px;
  overflow-x: auto;
}
.pdfHolder canvas {
  max-width: 965px;
  width: 100%;
}
.pdfHolder embed {
  width: 100%;
  height: 1130px;
  max-width: 843px;
  margin: 0 auto;
  -webkit-transform: translateY(7%) scale(1.37);
  -ms-transform: translateY(7%) scale(1.37);
  transform: translateY(7%) scale(1.37);
}

.ieBrowser {
  display: none;
}

@media all and (-ms-high-contrast:none) {
  /*Type here*/
  /* IE10 */  
  /* *::-ms-backdrop, */
  .pdfHolder { display: none; }
  .ieBrowser { display: block; height: 650px; margin-bottom: 30px; }
  .ieBrowser iframe { width: 100%; height: 100%; border: 1px solid #ddd; }
  /* IE11 */
}

.headingHolder.Schedule__headinng {
  max-width: 571px;
  margin-left: auto;
  margin-right: auto;
}


.mui-form-floating-label {
  position: absolute;
  top: 18px;
  left: 9px;
  font-size: 14px;
  font-weight: normal;
  background: #fff;
  padding: 0;
  line-height: 1;
  margin: 0;
  -webkit-transition: ease 0.15s;
  -moz-transition: ease 0.15s;
  transition: ease 0.15s;
  pointer-events: none;
}


.mui-form-group>.mui-form-control:focus+label.mui-form-floating-label,
.mui-form-group>label.mui-form-floating-label-active {
  top: -10px;
  font-size: 16px;
  line-height: 21px;
  color: #4F4F4F;
  background: #fff;

}


.input-inner {
  width: 100%;
  position: relative;
  background: none;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
}

.mui-form-floating-label {
  background: transparent;
  line-height: 1;
  margin: 0;
  pointer-events: none;
  font-size: 17px;
  line-height: 21px;
  color: #969696;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 14px;
  top: 20px;
  padding: 0 6px;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  transition: 300ms ease all;
}

.int-inner {
  position: relative;
  width: 100%;
  border: 0;
  padding: 10px 20px;
  background: transparent;
  outline: 0;
  resize: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  height: 60px;
  border: 1px solid #d5d5d5;
}

textarea.int-inner {
  height: 180px;
}

textarea.int-inner.largeHeight {
  height: 350px;
}

.mui-form-floating-label sup {
  color: #ff3300;
}

.formGroup {
  margin-bottom: 30px;
  position: relative;
}
.wpcf7-form-control-wrap.focused + label  {
    font-size: 14px;
    top: -10px;
    background: #fff;
}

.contactSidebar__div {
  margin-bottom: 40px;
}

.contactSidebar__div img {
  width: 50px;
  margin-bottom: 13px;
}

.contactSidebar__heading {
  color: #ff3300;
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
}

.contactSidebar__div a,
.contactSidebar__div p {
  font-size: 18px;
  color: #000;
  line-height: 20px;
}

.contactSidebar__div p {
  max-width: 169px;
}

.formGroup input.button__red {
  width: 100%;
}


.customradio [type="radio"]:checked,
.customradio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.customradio [type="radio"]:checked+label,
.customradio [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000;
  font-size: 18px;
}

.customradio [type="radio"]:checked+label:before,
.customradio [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 100%;
  background: #fff;
}

.customradio [type="radio"]:checked+label:after,
.customradio [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #ff3300;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.customradio [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.customradio [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.customradio {
  display: inline-block;
  margin-right: 30px;
}

.contact_Center {
  text-align: center;
  margin-bottom: 30px;
}

.contact_Center h3 {
  font-size: 30px;
  font-weight: bold;
  color: #ff3300;
}

.customradio__holder {
  padding: 20px 0 30px;
}

.customSelect {
  position: relative;
  width: 100%;
}
.customSelect__text:focus {
  outline: none;
  border-bottom: 1px solid #ddd;
}
.customSelect__text {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  font-family: inherit;
  width: 100%;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ddd;
}
.page-id-253 .customSelect__text{
	
	font-size: 16px;
}
.customSelect__text {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  padding: 10px 31px 10px 20px;
  background: transparent;
  outline: 0;
  resize: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  height: 60px;
  border: 1px solid #d5d5d5;
  cursor: pointer;
}
.customSelect:after {
  content: '';
  width: 13px;
  height: 8px;
  position: absolute;
  bottom: 0;
  right: 17px;
  background: url(https://www.mylittleivy.com/wp-content/themes/littleivy/assets/img/downarrow.svg) no-repeat;
  background-size: 13px;
  pointer-events: none;
  top: 0;
  margin: auto;
}

.customSelect__label {
  background: transparent;
  line-height: 1;
  margin: 0;
  pointer-events: none;
  font-size: 17px;
  line-height: 21px;
  color: #969696;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 14px;
  top: 20px;
  padding: 0 6px;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  transition: 300ms ease all;
}

.customSelect__text:focus~.customSelect__label,
.customSelect__text:valid~.customSelect__label {
  top: -10px;
  font-size: 16px;
  line-height: 21px;
  color: #4F4F4F;
  background: #fff;
}

.customSelect__bar {
  position: relative;
  display: block;
  width: 100%;
}
.customSelect__text:focus~.customSelect__bar:before,
.customSelect__text:focus~.customSelect__bar:after {
  width: 50%;
}


.customradio__holder .wpcf7-list-item {
	display: inline-block;
	margin: 0;
}
.customradio__holder .wpcf7-list-item + .wpcf7-list-item {
	margin-left: 30px;
}
.wpcf7-list-item label {
	position: relative;
}
.wpcf7-list-item label [type="radio"]:checked,
.wpcf7-list-item label [type="radio"]:not(:checked) {
    position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.wpcf7-list-item label [type="radio"]:checked+.wpcf7-list-item-label,
.wpcf7-list-item label [type="radio"]:not(:checked)+.wpcf7-list-item-label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000;
  font-size: 18px;
}
.wpcf7-list-item label [type="radio"]:checked+.wpcf7-list-item-label:before,
.wpcf7-list-item label [type="radio"]:not(:checked)+.wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 100%;
  background: #fff;
}
.wpcf7-list-item label [type="radio"]:checked+.wpcf7-list-item-label:after,
.wpcf7-list-item label [type="radio"]:not(:checked)+.wpcf7-list-item-label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #ff3300;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.wpcf7-list-item label [type="radio"]:not(:checked)+.wpcf7-list-item-label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.wpcf7-list-item label [type="radio"]:checked+.wpcf7-list-item-label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.customSelect__text option:first-child {
	opacity: 0;
	visibility: hidden;
}
.wpcf7-form-control-wrap.childage::before {
	content: "";
	background-image: url("https://www.mylittleivy.com/wp-content/themes/littleivy/assets/img/calander1.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 15px;
	top: 0;
	width: 15px;
	height: 15px;
	z-index: 1;
}
.wpcf7-form-control-wrap.childage input[value] {
    text-indent: -1000%;
    cursor: pointer;
}
.wpcf7-form-control-wrap.childage.focused input[value] {
    text-indent: inherit;
}
.wpcf7-form-control-wrap.childage.focused::before {
    display: none;
}

.customSelect__highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.footerBottom__centercolInner .centerListing li:last-child {
  max-width: 80px;
}

.optionCntnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.optionCntnt__img {
  width: 75px;
  margin-right: 30px;
}

.optionCntnt__cntnt h3 {
  font-size: 24px;
  font-weight: bold;
  color: #ff3300;
  max-width: 100%;
  line-height: 26px;
}

.optionCntnt__cntnt h2 {
  font-size: 30px;
  font-weight: bold;
  color: #ff3300;
  max-width: 100%;
  line-height: 32px;
}

.schedulepage {
  padding-bottom: 65px;
}

.schedulepage__pdgbtn {
  text-align: center;
}

.schedulepage__pdgbtn .button__red {
  width: 100%;
  max-width: 355px;
  font-size: 30px;
  padding: 25px 34px;
}

.formGroup .input-group {
  width: 100% !important;
}

.formGroup .input-group input#datepicker {
  padding: 20px;
  background: transparent;
  outline: 0;
  resize: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  height: 60px;
  border: 1px solid #d5d5d5;
  border-right: 0;
  border-radius: 0;
}

button.btn.btn-outline-secondary.border-left-0 i.gj-icon {
  display: none;
}

button.btn.btn-outline-secondary {
  position: relative;
}

button.btn.btn-outline-secondary:after {
  content: '';
  background: url(https://www.mylittleivy.com/wp-content/themes/littleivy/assets/img/calander1.svg);
  width: 20px;
  height: 20px;
  background-size: 18px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  border-radius: 0;
}

.gj-datepicker-bootstrap [role=right-icon] button {
  width: 58px;
  border-radius: 0;
}

button.btn.btn-outline-secondary:focus,
button.btn.btn-outline-secondary:active,
button.btn.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
  outline: none;
  background: transparent;
  border-color: #d5d5d5;
}

.contactSection {
  padding-bottom: 35px;
}

.footerLeft__menu li a {
  font-size: 16px;
  color: #ff3300;
}

.page {
  width: 100% !important;
}

.exploreSection__cntnt .row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.exploreSection__cntnt .row>[class*=col-] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.navarrow {
  float: right;
  /* display: none; */
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.navarrow {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  height: 56px;
  right: 0;
  width: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

span.navarrow.active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.topheader__mobile li a img {
  width: 18px;
  margin-right: 5px;
}

.topheader__mobile li a {
  font-size: 24px;
}

.topheader .topheader__mobile li {
  border-right: 0;
}

.mobileftrnav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f6f6f6;
  padding: 10px 0;
  z-index: 9;
  box-shadow: 0 -7px 20px 0 rgb(0 0 0 / 9%);
}

.mobileftrnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.mobileftrnav ul li {
  width: 100%;
}

.mobileftrnav ul li img {
  width: 45px;
}

.mobileftrnav ul li a {
  display: block;
  text-align: center;
}

.mobileftrnav ul li a img {
  margin-bottom: 10px;
}

.mobileftrnav ul li a span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}

.navbar-nav .dropdown-menu .dropdown-item.active {
  color: #ff3300;
}

.approach .optionCntnt__cntnt {
  max-width: 100%;
}

.programs__imgCntnt p {
  color: #fff;
  font-size: 16px;
  display: none;
}

.thankyouheading h1 {
  font-size: 150px;
  font-weight: bold;
  color: #a4d638;
  text-align: center;
  line-height: 160px;
}

.thankyoupage {
  text-align: center;
}

.thankyouContent {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}

.thankyoupage {
  padding-bottom: 65px;
}

.aapproachListing ul li {
  padding-bottom: 5px;
}

.campoption.commonSection {
  padding-bottom: 35px;
}

.loadpopup .modal-content {
  border: 10px solid #ffe4aa;
  border-radius: 0;
  background: #fff;
}

.loadpopup__modalbody {
  text-align: center;
  padding: 65px 38px;
}

.loadpopup__modalbody h2 {
  font-size: 36px;
  font-weight: bold;
  color: #a4d638;
  margin-bottom: 40px;
  line-height: 38px;
}

.loadpopup__modalbody p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px;
}

.loadpopup__modalbody p:last-child {
  margin-bottom: 0px;
}

.loadpopup button.close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  opacity: 1;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.loadpopup__modalfooter {
  padding: 30px 0 0;
}

.loadpopup__modalfooter button.button__red, .loadpopup__modalfooter a.button__red {
  width: 100%;
  max-width: 253px;
  margin: 0 15px;
}

.loadpopup .modal-dialog {
  margin: 3.75rem auto 1.75rem;
}

.indvdulprgrm .headingHolder__left {
  margin-bottom: 30px;
}

.indvdulprgrm__cntnt h1 {
  line-height: 36px;
}

.headingHolder p,
.whiteSection .headingHolder p {
  padding-top: 20px;
}


.contactHeading h1 {
  font-size: 40px;
}

.contactHeading p {
  font-size: 20px;
  padding-top: 9px;
}

.wherechild__individual .wherechildCntnt__imghldr {
  margin-bottom: 20px;
}

.communitylife .ourprogram__cntnt p:last-child {
  margin-bottom: 0;
}

.innerpagebanner .homeSlider__imgHldr {
  height: calc(100vh - 260px);
  max-height: 700px;
}



.dropdown-submenu { 
  position: absolute; 
  left: 100%;
  border: 0;
  border-top: 2px solid #ff3300;
  border-radius: 0;
  background-color: #ffe4aa;
  -webkit-box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  top: 0;
  padding: 0; 
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  display: block; 
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; 
 
}

.dropdown.dropdownSubmenu.show .dropdown-submenu { 
  pointer-events: auto;
  display: block;
  opacity: 1;
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}


.dropdownSubmenu .dropdown-item>img {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.dropdownSubmenu.show>.dropdown-item>img {
  -webkit-transform: rotate(360deg) translateX(5px);
  -ms-transform: rotate(360deg) translateX(5px);
  transform: rotate(360deg) translateX(5px);
}

.dropdownSubmenu.show> .dropdown-item {
  color: #ff3300; 
  background-color: #f8f9fa;
}

.sub-nav { 
  display: none;
}
.dropdown-nav {
  background: #fff; 
  left: -15px;
  z-index: 9999;
  min-width: 220px; 
  display: none;
}

.navarrow img {
  width: 15px;
}

.navbar-nav .dropdown-menu li:hover>.dropdown-item {
  background: #f8f9fa;
}

.homeSlider>div {
  display: none;
}
.homeSlider>div:first-child {
  display: block;
}
.homeSlider.slick-initialized>div {
  display: block;
}

.thankyouOwnerdetail {
  text-align: center;
  padding: 30px 0 0 0;
}

.thankyouOwnerdetail strong {
  display: block; 
  line-height: normal;
}

.thankyouOwnerdetail span {
  display: block
}

 .page-id-406 .ourprogram .headingHolder , .page-id-144 .ourprogram .headingHolder{
  margin-bottom: 0;
 }

/* @media only screen and (min-width: 991px) {
.navbar-light .navbar-nav li:hover > ul.dropdown-menu.dropdown-nav,
.navbar-light .navbar-nav li > ul.dropdown-menu.dropdown-nav li:hover .dropdown-submenu.sub-nav{
	display: block !important;
}
} */
ul.dropdown-menu.dropdown-nav.show {
    display: block !important;
}


/* /// gmap /// */



/* /// cf7 tour /// */

.option__Label .customSelect label {
font-size: 14px;
top: -10px;
background: #fff;
}

.wpcf7-not-valid-tip {
font-size: 18px;
position : static;
}

.cf7sr-g-recaptcha {
    display: flex;
    justify-content: center;
}
.cf7sr-recaptcha .wpcf7-not-valid-tip
{
text-align:center;
}