/*
 Theme Name:   Astra-Child
 Theme URI:    
 Description:  Astra-Child Theme
 Author:       Piyush Singh Chhoker
 Author URI:   
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-child
*/

/* ===================footer=============== */
body{
  padding: 0;
  margin: 0;
}
.elementor-element-21ad4eb img{
      width: 100px;
    height: 100px;
    object-fit: contain;
    background: white;
    border-radius: 50%;
}
 
/* ===========header=========== */
.elementor-31 .elementor-element.elementor-element-f27635c .hfe-site-logo-container .hfe-site-logo-img{
  width: 100px;
    height: 100px;
    object-fit: contain;
    background: white;
    border-radius: 50%;
}

.shadow {
        box-shadow: 0.00px 0.00px 50px 0px rgba(0, 0, 0, 0.06);
}
.inner-form input, .inner-form-full input {
    border: .6px solid #12234fc2;
    border-radius: 5px;
    color: #12234fc2;
    font-weight: 500;
    font-family: 'Poppins';
}
.inner-form-full textarea {
    border: 1px solid #12234fc2;
    border-radius: 5px;
    color: #12234fc2;
    font-weight: 500;
    font-family: 'Poppins';
    height: 100px;
}
.inner-form-btn input {
    background: #12234f;
    border-radius: 10px;
    padding: 12px 22px;
}

.owl-cursol img{
	    width: 120px;
    height: 120px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    object-fit: contain;
}