/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/
 Description:  A child theme for Hello Elementor
 Author:       Your Name
 Author URI:   https://example.com/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

@import url("../hello-elementor/style.css");


.top_bar p{
	margin-bottom:0px;
	padding-bottom:0px;
}


.bg_image {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
 
}

.bg_image::before {
  content: "";
  position: absolute;
  inset: 15px;
  left:50px;
  background-color: #e74c3c;
  z-index: 0;
 
}

.bg_image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Image Animation CSS */

.image-anime .elementor-widget-container{
	position: relative;
    overflow: hidden;
}

.image-anime .elementor-widget-container:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime .elementor-widget-container:hover:after{
    height: 250%;
    transition: all 600ms linear !important;
    background-color: transparent;
}


/* contact us page */

.contact_form {
 
    border-radius: 20px;
   
}

.contact_form .half_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_form .half_fields > div {
    width: 100%;
}

.contact_form .half_fields > div input, .contact_form textarea , .contact_form .half_fields > div select {
    outline: none !important;
    background: #fff;
    color: #000;
}

.contact_form .half_fields > div input::placeholder , .contact_form textarea::placeholder{
    color: #000;
}
.btn_cust_sub input {
    color: #3B5BA0;
    border-color: #3B5BA0;
/* 	   color: #D60800;
    border-color: #D60800;  */
	
}
.btn_cust_sub [type=submit]:focus{
       color: #fff;
    border-color: #3B5BA0;
    background: #3B5BA0;
}

.btn_cust_sub input:hover {
    background: #3B5BA0;
    color: #fff;
}
.contact_form textarea {
    height: 120px;
}
.contact_form .half_fields > div > p {
    padding-bottom: 8px;
}
.footer_copy a{
	color:#fff;
}
.image_about_with_caption figcaption.widget-image-caption.wp-caption-text {
    padding: 5px 10px;
}
.tabs_quality .e-n-tabs-content {
    border: 1px solid #000;
}
.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"]{
	border-bottom-left-radius:0px !important;
	border-bottom-right-radius:0px !important;
}

@media only screen and (max-width: 600px) {
  .contact_form .half_fields > div {
		width: 100%;
  }
	.contact_form textarea {
		height: 100px;
	}
}