/*
Theme Name: Phlox Child Theme
Author: averta
Description: Phlox is a modern, lightweight and customizable theme perfect for almost any type of website including, blog, portfolio, business, agency, news & magazine, food & restaurant, travel, and photography as well as WooCommerce storefront. What makes the Phlox unbeatable is being fast, truly responsive, translation ready, RTL layout, built with SEO in mind, professional portfolio features, 30 exclusive widgets and elements, 19 demo sites for one-click import, WooCommerce Ready, WPML ready, 100% GDPR compliance, reliable with regular updates, and also integrated with Elementor, Visual Composer and SiteOrigin page builders. Phlox is architect from scratch by the team behind the famous “Master Slider” project, so relax and be assured that you are supported by a good company. Phlox is the only theme that you have ever need to use and look no further. Start exploring the demos: http://demo.phlox.pro/default/
Version: Version: 2.17.7
Template: phlox

This is the child theme for Phlox theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
h1, h2, h3, h4, h5, h6, p {
  margin: 0 !important;
  padding: 0 !important;
}
p {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  /*   margin-bottom: 1rem !important; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif !important;
}
h1 {
  font-size: 54px !important;
  font-weight: 700 !important;
  line-height: 66px !important;
}
h2 {
  font-size: 46px !important;
  font-weight: 700 !important;
  line-height: 66px !important;
}
h3 {
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 28px !important;
}
h4 {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 28px !important;
}
h6 {
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
  text-align: center !important;
  margin-top: 20px !important;
  display: block !important;
}
.contactbtn a {
    margin-bottom: 0 !important;
    padding: 3px 0px 3px 0px !important;
}

img.aux-attachment.aux-featured-image.attachment-303x164.aux-attachment-id-1818 {
    width: 120px;
    height: 64px;
    object-fit: scale-down;
}
.headerlogo{
	margin-top: 10px;	
}
.HeroBanner {
  position: relative;
  top: -0px;
}
.HeroBanner:after {
  content: "";
  display: none;
  width: 1054px;
  height: 1002px;
  position: absolute;
  bottom: -40px;
  right: 0;
  background-image: url(https://holmeshelpinghandsinc.org/wp-content/uploads/2025/10/bannerhand.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  z-index: 0;
}
.HeaderMain {
  position: fixed;
  top: 5%;
  left: 0;
  right: 0;
  margin: 0px auto;
  display: table;
  width: 100%;
}
.OurStorybg {
  position: relative;
}
.OurStorybg:after {
  content: "";
  display: block;
    width: 790px;
    height: 720px;
  position: absolute;
  bottom: 0px;
  right: 0;
  background-image: url(https://holmeshelpinghandsinc.org/wp-content/uploads/2025/10/storyafter.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  z-index: 0;
}
/* ====================================== Testimonial Slider =============================================== */
.phx-testimonial-section {
  width: 100%;
  margin: 50px auto;
  position: relative;
}

.phx-testimonial-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.phx-testimonial-left {
  position: relative;
  flex: 1;
}
.phx-image {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.phx-image img {
	width: 100%;
	height: 390px;
	border-radius: 20px;
	display: block;
	object-fit: cover;
}

.phx-arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 10;
    color: #7F2424;
    font-size: 28px;
}

.phx-prev {
  left: 0px;
}

.phx-next {
  right: 0px;
}

.phx-testimonial-right {
	flex: 1;
	background-image: url('https://holmeshelpinghandsinc.org/wp-content/uploads/2025/10/testimonialbg.png');
	background-repeat: no-repeat;
	background-size: cover    ;
	width: 100%;
	height:390px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	border-radius: 20px;
}

.phx-testimonial-text {
    font-size: 15px !important;
    color: #fff;
    margin-bottom: 20px !important;
    padding: 0px 30px !important;
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 25px !important;
}

.phx-client-name {
    font-weight: 400;
    font-size: 28px;
    padding: 0px 0px 0px 30px;
    display: block;
    margin-bottom: 10px;
}

.phx-client-position {
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 0px 0px 0px 50px;
}

.phx-client-company {
  font-size: 14px;
  color: #999;
}

.swiper-pagination-bullet {
  background: #333;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 768px) {
  .phx-testimonial-wrapper {
    flex-direction: column;
  }
}
/* === Swiper Pagination Centered at Bottom === */
.phx-testimonial-section {
  position: relative;
}

.phx-testimonial-swiper {
    position: relative;
    padding-bottom: 4%;
}

.phx-testimonial-swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: auto;
  z-index: 20;
}

.swiper-pagination-bullet {
    background: #7F2424;
    opacity: 1;
    width: 20px;
    height: 20px;
    margin: 0 5px !important;
    transition: 0.3s ease;
	display:none;
}

.swiper-pagination-bullet-active {
  background: #D0D0D0;
  opacity: 1;
    width: 20px;
    height: 20px;
}
/* ====================================== Testimonial Slider =============================================== */
.mentorsbox {
  padding: 0% 0 3% 0;
}
.mentorsbox img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: top;
	border-radius: 20px 20px 0px 0px;	
}
/* Alternate layout directions */
.programs-service-box:nth-child(odd) {
  flex-direction: row;
  background-image: url(https://holmeshelpinghandsinc.org/wp-content/uploads/2025/10/bg1.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.programs-service-box:nth-child(even) {
  flex-direction: row-reverse;
  background-image: url(https://holmeshelpinghandsinc.org/wp-content/uploads/2025/10/bg2.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.programs-services-container {
  width: 100%;
}

.programs-service-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 50px;
}
.programs-service-content {
	padding: 0px 40px 0px 40px;
}
.programs-service-content,
.programs-service-image {
  flex: 1;
  z-index: 2;
}
.programs-service-content {
  flex: 0 0 60%;
  max-width: 60%;
}
.programs-service-image {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0;
    margin: 0;
    z-index: 2;
}
.programs-service-box.left-image {
  flex-direction: row;
}

.programs-service-box.right-image {
  flex-direction: row;
}

.programs-service-box img {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    object-fit: cover;
}

.programs-service-content h3 {
  font-size: 18px !important;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500 !important;
  display: block;
  margin-bottom: 15px;
  line-height: 30px !important;
}

.programs-service-content a {
    font-size: 45px;
    font-weight: 500;
    margin: 15px 0;
    color: #fff;
    line-height: 66px;
    display: block;
}

.programs-service-content p {
  color: #fff;
}
/* ================================
   Blogs Section Styles (Responsive)
================================== */
.blogs-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  width: 100%;
  max-width: 100%;
  margin: 0px auto 50px auto;
  padding: 0 0px;
  box-sizing: border-box;
}

