/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
 
 body{
     font-family: "Roboto", sans-serif;
 }

.h-parent h2::after {
    content: "";
 display: block;
 width: 62px;
 height: 3px;
 background-color: #e60000;
 margin-top: 12px;
 margin-left: -10px;

}
.lower-head h2::after {
    content: "";
 display: block;
 width: 62px;
 height: 3px;
 background-color: #e60000;
 margin-top: 12px;

}
.Qoutes::after {
    content: '\201C';
    color: #000;
    font-size: 50px;
    margin-left: 0;
    margin-top: -12px;
}
header li.menu-item.current-menu-item a{
    background: #fff;
    box-shadow: 0px 11px 12px -3px rgba(0, 0, 0, 0.4);
    color: #DC0823 !important;
}
header li.menu-item a:hover{
	background: #fff;
    box-shadow: 0px 11px 12px -3px rgba(0, 0, 0, 0.4);
	color: #DC0823 !important;
}
   
header.elementor.elementor-location-header {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 2;
	transition: 0.3s ease-in-out;
}
.footer-right-side  li.menu-item a::after {
    display: none;
}
.logged-in header.elementor.elementor-location-header {
    top: 32px;
}
.fixed-class-name header>div {
    background: #2e2e2e;
}
.fixed-class-name header>div.white-bg-menu{
	background: #fff;
}

header li.menu-item.current-menu-item a::after {
    display: none;
}

header li.menu-item a {
    border-radius: 30px;
    padding: 13px 23px !important;
    color: #fff !important;
}

header li.menu-item a:after {
    display: none;
}

header li.menu-item {
    margin-right: 10px;
}

header li.menu-item:last-child {
    margin-right: 0px;
}
header .white-bg-menu li.menu-item a {
    color: #000 !important;
}
.elementor .elementor-element {
    margin: 0px;
}
.elementor-element.custom-bg {
    max-width: 1036px;
	width: 100%;
}

.elementor-element>div.e-con-inner {
    max-width: 1366px;
    margin: 0 auto;
}
.crisis-section-block {
   display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center !important;
    align-items: center !important;
}
.crisis-section-block>div {
    background: #fff;
    padding: 20px 12px;
    width: 169px;
    height: 122px;
	margin: 0 auto;
    text-align: center;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
	margin: 0 auto !important;
}
/* form */
/* ===== Contact Form 7 – Basic Reset ===== */
.wpcf7 form ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}

/* Full-width fields */
.wpcf7 form ul li:nth-child(7),
.wpcf7 form ul li:nth-child(8),
.wpcf7 form ul li:nth-child(9),
.wpcf7 form ul li:nth-child(10) {
  grid-column: span 2;
}

/* Labels */
.wpcf7 form label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #111;
}

/* Inputs, Selects, Textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background-color: #fff;
  box-sizing: border-box;
}

/* Placeholder */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #aaa;
}

/* Textarea height */
.wpcf7 textarea {
  min-height: 160px;
  resize: vertical;
}

/* Focus state */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  outline: none;
  border-color: #999;
}

