/*
Theme Name: National Reyes Syndrome Foundation
Theme URI: https://royal-elementor-addons.com/royal-elementor-kit-child
Description: Child theme for the Royal Elementor Kit
Author: WP Royal
Author URI: https://royal-elementor-addons.com/
Template: royal-elementor-kit
Version: 1.0.0
*/

ul ul li {
	list-style-type: disc;
}

.elementor-6 .elementor-element.elementor-element-6d229a4 .owl-carousel .owl-nav .owl-next, .elementor-6 .elementor-element.elementor-element-6d229a4 .owl-carousel .owl-nav .owl-prev {
	width: 0px;
	height: 0px;
	line-height: 0px;
	color: #2F4F68;
	opacity: 15%;
}

.elementor-6 .elementor-element.elementor-element-6d229a4 .owl-carousel .owl-nav .owl-next:hover, .elementor-6 .elementor-element.elementor-element-6d229a4 .owl-carousel .owl-nav .owl-prev:hover {
	color: #2F4F68;
	opacity: 100%;
}

.elementor-6 .elementor-element.elementor-element-6d229a4 .owl-carousel .owl-nav .owl-next, .elementor-6 .elementor-element.elementor-element-6d229a4 .owl-carousel .owl-nav .owl-prev {
	top: -40px;
}

.elementor-6 .elementor-element.elementor-element-6d229a4 .owl-nav .owl-prev {
    right: 60px;
    left: auto;
}

.elementor-6 .elementor-element.elementor-element-6d229a4 .uc_image_carousel_content {
	background-color: #f5f5f5;
}

.elementor-6 .elementor-element.elementor-element-6d229a4 .uc_image_carousel_content:hover {
    background-color: #FFF;
}

.footer-menu ul {
	text-align: center;
}

.footer-menu ul li {
	display: inline;
    margin-left: 10px;
    margin-right: 10px;
}

.footer-menu ul li:first-child {
	padding-left: 0 !important;
    margin-left: 0 !important;
}

.footer-menu ul li a {
	padding-left: 7px;
    padding-right: 7px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #FFF !important;
}

.elementor-274 .elementor-element.elementor-element-9393122.wpr-mailchimp-layout-hr .wpr-mailchimp-email {
	min-width: 400px;
}

.about-section-title {
  text-align: center;
  max-width: 665px;
  padding: 0 20px;
  margin: 20px auto 15px;
}

.about-section-title h2 {
  margin-bottom: 0;
}

.about-section-title span {
  color: #2F4F68;
}

.about-section-title span {
  margin-bottom: 0;
}

.single-services-box {
  text-align: center;
  background-color: transparent;
  position: relative;
  z-index: 1;
  margin: 20px;
}

.single-services-box h3 {
  font-size: 25px;
  color: #2F4F68;
  margin-bottom: 15px;
}

.single-services-box p {
  margin-bottom: 0;
  color: #000;
}

.single-services-box span {
  color: #2F4F68;
  font-family: 'Plus Jakarta Sans';
  font-size: 200px;
  line-height: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: left;
  opacity: .3;
}

.about-video-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
}

.about-video-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #131313;
  opacity: 0.5;
  z-index: -1;
}

.video-section-title {
  text-align: center;
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.video-section-title h2 {
  color: var(--whiteColor);
}

.about-video-button {
  text-align: center;
  margin: auto;
}

.about-video-btn {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 0;
  color: var(--whiteColor);
  position: relative;
  top: 3px;
  z-index: 1;
  background-color: var(--mainColor);
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.about-video-btn i {
  font-size: 55px;
  color: var(--whiteColor);
  position: absolute;
  top: 0;
  left: 3px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.about-video-btn::after, .about-video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-animation: ripple 1.7s ease-out infinite;
          animation: ripple 1.7s ease-out infinite;
  background-color: var(--mainColor);
}

.about-video-btn:hover {
  background-color: var(--mainColor);
}

.about-video-btn:hover::before, .about-video-btn:hover::after {
  background-color: var(--mainColor);
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

/* About Style Two */
.about-content-two {
  margin-top: -6px;
}

.about-content-two .top-title {
  color: #2F4F68;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

.about-content-two h2 {
  font-family: 'Plus Jakarta Sans';
  font-size: 48px;
  margin-bottom: 15px;
  color: #2F4F68;
  text-align: center;
  font-weight: bold;
}

.about-content-two p {
  margin-bottom: 20px;
}

.about-offer-area ul {
	padding-top: 100px;
}

.about-offer-area ul ul {
	padding-top: 0px !important;
}

.about-offer-area ul li {
  font-family: 'Plus Jakarta Sans';
  font-weight: 500;
  font-size: 20px;
  padding-top: 15px;
  position: relative;
  color: #000;
  text-align: left;
  list-style-type: disc;
}

.about-offer-area ul li:last-child {
  margin-bottom: 0;
}

.about-offer-area ul li i {
  display: inline-block;
  background-color: var(--optionalColor);
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: var(--mainColor);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: -3px;
  left: 0;
}

.about-offer-area ul li:hover i {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.wpr-acc-title-text {
	margin: 0px !important;
}

.wpr-acc-active {
	border-style: none !important;
}

button.wpr-acc-button {
	border-radius: 10px !important;
	margin-bottom: 0px !important;
	margin-top: 30px !important;
}

button.wpr-acc-active {
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.wpr-accordion-item-wrap {
	margin-top: 10px;
}

.elementor-319 .elementor-element.elementor-element-ce56103 .wpr-nav-menu .wpr-menu-item {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label {
	font-family: Plus Jakarta Sans;
	font-size: 20px;
	color: #000;
}

.wpforms-icon-choices-label {
	color: ;
}

@media (min-width: 768px) {
	.menu-hidden {
		display: none !important;
	}
}

@media (max-width: 1366px) {
	.elementor-1809 .elementor-element.elementor-element-2487e388 {
		margin-top: 0px;
	}
}

@media (max-width: 767px) {
	.elementor-1809 .elementor-element.elementor-element-6a0e9bf2 {
		margin-top: 0px;
	}
	.elementor-274 .elementor-element.elementor-element-9393122.wpr-mailchimp-layout-hr .wpr-mailchimp-fields {
    	flex-direction: column;
	}
	.elementor-274 .elementor-element.elementor-element-9393122.wpr-mailchimp-layout-hr .wpr-mailchimp-email {
		width: 100%;
		text-align: center;
		min-width: auto;
		margin-bottom: 10px;
	}
	.elementor-274 .elementor-element.elementor-element-9393122 .wpr-mailchimp-subscribe {
		margin: 0 auto;
	}
	.elementor-274 .elementor-element.elementor-element-3aeb639 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.elementor-274 .elementor-element.elementor-element-8b94ce4 {
		text-align: left;
	}
	.footer-menu ul {
		text-align: left;
		margin: 0;
		padding: 0;
	}
	.footer-menu ul li {
		display: flex;
		line-height: 0;
		margin: 0;
		padding: 0;
	}
	.footer-grid .e-con-inner {
		grid-template-columns: 1fr !important;
	}
	.elementor-274 .elementor-element.elementor-element-f2f3f06 {
		text-align: left;

	}
}