/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */


.postLink a{
    font-weight: bold;
}

.img-full a {
    width: 100%;
    display: inline-block;
}
.cat-14-upper .elementor-shortcode {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px;
}

.blog-style-2 span.elementor-post-info__terms-list-item {
    border: 1px solid #393939;
    padding: 7px 15px;
    border-radius: 6px;
}
.blog-style-4 .elementor-shortcode{
    color:#fff;
}
.shortText p{
    margin-bottom: 0 !important;
}

.heroSlider .e-n-carousel.swiper {
    padding: 0 !important;
}

.homeGallery .elementor-carousel-image {
    background-position: bottom center;
}
.red-line.dot2:before{
      background: #009246;
}

.red-line:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #CD212A;
    border-radius: 50%;
    z-index: 9;
    left: -9px;
    top: -3px;
}
.blue-line.dot2:before{
      background: #2aa9e0;
}

.blue-line:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #2aa9e0;
    border-radius: 50%;
    z-index: 9;
    left: -9px;
    top: -3px;
}
.blogDate span.elementor-icon-list-text.elementor-post-info__item {
    border: 3px solid #fff;
    background: #21A2D9;
    color: #fff;
    border-radius: 10px;
    max-width: 80px;
    text-align: center;
    padding: 9px 5px;
    margin-top: -60px;
    margin-right: 20px;
}
.partnerSlider .swiper-slide {
    background: #fff;
    padding: 20px 30px;
    height: 100%;
    border-radius: 14px;
}
.partnerSlider .swiper-slide img {
    height: 160px;
    object-fit: contain;
}