/*
Theme Name: Hello Elementor Child
Theme URI: [URL of your theme's webpage]
Description: Child theme for Hello Elementor
Author: [Your Name]
Author URI: [Your Website]
Template: hello-elementor
Version: 1.0
*/
/*red : #DA2928*/
/*blue: #1267AF*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: "Poppins", Sans-serif !important;
    font-weight: 600;
}
a{
    color: #1267AF;
}
.page-title h1{
    font-weight:600;
}
#content p {
  line-height: 30px;
}
.product-slide {
    padding: 15px;
    background: #f5f5f5;
    margin: 0 15px;
    text-align: center;
    min-height: 400px !important;
}
.product-image img{
    margin: auto;
}
.inquiry-form ul li {
  line-height: 30px;
}
h3.product-title {
    color: #DA2928;
    font-size: 20px;
}
a.product-link {
    color: #fff;
    background: #1267AF;
    padding: 15px 20px;
    margin: 20px 0;
    display: inline-block;
}
.products-slick-slider button:hover{
    background: transparent;
}
a.product-link:hover {
    color: #fff;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: auto;
    background: #1267AF;
    color: #fff;
    border-color: #1267AF;
    margin-left: 90px;
}
.elementor-location-footer li {
    list-style: none;
}
.custom-taxonomy-grid {
    display: flex;
    flex-wrap: wrap;
}

.button-field {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.custom-taxonomy-grid .grid-item {
    flex: 0 0 25%; /* 4 items in a row */
    padding: 10px;
    text-align: center;
}

.custom-taxonomy-grid img {
    max-width: 100%; /* Ensure image scales properly */
    height: auto;
}
.custom-taxonomy-grid .grid-item img {
    border-radius: 50%;
}
.custom-taxonomy-grid h3 {
    margin-top: 10px;
    font-size: 16px;
    color: #11669D;
}
.home-features .elementor-widget-icon-box {
    min-height: 500px;
    display: contents;
}
article.post {
    flex: 0 0 25%;
    padding: 10px;
    text-align: center;
    overflow: hidden;
}
.inner-cls {
    box-shadow: 0 0 10px #ccc;
    padding: 20px;
    background: transparent;
    overflow: hidden;
    position: relative;
}
.inner-cls a{
    display: block;
    overflow: hidden;
    transition: all 0.5s ease;
}
span.elementor-icon.elementor-animation- {
    background: #11669d;
    font-size: 34px;
    padding: 8px 9px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.archive .page-content {
    display: flex;
    width: 100%;
	flex-wrap: wrap;
}
.hidden-field {
    visibility: hidden;
    display: none;
}
.page-content, .inquiry-form {
    display: inline-block;
    float: left;
    width: 40%;
    padding: 0 15px;
}
.contact_small_field {
    display: flex;
    justify-content: space-between;
}

.contact_small_field .field {
    flex: 0 1 32%;
}
.field input.wpcf7-form-control, textarea.wpcf7-form-control{
    border-radius: 4px;
    border-color: #11669D;
}
.atitle {
    display: flex;
    width: 100%;
    justify-content: center;
}
.atitle h2{
    color: #11669d;
    font-size: 32px;
    font-weight: 600;
}
.atitle img {
    width: auto;
    height: fit-content;
}
h2.entry-title a {
    margin-top: 10px;
    font-size: 20px;
    color: #4a4a4a;
    font-weight: 600;
    line-height:1.4;
}

h2.entry-title {
    margin: 0;
}
.page-title {
    background: #11669D;
    text-align: center;
    padding: 14px 0;
    color: #fff;
}
.archive .page-content a.post-img img {
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
}
.archive .page-content img {
    width: 100%;
    height: auto;
}
article.post:hover .inner-cls img {
    transform: scale(1.2);
    transition: all 0.5s ease;
}
article.post:hover .inner-cls {
    background: #eee;
}
.archive-posts {
    display: inline-block;
    width: 100%;
    background: #F8F8F9;
    padding: 0 0 50px 0;
}
.post-table {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.inquiry-form ul {
    padding-left: 19px;
}
.form-btn {
    margin: 30px 0;
}
button#myBtn {
    background: #11669D;
    color: #fff;
    border-color: #11669D;
    padding: 10px 30px;
}
h1.entry-title {
    color: #11669D;
    font-size: 32px;
    text-transform: uppercase;
}
main#content {
    margin: 50px auto 50px;
}
.product-hover .elementor-element.elementor-widget.elementor-widget-image {
    box-shadow: 0 0 10px 0 #ccc;
    padding: 10px;
    transition: all 0.5s ease;
    overflow:hidden;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item a:after {
    background: none;
}
.product-hover .elementor-element.elementor-widget.elementor-widget-image:hover {
    border-color: #11669d;
    background: #eee;
}
.product-hover .elementor-element.elementor-widget.elementor-widget-image:hover figure{
    overflow:hidden;
}
.single .page-content img {
    box-shadow: 0 0 10px #ccc;
    margin: 0 0 30px;
}

h1.entry-title {
    font-weight: 700;
    font-size: 40px;
    margin: 0;
}
.archive-description {
    text-align: justify;
}
p.has-medium-font-size {
    color: #5c5c5c;
}
.elementor-tab-content {
    text-align: center;
}
.atitle h2:after {
    content: '';
    border-bottom: 3px solid #df1e1e;
    width: 180px;
    height: 3px;
    display: block;
    margin: 5px auto 0;
}
@media (max-width:767px){
    .custom-taxonomy-grid .grid-item,article.post {
        flex: 0 0 50%;
    }
    .archive .page-content img{
        width:auto;
        height:auto;
    }
    .page-content, .inquiry-form,.modal-content{
        width:100%;
    }
    
}
}