.blog-card {
  overflow: hidden;
  text-align: left;
}
.blog-image img {
  width: 100%;
  height: 350px;
	object-position:top;
  object-fit: cover;
  display: block;
  border-radius: 25px;
}

.blog-title {
  color: #7b1f1f;
  font-size: 24px !important;
  font-weight: 600 !important;
  margin: 20px 0 20px 0;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif !important;
}

.blog-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
    margin: 25px 0;
    display: block;
    font-size: 26px;
    font-weight: 500;
    line-height: 27px;
}

.blog-title a:hover {
  color: #a93226;
  text-decoration: underline;
}

.blog-desc {
  color: #000;
  font-size: 16px;
    width: 84%;	
}

/* ================================
   Responsive Breakpoints
================================== */

/* Medium screens (tablets) */
@media (max-width: 991px) {
  .blogs-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

/* Small screens (mobiles) */
@media (max-width: 576px) {
  .blogs-section {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }

  .blog-title {
    font-size: 16px;
  }

  .blog-desc {
    font-size: 14px;
  }
}
/* Footer */
.newslatter button {
  /* position: relative; */
  /* top: 8px; */
  border: none !important;
  background: #954a4a !important;
  font-size: 20px !important;
  padding: 17px 20px 17px 20px !important;
  margin: 0 !important;
}
/* 🔹 Hide dropdown menu and arrow in footer navigation */
footer .sub-menu,
footer .children {
  display: none !important;
}

/* 🔹 Hide dropdown arrow icons */
footer .menu-item-has-children > a::after,
footer .menu-item-has-children > a .dropdown-toggle::after,
footer .menu-item-has-children > a i,
footer .menu-item-has-children > a svg {
  display: none !important;
  content: none !important;
}
.elementor-29 .elementor-element.elementor-element-c2efb42 .aux-button {
  margin-bottom: 0px !important;
  padding: 3px 0px 0px 0px !important;
}
.boardbox {
    min-height: 390px;
}
.boardbox img {
    width: 100%;
    max-width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: top center;
}

.custom-event-slider {
  width: 100%;
  padding: 40px 0;
}

.event-item {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	text-align: center;
	padding: 15px;
	transition: transform 0.3s;
	height:600px;
}

.event-item:hover {
  transform: translateY(-5px);
}

.event-item img {
	width: 100%;
	height:450px;
    border-radius: 0px;
	margin-bottom: 10px;
	object-fit:cover;
	object-position:top;
}

.event-item h3 {
  font-size: 18px !important;
  margin: 10px 0 5px !important;
  color: #000;
}

.event-item p {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}

.event-item a {
  color: #7f2424;
  text-decoration: none;
  font-weight: 600;
}

.event-item a:hover {
  text-decoration: underline;
}
.swiper-button-next, .swiper-button-prev {
    color: #7f2424 !important;
}
.contactimges img {

    width: 220px;
    height: 107px;
    object-fit: scale-down;
    border: 1px solid #00000024;
    padding: 10px;
}

/* Large desktop */
@media (max-width: 1600px) {
  .aux-s-fhd .e-con > .e-con-inner {
    max-width: 1320px !important;
  }
  .elementor-29
    .elementor-element.elementor-element-52f3a18
    .aux-menu-depth-0
    > .aux-item-content {
    padding-right: 2px;
  }
  h1 {
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 44px !important;
  }
  h2 {
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
  }
  h3 {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
  }
  h6 {
    font-size: 22px !important;
    line-height: 34px !important;
    margin-top: 15px !important;
  }
.boardbox {
    min-height: 370px;
}	
.boardbox img {
	width: 100%;
	max-width: 100%;
	height: 190px;
	object-fit: cover;
	object-position: top;
	border-radius: 0px 0px 0px 0px;
}
.programs-service-box img {
    width: 100%;
    height: 410px;
}	
  .HeroBanner:after {
    width: 734px;
    height: 652px;
    bottom: -25px;
    display: none;
  }
  p {
    font-size: 16px !important;
  }
  .OurStorybg:after {
	  width: 730px !important;
	  height: 730px!important;

  }
  .elementor-counter .elementor-counter-number-wrapper {
    font-size: 45px;
  }
    .phx-image img {
		width: 100%;
		height: 390px;
		object-fit: cover;
    }
  .mentorsbox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px 20px 0px 0px;
  }
.phx-testimonial-text {
    font-size: 14px !important;
    margin-bottom: 20px !important;
    padding: 0px 30px !important;
    line-height: 25px !important;
}	
.phx-client-name {
    padding: 0px 0px 0px 30px;
}	
  .mentorsbox h5 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .mentorsbox {
    padding: 0% 0 0% 0;
  }
  .programs-service-content a {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (max-width: 1440px) {
  .aux-s-fhd .e-con > .e-con-inner {
    max-width: 1300px !important;
  }
  .elementor-29
    .elementor-element.elementor-element-52f3a18
    .aux-menu-depth-0
    > .aux-item-content {
        padding-right: 0;
  }
  h1 {
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 44px !important;
  }
  h2 {
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
  }
  h3 {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
  }
  h6 {
    font-size: 22px !important;
    line-height: 34px !important;
    margin-top: 15px !important;
  }
.boardbox {
    min-height: 370px;
}	
.boardbox img {
	width: 100%;
	max-width: 100%;
	height: 190px;
	object-fit: cover;
	object-position: top;
	border-radius: 0px 0px 0px 0px;
}
	.phx-testimonial-right {
    height: 380px;
}
.programs-service-box img {
    width: 100%;
    height: 410px;
}
.phx-testimonial-text {
    font-size: 15px !important;
    margin-bottom: 10px !important;
    padding: 0px 30px !important;
    line-height: 25px !important;
}
.phx-client-name {
    font-weight: 400;
    font-size: 26px;
    padding: 0px 0px 0px 30px;
}	
  .HeroBanner:after {
    width: 734px;
    height: 652px;
    bottom: -25px;
    display: none;
  }
  p {
    font-size: 16px !important;
  }
  .OurStorybg:after {
	  width: 670px !important;
	  height: 700px !important;
  }
  .elementor-counter .elementor-counter-number-wrapper {
    font-size: 45px;
  }
  .phx-image img {
        width: 100%;
        height: 380px;
        object-fit: cover;
  }
  .mentorsbox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px 20px 0px 0px;
  }
  .mentorsbox h5 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .mentorsbox {
    padding: 0% 0 0% 0;
  }
  .programs-service-content a {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (max-width: 1399px) {
  .aux-s-fhd .e-con > .e-con-inner {
     max-width: 1300px !important;
  }
  .elementor-29
    .elementor-element.elementor-element-52f3a18
    .aux-menu-depth-0
    > .aux-item-content {
        padding-right: 0px;
  }
  h1 {
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 44px !important;
  }
  h2 {
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
  }
  h3 {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
  }
  h6 {
    font-size: 22px !important;
    line-height: 34px !important;
    margin-top: 15px !important;
  }
.boardbox {
    min-height: 370px;
}	
.boardbox img {
	width: 100%;
	max-width: 100%;
	height: 190px;
	object-fit: cover;
	object-position: top;
	border-radius: 0px 0px 0px 0px;
}
.programs-service-box img {
    width: 100%;
    height: 410px;
}
.phx-testimonial-text {
    font-size: 15px !important;
    margin-bottom: 10px !important;
    padding: 0px 30px !important;
    line-height: 25px !important;
}
.phx-client-name {
    font-weight: 400;
    font-size: 26px;
    padding: 0px 0px 0px 30px;
}	
  .HeroBanner:after {
    width: 734px;
    height: 652px;
    bottom: -25px;
    display: none;
  }
  p {
    font-size: 16px !important;
  }
  .OurStorybg:after {
	  width: 640px !important;
	  height: 640px !important;
  }
  .elementor-counter .elementor-counter-number-wrapper {
    font-size: 45px;
  }
  .phx-image img {
        width: 100%;
        height: 380px;
        object-fit: cover;
  }
  .mentorsbox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px 20px 0px 0px;
  }
  .mentorsbox h5 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .mentorsbox {
    padding: 0% 0 0% 0;
  }
  .programs-service-content a {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (max-width: 1366px) {
  .aux-s-fhd .e-con > .e-con-inner {
    max-width: 1300px !important;
  }
  .elementor-29
    .elementor-element.elementor-element-52f3a18
    .aux-menu-depth-0
    > .aux-item-content {
        padding-right: 0px;
        font-size: 15px;
  }
  h1 {
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 44px !important;
  }
  h2 {
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
  }
  h3 {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
  }
  h6 {
    font-size: 22px !important;
    line-height: 34px !important;
    margin-top: 15px !important;
  }
.boardbox {
    min-height: 370px;
}	
.boardbox img {
	width: 100%;
	max-width: 100%;
	height: 190px;
	object-fit: cover;
	object-position: top;
	border-radius: 0px 0px 0px 0px;
}
.programs-service-box img {
    width: 100%;
    height: 410px;
}
.phx-testimonial-text {
    font-size: 15px !important;
    margin-bottom: 10px !important;
    padding: 0px 30px !important;
    line-height: 25px !important;
}
.phx-client-name {
    font-weight: 400;
    font-size: 26px;
    padding: 0px 0px 0px 30px;
}		
  .HeroBanner:after {
    width: 734px;
    height: 652px;
    bottom: -25px;
    display: none;
  }
  p {
    font-size: 16px !important;
  }
  .OurStorybg:after {
        width: 640px !important;
        height: 640px !important;
  }
  .elementor-counter .elementor-counter-number-wrapper {
    font-size: 45px;
  }
  .phx-image img {
        width: 100%;
        height: 380px;
        object-fit: cover;
  }
  .mentorsbox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px 20px 0px 0px;
  }
  .mentorsbox h5 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .mentorsbox {
    padding: 0% 0 0% 0;
  }
  .programs-service-content a {
    font-size: 30px;
    line-height: 45px;
  }
}
/* Laptop screens */
@media (max-width: 1280px) {
  .aux-s-fhd .e-con > .e-con-inner {
    max-width: 1200px !important;
  }
  .elementor-29
    .elementor-element.elementor-element-52f3a18
    .aux-menu-depth-0
    > .aux-item-content {
        padding-right: 0px;
        font-size: 14px !important;
  }
  h1 {
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 44px !important;
  }
  h2 {
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
  }
  h3 {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
  }
  h6 {
    font-size: 22px !important;
    line-height: 34px !important;
    margin-top: 15px !important;
  }
.boardbox {
    min-height: 330px;
}	
.boardbox img {
	width: 100%;
	max-width: 100%;
    height: 160px;
	object-fit: cover;
	object-position: top;
	border-radius: 0px 0px 0px 0px;
}
.programs-service-box img {
    width: 100%;
    height: 410px;
}
.phx-testimonial-text {
	font-size: 14px !important;
	margin-bottom: 10px !important;
	padding: 0px 30px !important;
	line-height: 23px !important;
}
.phx-client-name {
	font-weight: 400;
	font-size: 24px;
	padding: 0px 0px 0px 30px;
}
.boardbox h5 {
    font-size: 18px !important;
    line-height: 25px !important;
}	
  .HeroBanner:after {
    width: 734px;
    height: 652px;
    bottom: -25px;
    display: none;
  }
  p {
    font-size: 16px !important;
  }
  .OurStorybg:after {
	  width: 610px !important;
	  height: 580px !important;
  }
  .elementor-counter .elementor-counter-number-wrapper {
    font-size: 45px;
  }
  .phx-image img {
        width: 100%;
        height: 380px;
        object-fit: cover;
  }
  .mentorsbox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px 20px 0px 0px;
  }
  .mentorsbox h5 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .mentorsbox {
    padding: 0% 0 0% 0;
  }
  .programs-service-content a {
	  font-size: 25px;
	  line-height: 35px;
  }
.donatebox {
    min-height: 300px !important;
}
.blog-image img {
    width: 100%;
    height: 238px;
}
.blog-desc {
    width: 100%;
}
.blog-title a {
    margin: 25px 0 15px 0;
    display: block;
    font-size: 22px;
    line-height: 25px;
}
.MainContact .ContactForm input[type="text"], .MainContact .ContactForm input[type="email"], .MainContact .ContactForm input[type="tel"], .MainContact .ContactForm textarea {
    margin-top: 10px;
}	
}

/* Small laptop / large tablet */
@media (max-width: 1200px) {
  .aux-s-fhd .e-con > .e-con-inner {
    max-width: 1150px !important;
  }
  .elementor-29
    .elementor-element.elementor-element-52f3a18
    .aux-menu-depth-0
    > .aux-item-content {
        padding-right: 0px;
        font-size: 14px !important;
  }
  h1 {
	  font-size: 28px !important;
	  font-weight: 700 !important;
	  line-height: 40px !important;
  }
  h2 {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 35px !important;
  }
  h3 {
	  font-size: 20px !important;
	  font-weight: 700 !important;
	  line-height: 25px !important;
  }
  h6 {
    font-size: 22px !important;
    line-height: 34px !important;
    margin-top: 15px !important;
  }
.boardbox {
    min-height: 330px;
}	
.boardbox img {
	width: 100%;
	max-width: 100%;
    height: 160px;
	object-fit: cover;
	object-position: top;
	border-radius: 0px 0px 0px 0px;
}
.programs-service-box img {
    width: 100%;
    height: 410px;
}
.phx-testimonial-text {
	font-size: 14px !important;
	margin-bottom: 10px !important;
	padding: 0px 30px !important;
	line-height: 23px !important;
}
.phx-client-name {
	font-weight: 400;
	font-size: 24px;
	padding: 0px 0px 0px 30px;
}
.boardbox h5 {
    font-size: 18px !important;
    line-height: 25px !important;
}	
  .HeroBanner:after {
    width: 734px;
    height: 652px;
    bottom: -25px;
    display: none;
  }
  p {
    font-size: 16px !important;
  }
  .OurStorybg:after {
        width: 600px !important;
        height: 660px !important;
  }
  .elementor-counter .elementor-counter-number-wrapper {
    font-size: 45px;
  }
  .phx-image img {
        width: 100%;
        height: 380px;
        object-fit: cover;
  }
  .mentorsbox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px 20px 0px 0px;
  }
  .mentorsbox h5 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .mentorsbox {
    padding: 0% 0 0% 0;
  }
  .programs-service-content a {
	  font-size: 25px;
	  line-height: 35px;
  }
.donatebox {
    min-height: 300px !important;
}
.blog-image img {
    width: 100%;
    height: 238px;
}
.blog-desc {
    width: 100%;
}
.blog-title a {
    margin: 25px 0 15px 0;
    display: block;
    font-size: 22px;
    line-height: 25px;
}
.MainContact .ContactForm input[type="text"], .MainContact .ContactForm input[type="email"], .MainContact .ContactForm input[type="tel"], .MainContact .ContactForm textarea {
    margin-top: 10px;
}	
.servicesboxsmall {
    min-height: 380px !important;
}	
.elementor-10 .elementor-element.elementor-element-4e86f4c1 img {
    width: 80% !important;
    max-width: 100% !important;
    height: 94px;
    object-fit: contain;
    object-position: center center;
}	
}

/* Tablets landscape */
@media (max-width: 1024px) {
  .aux-xhd .e-con > .e-con-inner {
    max-width: 900px !important;
  }
.elementor-29 .elementor-element.elementor-element-52f3a18 .aux-submenu .aux-menu-item .aux-item-content {
    background-color: var(--e-global-color-text);
    color: var(--e-global-color-primary);
    padding: 5% 7%;
}
.aux-master-menu.aux-narrow .aux-submenu-indicator {
	border: #fff solid;
	color: #fff !important;
	border-width: 13px 10px !important;
}	
.HeaderMain {
    top: 1%;
}	
 .elementor-29
    .elementor-element.elementor-element-52f3a18
    .aux-menu-depth-0
    > .aux-item-content {
		padding-right: 0px;
		font-size: 14px !important;
		color: #fff;
		line-height: 50px;
  }
  h1 {
	  font-size: 28px !important;
	  font-weight: 700 !important;
	  line-height: 40px !important;
  }
  h2 {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 35px !important;
  }
  h3 {
	  font-size: 20px !important;
	  font-weight: 700 !important;
	  line-height: 25px !important;
  }
  h6 {
    font-size: 22px !important;
    line-height: 34px !important;
    margin-top: 15px !important;
  }
.boardbox {
    min-height: 330px;
}	
.boardbox img {
	width: 100%;
	max-width: 100%;
    height: 160px;
	object-fit: cover;
	object-position: top;
	border-radius: 0px 0px 0px 0px;
}
.programs-service-box img {
    width: 100%;
    height: 410px;
}
.phx-testimonial-text {
	font-size: 13px !important;
	margin-bottom: 3px !important;
	padding: 0px 30px !important;
	line-height: 23px !important;
}
.phx-client-name {
	font-weight: 400;
	font-size: 24px;
	padding: 0px 0px 0px 30px;
}
.boardbox h5 {
    font-size: 15px !important;
    line-height: 25px !important;
}	
  .HeroBanner:after {
    width: 734px;
    height: 652px;
    bottom: -25px;
    display: none;
  }
  p {
    font-size: 16px !important;
  }
  .OurStorybg:after {
	  width: 100%;
	  height: 470px;
	  position: relative;
  }
  .elementor-counter .elementor-counter-number-wrapper {
    font-size: 35px;
  }
  .phx-image img {
	  width: 100%;
	  height: 380px;
  }
  .mentorsbox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px 20px 0px 0px;
  }
  .mentorsbox h5 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .mentorsbox {
    padding: 0% 0 0% 0;
  }
  .programs-service-content a {
	  font-size: 25px;
	  line-height: 35px;
  }
.donatebox {
    min-height: 300px !important;
}
.blog-image img {
    width: 100%;
    height: 238px;
}
.blog-desc {
    width: 100%;
}
.blog-title a {
    margin: 25px 0 15px 0;
    display: block;
    font-size: 22px;
    line-height: 25px;
}
.MainContact .ContactForm input[type="text"], .MainContact .ContactForm input[type="email"], .MainContact .ContactForm input[type="tel"], .MainContact .ContactForm textarea {
    margin-top: 10px;
}	
.servicesboxsmall {
    min-height: 380px !important;
}	
.elementor-10 .elementor-element.elementor-element-4e86f4c1 img {
width: 30% !important;
        max-width: 30% !important;
        height: 44px;
        object-fit: contain;
        object-position: center center;
}	
    .FooterMain .elementor-column.elementor-md-70 {
        width: 50%;
        margin: 0px 0 0px auto;
    }
	.FooterMain .elementor-form .elementor-button.elementor-size-md {
    min-height: 59px;
}
	.elementor-22 .elementor-element.elementor-element-f4fcb21 img {
    width: 36%;
}
#GetInvolved {
    padding: 0 10px;
}	
.supportbox {
    padding: 5% 28px;
}	
}

