@charset "UTF-8";
body.modal-open {
  overflow: hidden;
}

.equal-h {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.form-control:focus {
  box-shadow: none;
}

.btn:focus,
.btn:active,
button {
  outline: none !important;
  box-shadow: none !important;
}

.btn-close {
  width: 1.5em;
  height: 1.5em;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.modal.fade .modal-dialog {
  transform: scale(0.8);
}

.modal.fade.show .modal-dialog {
  transform: scale(1);
}

.modal-dialog:has(.modal-content.video) {
  max-width: 60%;
}
.modal-dialog:has(.modal-content.video) .modal-content.video {
  background: none;
  border: none;
  border-radius: 10px;
}
.modal-dialog:has(.modal-content.video) .modal-content.video .modal-header {
  border: none;
  padding: 0 0 5px 0;
}
.modal-dialog:has(.modal-content.video) .modal-content.video .modal-header .btn-close:focus, .modal-dialog:has(.modal-content.video) .modal-content.video .modal-header .btn-close:active {
  outline: none !important;
  box-shadow: none;
}
.modal-dialog:has(.modal-content.video) .modal-content.video .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid rgba(128, 128, 128, 0.6);
}
.modal-dialog:has(.modal-content.video) .modal-content.video .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.show-more {
  padding: 10px 0;
  text-align: left;
  position: relative;
  top: 10px;
}
.show-more a {
  font: 700 15px/1.4em "Roboto", sans-serif;
  color: #393D97;
  text-decoration: none;
}
.show-more a:hover {
  color: #e3a72d;
}

.text-expandable {
  overflow: hidden;
}

.sec-head {
  margin-bottom: 30px;
}
.sec-head h2 {
  font: 700 32px/1.6em "Roboto", sans-serif;
  color: #2F2F2F;
}
.sec-head p {
  font: 500 17px/1.6em "Roboto", sans-serif;
  color: #2F2F2F;
  margin-top: 10px;
}

img {
  width: 100%;
}

.news-letter {
  background: #FBEAC3;
  padding: 150px 0;
}
.news-letter .col-xl-7 .sec-head {
  margin-bottom: 20px;
}
.news-letter .col-xl-7 p {
  font: 400 16px/2em "Roboto", sans-serif;
  color: #2F2F2F;
}
.news-letter .col-xl-5 {
  padding-left: 8%;
}
.news-letter .col-xl-5 form {
  position: relative;
}
.news-letter .col-xl-5 form .form-control {
  border-radius: 30px;
  height: 54px;
  border: none;
  padding-right: 45%;
  padding-left: 30px;
}
.news-letter .col-xl-5 form .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font: 400 15px "Roboto", sans-serif;
  opacity: 1;
}
.news-letter .col-xl-5 form .form-control::placeholder {
  /* Most modern browsers support this now. */
  color: #999;
  font: 400 15px "Roboto", sans-serif;
}
.news-letter .col-xl-5 form button {
  position: absolute;
  top: 6px;
  right: 6px;
  height: 42px;
  background: #FEBF40;
  border-radius: 25px !important;
  padding: 10px 30px !important;
  border: none !important;
  font: 500 16px "Roboto", sans-serif;
  color: #fff;
}
.news-letter .col-xl-5 form button:hover {
  background: #e3a72d !important;
}
.news-letter .col-xl-5 form button i.ri {
  font-size: 18px;
  position: relative;
  top: 4px;
  left: 5px;
}

.join-community {
  position: relative;
  height: 720px;
}
.join-community:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 720px;
  -o-object-fit: cover;
     object-fit: cover;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.join-community .row .col-xl-4 {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.join-community .row .col-xl-4 h3 {
  font: 700 28px/1.6em "Roboto", sans-serif;
  color: #fff;
}
.join-community .row .col-xl-4 p {
  font: 400 16px/2em "Roboto", sans-serif;
  color: #fff;
  padding-right: 10%;
}
.join-community .row .col-xl-4 button {
  background: #fff !important;
  border-radius: 25px !important;
  padding: 12px 30px !important;
  border: none !important;
  font: 500 15px "Roboto", sans-serif;
  color: #2F2F2F;
  height: 48px;
}
.join-community .row .col-xl-4 button:hover {
  background: #e3a72d !important;
  color: #fff;
}
.join-community .row .col-xl-4 button i.ri {
  font-size: 18px;
  position: relative;
  top: 4px;
  left: 5px;
}

#newsletter-form {
  position: relative;
}
#newsletter-form #emailError {
  position: absolute;
  left: 30px;
  bottom: -30px;
  font: 400 14px/1.4em "Roboto", sans-serif;
}

#newsletter-modal .modal-content img {
  width: 100%;
  padding: 0 40%;
  margin-top: 20px;
}
#newsletter-modal .modal-content button.btn {
  height: 42px;
  background: #FEBF40;
  border-radius: 25px !important;
  padding: 10px 40px !important;
  border: none !important;
  font: 500 16px "Roboto", sans-serif;
  color: #fff;
  margin-bottom: 50px;
}
#newsletter-modal .modal-content button.btn:hover {
  background: #e3a72d !important;
}
#newsletter-modal .modal-content button.btn i.ri {
  font-size: 18px;
  position: relative;
  top: 4px;
  left: 5px;
}
#newsletter-modal .modal-content .btn-close {
  float: right;
}
#newsletter-modal .modal-content #msgsub {
  position: relative;
  margin: 30px 0;
}
#newsletter-modal .modal-content #msgsub p {
  font: 400 16px/2em "Roboto", sans-serif;
  color: #2F2F2F;
  padding: 0 20%;
}

header.mobile-header {
  display: none;
}

header.computer-header {
  position: relative;
  z-index: 5;
  height: 80px;
  padding: 0 50px 0 !important;
}
header.computer-header .navbar-brand img {
  width: auto;
  height: 60px;
  margin-top: -3px;
}
header.computer-header #navbarNav ul li {
  padding-left: 60px !important;
}
header.computer-header #navbarNav ul li a {
  position: relative;
  padding: 0 !important;
  font: 700 15px/1.4em "Roboto", sans-serif;
  color: #393D97;
}
header.computer-header #navbarNav ul li a.active {
  font-weight: 700 !important;
  color: #393D97 !important;
}
header.computer-header #navbarNav ul li a.active:after {
  content: "";
  position: absolute;
  top: 25px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FEBF40;
  height: 3px;
  border-radius: 10px;
}
header.computer-header #navbarNav ul li a:hover {
  color: #393D97;
}
header.computer-header #navbarNav ul li a:hover:after {
  content: "";
  position: absolute;
  top: 25px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FEBF40;
  height: 3px;
  border-radius: 10px;
}
header.computer-header #navbarNav ul li a i.ri {
  position: relative;
  right: 10px;
  top: 5px;
  font-size: 21px;
}
header.computer-header #navbarNav ul.nav-2 {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
header.computer-header #navbarNav ul.nav-2 li:first-of-type form {
  width: 120px;
}
header.computer-header #navbarNav ul.nav-2 li:first-of-type form .rounded .btn {
  padding: 5px 6px 5px 10px;
}
header.computer-header #navbarNav ul.nav-2 li:first-of-type form .rounded .btn i.ri {
  position: relative;
  top: -1px;
  font-size: 24px;
  color: #999;
}
header.computer-header #navbarNav ul.nav-2 li:first-of-type form .rounded .form-control {
  border-radius: 25px;
  padding: 0 2px 0 10px;
  font: 700 15px "Roboto", sans-serif;
  color: #555;
}
header.computer-header #navbarNav ul.nav-2 li:first-of-type form .rounded .form-control::-moz-placeholder {
  font: 700 15px "Roboto", sans-serif;
  color: #999;
}
header.computer-header #navbarNav ul.nav-2 li:first-of-type form .rounded .form-control::placeholder {
  font: 700 15px "Roboto", sans-serif;
  color: #999;
}
header.mobile-header {
  position: fixed;
  width: 100%;
  height: 51px;
  z-index: 2;
  border-bottom: 1px solid rgba(128, 128, 128, 0.3);
  box-shadow: 0px 4px 4px -4px rgba(128, 128, 128, 0.6);
  background: #fff;
}
header.mobile-header .container {
  max-width: 100%;
  padding: 0 5px;
  margin: 0;
}
header.mobile-header .row {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
header.mobile-header a.menu-btn {
  position: absolute;
  width: 50px;
  top: 0;
  right: -5px;
  padding: 0;
  font-size: 24px;
  text-decoration: none;
}
header.mobile-header a.menu-btn i {
  position: relative;
  left: 10px;
  top: 0;
  color: #333;
}
header.mobile-header img {
  position: absolute;
  width: 130px;
  top: 4px;
  left: 2px;
}
header.mobile-header .offcanvas {
  width: 80% !important;
  padding: 0 !important;
}
header.mobile-header .offcanvas .offcanvas-header {
  height: 51px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}
header.mobile-header .offcanvas .offcanvas-body {
  padding: 0;
}
header.mobile-header .offcanvas h5#offcanvasLeftLabel {
  position: relative;
  top: 6px;
  font: 500 18px/1.4em "Roboto", sans-serif;
  color: #333;
}
header.mobile-header .offcanvas button {
  position: absolute;
  height: 38px;
  width: 40px;
  background: none;
  border: none;
  outline: none;
  border-radius: 0;
  top: 8px;
  right: 5px;
}
header.mobile-header .offcanvas button i {
  color: #333;
  font-size: 21px;
}
header.mobile-header .offcanvas ul.menu li ul li {
  height: auto;
}
header.mobile-header .offcanvas nav ul {
  list-style: none;
  padding: 0;
  cursor: pointer;
}
header.mobile-header .offcanvas nav ul i {
  position: relative;
  font-size: 18px;
  top: 4px;
  color: #555;
  right: 10px;
}
header.mobile-header .offcanvas nav ul i:hover {
  color: #393D97;
}
header.mobile-header .offcanvas nav ul .active a {
  color: #FEBF40;
}
header.mobile-header .offcanvas nav > ul > li {
  display: inline-block;
  padding: 0 2px;
}
header.mobile-header .offcanvas nav ul li {
  position: relative;
  padding: 0;
  margin: 10px 0 0 25px;
}
header.mobile-header .offcanvas nav > ul > li > a {
  position: relative;
  display: block;
  font: 500 15px "Roboto", sans-serif;
  color: #333;
  text-decoration: none;
  margin: 0 0 0 10px;
}
header.mobile-header .offcanvas .header-scroll.scrolled {
  transition: background-color 220ms linear;
  box-shadow: 0px 4px 4px -4px rgba(128, 128, 128, 0.6);
}