/* Submit Button */
.wpcf7 input[type="submit"] {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  color: #000;
  border: 1px solid #ddd;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Submit Hover */
.wpcf7 input[type="submit"]:hover {
  background: #f5f5f5;
}

/* reCAPTCHA spacing only (no styling) */
.wpcf7 form ul li iframe {
  margin-top: 10px;
}

.team-custom-slider .elementor-element.elementor-widget-theme-post-featured-image img {
    height: 342px;
    object-fit: cover;
    object-position: top;
}
.is-inner-page header.elementor-location-header {
    position: relative;
    top: initial !important;
}
.is-inner-page.fixed-class-name header.elementor-location-header {
    position: fixed;
    width: 100%;
    top: 0px;
}
/* Mobile Responsive */
@media(max-width: 1024px){
	header li.menu-item.current-menu-item a, header li.menu-item a:active,  header li.menu-item a:focus{
		background-color: #fff !important;
	}
	header.elementor.elementor-19.elementor-location-header>div>div>div.e-con-full.header-main-logo {
		z-index: 1;
		position: relative;
		width: 100px;
	}

	.elementor-menu-toggle {
		margin: 0px !important;
		align-items: flex-end !important;
		justify-content: flex-end !important;
		background: transparent !important;
		width: 33px;
        margin-left: auto !important;
		margin-top: 22px !important;
	}

	.elementor-menu-toggle svg {
		color: #fff !important;
		fill: #fff !important;
	}

	nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		position: static !important;
		width: 100%;
		background: #000;
		border-radius: 10px;
		padding: 13px;
		margin-top: 6px;
	}
		.elementor-element.elementor-element-8ac4771.elementor-nav-menu__align-end.elementor-nav-menu--dropdown-tablet.elementor-nav-menu__text-align-aside.elementor-nav-menu--toggle.elementor-nav-menu--burger.elementor-widget.elementor-widget-nav-menu {
		position: static !important;
	}

	header.elementor.elementor-19.elementor-location-header>div, header.elementor.elementor-19.elementor-location-header>div>div {
		position: static !important;
	}

	header.elementor.elementor-19.elementor-location-header>div>div>div {
		position: absolute;
		margin-right: 15px;
		padding-right: 30px;
	}
}
@media(max-width: 980px){
	.crisis-section-block {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 768px) {
  .wpcf7 form ul {
    grid-template-columns: 1fr;
  }

  .wpcf7 form ul li {
    grid-column: span 1 !important;
  }
}
/* Sub Header Css */
.section-heading {
    padding-top: 5rem !important;
}
.abt-brand .elementor-widget-image:nth-of-type(1) img {
  max-width: 200px;
}

.abt-brand .elementor-widget-image:nth-of-type(2) img {
  max-width: 170px;
}

.abt-brand .elementor-widget-image:nth-of-type(3) img {
  max-width: 100px;
}

@media (max-width: 767px) {
  .abc_parent span.elementor-heading-title.elementor-size-default {
    font-size: 10px !important;
  }

  .abc_parent h2.elementor-heading-title.elementor-size-default {
    font-size: 28px !important;
  }
	p{
		font-size: 16px !important;
	}
	h1 {
    font-size: 50px !important;
}
	h4 {
    font-size: 18px !important;
}

h2 {
    font-size: 30px !important;
}
	.section-heading {
    padding-top: 3rem !important;
		padding-left: 1rem !important;
        padding-right: 1rem !important;
}
	.shift-circle img {
    transform: rotate(90deg) !important;
    padding: 10px !important;
}
	.founder-profile img {
    width: 100% !important;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
  .abc_parent h2.elementor-heading-title.elementor-size-default {
    font-size: 35px !important;
  }
	h1 {
    font-size: 60px !important;
}
	.section-heading {
    padding-top: 3.5rem !important;
}
}
/* ipad pro */
@media (min-width: 1025px) and (max-width: 1366px) {
	    .elementor-7 .elementor-element.elementor-element-4a81a15 {
        padding: 50px 34px 50px 34px;
    }
  }
@media (min-width: 768px) and (max-width: 1024px) {
  .abt-brand .elementor-widget-image:nth-of-type(1) img {
    max-width: 160px;
  }

  .abt-brand .elementor-widget-image:nth-of-type(2) img {
    max-width: 140px;
  }

  .abt-brand .elementor-widget-image:nth-of-type(3) img {
    max-width: 90px;
  }
}
@media (max-width: 767px) {
  .abt-brand .elementor-widget-image:nth-of-type(1) img {
    max-width: 130px;
  }

  .abt-brand .elementor-widget-image:nth-of-type(2) img {
    max-width: 110px;
  }

  .abt-brand .elementor-widget-image:nth-of-type(3) img {
    max-width: 80px;
  }
}

@media(max-width: 430px){
	.crisis-section-block {
		grid-template-columns: 1fr;
	}
	.crisis-section-block>div {
		width: 100%;
		height: 98px;
		margin: 0 auto !important;
	}
	footer .elementor-nav-menu {
		padding-left: 0px;
	}

	footer .elementor-nav-menu a {
		padding-left: 10px !important;
	}
}