/* Tablets portrait */
@media (max-width: 992px) {
  .aux-xhd .e-con > .e-con-inner {
    max-width: 800px !important;
  }
.elementor-29 .elementor-element.elementor-element-52f3a18 .aux-submenu .aux-menu-item .aux-item-content {
    background-color: var(--e-global-color-text);
    color: var(--e-global-color-primary);
    padding: 5% 7%;
}
.aux-master-menu.aux-narrow .aux-submenu-indicator {
	border: #fff solid;
	color: #fff !important;
	border-width: 13px 10px !important;
}	
.HeaderMain {
    top: 1%;
}	
 .elementor-29
    .elementor-element.elementor-element-52f3a18
    .aux-menu-depth-0
    > .aux-item-content {
		padding-right: 0px;
		font-size: 14px !important;
		color: #fff;
		line-height: 50px;
  }
  h1 {
	  font-size: 28px !important;
	  font-weight: 700 !important;
	  line-height: 40px !important;
  }
  h2 {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 35px !important;
  }
  h3 {
	  font-size: 20px !important;
	  font-weight: 700 !important;
	  line-height: 25px !important;
  }
  h6 {
    font-size: 22px !important;
    line-height: 34px !important;
    margin-top: 15px !important;
  }
.boardbox {
    min-height: 330px;
}	
.boardbox img {
	width: 100%;
	max-width: 100%;
    height: 160px;
	object-fit: cover;
	object-position: top;
	border-radius: 0px 0px 0px 0px;
}
.programs-service-box img {
    width: 100%;
    height: 410px;
}
.phx-testimonial-text {
	font-size: 13px !important;
	margin-bottom: 3px !important;
	padding: 0px 30px !important;
	line-height: 23px !important;
}
.phx-client-name {
	font-weight: 400;
	font-size: 24px;
	padding: 0px 0px 0px 30px;
}
.boardbox h5 {
    font-size: 15px !important;
    line-height: 25px !important;
}	
  .HeroBanner:after {
    width: 734px;
    height: 652px;
    bottom: -25px;
    display: none;
  }
  p {
    font-size: 16px !important;
  }
  .OurStorybg:after {
	  width: 100%;
	  height: 470px;
	  position: relative;
  }
  .elementor-counter .elementor-counter-number-wrapper {
    font-size: 35px;
  }
  .phx-image img {
	  width: 100%;
	  height: 380px;
  }
  .mentorsbox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px 20px 0px 0px;
  }
  .mentorsbox h5 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .mentorsbox {
    padding: 0% 0 0% 0;
  }
  .programs-service-content a {
	  font-size: 25px;
	  line-height: 35px;
  }
