/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


body { font-style: normal;    font-weight: 400;    font-size: 14px;
    line-height: 1.75;     font-family: "Libre Franklin", Sans-serif;    letter-spacing: 0em;    text-align: left;    color: #181d26;}
    
    h2{
        font-size:36px;
    }
    h3{
        font-size:32px;
    }
    <!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TSBP3J10PX">
</script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-TSBP3J10PX');
</script>
.home_slider h3{
    color:#438de0;
    margin:0;
    padding:0;
    font-size:46px;
    font-weight:600;
}

.home_slider p{
    margin-top:20px;
    font-size:26px;
}

.home_slider .elementor-button{
    text-transform:uppercase;
    font-size:26px;
}

.table_services th{
    font-size:40px !important;
    font-family:'Playfair Display', serif !important;
}

.elementor-location-footer ul{
    list-style:none;
}

.elementor-location-footer h5{
    text-transform:capitalize;
}

.elementor-location-footer .elementor-nav-menu a{
    padding:13px 0px !important;
}


.blog_post_content .blog_side_bar ul{
    list-style:none;
}

.blog_post_content .blog_side_bar ul{
    list-style:none;
}

.blog_post_content .blogcontent ul, .blog_post_content .blogcontent ol{
    list-style-position:inside;
}

@media(max-width:992px)
{
    
    .home_slider h3{
        font-size:26px;
    }
    
    .home_slider p{
        font-size:16px;
    }
    
    .home_slider .elementor-button{
        font-size:16px;
    }



    .table_services th{
        font-size:24px !important;
    }
}