.childit_header {

}
@media (min-width: 1px){
  .childit_header .mb-xs-30 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 768px){
  .childit_header .mb-md-30 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 992px){
  .childit_header .mb-lg-60 {
    margin-bottom: 60px !important;
  }
}
.childit_header .page-name {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 355px;
  padding: 40px 0;
  background-size: cover;
  background-position: center center;
}
.childit_header .page-name .container {
  z-index: 10;
}
.childit_header .page-name .container * {
  margin-bottom: 0;
}
.childit_header h1{
  margin-top: 0;
  font-family: "Poppins",sans-serif;
  line-height: 1.1em;
  color: #3B4757;
  font-style: normal;
  font-weight: 500;
  font-size: 54px;
}
.childit_header .bsx-auto-h1{
  margin-top: 0;
  font-family: "Poppins",sans-serif;
  line-height: 1.1em;
  color: #3B4757;
  font-style: normal;
  font-weight: 500;
  font-size: 54px;
}
.childit_header .page-name .layer-background {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.childit_header .page-name .page-name-img {
  max-width: 100%;
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: -15px;
  left: 22%;
}
.childit_description-section_image-right{

}
@media (min-width: 992px){
  .childit_description-section_image-right .pb-lg-120 {
    padding-bottom: 120px !important;
  }
  .childit_description-section_image-right .mb-lg-8 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 768px){
  .childit_description-section_image-right .pb-md-90 {
    padding-bottom: 90px !important;
  }
  .childit_description-section_image-right .pt-md-60 {
    padding-top: 60px !important;
  }
  .childit_description-section_image-right .mb-md-25 {
    margin-bottom: 25px !important;
  }
}
@media (min-width: 576px){
  .childit_description-section_image-right .pb-sm-65 {
    padding-bottom: 65px !important;
  }
}
@media (min-width: 1px){
  .childit_description-section_image-right .pb-xs-50 {
    padding-bottom: 50px !important;
  }
  .childit_description-section_image-right .pt-xs-30 {
    padding-top: 30px !important;
  }
  .childit_description-section_image-right .mb-xs-15 {
    margin-bottom: 15px !important;
  }
  .childit_description-section_image-right .mb-xs-25 {
    margin-bottom: 25px !important;
  }
}
.childit_description-section_image-right p{
  font-family: "Roboto",sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.5em;
  color: #777;
}
.childit_description-section_image-right .block-header p {
  line-height: 1.5em;
  position: relative;
  padding-left: 60px;
  font-family: "Georgia",sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 22px;
  color: #3B4757;
}
.childit_description-section_image-right .video-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: var(--bsx-color-primary);
}
.childit_description-section_image-right .video-btn .play-ico {
  margin-right: 13px;
}
.childit_description-section_image-right .video-btn .play-ico.animate {
  position: relative;
  z-index: 10;
}
.childit_description-section_image-right h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.3em;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  color: #3b4757;
}
.childit_description-section_image-right .block-header h2 {
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
}
.childit_description-section_image-right .block-header h2 span {
  color: var(--bsx-color-primary);
}
.childit_description-section_image-right .video-btn .play-ico span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: var(--bsx-color-primary);
}
.childit_description-section_image-right .video-btn .play-ico.animate span {
  position: relative;
  z-index: 10;
}
.childit_description-section_image-right .video-btn .play-ico.animate::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  z-index: 1;
  height: 80%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: var(--bsx-color-primary);
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: pulseElem 1s infinite linear;
  animation: pulseElem 1s infinite linear;
}
.childit_description-section_image-right .video-btn .play-ico.animate::before {
  width: 100%;
  height: 100%;
}
.childit_description-section_image-right .video-btn .play-ico i {
  color: #fff;
  font-size: 18px;
}
.childit_description-section_image-right .svg-block.video-block {
  position: relative;
}
.childit_description-section_image-right .text-block .svg-block {
  max-width: 500px;
}
.childit_description-section_image-right .text-block .svg-block.video-block {
  margin-left: auto;
  margin-right: auto;
}
.childit_description-section_image-right .svg-block.video-block a{
  display: inline-block;
  text-decoration: none;
  outline: none !important;
  transition: all .3s;
  color: #007bff;
  background-color: transparent;
}
.childit_description-section_image-right .svg-block.video-block img {
  -webkit-border-radius: 12px;
  border-radius: 12px;
  max-width: 100%;
  display: inline-block;
}
.childit_description-section_image-right .video-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: var(--bsx-color-primary);
}
.childit_description-section_image-right .svg-block.video-block p {
  margin-bottom: 20px;
  line-height: 1.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.childit_description-section_image-right .block-header p::after {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  margin-top: -2px;
  width: 40px;
  height: 3px;
  background: var(--bsx-color-primary);
}

@-webkit-keyframes pulseElem {
	0% {
		width: 80%;
		height: 80%;
		opacity: 1;
	}

	100% {
		width: 150%;
		height: 150%;
		opacity: 0;
	}
}
@-o-keyframes pulseElem {
	0% {
		width: 80%;
		height: 80%;
	}
	50% {
		width: 120%;
		height: 120%;
	}
	100% {
		width: 80%;
		height: 80%;
	}
}
@-moz-keyframes pulseElem {
	0% {
		width: 80%;
		height: 80%;
	}
	50% {
		width: 120%;
		height: 120%;
	}
	100% {
		width: 80%;
		height: 80%;
	}
}
@keyframes pulseElem {
	0% {
		width: 80%;
		height: 80%;
		opacity: 1;
	}

	100% {
		width: 150%;
		height: 150%;
		opacity: 0;
	}
}
.childit-alt-2_icons-section{

}
@media (min-width: 1px){
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .pt-xs-110 {
    padding-top: 110px !important;
  }
}
@media (min-width: 576px){
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 768px){
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .pt-md-120 {
    padding-top: 120px !important;
  }
}
@media (min-width: 992px){
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .pt-lg-150 {
    padding-top: 150px !important;
  }
}
.wave-block {
  position: relative;
  overflow: hidden;
  padding: 150px 0;
  background-size: cover;
  background-size: 100% 100%;
}
.wave-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18%;
  width: 407px;
  height: 170px;
  background: url(/assets/themes/childit/img/cloudx2.png);
  background-size: cover;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: translateY(-55%) rotate(0deg);
  -ms-transform: translateY(-55%) rotate(0deg);
  transform: translateY(-55%) rotate(0deg);
}
.section-header {
  position: relative;
  z-index: 10;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  text-align: center;
}
.section-header .h-sub {
  margin-bottom: 8px;
  font-family: "Georgia",sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 21px;
  line-height: 1.28em;
  color: #46AADD;
}
.section-header h2 {
  margin-top: 0;
  font-family: "Poppins",sans-serif;
  color: #3B4757;
  font-size: 42px;
  line-height: 1.3em;
  margin-bottom: 31px;
  font-style: normal;
  font-weight: 500;
}
.statement-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
}
.statement-list li {
  width: 33.33%;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  list-style: none;
}
.statement-card {
  padding: 70px 40px;
  background: #fff;
  -webkit-box-shadow: 0px 14px 22px rgba(42,135,158,0.14);
  box-shadow: 0px 14px 22px rgba(42,135,158,0.14);
  -webkit-border-radius: 12px;
  border-radius: 12px;
  text-align: center;
}
.statement-list li .statement-card {
  margin-bottom: 30px;
}
.statement-card .statement-ico {
  margin-bottom: 20px;
  max-width: 66px;
  margin-left: auto;
  margin-right: auto;
}
.statement-card .statement-ico i {
  font-size: 66px;
  color: var(--bsx-color-primary);
}
.statement-card .statement-ico img {
  height: 66px;
  max-width: 100%;
}
.statement-card h4 {
  margin-top: 0;
  font-family: "Poppins",sans-serif;
  color: #3B4757;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.statement-card p {
  font-family: "Roboto",sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.5em;
  color: #777;
  margin-bottom: 0;
}
.statement-list .slick-dots {
  padding-top: 0;
  display: none;
}
.childit_steps {

}
@media (min-width: 1px){
  .childit_steps .mb-xs-60 {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 576px){
  .childit_steps .mb-sm-70 {
    margin-bottom: 70px !important;
  }
}
@media (min-width: 768px){
  .childit_steps .mb-md-90 {
    margin-bottom: 90px !important;
  }
}
@media (min-width: 992px){
  .childit_steps .mb-lg-120 {
    margin-bottom: 120px !important;
  }
}
.childit_steps .section-header {
  position: relative;
  z-index: 10;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  text-align: center;
}
.childit_steps .section-header .h-sub {
  margin-bottom: 8px;
  font-family: "Georgia",sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 21px;
  line-height: 1.28em;
  color: #46AADD;
}
.childit_steps .section-header h2 {
  font-size: 42px;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: "Poppins",sans-serif;
  color: #3B4757;
  margin-bottom: 31px;
  font-style: normal;
  font-weight: 500;
}
.childit_steps p {
  margin-bottom: 20px;
  font-family: "Roboto",sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.5em;
  color: #777;
}
.childit_steps .advantage-list li{
  position: relative;
  padding-right: 15px;
  width: 25%;
  margin-bottom: 30px;
  padding-top: 45px;
  padding-left: 15px;
  list-style: none;
}
.childit_steps .advantage-list li::before {
  content: counter(myCounter, decimal-leading-zero) ".";
  counter-increment: myCounter;
  display: inline-block;
  margin: 5px 10px;
  font-family: "Poppins",sans-serif;
  font-weight: 500;
  color: #46AADC;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 15px;
  margin: 0;
  font-size: 32px;
}
.childit_steps .advantage-list.advantage-second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
  padding: 0;
  counter-reset: myCounter;
}
.childit_steps .advantage-list.advantage-second li::before {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: .14;
  font-size: 110px;
  line-height: 1em;
}
.childit_steps .advantage-list li .advantage-block {
  position: relative;
  z-index: 10;
}
.childit_steps .advantage-list li h5 {
  font-style: normal;
  font-size: 18px;
  line-height: 1.3em;
  margin-top: 0;
  font-family: "Poppins",sans-serif;
  margin-bottom: 15px;
  font-weight: 500;
  color: #3B4757;
}
.childit_steps .advantage-list.advantage-second li .advantage-block h5 {
  text-align: center;
}
.childit_steps .advantage-list li p {
  font-family: "Roboto",sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.5em;
  color: #777;
  margin-bottom: 0;
}
.childit_steps .advantage-list.advantage-second li .advantage-block p {
  text-align: center;
}
.childit_statistics{

}
@media (min-width: 1px){
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 576px){
  .mb-sm-55 {
    margin-bottom: 55px !important;
  }
}
@media (min-width: 768px){
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
}
@media (min-width: 992px){
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
}
.wave-block {
  position: relative;
  overflow: hidden;
  padding: 150px 0;
  background-size: cover;
  background-size: 100% 100%;
}
.count-section {
  min-height: 548px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.wave-block.bg-cover {
  background-size: cover !important;
}
.wave-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18%;
  width: 407px;
  height: 170px;
  background: url(/assets/themes/childit/img/cloudx2.png);
  background-size: cover;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: translateY(-55%) rotate(0deg);
  -ms-transform: translateY(-55%) rotate(0deg);
  transform: translateY(-55%) rotate(0deg);
}
.wave-block::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 20%;
  width: 362px;
  height: 150px;
  background: url(/assets/themes/childit/img/cloudx2.png);
  background-size: cover;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: translateY(60%);
  -ms-transform: translateY(60%);
  transform: translateY(60%);
}
.count-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
}
.count-list .count-block-wrap {
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
}
.count-list .count-block-wrap:nth-child(4n+1) {
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
.count-block {
  display: block;
  width: 100%;
  max-width: 194px;
  min-height: 170px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 15px;
  background: #fff;
  -webkit-box-shadow: 0px 14px 22px rgba(42,135,158,0.14);
  box-shadow: 0px 14px 22px rgba(42,135,158,0.14);
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.count-block:nth-child(1) {
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
.count-block .count-numb {
  position: relative;
}
.count-block .count-numb p {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-bottom: 0;
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 1em;
  color: #46AADC;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.count-block .count-text {
  padding-top: 15px;
}
.count-block .count-text p {
  margin-bottom: 0;
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #3B4757;
}
.count-list .count-block-wrap:nth-child(4n+2) {
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
.count-list .count-block-wrap:nth-child(4n+3) {
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
.count-list .count-block-wrap:nth-child(4n+4) {
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