.donatebox {
    min-height: 300px !important;
}
.blog-image img {
    width: 100%;
    height: 238px;
}
.blog-desc {
    width: 100%;
}
.blog-title a {
    margin: 25px 0 15px 0;
    display: block;
    font-size: 22px;
    line-height: 25px;
}
.MainContact .ContactForm input[type="text"], .MainContact .ContactForm input[type="email"], .MainContact .ContactForm input[type="tel"], .MainContact .ContactForm textarea {
    margin-top: 10px;
}	
.servicesboxsmall {
    min-height: 380px !important;
}	
.elementor-10 .elementor-element.elementor-element-4e86f4c1 img {
width: 30% !important;
        max-width: 30% !important;
        height: 44px;
        object-fit: contain;
        object-position: center center;
}	
    .FooterMain .elementor-column.elementor-md-70 {
        width: 50%;
        margin: 0px 0 0px auto;
    }
	.FooterMain .elementor-form .elementor-button.elementor-size-md {
    min-height: 59px;
}
	.elementor-22 .elementor-element.elementor-element-f4fcb21 img {
    width: 36%;
}	
.supportbox {
    padding: 5% 28px;
}		
}

/* Medium mobile / phablet */
@media (max-width: 850px) {
  .aux-xhd .e-con > .e-con-inner {
    max-width: 800px !important;
  }
.elementor-29 .elementor-element.elementor-element-52f3a18 .aux-submenu .aux-menu-item .aux-item-content {
    background-color: var(--e-global-color-text);
    color: var(--e-global-color-primary);
    padding: 5% 7%;
}
.aux-master-menu.aux-narrow .aux-submenu-indicator {
	border: #fff solid;
	color: #fff !important;
	border-width: 13px 10px !important;
}	
.HeaderMain {
    top: 1%;
}	
 .elementor-29
    .elementor-element.elementor-element-52f3a18
    .aux-menu-depth-0
    > .aux-item-content {
		padding-right: 0px;
		font-size: 14px !important;
		color: #fff;
		line-height: 50px;
  }
  h1 {
	  font-size: 28px !important;
	  font-weight: 700 !important;
	  line-height: 40px !important;
  }
  h2 {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 35px !important;
  }
  h3 {
	  font-size: 20px !important;
	  font-weight: 700 !important;
	  line-height: 25px !important;
  }
  h6 {
    font-size: 22px !important;
    line-height: 34px !important;
    margin-top: 15px !important;
  }
.boardbox {
    min-height: 330px;
}	
.boardbox img {
	width: 100%;
	max-width: 100%;
    height: 160px;
	object-fit: cover;
	object-position: top;
	border-radius: 0px 0px 0px 0px;
}
.programs-service-box img {
    width: 100%;
    height: 410px;
}
.phx-testimonial-text {
        font-size: 15px !important;
        margin-bottom: 3px !important;
        padding: 20px 30px !important;
        line-height: 35px !important;
}
.phx-client-name {
	font-weight: 400;
	font-size: 24px;
	padding: 0px 0px 0px 30px;
}
.boardbox h5 {
    font-size: 15px !important;
    line-height: 25px !important;
}	
  .HeroBanner:after {
    width: 734px;
    height: 652px;
    bottom: -25px;
    display: none;
  }
  p {
    font-size: 16px !important;
  }
  .OurStorybg:after {
	  width: 100%;
	  height: 470px;
	  position: relative;
  }
  .elementor-counter .elementor-counter-number-wrapper {
    font-size: 35px;
  }
  .phx-image img {
        width: 100%;
        height: 380px;
  }
  .mentorsbox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px 20px 0px 0px;
  }
  .mentorsbox h5 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .mentorsbox {
    padding: 0% 0 0% 0;
  }
  .programs-service-content a {
	  font-size: 25px;
	  line-height: 35px;
  }
