/*
Theme Name: Hello Child
Version: 1.0
Description: A child theme of Hello Animation
Template: hello-animation
Author: Doodleblue
*/
@import url("../hello-elementor/style.css");
@media (min-width: 1200px) {
    .hero-banner-container{
		max-height: 600px;
		overflow: hidden
	}
	
}
@media (min-width: 768px) {
    #menu-primary-menu > li:last-child {
        display: none;
    }
	
}
.header-btn a.wcf--theme-btn.wc-btn-primary {
  background: #227ab6;
  border: 1px solid #227ab6;
  border-radius: 8px;
  padding: 10px 17px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", Sans-serif;
}
.header-btn a.wcf--theme-btn.wc-btn-primary:hover {
  background: transparent;
  border: 1px solid #227ab6;
  color:#227ab6;
}
.header__inner {
    height: 100%;
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
}
.right-menu {
  display: flex;
  gap: 30px;
}
.right-menu .header__nav span.ha-nav-link {
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", Sans-serif;
}

.right-menu .header__nav .nav-link.active {
  	color: #227AB6;
	font-weight:700;
}
.right-menu .header__nav .nav-link:hover span.ha-nav-link {
  	color: #000 !important;
	font-weight:500;
}
.right-menu .header__nav .nav-link.active span.ha-nav-link{
  	color: #227AB6;
	font-weight:700;
}