.home .section-1 #carousel_1.carousel .carousel-item {
  min-height: 640px;
}
.home .section-1 #carousel_1.carousel .carousel-item img {
  filter: brightness(60%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .section-1 #carousel_1.carousel .carousel-item .carousel-caption {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10%;
  bottom: auto;
}
.home .section-1 #carousel_1.carousel .carousel-item .carousel-caption h2 {
  font: 700 42px/1.6em "Fredoka", sans-serif !important;
  color: #fff;
  margin-bottom: 20px;
}
.home .section-1 #carousel_1.carousel .carousel-item .carousel-caption p {
  font: 400 16px/2em "Roboto", sans-serif;
  color: #fff;
  margin-bottom: 50px;
  padding: 0 25%;
}
.home .section-1 #carousel_1.carousel .carousel-item .carousel-caption button {
  background: #fff !important;
  border-radius: 25px !important;
  padding: 12px 30px !important;
  border: none !important;
  font: 500 15px "Roboto", sans-serif;
  color: #2F2F2F;
  height: 48px;
}
.home .section-1 #carousel_1.carousel .carousel-item .carousel-caption button:hover {
  background: #e3a72d !important;
  color: #fff;
}
.home .section-1 #carousel_1.carousel .carousel-item .carousel-caption button i.ri {
  font-size: 18px;
  position: relative;
  top: 4px;
  left: 5px;
}
.home .section-1 #carousel_1.carousel .carousel-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin: 0 10px;
}
.home .section-1 #carousel_1.carousel .carousel-indicators .active {
  background-color: #FEBF40;
  opacity: 1 !important;
}
.home .section-2 {
  padding: 60px 0 30px;
}
.home .section-2 .box {
  background: #FEBF40;
  padding: 30px 30px 10px 30px;
  border-radius: 10px;
}
.home .section-2 .box .img-cont {
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 10px;
  margin: 0 auto 30px;
}
.home .section-2 .box .img-cont img {
  width: 100%;
}
.home .section-2 .box p {
  font: 400 16px/2em "Roboto", sans-serif;
  color: #2F2F2F;
}
.home .section-2 .box p br {
  display: block;
  content: "";
  margin-top: 5px;
}
.home .section-3 {
  padding: 30px 0 80px;
}
.home .section-3 h2 {
  margin-bottom: 20px;
}
.home .section-3 .col-xl-6 img {
  border-radius: 60px;
}
.home .section-3 .col-xl-6.column-1 {
  padding-right: 5%;
}
.home .section-3 .col-xl-6.column-2 {
  padding-left: 8%;
}
.home .section-3 .col-xl-6.column-2 p {
  font: 400 16px/2em "Roboto", sans-serif;
  color: #2F2F2F;
}
.home .section-4 {
  padding: 80px 0;
  background: #FBEAC3;
}
.home .section-4 h2 {
  margin-bottom: 20px;
}
.home .section-4 .col-xl-6 img {
  border-radius: 60px;
}
.home .section-4 .col-xl-6.column-1 {
  padding-right: 8%;
}
.home .section-4 .col-xl-6.column-1 p {
  font: 400 16px/2em "Roboto", sans-serif;
  color: #2F2F2F;
}
.home .section-4 .col-xl-6.column-2 {
  padding-left: 5%;
}
.home .section-4 .col-xl-6.column-2 .img-cont {
  position: relative;
}
.home .section-4 .col-xl-6.column-2 .img-cont .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #fff;
  border: none;
}
.home .section-4 .col-xl-6.column-2 .img-cont .play-btn i.ri {
  font-size: 21px;
  color: #2F2F2F;
}
.home .section-4 .col-xl-6.column-2 .img-cont .play-btn:hover {
  background: #FEBF40;
}
.home .section-5 {
  padding: 80px 0;
}
.home .section-5 .blog_posts {
  padding: 0;
}
.home .section-5 .blog_posts.row {
  --bs-gutter-x: 40px;
}
.home .section-5 .blog_posts.row h5 {
  font: 700 21px/1.8em "Roboto", sans-serif;
  color: #2F2F2F;
  margin-bottom: 50px;
}
.home .section-5 .blog_posts.row .col-xl-4 a {
  text-decoration: none;
}
.home .section-5 .blog_posts.row .col-xl-4 a img {
  border-radius: 30px;
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .section-5 .blog_posts.row .col-xl-4 a .meta {
  margin: 20px 0 25px;
}
.home .section-5 .blog_posts.row .col-xl-4 a .meta p {
  font: 500 17px/1.4em "Roboto", sans-serif;
  color: #999;
}
.home .section-5 .blog_posts.row .col-xl-4 a .meta p a {
  font: 500 17px/1.4em "Roboto", sans-serif;
  color: #999;
  text-decoration: none;
}
.home .section-5 .blog_posts.row .col-xl-4 a .meta p a:hover {
  color: #e3a72d;
}
.home .section-5 .blog_posts.row .col-xl-4 a h4 {
  font: 400 16px/2em "Roboto", sans-serif;
  color: #2F2F2F;
}
.home .section-5 .blog_posts.row .col-xl-4 a:hover h4 {
  color: #e3a72d;
}
.home .section-5 .blog_posts.row .view-all a {
  font: 700 15px/1.8em "Roboto", sans-serif;
  color: #2F2F2F;
  text-decoration: none;
}
.home .section-5 .blog_posts.row .view-all a:hover {
  color: #e3a72d;
}
.home .section-5 .blog_posts.row .view-all a i.ri {
  position: relative;
  top: 3px;
  left: 5px;
}
.home .section-7 {
  padding: 80px 0 120px;
}
.testimonials h2 {
  margin-bottom: 50px;
}
.testimonials .splide__slide {
  padding: 20px 30px 30px;
  background: #FEBF40;
  border-radius: 25px;
}
.testimonials .splide__slide .row {
  padding: 15px;
}
.testimonials .splide__slide .row .col-xl-12.star {
  position: relative;
  height: 25px;
  margin-bottom: 5px;
}
.testimonials .splide__slide .row .col-xl-12.star .star-rating {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  width: 70px;
  border-radius: 20px;
  height: 30px;
}
.testimonials .splide__slide .row .col-xl-12.star .star-rating i {
  font-size: 16px;
  color: #FEBF40;
  position: relative;
  top: 4px;
  left: 10px;
}
.testimonials .splide__slide .row .col-xl-12.star .star-rating span {
  font: 400 13px/1.8em "Roboto", sans-serif;
  color: #FEBF40;
  position: relative;
  top: 1px;
  left: 15px;
}
.testimonials .splide__slide .row .col-xl-12.content p {
  margin-top: 10px;
  font: 400 16px/2em "Roboto", sans-serif;
  color: #2F2F2F;
}
.testimonials .splide__slide .row .col-xl-10 {
  padding-left: 30px;
}
.testimonials .splide__slide .row .col-xl-10 h6 {
  font: 500 21px/1.4em "Roboto", sans-serif;
  color: #2F2F2F;
}
.testimonials .splide__slide .row .col-xl-10 p {
  font: 500 16px/1.4em "Roboto", sans-serif;
  color: #2F2F2F;
}
.testimonials .splide__slide .row img {
  width: auto;
  border-radius: 50%;
  height: 60px;
}
.testimonials .splide__slide .row span {
  font: 400 20px/1.4em "Roboto", sans-serif;
  color: #2F2F2F;
  margin-bottom: 5px;
}
.testimonials .splide__arrow {
  display: none;
}
.testimonials .splide__pagination {
  bottom: -60px;
}
.testimonials .splide__pagination .splide__pagination__page {
  background: #FBEAC3 !important;
  margin: 0 8px;
}
.testimonials .splide__pagination .splide__pagination__page.is-active {
  background: #FEBF40 !important;
  transform: none;
}

.contact-us .section-1 {
  margin: 80px 0;
}
.contact-us .section-1 p,
.contact-us .section-1 label {
  font: 400 16px/1.4em "Roboto", sans-serif;
  color: #333;
}
.contact-us .section-1 label {
  margin-bottom: 10px;
}
.contact-us .section-1 label em {
  color: #EF3061 !important;
}
.contact-us .section-1 > .container > .row {
  margin: auto;
}
.contact-us .section-1 > .container > .row .col-xl-7.left {
  padding: 0 6% 0 0;
}
.contact-us .section-1 > .container > .row .col-xl-5.right {
  position: relative;
  background: #fff;
  padding: 0;
  overflow: hidden;
}
.contact-us .section-1 > .container > .row .col-xl-5.right p.sent-notification {
  position: absolute;
  bottom: -10px;
  left: 5px;
  font: 400 15px/1.4em "Roboto", sans-serif;
  border-bottom: none;
}
.contact-us .section-1 > .container > .row .col-xl-5.right .form_status {
  position: absolute;
  bottom: -10px;
  left: 30px;
}
.contact-us .section-1 > .container > .row .col-xl-5.right .form_status p {
  font: 500 15px "Roboto", sans-serif;
  width: auto !important;
  border: none !important;
  color: #0B7287;
}
.contact-us .section-1 > .container > .row .col-xl-5.right .form_status p .text-success {
  color: #00CC60 !important;
}
.contact-us .section-1 > .container > .row .col-xl-5.right .form_status p .text-error {
  color: #FF262B !important;
}
.contact-us .section-1 > .container > .row .col-xl-5.right .form_status i.ri {
  position: relative;
  top: 3px;
  font-size: 18px;
  color: #0B7287 !important;
  margin-right: 10px;
}
.contact-us .section-1 > .container > .row .col-xl-5.right .form_status i.ri.ri-check-line {
  color: #00CC60 !important;
}
.contact-us .section-1 > .container > .row .col-xl-5.right .form_status i.ri.ri-error-warning-line {
  color: #FF262B !important;
}
.contact-us .section-1 img {
  width: 100%;
  height: auto !important;
  border-radius: 40px;
}
.contact-us .section-1 .input-cont {
  position: relative;
}
.contact-us .section-1 .input-cont i.ri {
  position: absolute;
  top: 18px;
  right: 15px;
  color: #11AF22;
  font-size: 15px;
  font-weight: 900;
}
.contact-us .section-1 .form-control {
  background: #f2f2f2 !important;
  border: 0;
  border-radius: 10px !important;
  margin-bottom: 20px;
  padding: 15px 10px !important;
  font: 500 16px/1.4em "Roboto", sans-serif;
  color: #333;
}
.contact-us .section-1 .form-control::-moz-placeholder {
  color: #C4C4C4;
  font: 300 14px/1.4em "Roboto", sans-serif;
}
.contact-us .section-1 .form-control::placeholder {
  color: #C4C4C4;
  font: 300 14px/1.4em "Roboto", sans-serif;
}
.contact-us .section-1 .form-control input:-webkit-autofill,
.contact-us .section-1 .form-control input:-webkit-autofill:hover,
.contact-us .section-1 .form-control input:-webkit-autofill:focus,
.contact-us .section-1 .form-control input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.contact-us .section-1 .iti:has(#phone_num) {
  width: 100% !important;
  margin-bottom: 20px;
}
.contact-us .section-1 .iti:has(#phone_num) .iti__selected-flag {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.contact-us .section-1 .iti:has(#phone_num) .form-control {
  padding-left: 100px !important;
}
.contact-us .section-1 .iti:has(#phone_num) .iti__country-list {
  border-radius: 5px;
}
.contact-us .section-1 .iti:has(#phone_num) .iti__country-list::-webkit-scrollbar {
  width: 12px;
}
.contact-us .section-1 .iti:has(#phone_num) .iti__country-list::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: 2px solid transparent;
  border-radius: 8px;
  background-clip: padding-box;
}
.contact-us .section-1 .iti:has(#phone_num) .iti__country-list::-webkit-scrollbar-thumb:hover {
  background-color: #d5d5d5;
}
.contact-us .section-1 .form-check:has(#agree_btn) {
  position: relative;
}
.contact-us .section-1 .form-check:has(#agree_btn) [type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.contact-us .section-1 .form-check:has(#agree_btn) [type=checkbox] + label {
  margin-left: 6px;
  font-size: 14px;
  color: #999;
  line-height: 1.8em;
}
.contact-us .section-1 .form-check:has(#agree_btn) [type=checkbox] + label a {
  color: #0645AD;
  text-decoration: none;
}
.contact-us .section-1 .form-check:has(#agree_btn) [type=checkbox] + label a:hover {
  text-decoration: underline;
}
.contact-us .section-1 .form-check:has(#agree_btn) [type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border: 2px solid #8f8f9d;
  border-radius: 3px;
}
.contact-us .section-1 .form-check:has(#agree_btn) [type=checkbox]:checked + label::before {
  content: "✔";
  background: green;
  border-color: green;
  color: #fff;
  line-height: 14px;
  font-size: 14px;
  text-align: center;
}
.contact-us .section-1 button {
  position: relative;
  border: 2px solid #282d9c !important;
  background: #393D97 !important;
  border-radius: 25px !important;
  padding: 8px 50px !important;
  font: 500 16px "Roboto", sans-serif;
  color: #fff;
  margin: 30px 0 50px;
  width: 100%;
}
.contact-us .section-1 button:hover {
  background: #282d9c !important;
}
.contact-us .section-1 button .spinner .ri {
  position: absolute;
  top: 8px;
  left: 15px;
  animation: spin 2s linear infinite;
  font-size: 18px;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.contact-us .section-1 button .spinner.hidden {
  display: none;
}

.not-found .section-1 {
  margin: 100px 0;
}
.not-found .section-1 img {
  width: 100%;
  padding: 0 40%;
  margin-bottom: 30px;
}
.not-found .section-1 p {
  font: 400 16px/2em "Roboto", sans-serif;
  color: #2F2F2F;
  margin-bottom: 30px;
}
.not-found .section-1 button {
  background: #FEBF40 !important;
  border-radius: 25px !important;
  padding: 6px 30px 12px !important;
  border: none !important;
  font: 500 15px "Roboto", sans-serif;
  height: 48px;
  color: #fff;
}
.not-found .section-1 button:hover {
  background: #e3a72d !important;
}
.not-found .section-1 button i.ri {
  font-size: 18px;
  position: relative;
  top: 5px;
  left: 5px;
}

.about-us .sec-head {
  margin-bottom: 30px;
}
.about-us .sec-head h2 {
  font: 700 32px/1.6em "Roboto", sans-serif;
  color: #2F2F2F;
}
.about-us .sec-head p {
  font: 500 17px/1.6em "Roboto", sans-serif;
  color: #2F2F2F;
  margin-top: 10px;
}
.about-us img {
  width: 100%;
}
.about-us .section-1 .img-cont {
  position: relative;
  min-height: 640px;
}
.about-us .section-1 .img-cont img {
  filter: brightness(70%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us .section-1 .img-cont .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #fff;
  border: none;
}
.about-us .section-1 .img-cont .play-btn i.ri {
  font-size: 21px;
  color: #2F2F2F;
}
.about-us .section-1 .img-cont .play-btn:hover {
  background: #FEBF40;
}
.about-us .section-2 {
  padding: 80px 0 80px;
}
.about-us .section-2 h2 {
  margin-bottom: 20px;
}
.about-us .section-2 .col-xl-6 img {
  border-radius: 60px;
}
.about-us .section-2 .col-xl-6.column-1 {
  padding-right: 5%;
}
.about-us .section-2 .col-xl-6.column-2 {
  padding-left: 8%;
}
.about-us .section-2 .col-xl-6.column-2 p {
  font: 400 16px/2em "Roboto", sans-serif;
  color: #2F2F2F;
}
.about-us .section-3 {
  padding: 80px 0;
  background: #FBEAC3;
}
.about-us .section-3 h2 {
  margin-bottom: 20px;
}
.about-us .section-3 .col-xl-6 img {
  border-radius: 60px;
}
.about-us .section-3 .col-xl-6.column-1 {
  padding-right: 8%;
}
.about-us .section-3 .col-xl-6.column-1 p {
  font: 400 16px/2em "Roboto", sans-serif;
  color: #2F2F2F;
}
.about-us .section-3 .col-xl-6.column-2 {
  padding-left: 5%;
}
.about-us .section-3 .col-xl-6.column-2 .img-cont {
  position: relative;
}
.about-us .section-3 .col-xl-6.column-2 .img-cont .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #fff;
  border: none;
}
.about-us .section-3 .col-xl-6.column-2 .img-cont .play-btn i.ri {
  font-size: 21px;
  color: #2F2F2F;
}
.about-us .section-3 .col-xl-6.column-2 .img-cont .play-btn:hover {
  background: #FEBF40;
}
.about-us .section-5 {
  padding: 80px 0 120px;
}
.about-us .section-6 {
  background: #FBEAC3;
  padding: 150px 0;
}
.about-us .section-6 .col-xl-7 .sec-head {
  margin-bottom: 20px;
}
.about-us .section-6 .col-xl-7 p {
  font: 400 16px/2em "Roboto", sans-serif;
  color: #2F2F2F;
}
.about-us .section-6 .col-xl-5 {
  padding-left: 8%;
}
.about-us .section-6 .col-xl-5 form {
  position: relative;
}
.about-us .section-6 .col-xl-5 form .form-control {
  border-radius: 30px;
  height: 54px;
  border: none;
  padding-right: 45%;
  padding-left: 30px;
}
.about-us .section-6 .col-xl-5 form .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font: 400 15px "Roboto", sans-serif;
  opacity: 1;
}
.about-us .section-6 .col-xl-5 form .form-control::placeholder {
  /* Most modern browsers support this now. */
  color: #999;
  font: 400 15px "Roboto", sans-serif;
}
.about-us .section-6 .col-xl-5 form button {
  position: absolute;
  top: 6px;
  right: 6px;
  height: 42px;
  background: #FEBF40;
  border-radius: 25px !important;
  padding: 10px 30px !important;
  border: none !important;
  font: 500 16px "Roboto", sans-serif;
  color: #fff;
}
.about-us .section-6 .col-xl-5 form button:hover {
  background: #e3a72d !important;
}
.about-us .section-6 .col-xl-5 form button i.ri {
  font-size: 18px;
  position: relative;
  top: 4px;
  left: 5px;
}

.privacy-policy .section-1,
.terms-and-conditions .section-1 {
  padding: 50px 0 80px;
}
.privacy-policy .section-1 .row h2,
.terms-and-conditions .section-1 .row h2 {
  font: 700 26px/1.6em "Roboto", sans-serif;
  color: #2F2F2F;
  margin: 12px 0;
}
.privacy-policy .section-1 .row h2:first-of-type,
.terms-and-conditions .section-1 .row h2:first-of-type {
  color: #EF3061;
  margin: 0;
}
.privacy-policy .section-1 .row p,
.terms-and-conditions .section-1 .row p {
  font: 400 16px/2em "Roboto", sans-serif;
  color: #2F2F2F;
}
.privacy-policy .section-1 .row ul,
.terms-and-conditions .section-1 .row ul {
  padding: 0 30px;
}
.privacy-policy .section-1 .row ul li,
.terms-and-conditions .section-1 .row ul li {
  font: 400 16px/2em "Roboto", sans-serif;
  color: #2F2F2F;
}

.page.blog .section-1 {
  padding: 0;
}
.page.blog .section-1 .row {
  --bs-gutter-x: 40px;
}
.page.blog .section-1 .row .col-xl-4 {
  margin-bottom: 50px;
}
.page.blog .section-1 .row .col-xl-4 a img {
  border-radius: 30px;
}
.page.blog .section-1 .row .col-xl-4 a .meta {
  margin: 20px 0 25px;
}
.page.blog .section-1 .row .col-xl-4 a .meta p {
  font: 500 17px/1.4em "Roboto", sans-serif;
  color: #999;
}
.page.blog .section-1 .row .col-xl-4 a p {
  font: 400 16px/2em "Roboto", sans-serif;
  color: #2F2F2F;
}
.page.blog .section-1 .row .pagination {
  margin: 20px auto 0;
  width: auto;
}
.page.blog .section-1 .row .pagination span,
.page.blog .section-1 .row .pagination a {
  font: 400 16px/2em "Roboto", sans-serif;
  color: #999;
  text-shadow: 0px 0.4px, 0.4px 0px, 0.4px 0.4px;
  margin: 0 10px;
  text-decoration: none;
}
.page.blog .section-1 .row .pagination span.current,
.page.blog .section-1 .row .pagination a.current {
  color: #e3a72d;
}
.page.blog .section-1 .row .pagination a:hover {
  color: #e3a72d;
}
.page.blog .section-1 .row .no-articles {
  padding: 10%;
}

body.blog {
  font-family: "Roboto", sans-serif !important;
}
body.blog header {
  margin-bottom: 50px;
}
body.blog main {
  margin-bottom: 50px;
}
body.blog main aside h5:has(+ .share_1) {
  font: 700 17px/2em "Roboto", sans-serif;
  color: #2F2F2F;
  margin-bottom: 40px;
}
body.blog main aside ul.share_1 {
  margin: 0;
  padding: 0;
}
body.blog main aside ul.share_1 li {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
body.blog main aside ul.share_1 li i {
  font-size: 20px !important;
  float: left;
  margin-right: 12px;
  color: #393D97;
  border: 1px solid rgba(128, 128, 128, 0.6);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  padding: 1px 0 0 6px;
}
body.blog main aside ul.share_1 li i:hover {
  background: #282d9c;
  color: #fff;
}
body.blog main article p {
  font: 400 16px/2em "Roboto", sans-serif;
  color: #2F2F2F;
  margin-bottom: 25px;
}
body.blog main article a {
  font: 400 16px/2em "Roboto", sans-serif;
  color: #2F2F2F;
  text-decoration: underline;
}
body.blog main article a:hover {
  color: #282d9c;
}
body.blog main article ul,
body.blog main article ol {
  margin-bottom: 25px;
}
body.blog main article ul li,
body.blog main article ol li {
  font: 400 16px/2em "Roboto", sans-serif;
  color: #2F2F2F;
  margin-bottom: 10px;
}
body.blog main article img {
  width: auto;
  margin: 0 auto 30px;
  display: block;
}
body.blog main article .meta {
  margin-bottom: 30px;
}
body.blog main article .meta p {
  font: 500 16px/2em "Roboto", sans-serif;
  color: #999;
  text-shadow: 0px 0.4px, 0.4px 0px, 0.4px 0.4px;
  letter-spacing: 0.6px;
}
body.blog main article .meta p a {
  font: 500 16px/2em "Roboto", sans-serif;
  color: #999;
  text-decoration: none;
}
body.blog main article .meta p a:hover {
  color: #e3a72d;
}
body.blog main article h1 {
  font: 700 30px/1.8em "Roboto", sans-serif;
  color: #2F2F2F;
  margin-bottom: 30px;
}
body.blog main article img.featured_img {
  width: 100%;
  height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
  margin-bottom: 40px;
}
body.blog .related_posts {
  padding: 0 0 80px;
}
body.blog .related_posts.row {
  --bs-gutter-x: 40px;
}
body.blog .related_posts.row h5 {
  font: 700 21px/1.8em "Roboto", sans-serif;
  color: #2F2F2F;
  margin-bottom: 50px;
}
body.blog .related_posts.row .col-xl-4 a {
  text-decoration: none;
}
body.blog .related_posts.row .col-xl-4 a img {
  border-radius: 30px;
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.blog .related_posts.row .col-xl-4 a .meta {
  margin: 20px 0 25px;
}
body.blog .related_posts.row .col-xl-4 a .meta p {
  font: 500 17px/1.4em "Roboto", sans-serif;
  color: #999;
}
body.blog .related_posts.row .col-xl-4 a .meta p a {
  font: 500 17px/1.4em "Roboto", sans-serif;
  color: #999;
  text-decoration: none;
}
body.blog .related_posts.row .col-xl-4 a .meta p a:hover {
  color: #e3a72d;
}
body.blog .related_posts.row .col-xl-4 a h4 {
  font: 400 16px/2em "Roboto", sans-serif;
  color: #2F2F2F;
}
body.blog .related_posts.row .col-xl-4 a:hover h4 {
  color: #e3a72d;
}
body.blog .related_posts.row .view-all a {
  font: 700 15px/1.8em "Roboto", sans-serif;
  color: #2F2F2F;
  text-decoration: none;
}
body.blog .related_posts.row .view-all a:hover {
  color: #e3a72d;
}
body.blog .related_posts.row .view-all a i.ri {
  position: relative;
  top: 3px;
  left: 5px;
}

footer {
  padding: 50px 0 0;
  background: #393D97;
}
footer h5 {
  font: 500 16px/1.4em "Roboto", sans-serif !important;
  color: #fff !important;
  margin-bottom: 20px;
}
footer address,
footer li,
footer a,
footer p {
  font: 400 16px/1.4em "Roboto", sans-serif !important;
  color: #fff !important;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .brand {
  padding-right: 8%;
}
footer .brand a.footer-logo img {
  width: auto;
  height: 100px;
  margin-bottom: 30px;
}
footer .brand p {
  line-height: 1.8em !important;
  margin-bottom: 30px;
}
footer .brand button {
  background: #FEBF40 !important;
  border-radius: 25px !important;
  padding: 6px 30px 12px !important;
  border: none !important;
  font: 500 15px "Roboto", sans-serif;
  height: 48px;
  color: #fff;
}
footer .brand button:hover {
  background: #e3a72d !important;
}
footer .brand button i.ri {
  font-size: 18px;
  position: relative;
  top: 5px;
  left: 5px;
}
footer .menu .row {
  padding: 0 5% !important;
  margin: 0 !important;
}
footer .menu .row ul {
  margin: 0;
  padding: 0;
}
footer .menu .row ul li {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
footer .menu .row ul li i {
  font-size: 26px !important;
  float: left;
  margin-right: 30px;
}
footer .contact address {
  margin-bottom: 30px;
}
footer .contact address br {
  display: block;
  content: "";
  margin-top: 10px;
}
footer .contact ul:first-of-type {
  margin: 0 0 30px;
  padding: 0;
}
footer .contact ul:first-of-type li {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
footer .contact ul:first-of-type li a {
  font-size: 15px;
}
footer .contact ul:first-of-type li i {
  font-size: 26px !important;
  float: left;
  margin-right: 30px;
}
footer .col-xl-3.social ul:first-of-type {
  margin: 0 0 30px;
  padding: 0;
}
footer .col-xl-3.social ul:first-of-type li {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  float: left;
}
footer .col-xl-3.social ul:first-of-type li a {
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
}
footer .col-xl-3.social ul:first-of-type li a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
}
footer .col-xl-3.social ul:first-of-type li:last-of-type {
  margin-right: 0 !important;
}
footer .col-xl-3.social ul:first-of-type li i.ri {
  font-size: 21px !important;
  position: relative;
  top: 5px;
}
footer .copyrights {
  margin-top: 50px;
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
footer .copyrights ul {
  margin: 0;
  padding: 0;
}
footer .copyrights ul li {
  margin: 0 20px 20px 0;
  padding: 0;
  list-style: none;
  float: left;
  font: 400 14px/1.4em "Roboto", sans-serif !important;
  color: rgba(255, 255, 255, 0.6) !important;
}
footer .copyrights ul li a {
  font: 400 14px/1.4em "Roboto", sans-serif !important;
  color: rgba(255, 255, 255, 0.6) !important;
}
footer .copyrights ul li a:hover {
  opacity: 1 !important;
  color: #fff !important;
  text-decoration: none;
}
footer .copyrights ul li i {
  font-size: 26px !important;
  float: left;
  margin-right: 30px;
}
footer .copyrights ul li:last-of-type {
  float: right;
  margin: 0 !important;
}

body.custom.general .section-1, body.custom.finance .section-1, body.custom.education .section-1, body.custom.child .section-1, body.custom.challenges .section-1, body.custom.approaches .section-1 {
  padding: 50px 0 80px;
}
body.custom.general .section-1 .category, body.custom.finance .section-1 .category, body.custom.education .section-1 .category, body.custom.child .section-1 .category, body.custom.challenges .section-1 .category, body.custom.approaches .section-1 .category {
  margin-top: 50px;
  padding: 0 15%;
}
body.custom.general .section-1 .category .col-xl-2, body.custom.finance .section-1 .category .col-xl-2, body.custom.education .section-1 .category .col-xl-2, body.custom.child .section-1 .category .col-xl-2, body.custom.challenges .section-1 .category .col-xl-2, body.custom.approaches .section-1 .category .col-xl-2 {
  --bs-gutter-x: 30px;
}
body.custom.general .section-1 .category .col-xl-2 a, body.custom.finance .section-1 .category .col-xl-2 a, body.custom.education .section-1 .category .col-xl-2 a, body.custom.child .section-1 .category .col-xl-2 a, body.custom.challenges .section-1 .category .col-xl-2 a, body.custom.approaches .section-1 .category .col-xl-2 a {
  font: 700 15px/2em "Roboto", sans-serif;
  color: #2F2F2F;
  text-decoration: none;
  width: 100%;
  float: left;
}
body.custom.general .section-1 .category .col-xl-2 a span, body.custom.finance .section-1 .category .col-xl-2 a span, body.custom.education .section-1 .category .col-xl-2 a span, body.custom.child .section-1 .category .col-xl-2 a span, body.custom.challenges .section-1 .category .col-xl-2 a span, body.custom.approaches .section-1 .category .col-xl-2 a span {
  position: relative;
  top: 30px;
}
body.custom.general .section-1 .category .col-xl-2 a .img-cont, body.custom.finance .section-1 .category .col-xl-2 a .img-cont, body.custom.education .section-1 .category .col-xl-2 a .img-cont, body.custom.child .section-1 .category .col-xl-2 a .img-cont, body.custom.challenges .section-1 .category .col-xl-2 a .img-cont, body.custom.approaches .section-1 .category .col-xl-2 a .img-cont {
  background: #fff;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  padding: 22px;
  border: 1px solid #FEBF40;
  margin: 0 auto;
}
body.custom.general .section-1 .category .col-xl-2 a .img-cont img, body.custom.finance .section-1 .category .col-xl-2 a .img-cont img, body.custom.education .section-1 .category .col-xl-2 a .img-cont img, body.custom.child .section-1 .category .col-xl-2 a .img-cont img, body.custom.challenges .section-1 .category .col-xl-2 a .img-cont img, body.custom.approaches .section-1 .category .col-xl-2 a .img-cont img {
  width: 100%;
}
body.custom.general .section-1 .category .col-xl-2 a .img-cont.active, body.custom.finance .section-1 .category .col-xl-2 a .img-cont.active, body.custom.education .section-1 .category .col-xl-2 a .img-cont.active, body.custom.child .section-1 .category .col-xl-2 a .img-cont.active, body.custom.challenges .section-1 .category .col-xl-2 a .img-cont.active, body.custom.approaches .section-1 .category .col-xl-2 a .img-cont.active {
  background: #FEBF40;
}
body.custom.general .section-1 .category .col-xl-2 a .img-cont.active img, body.custom.finance .section-1 .category .col-xl-2 a .img-cont.active img, body.custom.education .section-1 .category .col-xl-2 a .img-cont.active img, body.custom.child .section-1 .category .col-xl-2 a .img-cont.active img, body.custom.challenges .section-1 .category .col-xl-2 a .img-cont.active img, body.custom.approaches .section-1 .category .col-xl-2 a .img-cont.active img {
  filter: brightness(0) invert(1);
}
body.custom.general .section-1 .category .col-xl-2 a:hover .img-cont, body.custom.finance .section-1 .category .col-xl-2 a:hover .img-cont, body.custom.education .section-1 .category .col-xl-2 a:hover .img-cont, body.custom.child .section-1 .category .col-xl-2 a:hover .img-cont, body.custom.challenges .section-1 .category .col-xl-2 a:hover .img-cont, body.custom.approaches .section-1 .category .col-xl-2 a:hover .img-cont {
  background: #FEBF40;
}
body.custom.general .section-1 .category .col-xl-2 a:hover .img-cont img, body.custom.finance .section-1 .category .col-xl-2 a:hover .img-cont img, body.custom.education .section-1 .category .col-xl-2 a:hover .img-cont img, body.custom.child .section-1 .category .col-xl-2 a:hover .img-cont img, body.custom.challenges .section-1 .category .col-xl-2 a:hover .img-cont img, body.custom.approaches .section-1 .category .col-xl-2 a:hover .img-cont img {
  filter: brightness(0) invert(1);
}
body.custom.general .section-1 .search, body.custom.finance .section-1 .search, body.custom.education .section-1 .search, body.custom.child .section-1 .search, body.custom.challenges .section-1 .search, body.custom.approaches .section-1 .search {
  padding: 0 20%;
}
body.custom.general .section-1 .search form, body.custom.finance .section-1 .search form, body.custom.education .section-1 .search form, body.custom.child .section-1 .search form, body.custom.challenges .section-1 .search form, body.custom.approaches .section-1 .search form {
  position: relative;
}
body.custom.general .section-1 .search form .form-control, body.custom.finance .section-1 .search form .form-control, body.custom.education .section-1 .search form .form-control, body.custom.child .section-1 .search form .form-control, body.custom.challenges .section-1 .search form .form-control, body.custom.approaches .section-1 .search form .form-control {
  border-radius: 30px;
  height: 54px;
  border: none;
  padding-right: 45%;
  padding-left: 50px;
  background: #f2f2f2;
}
body.custom.general .section-1 .search form .form-control::-moz-placeholder, body.custom.finance .section-1 .search form .form-control::-moz-placeholder, body.custom.education .section-1 .search form .form-control::-moz-placeholder, body.custom.child .section-1 .search form .form-control::-moz-placeholder, body.custom.challenges .section-1 .search form .form-control::-moz-placeholder, body.custom.approaches .section-1 .search form .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font: 400 15px "Roboto", sans-serif;
  opacity: 1;
}
body.custom.general .section-1 .search form .form-control::placeholder, body.custom.finance .section-1 .search form .form-control::placeholder, body.custom.education .section-1 .search form .form-control::placeholder, body.custom.child .section-1 .search form .form-control::placeholder, body.custom.challenges .section-1 .search form .form-control::placeholder, body.custom.approaches .section-1 .search form .form-control::placeholder {
  /* Most modern browsers support this now. */
  color: #999;
  font: 400 15px "Roboto", sans-serif;
}
body.custom.general .section-1 .search form .ri-search-line, body.custom.finance .section-1 .search form .ri-search-line, body.custom.education .section-1 .search form .ri-search-line, body.custom.child .section-1 .search form .ri-search-line, body.custom.challenges .section-1 .search form .ri-search-line, body.custom.approaches .section-1 .search form .ri-search-line {
  position: absolute;
  top: 15px;
  left: 25px;
  font-size: 18px;
  color: #999;
}
body.custom.general .section-1 .search form button, body.custom.finance .section-1 .search form button, body.custom.education .section-1 .search form button, body.custom.child .section-1 .search form button, body.custom.challenges .section-1 .search form button, body.custom.approaches .section-1 .search form button {
  position: absolute;
  top: 6px;
  right: 6px;
  height: 42px;
  background: #FEBF40;
  border-radius: 25px !important;
  padding: 10px 50px !important;
  border: none !important;
  font: 500 16px "Roboto", sans-serif;
  color: #fff;
}
body.custom.general .section-1 .search form button:hover, body.custom.finance .section-1 .search form button:hover, body.custom.education .section-1 .search form button:hover, body.custom.child .section-1 .search form button:hover, body.custom.challenges .section-1 .search form button:hover, body.custom.approaches .section-1 .search form button:hover {
  background: #e3a72d !important;
}
body.custom.general .section-1 .search form button i.ri, body.custom.finance .section-1 .search form button i.ri, body.custom.education .section-1 .search form button i.ri, body.custom.child .section-1 .search form button i.ri, body.custom.challenges .section-1 .search form button i.ri, body.custom.approaches .section-1 .search form button i.ri {
  font-size: 18px;
  position: relative;
  top: 4px;
  left: 5px;
}
body.custom.general .section-2, body.custom.finance .section-2, body.custom.education .section-2, body.custom.child .section-2, body.custom.challenges .section-2, body.custom.approaches .section-2 {
  padding: 40px 0 60px;
}
body.custom.general .section-2 .col-xl-5 h5, body.custom.finance .section-2 .col-xl-5 h5, body.custom.education .section-2 .col-xl-5 h5, body.custom.child .section-2 .col-xl-5 h5, body.custom.challenges .section-2 .col-xl-5 h5, body.custom.approaches .section-2 .col-xl-5 h5 {
  font: 700 26px/2em "Roboto", sans-serif;
  color: #2F2F2F;
}
body.custom.general .section-2 .col-xl-5 p, body.custom.finance .section-2 .col-xl-5 p, body.custom.education .section-2 .col-xl-5 p, body.custom.child .section-2 .col-xl-5 p, body.custom.challenges .section-2 .col-xl-5 p, body.custom.approaches .section-2 .col-xl-5 p {
  font: 400 16px/2em "Roboto", sans-serif;
  color: #2F2F2F;
  margin-bottom: 0;
}
body.custom.general .section-2 .col-xl-5 p i.ri, body.custom.finance .section-2 .col-xl-5 p i.ri, body.custom.education .section-2 .col-xl-5 p i.ri, body.custom.child .section-2 .col-xl-5 p i.ri, body.custom.challenges .section-2 .col-xl-5 p i.ri, body.custom.approaches .section-2 .col-xl-5 p i.ri {
  font-size: 24px;
  position: relative;
  top: 6px;
  left: 5px;
}
body.custom.general .section-2 .col-xl-5 a, body.custom.finance .section-2 .col-xl-5 a, body.custom.education .section-2 .col-xl-5 a, body.custom.child .section-2 .col-xl-5 a, body.custom.challenges .section-2 .col-xl-5 a, body.custom.approaches .section-2 .col-xl-5 a {
  font: 700 16px/2em "Roboto", sans-serif;
  color: #0645AD;
  text-decoration: none;
}
body.custom.general .section-2 .col-xl-5 a:hover, body.custom.finance .section-2 .col-xl-5 a:hover, body.custom.education .section-2 .col-xl-5 a:hover, body.custom.child .section-2 .col-xl-5 a:hover, body.custom.challenges .section-2 .col-xl-5 a:hover, body.custom.approaches .section-2 .col-xl-5 a:hover {
  text-decoration: underline;
}
body.custom.general .section-2 .col-xl-7 .accordion .accordion-item, body.custom.finance .section-2 .col-xl-7 .accordion .accordion-item, body.custom.education .section-2 .col-xl-7 .accordion .accordion-item, body.custom.child .section-2 .col-xl-7 .accordion .accordion-item, body.custom.challenges .section-2 .col-xl-7 .accordion .accordion-item, body.custom.approaches .section-2 .col-xl-7 .accordion .accordion-item {
  position: relative;
  border: 1px solid rgba(128, 128, 128, 0.2);
  border-radius: 10px;
  padding: 30px 30px 30px 40px;
  margin-bottom: 20px;
}
body.custom.general .section-2 .col-xl-7 .accordion .accordion-item .accordion-button, body.custom.finance .section-2 .col-xl-7 .accordion .accordion-item .accordion-button, body.custom.education .section-2 .col-xl-7 .accordion .accordion-item .accordion-button, body.custom.child .section-2 .col-xl-7 .accordion .accordion-item .accordion-button, body.custom.challenges .section-2 .col-xl-7 .accordion .accordion-item .accordion-button, body.custom.approaches .section-2 .col-xl-7 .accordion .accordion-item .accordion-button {
  position: relative;
  padding: 0 0 0 40px;
  font: 400 16px/2em "Roboto", sans-serif;
  color: #2F2F2F;
  background: none;
}
body.custom.general .section-2 .col-xl-7 .accordion .accordion-item .accordion-button::after, body.custom.finance .section-2 .col-xl-7 .accordion .accordion-item .accordion-button::after, body.custom.education .section-2 .col-xl-7 .accordion .accordion-item .accordion-button::after, body.custom.child .section-2 .col-xl-7 .accordion .accordion-item .accordion-button::after, body.custom.challenges .section-2 .col-xl-7 .accordion .accordion-item .accordion-button::after, body.custom.approaches .section-2 .col-xl-7 .accordion .accordion-item .accordion-button::after {
  position: absolute;
  left: 0;
  background-size: 14px;
  width: 14px;
  height: 14px;
}
body.custom.general .section-2 .col-xl-7 .accordion .accordion-item .accordion-body, body.custom.finance .section-2 .col-xl-7 .accordion .accordion-item .accordion-body, body.custom.education .section-2 .col-xl-7 .accordion .accordion-item .accordion-body, body.custom.child .section-2 .col-xl-7 .accordion .accordion-item .accordion-body, body.custom.challenges .section-2 .col-xl-7 .accordion .accordion-item .accordion-body, body.custom.approaches .section-2 .col-xl-7 .accordion .accordion-item .accordion-body {
  padding: 20px 30px 0 40px;
  font: 400 16px/2em "Roboto", sans-serif;
  color: #999999;
}
body.custom.general .section-2 .col-xl-7 .accordion .accordion-item:has(.accordion-button:not(.collapsed)), body.custom.finance .section-2 .col-xl-7 .accordion .accordion-item:has(.accordion-button:not(.collapsed)), body.custom.education .section-2 .col-xl-7 .accordion .accordion-item:has(.accordion-button:not(.collapsed)), body.custom.child .section-2 .col-xl-7 .accordion .accordion-item:has(.accordion-button:not(.collapsed)), body.custom.challenges .section-2 .col-xl-7 .accordion .accordion-item:has(.accordion-button:not(.collapsed)), body.custom.approaches .section-2 .col-xl-7 .accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  background-color: #f2f2f2;
}
body.custom.general .section-2 .col-xl-7 .accordion .accordion-item:hover, body.custom.finance .section-2 .col-xl-7 .accordion .accordion-item:hover, body.custom.education .section-2 .col-xl-7 .accordion .accordion-item:hover, body.custom.child .section-2 .col-xl-7 .accordion .accordion-item:hover, body.custom.challenges .section-2 .col-xl-7 .accordion .accordion-item:hover, body.custom.approaches .section-2 .col-xl-7 .accordion .accordion-item:hover {
  background: #f2f2f2;
}

@keyframes dy-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#dy-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 15px;
  background-color: rgba(11, 114, 135, 0.4);
  display: none;
  z-index: 5;
  transition: box-shadow 0.2s;
  opacity: 0;
  animation-name: dy-fadein;
  animation-duration: 0.2s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
#dy-popup-overlay .dy-popup-container {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 960px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  margin: auto;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  padding: 30px;
}
#dy-popup-overlay .dy-popup-container .dy-popup-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
#dy-popup-overlay .dy-popup-container .dy-popup-close:hover {
  opacity: 1;
}
#dy-popup-overlay .dy-popup-container .dy-popup-close:before, #dy-popup-overlay .dy-popup-container .dy-popup-close:after {
  position: absolute;
  left: 10px;
  content: "";
  height: 20px;
  width: 2px;
  background-color: #999;
}
#dy-popup-overlay .dy-popup-container .dy-popup-close:before {
  transform: rotate(45deg);
}
#dy-popup-overlay .dy-popup-container .dy-popup-close:after {
  transform: rotate(-45deg);
}
#dy-popup-overlay .dy-popup-container .dy-popup-col {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 15px;
  justify-content: center;
  align-items: center;
}
#dy-popup-overlay .dy-popup-container img {
  padding: 0 25%;
  margin-bottom: 30px;
  width: 100%;
}
#dy-popup-overlay .dy-popup-container h4 {
  font: 400 32px/1.4em "Roboto", sans-serif;
  margin-bottom: 30px;
  color: #2F2F2F;
}
#dy-popup-overlay .dy-popup-container button {
  background: #D03C2F !important;
  border-radius: 25px !important;
  padding: 12px 30px !important;
  border: none !important;
  font: 500 16px "Roboto", sans-serif;
  box-shadow: 0px 4px 12px rgba(208, 60, 47, 0.34);
}
#dy-popup-overlay .dy-popup-container button:hover {
  background: #b82518 !important;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.fade-in {
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  header.computer-header {
    display: none;
  }
  header.mobile-header {
    display: block;
    z-index: 5;
  }
  header.mobile-header a span {
    position: relative;
    font: 700 21px/1.4em "Roboto", sans-serif;
    color: #282d9c;
    margin-left: 25px;
    top: 3px;
  }
  header.mobile-header a img {
    height: 25px;
    width: auto;
    top: 4px;
  }
  header.mobile-header .offcanvas nav ul {
    margin-top: 10px;
  }
  header.mobile-header .offcanvas nav ul li {
    padding: 0 0 0 15px;
    margin: 0 0 10px;
  }
  footer .row {
    padding: 0 !important;
  }
  footer .row a.footer-logo img {
    height: 65px;
  }
  footer .row .col-xl-4:first-of-type {
    display: flex;
    flex-direction: column;
  }
  footer .row .col-xl-4:first-of-type ul {
    margin-top: 50px;
  }
  footer .row .col-xl-4:first-of-type address {
    order: 2;
    margin-top: 45px;
  }
  footer .row address,
  footer .row li,
  footer .row i.ri,
  footer .row a {
    font: 300 15px/1.4em "Roboto", sans-serif;
  }
  footer .row ul li {
    margin-bottom: 10px;
  }
  footer .row ul li i {
    font-size: 24px !important;
  }
  footer .row button {
    padding: 4px 30px 10px !important;
    height: 44px;
    margin-bottom: 50px;
  }
  footer .row .menu {
    margin-bottom: 30px;
  }
  footer .row .menu .row {
    padding: 0 !important;
  }
  footer .row .menu .row .col-6 {
    padding: 0 !important;
  }
  footer .row .contact {
    margin-bottom: 20px;
  }
  footer .row .social {
    margin-bottom: 30px;
  }
  footer .row .copyrights {
    margin-top: 30px;
    padding: 30px 10px;
  }
  footer .row .copyrights ul li {
    display: none;
  }
  footer .row .copyrights ul li:first-of-type {
    display: block;
  }
  footer .row .copyrights ul li:last-of-type {
    display: block;
  }
  .sec-head {
    margin-bottom: 20px !important;
  }
  .sec-head h2 {
    font: 700 24px/1.5em "Roboto", sans-serif !important;
    color: #2F2F2F;
  }
  .sec-head p {
    font: 500 16px/1.5em "Roboto", sans-serif !important;
    color: #2F2F2F;
    margin-top: 10px;
  }
  .testimonials {
    margin-bottom: 40px !important;
    padding: 0 !important;
  }
  .testimonials h2 {
    margin-bottom: 30px;
  }
  .testimonials .splide__slide {
    padding: 20px 25px;
  }
  .testimonials .splide__slide .row {
    padding: 10px;
  }
  .testimonials .splide__slide .row span {
    font: 400 18px/1.4em "Roboto", sans-serif;
    margin-bottom: 5px;
  }
  .testimonials .splide__slide .row p {
    font: 400 15px/1.3em "Roboto", sans-serif;
  }
  .testimonials .splide__arrow.splide__arrow--prev {
    left: 0;
  }
  .testimonials .splide__arrow.splide__arrow--next {
    right: 0;
  }
  .join-community {
    height: 500px;
  }
  .join-community:before {
    height: 500px;
    filter: brightness(70%);
  }
  .news-letter {
    padding: 80px 0 !important;
  }
  .news-letter p {
    margin-bottom: 50px;
  }
  .news-letter .col-xl-5 {
    padding-left: 0.75rem !important;
  }
  #newsletter-modal .modal-content #msgsub p {
    padding: 0 2%;
  }
  .modal-dialog:has(.modal-content.video) {
    max-width: 100% !important;
  }
  .home .section-1 {
    margin: 50px 0 0;
  }
  .home .section-1 #carousel_1.carousel .carousel-item .carousel-caption {
    padding: 0 2%;
  }
  .home .section-1 #carousel_1.carousel .carousel-item .carousel-caption h2 {
    font-size: 36px !important;
    margin-bottom: 30px !important;
  }
  .home .section-1 #carousel_1.carousel .carousel-item .carousel-caption p {
    font-size: 15px !important;
    line-height: 1.6em;
    padding: 0 10%;
    margin-bottom: 50px !important;
  }
  .home .section-1 #carousel_1.carousel .carousel-item .carousel-caption button {
    padding: 10px 30px !important;
    height: 46px;
  }
  .home .section-2 {
    padding: 50px 0 30px;
  }
  .home .section-2 .box {
    margin-bottom: 30px;
  }
  .home .section-3 {
    padding: 0 0 50px;
  }
  .home .section-3 .col-xl-6.column-1 {
    padding: 0 0.75rem;
  }
  .home .section-3 .col-xl-6.column-2 {
    padding-left: 0.75rem;
  }
  .home .section-3 .col-xl-6 img {
    border-radius: 30px;
    margin-bottom: 30px;
  }
  .home .section-4 {
    margin: 20px 0 50px;
    padding: 50px 0 !important;
  }
  .home .section-4 .col-xl-6.column-1 {
    padding: 0 0.75rem;
  }
  .home .section-4 .col-xl-6.column-2 {
    padding-left: 0.75rem;
    order: -1;
  }
  .home .section-4 .col-xl-6.column-2 .play-btn {
    width: 50px !important;
    height: 50px !important;
    top: 45% !important;
  }
  .home .section-4 .col-xl-6 img {
    border-radius: 30px;
    margin-bottom: 50px;
  }
  .home .section-5 {
    padding: 0 0 50px;
  }
  .home .section-5 .sec-head h2 {
    margin-bottom: 20px;
  }
  .home .section-5 .blog_posts {
    padding: 0;
  }
  .home .section-5 .blog_posts.row {
    --bs-gutter-x: 0;
    padding: 0 0.75em;
  }
  .home .section-5 .blog_posts.row .col-xl-4 {
    margin-bottom: 30px;
  }
  .home .section-5 .blog_posts.row .col-xl-4 a img {
    height: 250px !important;
  }
  .home .section-5 .blog_posts.row .col-xl-4 .meta {
    margin: 20px 0 10px !important;
  }
  .home .section-5 .blog_posts.row .col-xl-4 .meta p {
    font-size: 16px !important;
    margin-bottom: 0;
  }
  .home .section-5 .blog_posts.row .col-xl-4 .meta p a {
    font-size: 16px !important;
  }
  .home .section-6 {
    position: relative;
    overflow: hidden;
  }
  .home .section-7 {
    margin: 0 0 30px;
    padding: 50px 0 30px;
  }
  .contact-us .section-1 {
    margin: 50px 0 0;
    padding: 30px 0;
  }
  .contact-us .section-1 .left {
    padding: 0 !important;
  }
  .contact-us .section-1 .left img {
    border-radius: 30px;
    margin-bottom: 40px;
  }
  .contact-us .section-1 .right {
    padding: 10px 0 30px !important;
    border-radius: 5px;
  }
  .contact-us .section-1 .right p.sent-notification {
    bottom: 15px !important;
    left: 15px !important;
  }
  .not-found .section-1 {
    margin: 100px 0 50px;
  }
  .not-found .section-1 .row {
    text-align: center;
  }
  .not-found .section-1 .row .col-xl-6:last-of-type {
    order: -1;
  }
  .not-found .section-1 img {
    padding: 0 20%;
    margin-bottom: 30px;
  }
  .about-us .section-1 {
    margin: 50px 0 0;
  }
  .about-us .section-1 .play-btn {
    width: 50px !important;
    height: 50px !important;
    top: 45% !important;
  }
  .about-us .section-2 {
    padding: 50px 0 50px;
  }
  .about-us .section-2 h2 {
    margin-bottom: 20px;
  }
  .about-us .section-2 .col-xl-6.column-1 {
    padding: 0 0.75rem;
  }
  .about-us .section-2 .col-xl-6.column-2 {
    padding-left: 0.75rem;
  }
  .about-us .section-2 .col-xl-6 img {
    border-radius: 30px;
    margin-bottom: 30px;
  }
  .about-us .section-3 {
    margin: 20px 0 0;
    padding: 50px 0 !important;
  }
  .about-us .section-3 .col-xl-6.column-1 {
    padding: 0 0.75rem;
  }
  .about-us .section-3 .col-xl-6.column-2 {
    padding-left: 0.75rem;
    order: -1;
  }
  .about-us .section-3 .col-xl-6.column-2 .play-btn {
    width: 50px !important;
    height: 50px !important;
    top: 45% !important;
  }
  .about-us .section-3 .col-xl-6 img {
    border-radius: 30px;
    margin-bottom: 50px;
  }
  .about-us .section-4 {
    position: relative;
    overflow: hidden;
  }
  .about-us .section-5 {
    margin: 0 0 30px;
    padding: 50px 0 30px;
  }
  .privacy-policy .section-1,
  .terms-and-conditions .section-1 {
    margin: 50px 0 0;
    padding: 50px 0;
  }
  .privacy-policy .section-1 .row h2,
  .terms-and-conditions .section-1 .row h2 {
    font: 700 20px/1.6em "Roboto", sans-serif;
  }
  .page.blog .section-1 {
    margin: 50px 0 0;
    padding: 30px 0 50px;
  }
  .page.blog .section-1 h2 {
    margin-bottom: 10px;
  }
  .page.blog .section-1 .row {
    --bs-gutter-x: 0 !important;
    padding: 0 0.75em;
  }
  .page.blog .section-1 .row .col-xl-4 {
    margin-bottom: 30px !important;
  }
  .page.blog .section-1 .row .col-xl-4 img {
    height: 250px !important;
  }
  .page.blog .section-1 .row .col-xl-4 .meta {
    margin: 20px 0 10px !important;
  }
  .page.blog .section-1 .row .col-xl-4 .meta p {
    font-size: 16px !important;
    margin-bottom: 0;
  }
  .page.blog .section-1 .row .col-xl-4 .meta p a {
    font-size: 16px !important;
  }
  body.custom.general .section-1, body.custom.finance .section-1, body.custom.education .section-1, body.custom.child .section-1, body.custom.challenges .section-1, body.custom.approaches .section-1 {
    margin: 50px 0 0;
    padding: 50px 0 0;
  }
  body.custom.general .section-1 .category, body.custom.finance .section-1 .category, body.custom.education .section-1 .category, body.custom.child .section-1 .category, body.custom.challenges .section-1 .category, body.custom.approaches .section-1 .category {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    padding: 0 10px;
  }
  body.custom.general .section-1 .category > .row, body.custom.finance .section-1 .category > .row, body.custom.education .section-1 .category > .row, body.custom.child .section-1 .category > .row, body.custom.challenges .section-1 .category > .row, body.custom.approaches .section-1 .category > .row {
    position: relative;
    overflow-x: scroll;
    height: 180px;
    flex-wrap: nowrap;
    margin-left: -10px !important;
  }
  body.custom.general .section-1 .category .col-xl-2, body.custom.finance .section-1 .category .col-xl-2, body.custom.education .section-1 .category .col-xl-2, body.custom.child .section-1 .category .col-xl-2, body.custom.challenges .section-1 .category .col-xl-2, body.custom.approaches .section-1 .category .col-xl-2 {
    --bs-gutter-x: 30px;
    width: 75px !important;
    margin-right: 30px !important;
  }
  body.custom.general .section-1 .category .col-xl-2 a, body.custom.finance .section-1 .category .col-xl-2 a, body.custom.education .section-1 .category .col-xl-2 a, body.custom.child .section-1 .category .col-xl-2 a, body.custom.challenges .section-1 .category .col-xl-2 a, body.custom.approaches .section-1 .category .col-xl-2 a {
    font-size: 14px;
    width: 75px;
  }
  body.custom.general .section-1 .category .col-xl-2 .img-cont, body.custom.finance .section-1 .category .col-xl-2 .img-cont, body.custom.education .section-1 .category .col-xl-2 .img-cont, body.custom.child .section-1 .category .col-xl-2 .img-cont, body.custom.challenges .section-1 .category .col-xl-2 .img-cont, body.custom.approaches .section-1 .category .col-xl-2 .img-cont {
    width: 75px !important;
    height: 75px !important;
    padding: 12px !important;
  }
  body.custom.general .section-1 .search, body.custom.finance .section-1 .search, body.custom.education .section-1 .search, body.custom.child .section-1 .search, body.custom.challenges .section-1 .search, body.custom.approaches .section-1 .search {
    padding: 0 10px;
  }
  body.custom.general .section-1 .search form button, body.custom.finance .section-1 .search form button, body.custom.education .section-1 .search form button, body.custom.child .section-1 .search form button, body.custom.challenges .section-1 .search form button, body.custom.approaches .section-1 .search form button {
    padding: 10px 30px !important;
  }
  body.custom.general .section-2, body.custom.finance .section-2, body.custom.education .section-2, body.custom.child .section-2, body.custom.challenges .section-2, body.custom.approaches .section-2 {
    padding: 20px 0 60px;
  }
  body.custom.general .section-2 .col-xl-5 h5, body.custom.finance .section-2 .col-xl-5 h5, body.custom.education .section-2 .col-xl-5 h5, body.custom.child .section-2 .col-xl-5 h5, body.custom.challenges .section-2 .col-xl-5 h5, body.custom.approaches .section-2 .col-xl-5 h5 {
    font-size: 21px;
  }
  body.custom.general .section-2 .col-xl-7 .accordion, body.custom.finance .section-2 .col-xl-7 .accordion, body.custom.education .section-2 .col-xl-7 .accordion, body.custom.child .section-2 .col-xl-7 .accordion, body.custom.challenges .section-2 .col-xl-7 .accordion, body.custom.approaches .section-2 .col-xl-7 .accordion {
    margin-top: 30px;
  }
  body.custom.general .section-2 .col-xl-7 .accordion .accordion-item, body.custom.finance .section-2 .col-xl-7 .accordion .accordion-item, body.custom.education .section-2 .col-xl-7 .accordion .accordion-item, body.custom.child .section-2 .col-xl-7 .accordion .accordion-item, body.custom.challenges .section-2 .col-xl-7 .accordion .accordion-item, body.custom.approaches .section-2 .col-xl-7 .accordion .accordion-item {
    padding: 20px 30px 20px 15px;
    margin-top: 20px;
  }
  body.blog {
    margin: 50px 0 0;
  }
  body.blog aside {
    order: 2;
    position: relative !important;
  }
  body.blog aside h5:has(+ .share_1) {
    margin-bottom: 20px !important;
  }
  body.blog article h1 {
    font-size: 26px !important;
  }
  body.blog article .meta {
    margin: 20px 0 0 !important;
  }
  body.blog article .meta p {
    font-size: 14px !important;
  }
  body.blog article .meta p a {
    font-size: 14px !important;
  }
  body.blog article img.featured_img {
    height: 220px !important;
    border-radius: 30px !important;
  }
  body.blog .related_posts {
    padding: 0 0 50px;
  }
  body.blog .related_posts h5 {
    margin-bottom: 30px !important;
  }
  body.blog .related_posts.row {
    --bs-gutter-x: 0;
  }
  body.blog .related_posts.row .col-xl-4 {
    margin-bottom: 30px;
  }
  body.blog .related_posts.row .col-xl-4 a > img {
    height: 220px !important;
  }
  body.blog .related_posts.row .col-xl-4 .meta {
    margin: 20px 0 10px !important;
  }
  body.blog .related_posts.row .col-xl-4 .meta p {
    font-size: 16px !important;
    margin-bottom: 0;
  }
  body.blog .related_posts.row .col-xl-4 .meta p a {
    font-size: 16px !important;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .example {
    background: red;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .example {
    background: blue;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 1200px) {
  header.computer-header {
    display: none;
  }
  header.mobile-header {
    display: block;
    z-index: 5;
  }
  header.mobile-header a span {
    position: relative;
    font: 700 21px/1.4em "Roboto", sans-serif;
    color: #282d9c;
    margin-left: 25px;
    top: 3px;
  }
  header.mobile-header a img {
    height: 25px;
    width: auto;
    top: 4px;
  }
  header.mobile-header .offcanvas nav ul {
    margin-top: 10px;
  }
  header.mobile-header .offcanvas nav ul li {
    padding: 0 0 0 15px;
    margin: 0 0 10px;
  }
  footer .row {
    padding: 0 !important;
  }
  footer .row a.footer-logo img {
    height: 65px;
  }
  footer .row .col-xl-4:first-of-type {
    display: flex;
    flex-direction: column;
  }
  footer .row .col-xl-4:first-of-type ul {
    margin-top: 50px;
  }
  footer .row .col-xl-4:first-of-type address {
    order: 2;
    margin-top: 45px;
  }
  footer .row address,
  footer .row li,
  footer .row i.ri,
  footer .row a {
    font: 300 15px/1.4em "Roboto", sans-serif;
  }
  footer .row ul li {
    margin-bottom: 10px;
  }
  footer .row ul li i {
    font-size: 24px !important;
  }
  footer .row button {
    padding: 4px 30px 10px !important;
    height: 44px;
    margin-bottom: 50px;
  }
  footer .row .menu {
    margin-bottom: 30px;
  }
  footer .row .menu .row {
    padding: 0 !important;
  }
  footer .row .menu .row .col-6 {
    padding: 0 !important;
  }
  footer .row .contact {
    margin-bottom: 20px;
  }
  footer .row .social {
    margin-bottom: 30px;
  }
  footer .row .copyrights {
    margin-top: 30px;
    padding: 30px 10px;
  }
  footer .row .copyrights ul li {
    display: none;
  }
  footer .row .copyrights ul li:first-of-type {
    display: block;
  }
  footer .row .copyrights ul li:last-of-type {
    display: block;
  }
  .sec-head {
    margin-bottom: 20px !important;
  }
  .sec-head h2 {
    font: 700 24px/1.5em "Roboto", sans-serif !important;
    color: #2F2F2F;
  }
  .sec-head p {
    font: 500 16px/1.5em "Roboto", sans-serif !important;
    color: #2F2F2F;
    margin-top: 10px;
  }
  .testimonials {
    margin-bottom: 40px !important;
    padding: 0 !important;
  }
  .testimonials h2 {
    margin-bottom: 30px;
  }
  .testimonials .splide__slide {
    padding: 20px 25px;
  }
  .testimonials .splide__slide .row {
    padding: 10px;
  }
  .testimonials .splide__slide .row span {
    font: 400 18px/1.4em "Roboto", sans-serif;
    margin-bottom: 5px;
  }
  .testimonials .splide__slide .row p {
    font: 400 15px/1.3em "Roboto", sans-serif;
  }
  .testimonials .splide__arrow.splide__arrow--prev {
    left: 0;
  }
  .testimonials .splide__arrow.splide__arrow--next {
    right: 0;
  }
  .join-community {
    height: 500px;
  }
  .join-community:before {
    height: 500px;
    filter: brightness(70%);
  }
  .news-letter {
    padding: 80px 0 !important;
  }
  .news-letter p {
    margin-bottom: 50px;
  }
  .news-letter .col-xl-5 {
    padding-left: 0.75rem !important;
  }
  #newsletter-modal .modal-content #msgsub p {
    padding: 0 2%;
  }
  .modal-dialog:has(.modal-content.video) {
    max-width: 80%;
  }
  .home .section-1 {
    margin: 50px 0 0;
  }
  .home .section-1 #carousel_1.carousel .carousel-item {
    min-height: 100% !important;
  }
  .home .section-1 #carousel_1.carousel .carousel-item .carousel-caption {
    padding: 0 2%;
  }
  .home .section-1 #carousel_1.carousel .carousel-item .carousel-caption h2 {
    font-size: 36px !important;
    margin-bottom: 20px;
  }
  .home .section-1 #carousel_1.carousel .carousel-item .carousel-caption p {
    font-size: 15px !important;
    line-height: 1.6em;
    padding: 0 10%;
    margin-bottom: 30px;
  }
  .home .section-1 #carousel_1.carousel .carousel-item .carousel-caption button {
    padding: 10px 30px !important;
    height: 46px;
  }
  .home .section-2 {
    padding: 50px 0 30px;
  }
  .home .section-2 .equal-h {
    display: block;
  }
  .home .section-2 .box {
    margin-bottom: 30px;
  }
  .home .section-3 {
    padding: 0 0 50px;
  }
  .home .section-3 .col-xl-6.column-1 {
    padding: 0 0.75rem;
  }
  .home .section-3 .col-xl-6.column-2 {
    padding-left: 0.75rem;
  }
  .home .section-3 .col-xl-6 img {
    border-radius: 30px;
    margin-bottom: 30px;
  }
  .home .section-4 {
    margin: 20px 0 50px;
    padding: 80px 0;
  }
  .home .section-4 .col-xl-6.column-1 {
    padding: 0 0.75rem;
  }
  .home .section-4 .col-xl-6.column-2 {
    padding-left: 0.75rem;
    order: -1;
  }
  .home .section-4 .col-xl-6.column-2 .play-btn {
    width: 50px !important;
    height: 50px !important;
    top: 45% !important;
  }
  .home .section-4 .col-xl-6 img {
    border-radius: 30px;
    margin-bottom: 50px;
  }
  .home .section-5 {
    padding: 0 0 50px;
  }
  .home .section-5 .sec-head h2 {
    margin-bottom: 20px;
  }
  .home .section-5 .blog_posts {
    padding: 0;
  }
  .home .section-5 .blog_posts.row {
    --bs-gutter-x: 0;
    padding: 0 0.75em;
  }
  .home .section-5 .blog_posts.row .col-xl-4 {
    margin-bottom: 30px;
  }
  .home .section-5 .blog_posts.row .col-xl-4 a img {
    height: 350px;
  }
  .home .section-5 .blog_posts.row .col-xl-4 .meta {
    margin: 20px 0 10px !important;
  }
  .home .section-5 .blog_posts.row .col-xl-4 .meta p {
    font-size: 16px !important;
    margin-bottom: 0;
  }
  .home .section-5 .blog_posts.row .col-xl-4 .meta p a {
    font-size: 16px !important;
  }
  .home .section-6 {
    position: relative;
    overflow: hidden;
  }
  .home .section-7 {
    margin: 0 0 30px;
    padding: 50px 0 30px;
  }
  .contact-us .section-1 {
    margin: 50px 0 0;
    padding: 30px 0;
  }
  .contact-us .section-1 .left {
    padding: 0 !important;
  }
  .contact-us .section-1 .left img {
    border-radius: 30px;
    margin-bottom: 40px;
    height: 400px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contact-us .section-1 .right {
    padding: 10px 0 30px !important;
    border-radius: 5px;
  }
  .contact-us .section-1 .right p.sent-notification {
    bottom: 15px !important;
    left: 15px !important;
  }
  .not-found .section-1 {
    margin: 100px 0 50px;
  }
  .not-found .section-1 .row {
    text-align: center;
  }
  .not-found .section-1 .row .col-xl-6:last-of-type {
    order: -1;
  }
  .not-found .section-1 img {
    padding: 0 20%;
    margin-bottom: 30px;
  }
  .about-us .section-1 {
    margin: 50px 0 0;
  }
  .about-us .section-1 .img-cont {
    min-height: 100% !important;
  }
  .about-us .section-1 .play-btn {
    width: 50px !important;
    height: 50px !important;
    top: 50% !important;
  }
  .about-us .section-2 {
    padding: 50px 0 50px;
  }
  .about-us .section-2 h2 {
    margin-bottom: 20px;
  }
  .about-us .section-2 .col-xl-6.column-1 {
    padding: 0 0.75rem;
  }
  .about-us .section-2 .col-xl-6.column-2 {
    padding-left: 0.75rem;
  }
  .about-us .section-2 .col-xl-6 img {
    border-radius: 30px;
    margin-bottom: 30px;
  }
  .about-us .section-3 {
    margin: 20px 0 0;
    padding: 80px 0;
  }
  .about-us .section-3 .col-xl-6.column-1 {
    padding: 0 0.75rem;
  }
  .about-us .section-3 .col-xl-6.column-2 {
    padding-left: 0.75rem;
    order: -1;
  }
  .about-us .section-3 .col-xl-6.column-2 .play-btn {
    width: 50px !important;
    height: 50px !important;
    top: 45% !important;
  }
  .about-us .section-3 .col-xl-6 img {
    border-radius: 30px;
    margin-bottom: 50px;
  }
  .about-us .section-4 {
    position: relative;
    overflow: hidden;
  }
  .about-us .section-5 {
    margin: 0 0 30px;
    padding: 50px 0 30px;
  }
  .privacy-policy .section-1,
  .terms-and-conditions .section-1 {
    margin: 50px 0 0;
    padding: 50px 0;
  }
  .privacy-policy .section-1 .row h2,
  .terms-and-conditions .section-1 .row h2 {
    font: 700 20px/1.6em "Roboto", sans-serif;
  }
  .page.blog .section-1 {
    margin: 50px 0 0;
    padding: 30px 0 50px;
  }
  .page.blog .section-1 h2 {
    margin-bottom: 10px;
  }
  .page.blog .section-1 .row {
    --bs-gutter-x: 30px;
    padding: 0 0.75em;
  }
  .page.blog .section-1 .row .col-xl-4 {
    margin-bottom: 30px !important;
  }
  .page.blog .section-1 .row .col-xl-4 img {
    height: 220px !important;
  }
  .page.blog .section-1 .row .col-xl-4 .meta {
    margin: 20px 0 10px !important;
  }
  .page.blog .section-1 .row .col-xl-4 .meta p {
    font-size: 16px !important;
    margin-bottom: 0;
  }
  .page.blog .section-1 .row .col-xl-4 .meta p a {
    font-size: 16px !important;
  }
  body.custom.general .section-1, body.custom.finance .section-1, body.custom.education .section-1, body.custom.child .section-1, body.custom.challenges .section-1, body.custom.approaches .section-1 {
    margin: 50px 0 0;
    padding: 50px 0 0;
  }
  body.custom.general .section-1 .category, body.custom.finance .section-1 .category, body.custom.education .section-1 .category, body.custom.child .section-1 .category, body.custom.challenges .section-1 .category, body.custom.approaches .section-1 .category {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    padding: 0 10px;
  }
  body.custom.general .section-1 .category > .row, body.custom.finance .section-1 .category > .row, body.custom.education .section-1 .category > .row, body.custom.child .section-1 .category > .row, body.custom.challenges .section-1 .category > .row, body.custom.approaches .section-1 .category > .row {
    position: relative;
    overflow-x: scroll;
    height: 180px;
    flex-wrap: nowrap;
    margin-left: -20px;
  }
  body.custom.general .section-1 .category .col-xl-2, body.custom.finance .section-1 .category .col-xl-2, body.custom.education .section-1 .category .col-xl-2, body.custom.child .section-1 .category .col-xl-2, body.custom.challenges .section-1 .category .col-xl-2, body.custom.approaches .section-1 .category .col-xl-2 {
    --bs-gutter-x: 30px;
    width: 95px;
    margin: 0 auto;
  }
  body.custom.general .section-1 .category .col-xl-2 a, body.custom.finance .section-1 .category .col-xl-2 a, body.custom.education .section-1 .category .col-xl-2 a, body.custom.child .section-1 .category .col-xl-2 a, body.custom.challenges .section-1 .category .col-xl-2 a, body.custom.approaches .section-1 .category .col-xl-2 a {
    font-size: 14px;
    width: 75px;
  }
  body.custom.general .section-1 .category .col-xl-2 .img-cont, body.custom.finance .section-1 .category .col-xl-2 .img-cont, body.custom.education .section-1 .category .col-xl-2 .img-cont, body.custom.child .section-1 .category .col-xl-2 .img-cont, body.custom.challenges .section-1 .category .col-xl-2 .img-cont, body.custom.approaches .section-1 .category .col-xl-2 .img-cont {
    width: 75px !important;
    height: 75px !important;
    padding: 12px !important;
  }
  body.custom.general .section-1 .search, body.custom.finance .section-1 .search, body.custom.education .section-1 .search, body.custom.child .section-1 .search, body.custom.challenges .section-1 .search, body.custom.approaches .section-1 .search {
    padding: 0 10px;
  }
  body.custom.general .section-1 .search form button, body.custom.finance .section-1 .search form button, body.custom.education .section-1 .search form button, body.custom.child .section-1 .search form button, body.custom.challenges .section-1 .search form button, body.custom.approaches .section-1 .search form button {
    padding: 10px 30px !important;
  }
  body.custom.general .section-2, body.custom.finance .section-2, body.custom.education .section-2, body.custom.child .section-2, body.custom.challenges .section-2, body.custom.approaches .section-2 {
    padding: 20px 0 60px;
  }
  body.custom.general .section-2 .col-xl-5 h5, body.custom.finance .section-2 .col-xl-5 h5, body.custom.education .section-2 .col-xl-5 h5, body.custom.child .section-2 .col-xl-5 h5, body.custom.challenges .section-2 .col-xl-5 h5, body.custom.approaches .section-2 .col-xl-5 h5 {
    font-size: 21px;
  }
  body.custom.general .section-2 .col-xl-7 .accordion, body.custom.finance .section-2 .col-xl-7 .accordion, body.custom.education .section-2 .col-xl-7 .accordion, body.custom.child .section-2 .col-xl-7 .accordion, body.custom.challenges .section-2 .col-xl-7 .accordion, body.custom.approaches .section-2 .col-xl-7 .accordion {
    margin-top: 30px;
  }
  body.custom.general .section-2 .col-xl-7 .accordion .accordion-item, body.custom.finance .section-2 .col-xl-7 .accordion .accordion-item, body.custom.education .section-2 .col-xl-7 .accordion .accordion-item, body.custom.child .section-2 .col-xl-7 .accordion .accordion-item, body.custom.challenges .section-2 .col-xl-7 .accordion .accordion-item, body.custom.approaches .section-2 .col-xl-7 .accordion .accordion-item {
    padding: 20px 30px 20px 15px;
    margin-top: 20px;
  }
  body.blog {
    margin: 50px 0 0;
  }
  body.blog aside {
    order: 2;
    position: relative !important;
  }
  body.blog aside h5:has(+ .share_1) {
    margin-bottom: 20px !important;
  }
  body.blog article h1 {
    font-size: 26px !important;
  }
  body.blog article .meta {
    margin: 20px 0 0 !important;
  }
  body.blog article .meta p {
    font-size: 14px !important;
  }
  body.blog article .meta p a {
    font-size: 14px !important;
  }
  body.blog article .featured_img {
    height: 350px !important;
    border-radius: 30px !important;
  }
  body.blog .related_posts {
    padding: 0 0 50px;
  }
  body.blog .related_posts h5 {
    margin-bottom: 30px !important;
  }
  body.blog .related_posts.row {
    --bs-gutter-x: 0;
  }
  body.blog .related_posts.row .col-xl-4 {
    margin-bottom: 30px;
  }
  body.blog .related_posts.row .col-xl-4 img {
    height: 350px !important;
  }
  body.blog .related_posts.row .col-xl-4 .meta {
    margin: 20px 0 10px !important;
  }
  body.blog .related_posts.row .col-xl-4 .meta p {
    font-size: 16px !important;
    margin-bottom: 0;
  }
  body.blog .related_posts.row .col-xl-4 .meta p a {
    font-size: 16px !important;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media screen and (max-height: 500px) {
  .modal-dialog:has(.modal-content.video) {
    max-width: 60%;
  }
}/*# sourceMappingURL=style.css.map */