.donatebox {
    min-height: 300px !important;
}
.blog-image img {
    width: 100%;
    height: 238px;
}
.blog-desc {
    width: 100%;
}
.blog-title a {
    margin: 25px 0 15px 0;
    display: block;
    font-size: 22px;
    line-height: 25px;
}
.MainContact .ContactForm input[type="text"], .MainContact .ContactForm input[type="email"], .MainContact .ContactForm input[type="tel"], .MainContact .ContactForm textarea {
    margin-top: 10px;
}	
.servicesboxsmall {
    min-height: 380px !important;
}	
.elementor-10 .elementor-element.elementor-element-4e86f4c1 img {
width: 30% !important;
        max-width: 30% !important;
        height: 44px;
        object-fit: contain;
        object-position: center center;
}	
    .FooterMain .elementor-column.elementor-md-70 {
        width: 50%;
        margin: 0px 0 0px auto;
    }
	.FooterMain .elementor-form .elementor-button.elementor-size-md {
    min-height: 59px;
}
	.elementor-22 .elementor-element.elementor-element-f4fcb21 img {
    width: 36%;
}	
.supportbox {
    padding: 5% 28px;
}		
}

/* Mobile landscape */
@media (max-width: 768px) {
  .aux-xhd .e-con > .e-con-inner {
    max-width: 800px !important;
  }
.elementor-29 .elementor-element.elementor-element-52f3a18 .aux-submenu .aux-menu-item .aux-item-content {
    background-color: var(--e-global-color-text);
    color: var(--e-global-color-primary);
    padding: 5% 7%;
}
.aux-master-menu.aux-narrow .aux-submenu-indicator {
	border: #fff solid;
	color: #fff !important;
	border-width: 13px 10px !important;
}	
.HeaderMain {
    top: 1%;
}	
 .elementor-29
    .elementor-element.elementor-element-52f3a18
    .aux-menu-depth-0
    > .aux-item-content {
		padding-right: 0px;
		font-size: 14px !important;
		color: #fff;
		line-height: 50px;
  }
  h1 {
	  font-size: 28px !important;
	  font-weight: 700 !important;
	  line-height: 40px !important;
  }
  h2 {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 35px !important;
  }
  h3 {
	  font-size: 20px !important;
	  font-weight: 700 !important;
	  line-height: 25px !important;
  }
  h6 {
    font-size: 22px !important;
    line-height: 34px !important;
    margin-top: 15px !important;
  }
.boardbox {
    min-height: 330px;
}	
.boardbox img {
	width: 100%;
	max-width: 100%;
    height: 160px;
	object-fit: cover;
	object-position: top;
	border-radius: 0px 0px 0px 0px;
}
.programs-service-box img {
    width: 100%;
    height: 410px;
}
.phx-testimonial-text {
        font-size: 15px !important;
        margin-bottom: 3px !important;
        padding: 20px 30px !important;
        line-height: 35px !important;
}
.phx-client-name {
	font-weight: 400;
	font-size: 24px;
	padding: 0px 0px 0px 30px;
}
.boardbox h5 {
    font-size: 15px !important;
    line-height: 25px !important;
}	
  .HeroBanner:after {
    width: 734px;
    height: 652px;
    bottom: -25px;
    display: none;
  }
  p {
    font-size: 16px !important;
  }
  .OurStorybg:after {
	  width: 100%;
	  height: 470px;
	  position: relative;
  }
  .elementor-counter .elementor-counter-number-wrapper {
    font-size: 35px;
  }
  .phx-image img {
    width: 100%;
    height:100%;
  }
  .mentorsbox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px 20px 0px 0px;
  }
  .mentorsbox h5 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .mentorsbox {
    padding: 0% 0 0% 0;
  }
  .programs-service-content a {
	  font-size: 25px;
	  line-height: 35px;
  }