header.header__area.default-blog-header.plr-150 {
  background: url("/wp-content/uploads/2025/05/both-blues-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-bottom: 1px solid #00579399;
}
input.wpcf7-form-control.wpcf7-email.form-control.email-icon {
    height: 48px;
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #DCDDDF;
    outline: none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary.full-width {
    height: 48px;
    width: 100%;
    border: none;
    margin-top: 10px;
    background: #227AB6;
    color: #fff;
    border-radius: 6px;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.subscription-form span.wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 10px;
}
.subscription-form .wpcf7-form-control-wrap::after{
    content:'';
    background: url(./assets/images/mail.png);
    width: 18px;
    height: 18px;
    position:absolute;
    z-index: 107;
    right: 10px;
    top: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}
.subscription-form .wpcf7-form.errorMsgshow .wpcf7-form-control-wrap{
	display:block;
}
.subscription-form .wpcf7-form.errorMsgshow .wpcf7-form-control-wrap::after{
	top: 15px;
}
.subscription-form .wpcf7-response-output {
    margin: 10px !important;
}
.subscription-form .wpcf7-not-valid-tip{
	display:none;
}
.homepage-slider .htslider-slider .slick-dots {
    position: absolute;
    bottom: 50%;
    left: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    margin: 0;
    padding: 0;
    list-style: outside none none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.homepage-slider .htslider-slider .slick-dots li{
    margin-bottom:10px;
}
.homepage-slider .htslider-slider .slick-arrow{
	width: 40px;
	height:40px;
}

.highlight-black {
    color: #094B72;
}
.relative{
	position:relative;
}
.contact-custom-form .form-group {
  margin-bottom: 25px;
}
.contact-custom-form .form-control {
  width: 100%;
  padding: 10px;
  min-height: 50px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
background: transparent;
}
.contact-custom-form .wpcf7-not-valid-tip{
	display: none;
}
.contact-custom-form select.wpcf7-form-control.form-select {
  appearance: none; /* Remove native styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;

  /* Black down arrow as inline SVG */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  cursor: pointer;
}
.contact-custom-form .wpcf7-form-control.wpcf7-submit.has-spinner {
  width: 100%;
  display: block;
  background: #227AB6;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
}
.contact-custom-form .wpcf7-spinner {
  top: -166px;
  left: 45%;
}
.contact-custom-form .form-group label{
  position: relative;
  display: block;
}
.contact-custom-form .form-group label .label{
  position: absolute;
  left: 10px;
  top: 12px;
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #828282;
}
.contact-custom-form .form-group label .label span{
  color: #EB5757;
  margin-left: 5px;
}
.contact-custom-form label.error {
  position: absolute;
  left: 0;
  bottom: -30px;
}
.contact-custom-form label#textarea-705-error{
	position: absolute;
  left: 0;
  bottom: -16px;
}


.breadcumbs {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #227AB6;
}
.breadcumbs li {
  display: inline-flex !important;
  margin-right: 10px;
	font-family: "Roboto", Sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0px;
	text-transform: capitalize;
}
.breadcumbs .items-separator {
  font-weight: 400;
  font-size: 18px;
}
.disk-list{
	padding-left:15px;
}
.disk-list li{
	list-style:disc;
}
.single-post .post-content .elementor-widget-container  p{
    font-family: Roboto;
font-weight: 400;
font-size: 20px;
line-height: 32px;
letter-spacing: 0%;
    margin-bottom:20px;
    color: #3B3C4A;
}
.single-post .post-content .elementor-widget-container  ul {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    margin-bottom: 20px;
    color: #3B3C4A;
    padding-left: 23px;
}

.single-post .elementor-widget-container ul li{
  list-style:disc;
	margin-bottom:10px;
}
.m-n-10{
  margin-top: -10px; 
}
@media (max-width: 1366px) {
.homepage-slider .htslider-slider .slick-dots {
    left: 0.8%;
}
	.homepage-slider .htslider-slider .slick-arrow{
	width: 30px;
	height:30px;
		left:10px;
}
	.homepage-slider .htslider-slider .slick-arrow.slick-next {
  right: 10px;
  left: auto;
}
}
@media (max-width: 1280px) {
.homepage-slider .htslider-slider .slick-dots {
    left: 0.8%;
}
	.homepage-slider .htslider-slider .slick-arrow{
	width: 30px;
	height:30px;
		left:0;
}
	.homepage-slider .htslider-slider .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
	
}
@media (max-width: 1159px) {
	.header-btn{
		display:none;
	}
	.homepage-slider .htslider-slider .elementor-widget-image.animated img.attachment-full{
		margin: 0 auto;
	}
}
@media (max-width: 768px) {
	.homepage-slider .htslider-slider .slick-arrow {
  
	  top: 28%;
	}
	
	.homepage-slider .htslider-slider .slick-dots{
		display:none !important;
	}
   .breadcumbs li {
	 font-size: 18px;
	}
.breadcumbs .items-separator {
  font-weight: 400;
  font-size: 16px;
} 
	.hero-banner-container{
		max-height: 960px;
		overflow: hidden
	}


}
@media (min-width: 400px) and (max-width: 500px) {
  .page-id-16 .e-con-inner .history.itrm1 .history-heading {
    top: 20%;
  }
  .page-id-16 .e-con-inner .history.itrm1 .history-text {
    top: 36%;
  }
  .page-id-16 .e-con-inner .history.itrm2 .history-heading {
    top: 0%;
  }
  .page-id-16 .e-con-inner .history.itrm2 .history-text {
    top: 20%;
  }
  .page-id-16 .e-con-inner .history.itrm3 .history-heading {
    top: -7%;
  }
  .page-id-16 .e-con-inner .history.itrm3 .history-text {
    top: 17%;
  }
  .page-id-16 .e-con-inner .history.itrm4 .history-heading {
    top: 0%;
  }
  .page-id-16 .e-con-inner .history.itrm4 .history-text {
    top: 20%;
  }
  .page-id-16 .e-con-inner .history.itrm5 .history-heading {
    top: -7%;
  }
  .page-id-16 .e-con-inner .history.itrm5 .history-text {
    top: 19%;
  }
  .page-id-16 .e-con-inner .history.itrm6 .history-heading {
    top: 0%;
  }
  .page-id-16 .e-con-inner .history.itrm6 .history-text {
    top: 17%;
  }
	.page-id-16 .e-con-inner .history.itrm8 .history-heading {
    top: 0%;
  }
  .page-id-16 .e-con-inner .history.itrm8 .history-text {
    top: 17%;
  }
  .page-id-16 .e-con-inner .history.itrm7 .history-heading {
    top: -10%;
  }
  .page-id-16 .e-con-inner .history.itrm7 .history-text {
    top: 17%;
  }
}

@media (max-width: 399px) {
  .page-id-16 .e-con-inner .history.itrm1 .history-heading {
    top: 18%;
  }
  .page-id-16 .e-con-inner .history.itrm1 .history-text {
    top: 34%;
  }
  .page-id-16 .e-con-inner .history.itrm2 .history-heading {
    top: -4%;
  }
  .page-id-16 .e-con-inner .history.itrm2 .history-text {
    top: 18%;
  }
  .page-id-16 .e-con-inner .history.itrm3 .history-heading {
    top: -10%;
  }
  .page-id-16 .e-con-inner .history.itrm3 .history-text {
    top: 17%;
  }
  .page-id-16 .e-con-inner .history.itrm4 .history-heading {
    top: -2%;
  }
  .page-id-16 .e-con-inner .history.itrm4 .history-text {
    top: 17%;
  }
  .page-id-16 .e-con-inner .history.itrm5 .history-heading {
    top: -7%;
  }
  .page-id-16 .e-con-inner .history.itrm5 .history-text {
    top: 17%;
  }
  .page-id-16 .e-con-inner .history.itrm6 .history-heading {
    top: -7%;
  }
	.page-id-16 .e-con-inner .history.itrm6 .history-text {
    top: 17%;
  }
	.page-id-16 .e-con-inner .history.itrm8 .history-heading {
    top: -2%;
  }
  .page-id-16 .e-con-inner .history.itrm8 .history-text {
    top: 17%;
  }
  .page-id-16 .e-con-inner .history.itrm7 .history-heading {
    top: -10%;
  }
  .page-id-16 .e-con-inner .history.itrm7 .history-text {
    top: 17%;
  }
}
@media (max-width: 369px) {
  .page-id-16 .e-con-inner .history.itrm1 .history-heading {
    top: 18%;
  }
  .page-id-16 .e-con-inner .history.itrm1 .history-text {
    top: 34%;
  }
  .page-id-16 .e-con-inner .history.itrm2 .history-heading {
    top: -4%;
  }
  .page-id-16 .e-con-inner .history.itrm2 .history-text {
    top: 18%;
  }
  .page-id-16 .e-con-inner .history.itrm3 .history-heading {
    top: -10%;
  }
  .page-id-16 .e-con-inner .history.itrm3 .history-text {
    top: 17%;
  }
  .page-id-16 .e-con-inner .history.itrm4 .history-heading {
    top: -8%;
  }
  .page-id-16 .e-con-inner .history.itrm4 .history-text {
    top: 17%;
  }
  .page-id-16 .e-con-inner .history.itrm5 .history-heading {
    top: -7%;
  }
  .page-id-16 .e-con-inner .history.itrm5 .history-text {
    top: 17%;
  }
  .page-id-16 .e-con-inner .history.itrm6 .history-heading {
    top: -7%;
  }
  .page-id-16 .e-con-inner .history.itrm6 .history-text {
    top: 17%;
  }
	.page-id-16 .e-con-inner .history.itrm8 .history-heading {
    top: -7%;
  }
  .page-id-16 .e-con-inner .history.itrm8 .history-text {
    top: 17%;
  }
  .page-id-16 .e-con-inner .history.itrm7 .history-heading {
    top: -10%;
  }
  .page-id-16 .e-con-inner .history.itrm7 .history-text {
    top: 17%;
  }
}


#react-industries  select {
background-image:none!important;
}

.py8{
	padding-top:35px;
	padding-bottom:35px;
}