.donatebox {
    min-height: 300px !important;
}
.blog-image img {
    width: 100%;
    height: 238px;
}
.blog-desc {
    width: 100%;
}
.blog-title a {
    margin: 25px 0 15px 0;
    display: block;
    font-size: 22px;
    line-height: 25px;
}
.MainContact .ContactForm input[type="text"], .MainContact .ContactForm input[type="email"], .MainContact .ContactForm input[type="tel"], .MainContact .ContactForm textarea {
    margin-top: 10px;
}	
.servicesboxsmall {
    min-height: 380px !important;
}	
.elementor-10 .elementor-element.elementor-element-4e86f4c1 img {
width: 30% !important;
        max-width: 30% !important;
        height: 44px;
        object-fit: contain;
        object-position: center center;
}	
    .FooterMain .elementor-column.elementor-md-70 {
        width: 50%;
        margin: 0px 0 0px auto;
    }
	.FooterMain .elementor-form .elementor-button.elementor-size-md {
    min-height: 59px;
}
	.elementor-22 .elementor-element.elementor-element-f4fcb21 img {
    width: 36%;
}	
.supportbox {
    padding: 5% 28px;
}		
}

/* Small mobile */
@media (max-width: 576px) {
  .aux-xhd .e-con > .e-con-inner {
    max-width: 500px !important;
    padding: 0 12px;
  }
.elementor-29 .elementor-element.elementor-element-52f3a18 .aux-submenu .aux-menu-item .aux-item-content {
    background-color: var(--e-global-color-text);
    color: var(--e-global-color-primary);
    padding: 5% 7%;
}
.aux-master-menu.aux-narrow .aux-submenu-indicator {
	border: #fff solid;
	color: #fff !important;
	border-width: 13px 10px !important;
}	
.HeaderMain {
    top: 1%;
}	
 .elementor-29
    .elementor-element.elementor-element-52f3a18
    .aux-menu-depth-0
    > .aux-item-content {
		padding-right: 0px;
		font-size: 14px !important;
		color: #fff;
		line-height: 50px;
  }
  h1 {
	  font-size: 20px !important;
	  font-weight: 700 !important;
	  line-height: 30px !important;
  }
  h2 {
	  font-size: 18px !important;
	  font-weight: 700 !important;
	  line-height: 30px !important;
  }
  h3 {
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 25px !important;
  }
  h6 {
    font-size: 22px !important;
    line-height: 34px !important;
    margin-top: 15px !important;
  }
.elementor-22 .elementor-element.elementor-element-1324461 .elementor-button {
    font-size: 14px;
    padding: 15px 23px 15px 23px;	
    width: 100%;
}	
.elementor-22 .elementor-element.elementor-element-747dbce .elementor-button {
    font-size: 14px;
    padding: 15px 23px 15px 23px;
    width: 100%;
}	
.boardbox {
        min-height: 600px !important;
}	
.boardbox img {
	width: 100%;
	max-width: 100%;
	height: 430px !important;
	object-fit: cover !important;
	object-position: center !important;
	border-radius: 0px 0px 0px 0px;
}
	.boardbox h5 {
    font-size: 28px !important;
    line-height: 30px !important;
}	
.phx-testimonial-text {
	font-size: 13px !important;
	margin-bottom: 3px !important;
	padding: 0px 30px !important;
	line-height: 23px !important;
}
.phx-client-name {
	font-weight: 400;
	font-size: 24px;
	padding: 0px 0px 0px 30px;
}

  .HeroBanner:after {
    width: 734px;
    height: 652px;
    bottom: -25px;
    display: none;
  }
  p {
    font-size: 14px !important;
  }
  .OurStorybg:after {
	  width: 100%;
	  height: 470px;
	  position: relative;
  }
  .elementor-counter .elementor-counter-number-wrapper {
    font-size: 35px;
  }
  .phx-image img {
        width: 100%;
        height: 100%;
  }
.phx-testimonial-right {
    width: 100%;
    height: 100%;
    padding: 20px 0px;
}	
  .mentorsbox img {
	  width: 100%;
	  max-width: 100%;
/* 	  height: 380px !important; */
	  object-fit: cover !important;
	  object-position: center !important;
	  border-radius: 0px 0px 0px 0px;
  }
  .mentorsbox h5 {
        font-size: 26px !important;
        line-height: 35px !important;

  }
  .mentorsbox {
    padding: 0% 0 0% 0;
  }
.donatebox {
        min-height: 300px !important;
}
.blog-image img {
        width: 100%;
        height: 100%;
}
.blog-desc {
    width: 100%;
}
.blog-title a {
    margin: 25px 0 15px 0;
    display: block;
    font-size: 22px;
    line-height: 25px;
}
.MainContact .ContactForm input[type="text"], .MainContact .ContactForm input[type="email"], .MainContact .ContactForm input[type="tel"], .MainContact .ContactForm textarea {
    margin-top: 10px;
}	
.servicesboxsmall {
    min-height: 380px !important;
}	
.elementor-10 .elementor-element.elementor-element-4e86f4c1 img {
width: 30% !important;
        max-width: 30% !important;
        height: 44px;
        object-fit: contain;
        object-position: center center;
}	
    .FooterMain .elementor-column.elementor-md-70 {
        width: 100%;
        margin: 0px 0 0px auto;
    }
	.FooterMain .elementor-form .elementor-button.elementor-size-md {
    min-height: 59px;
}
.elementor-social-icons-wrapper.elementor-grid {
    margin-bottom: 20px;
}	
	.elementor-22 .elementor-element.elementor-element-f4fcb21 img {
    width: 36%;
}	
.phx-testimonial-swiper {
    position: relative;
    padding-bottom: 9%;
}
.programs-service-box.left-image {
    flex-direction: column-reverse;
}
.programs-service-content {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 5% 15px;
}
.programs-service-image {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    z-index: 2;
}	
.programs-service-box img {
    width: 100%;
    height: 100%;
}
	.programs-service-content a {
        font-size: 20px;
        line-height: 30px;
	}
.programs-service-box.right-image {
    flex-direction: column;
}
	.blogs-section {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 0 0px;
	}	
}

/* Extra small mobile */
@media (max-width: 480px) {
  .aux-xhd .e-con > .e-con-inner {
    max-width: 420px !important;
  }
.elementor-29 .elementor-element.elementor-element-52f3a18 .aux-submenu .aux-menu-item .aux-item-content {
    background-color: var(--e-global-color-text);
    color: var(--e-global-color-primary);
    padding: 5% 7%;
}
.aux-master-menu.aux-narrow .aux-submenu-indicator {
	border: #fff solid;
	color: #fff !important;
	border-width: 13px 10px !important;
}	
.HeaderMain {
    top: 1%;
}	
 .elementor-29
    .elementor-element.elementor-element-52f3a18
    .aux-menu-depth-0
    > .aux-item-content {
		padding-right: 0px;
		font-size: 14px !important;
		color: #fff;
		line-height: 50px;
  }
  h1 {
	  font-size: 20px !important;
	  font-weight: 700 !important;
	  line-height: 30px !important;
  }
  h2 {
	  font-size: 18px !important;
	  font-weight: 700 !important;
	  line-height: 30px !important;
  }
  h3 {
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 25px !important;
  }
  h6 {
    font-size: 22px !important;
    line-height: 34px !important;
    margin-top: 15px !important;
  }
.elementor-22 .elementor-element.elementor-element-1324461 .elementor-button {
    font-size: 14px;
    padding: 15px 23px 15px 23px;	
    width: 100%;
}	
.elementor-22 .elementor-element.elementor-element-747dbce .elementor-button {
    font-size: 14px;
    padding: 15px 23px 15px 23px;
    width: 100%;
}	
.boardbox {
        min-height: 600px !important;
}	
.boardbox img {
	width: 100%;
	max-width: 100%;
	height: 430px !important;
	object-fit: cover !important;
	object-position: center !important;
	border-radius: 0px 0px 0px 0px;
}
	.boardbox h5 {
    font-size: 28px !important;
    line-height: 30px !important;
}	
.phx-testimonial-text {
	font-size: 13px !important;
	margin-bottom: 3px !important;
	padding: 0px 30px !important;
	line-height: 23px !important;
}
.phx-client-name {
	font-weight: 400;
	font-size: 24px;
	padding: 0px 0px 0px 30px;
}

  .HeroBanner:after {
    width: 734px;
    height: 652px;
    bottom: -25px;
    display: none;
  }
  p {
    font-size: 14px !important;
  }
  .OurStorybg:after {
width: 100%;
        height: 400px;
        position: relative;
  }
  .elementor-counter .elementor-counter-number-wrapper {
    font-size: 35px;
  }
  .phx-image img {
        width: 100%;
        height: 100%;
  }
.phx-testimonial-right {
    width: 100%;
    height: 100%;
    padding: 20px 0px;
}	
  .mentorsbox img {
	  width: 100%;
	  max-width: 100%;
	  height: 380px !important;
	  object-fit: cover !important;
	  object-position: center !important;
	  border-radius: 0px 0px 0px 0px;
  }
  .mentorsbox h5 {
        font-size: 26px !important;
        line-height: 35px !important;

  }
  .mentorsbox {
    padding: 0% 0 0% 0;
  }
.donatebox {
        min-height: 300px !important;
}
.blog-image img {
        width: 100%;
        height: 100%;
}
.blog-desc {
    width: 100%;
}
.blog-title a {
    margin: 25px 0 15px 0;
    display: block;
    font-size: 22px;
    line-height: 25px;
}
.MainContact .ContactForm input[type="text"], .MainContact .ContactForm input[type="email"], .MainContact .ContactForm input[type="tel"], .MainContact .ContactForm textarea {
    margin-top: 10px;
}	
.servicesboxsmall {
    min-height: 380px !important;
}	
.elementor-10 .elementor-element.elementor-element-4e86f4c1 img {
width: 30% !important;
        max-width: 30% !important;
        height: 44px;
        object-fit: contain;
        object-position: center center;
}	
    .FooterMain .elementor-column.elementor-md-70 {
        width: 100%;
        margin: 0px 0 0px auto;
    }
	.FooterMain .elementor-form .elementor-button.elementor-size-md {
    min-height: 59px;
}
.elementor-social-icons-wrapper.elementor-grid {
    margin-bottom: 20px;
}	
	.elementor-22 .elementor-element.elementor-element-f4fcb21 img {
        width: 100%;
}	
.phx-testimonial-swiper {
    position: relative;
    padding-bottom: 9%;
}
.programs-service-box.left-image {
    flex-direction: column-reverse;
}
.programs-service-content {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 5% 15px;
}
.programs-service-image {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    z-index: 2;
}	
.programs-service-box img {
    width: 100%;
    height: 100%;
}
	.programs-service-content a {
        font-size: 20px;
        line-height: 30px;
	}
.programs-service-box.right-image {
    flex-direction: column;
}
	.blogs-section {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 0 0px;
	}		
}

/* Very small mobile */
@media (max-width: 360px) {
  .aux-xhd .e-con > .e-con-inner {
    max-width: 320px !important;
  }
.elementor-29 .elementor-element.elementor-element-52f3a18 .aux-submenu .aux-menu-item .aux-item-content {
    background-color: var(--e-global-color-text);
    color: var(--e-global-color-primary);
    padding: 5% 7%;
}
.aux-master-menu.aux-narrow .aux-submenu-indicator {
	border: #fff solid;
	color: #fff !important;
	border-width: 13px 10px !important;
}	
.HeaderMain {
    top: 1%;
}	
 .elementor-29
    .elementor-element.elementor-element-52f3a18
    .aux-menu-depth-0
    > .aux-item-content {
		padding-right: 0px;
		font-size: 14px !important;
		color: #fff;
		line-height: 50px;
  }
  h1 {
	  font-size: 20px !important;
	  font-weight: 700 !important;
	  line-height: 30px !important;
  }
  h2 {
	  font-size: 18px !important;
	  font-weight: 700 !important;
	  line-height: 30px !important;
  }
  h3 {
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 25px !important;
  }
  h6 {
    font-size: 22px !important;
    line-height: 34px !important;
    margin-top: 15px !important;
  }
.elementor-22 .elementor-element.elementor-element-1324461 .elementor-button {
    font-size: 14px;
    padding: 15px 23px 15px 23px;	
    width: 100%;
}	
.elementor-22 .elementor-element.elementor-element-747dbce .elementor-button {
    font-size: 14px;
    padding: 15px 23px 15px 23px;
    width: 100%;
}	
.boardbox {
        min-height: 600px !important;
}	
.boardbox img {
	width: 100%;
	max-width: 100%;
	height: 430px !important;
	object-fit: cover !important;
	object-position: center !important;
	border-radius: 0px 0px 0px 0px;
}
	.boardbox h5 {
    font-size: 28px !important;
    line-height: 30px !important;
}	
.phx-testimonial-text {
	font-size: 13px !important;
	margin-bottom: 3px !important;
	padding: 0px 30px !important;
	line-height: 23px !important;
}
.phx-client-name {
	font-weight: 400;
	font-size: 24px;
	padding: 0px 0px 0px 30px;
}

  .HeroBanner:after {
    width: 734px;
    height: 652px;
    bottom: -25px;
    display: none;
  }
  p {
    font-size: 14px !important;
  }
  .OurStorybg:after {
width: 100%;
        height: 300px;
        position: relative;
  }
  .elementor-counter .elementor-counter-number-wrapper {
    font-size: 35px;
  }
  .phx-image img {
        width: 100%;
        height: 100%;
  }
.phx-testimonial-right {
    width: 100%;
    height: 100%;
    padding: 20px 0px;
}	
  .mentorsbox img {
	  width: 100%;
	  max-width: 100%;
	  height: 380px !important;
	  object-fit: cover !important;
	  object-position: center !important;
	  border-radius: 0px 0px 0px 0px;
  }
  .mentorsbox h5 {
        font-size: 26px !important;
        line-height: 35px !important;

  }
  .mentorsbox {
    padding: 0% 0 0% 0;
  }
.donatebox {
        min-height: 300px !important;
}
.blog-image img {
        width: 100%;
        height: 100%;
}
.blog-desc {
    width: 100%;
}
.blog-title a {
    margin: 25px 0 15px 0;
    display: block;
    font-size: 22px;
    line-height: 25px;
}
.MainContact .ContactForm input[type="text"], .MainContact .ContactForm input[type="email"], .MainContact .ContactForm input[type="tel"], .MainContact .ContactForm textarea {
    margin-top: 10px;
}	
.servicesboxsmall {
    min-height: 380px !important;
}	
.elementor-10 .elementor-element.elementor-element-4e86f4c1 img {
width: 30% !important;
        max-width: 30% !important;
        height: 44px;
        object-fit: contain;
        object-position: center center;
}	
    .FooterMain .elementor-column.elementor-md-70 {
        width: 100%;
        margin: 0px 0 0px auto;
    }
	.FooterMain .elementor-form .elementor-button.elementor-size-md {
    min-height: 59px;
}
.elementor-social-icons-wrapper.elementor-grid {
    margin-bottom: 20px;
}	
	.elementor-22 .elementor-element.elementor-element-f4fcb21 img {
        width: 100%;
}	
.phx-testimonial-swiper {
    position: relative;
    padding-bottom: 9%;
}
.programs-service-box.left-image {
    flex-direction: column-reverse;
}
.programs-service-content {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 5% 15px;
}
.programs-service-image {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    z-index: 2;
}	
.programs-service-box img {
    width: 100%;
    height: 100%;
}
	.programs-service-content a {
        font-size: 20px;
        line-height: 30px;
	}
.programs-service-box.right-image {
    flex-direction: column;
}
	.blogs-section {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 0 0px;
	}	
}
