/* @import url("https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&family=Andika:ital,wght@0,400;0,700;1,400;1,700&family=Outfit:wght@100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap"); */


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* 
Font family
-----------------------------------------------
font-family: "Urbanist", sans-serif;
-----------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    list-style: none;
    font-family: "Montserrat", sans-serif;
    color: #5d5d5d;
    font-size: 16px;
    line-height: 29px;
}

/* body, ul, li, a {
} */
body {
    max-width: 100%;
    overflow-x: hidden !important;
    background: #fff !important;
}


h1,
h2,
h3,
h4,
h5,
h5,
h6 {
    color: #000;
    font-family: "Montserrat", sans-serif;

}

h2 {
    font-size: 36px;
    font-weight: 500;
}

h6 {
    text-transform: uppercase;
    margin: 0px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    letter-spacing: 1.8px;
    opacity: 1;
}


@media (min-width: 2001px) {
    .what-we-do-inner .what-we-do-content {
        padding-right: 100px !important;
    }
}

/* == CONTAINER-CSS ==
================================================= */
.footer-inner,
.container,
.e-con-inner,
.elementor-container {
    max-width: 88% !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* .elementor-element,
.e-con-inner {
padding: 0 ;
} */
/* == CONTAINER-CSS ==
================================================= */
hr.wp-block-separator {
    color: transparent !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.elementor-divider span.elementor-divider-separator {
    border-top: 1px solid #d9d9d9 !important;
}

/* == ADA-ICON-CSS ==
===============================================================*/
body .uwy.userway_p5 .uai {
    top: auto;
    bottom: 80px !important;
    left: 13px;
    right: auto;
}

div#userwayAccessibilityIcon img.ui_b {
    filter: invert(1);
    -webkit-filter: invert(1);
}

/* == ADA-ICON-CSS ==
===============================================================*/
/* == SELECTION-CSS ==
===============================================================*/
::-moz-selection {
    background: #d9d9d9;
    color: #000;
}

::-webkit-selection {
    background: #d9d9d9;
    color: #000;
}

::selection {
    background: #d9d9d9;
    color: #000;
}

:root {
    --primarycolor: #86162d;
    --secondarycolor: #000000;
    --black: #000;
}

.header-top-outer {
    padding: 10px 0px;
    background-color: #cd0102;
}

.header-top-inner {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.header-top-right ul {
    display: flex;
    display: -webkit-flex;
    gap: 25px;
}

.header-top-left a {
    display: flex;
}

.header-top-left a img {
    width: 30px;
    filter: brightness(0) invert(1);
}

.header-top-right ul li a {
    position: relative;
    padding-left: 25px;
    color: #fff;
}

.header-top-right ul li a::after {
    position: absolute;
    content: '';
    background-image: url(../images/phone-call.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    left: 0;
    top: 2px;
}

.header-top-right ul li:nth-child(2) a::after {
    background-image: url(../images/email.png);
}

.menu_outer {
    padding: 20px 0px;


}

.elementor-icon i,
.elementor-icon svg {
    width: 1.7em !important;
    height: 1.7em !important;
}

.elementor-icon i,
.elementor-icon svg path {
    fill: #1e3763;
}

.menu_outer .container {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.contact-box .elementor-icon-box-title,
.contact-box .elementor-icon-box-title span {
    display: block;
    margin: 0px;
}

#mega-menu-wrap-menu-1 {
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

#mega-menu-menu-1 {}

.mega-close,
#mega-menu-wrap-menu-1:has(.mega-menu-open) #mega-menu-menu-1[data-effect-mobile^="slide_"]+button.mega-close::before {
    display: none !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    background: transparent;
    color: #cd0102;
    font-weight: 600;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:focus {
    background: transparent;
    color: #cd0102;
    font-weight: 600;
    text-decoration: none;
}

.header_logo a {
    display: flex;
}

.header_logo img {
    height: 40px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    position: relative;
    font-weight: 600;
    color: #333;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link::after {
    content: "" !important;
    display: block !important;
    position: relative;
    z-index: 1;
    top: auto;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;

    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;

    border-top: 7px solid #cd0102;
    opacity: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link::after,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-linkL:after,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link::after,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover::after {
    opacity: 1;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle {
    background: transparent;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #fff;
}

footer.site-footer {
    background-color: #1e3763;
    padding: 0px;
}

footer.site-footer .site-logo img {
    width: 160px;
}

.footer_outer h3 {
    margin-top: 0px;
    color: #fff;
}

.footer_outer ul li a {
    color: #fff;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
}

.footer_outer ul li a:hover {
    margin-left: 10px;
}

.footer_one.footer_common .wp-block-image {
    display: inline-flex;
    padding: 10px;
    background: #fff;
    margin-bottom: 20px;
}

.footer_one.footer_common p {
    color: #fff;
}

.tablepress tr th span,
.tablepress tr th {
    background-color: #1e3763;
    color: #ffffff;
    font-weight: 700;
    vertical-align: middle;
    word-break: normal;
}

.tablepress .row-hover tr:hover td {
    background-color: #dae3f3 !important;
}

.copyright p {
    color: #fff;
}

.two-column-table .tablepress tr.row-1 th.column-1 {
    border-radius: 50px 0px 0px 50px;
    overflow: hidden;

}

.two-column-table .tablepress tr.row-1 th.column-2 {
    border-radius: 0px 50px 50px 0px;
    overflow: hidden;
}

.two-column-table .tablepress tr.row-1 th,
.two-column-table .tablepress .row-hover tr td {
    border: 0px;
    padding: 10px 20px;
}

.two-column-table .tablepress .row-hover tr td.column-1 {
    border-radius: 50px 0px 0px 50px;
    overflow: hidden;
}

.two-column-table .tablepress .row-hover tr td.column-2 {
    border-radius: 0px 50px 50px 0px;
    overflow: hidden;

}

.elementor-element.banner-outer {
    background: #dae3f3;
    padding: 0px;
}

.elementor-element.banner-outer h2 {
    margin: 0px;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
}


.five-column-table .tablepress tr.row-1 th.column-1 {
    border-radius: 50px 0px 0px 50px;
    overflow: hidden;

}

.five-column-table .tablepress tr.row-1 th.column-5 {
    border-radius: 0px 50px 50px 0px;
    overflow: hidden;
}

.five-column-table .tablepress tr.row-1 th,
.five-column-table .tablepress .row-hover tr td {
    border: 0px;
    padding: 10px 20px;
}

.five-column-table .tablepress .row-hover tr td.column-1 {
    border-radius: 50px 0px 0px 50px;
    overflow: hidden;
}

.five-column-table .tablepress .row-hover tr td.column-5 {
    border-radius: 0px 50px 50px 0px;
    overflow: hidden;

}

.tablepress .row-hover tr td a {
    color: #000;
}

.tablepress .row-hover tr td a:hover {
    color: #cd0102;
}

.activities-title h2 {
    margin: 0px;
    padding: 15px;
    font-size: 25px;
    text-align: center;
}

.page-header {
    display: none;
}

.faq_outer {
    padding: 50px 0px;
    background-color: #f5f5f5;
}

.elementor-image-carousel-wrapper {
    position: relative;
}

.swiper-pagination {
    bottom: 20px !important;
}

.swiper-slide-inner {
    position: relative;
}

.elementor-image-carousel-caption {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    height: auto;
    min-height: auto;
    max-height: max-content;
    padding: 0px 15px;
    position: absolute;
    width: 100%;
    max-width: 88%;
    margin: 0 auto;
}

.elementor-image-carousel-caption h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    text-align: left;
    font-family: "Poppins", sans-serif;
    color: #fff;
    position: relative;
    width: auto;
    margin: 0px;
    font-style: normal;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.elementor-image-carousel-caption p {
    color: #fff;
    font-style: normal;
    margin: 0px;
    text-align: left;
}

.elementor-element.home-new-slider .owl-nav {
    display: none;
}

.elementor-element.home-new-slider .owl-dots {
    position: absolute;
    margin-top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.home-product-outer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.home-product-outer .home-product-grid {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    position: relative;
}

.home-product-outer .home-product-grid:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.home-product-outer .home-product-content {
    padding: 25px;
}

.home-product-outer .home-product-content>h4 {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 0px;
}

.home-product-outer .home-product-grid .home-date {
    position: absolute;
    background: #1e3763;
    padding: 10px;
}

.home-product-outer .home-product-grid .home-date h6 {
    color: #fff;
    font-weight: 500;
}

.home-product-outer .home-product-grid .home-product-img span {
    display: flex;
    display: -webkit-flex;
}

.home-product-outer .home-product-grid .home-product-btn h4 {
    margin-bottom: 0px;
    font-size: 16px;

    color: #cd0102;
}

.elementor-element.home-offerings-grid svg {
    width: 3.5em !important;
    height: 3.5em !important;
}

.elementor-element.home-offerings-grid h3.elementor-icon-box-title {
    margin-top: 0px;
}

.elementor-element.home-offerings-grid h3.elementor-icon-box-title span {
    font-size: 25px;
    color: #000;
}

.elementor-element.home-cta-outer h2 {
    color: #000;
    margin-top: 0px;
}


.elementor-element.industries_box {
    border: 1px solid #ddd;
    padding: 25px;
    transition: .2s ease-in-out all;
    -webkit-transition: .2s ease-in-out all;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.elementor-element.industries_box:hover {
    background-color: #1e3763;
}

.elementor-element.industries_box img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    object-fit: contain;
    transition: .2s ease-in-out all;
    -webkit-transition: .2s ease-in-out all;
}

.elementor-element.industries_box:hover img {
    transform: scale(1.1);
    filter: invert(1);
}

.elementor-element.industry-grid .elementor-widget-heading h2.elementor-heading-title {
    font-size: 20px;

    text-align: center;

    font-weight: 400;

    color: #000;

    line-height: 30px;

    width: 100%;
}

.elementor-element.industry-grid .industries_box:hover .elementor-widget-heading h2.elementor-heading-title {
    color: #fff;
}

.elementor-element.industry-grid {
    gap: 0;
}

.elementor-element.home-industries {
    padding: 50px 0 50px;
}

.button-white a.elementor-button:hover .elementor-button-text {
    color: #fff;
}


.Results_table .tablepress tr.row-1 th.column-1 {
    text-align: center;
    overflow: hidden;
}

.Results_table .tablepress tr.row-1 th,
.Results_table .tablepress .row-hover tr td {
    border: 0px;
    padding: 10px 20px;
}

.Results_table .tablepress {
    margin-bottom: 0px;
}

.Results_title h2 {
    margin: 0px;
    padding: 15px;
    font-size: 25px;
    background-color: #dae3f3;
    text-align: center;
}

.Results_table .tablepress .row-hover tr:nth-child(even) td {
    background-color: #f6f6f6;
}

.site-footer {
    max-width: 100% !important;
    width: 100% !important;
}

.site-footer .footer_outer {
    padding: 50px 0px;
}

.site-footer .footer_outer .row {
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr;
    gap: 30px;
}

.Trusted_Partners_img p {
    display: flex;
    column-gap: 20px;
}

.footer-bottom {
    text-align: center;
    padding: 15px 10px;
    background-color: #cd0102;
}

.footer-bottom p {
    color: #fff;
    margin: 0px;
}

.footer_one .wp-block-image img {
    width: auto;
    height: 40px;
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
    background: #fff;
    border-radius: 50px !important;
    margin-bottom: 10px;
    padding: 10px 30px !important;
    border: 1px solid #1e3763;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-text {
    color: #1e3763;
    align-items: center;
    font-weight: 500;
}

.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title {
    background: #1e3763;
    border-radius: 50px !important;
    border: 0px;
    padding: 10px 30px !important;
}

.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title {
    align-items: center;
    color: #fff;
    font-weight: 500;
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-text {
    color: #fff;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #cd0102;
}

.elementor-element.five-column-table .elementor-widget-container {
    overflow-x: auto;
}
.contact-title h3 {
    font-size: 23px;
}


.single_list_content a{color:#cd0102; font-weight:bold;}
.single_title h4 {
    font-size: 36px;
    margin-bottom: 25px;
}
.single_title p, .single_title a {
    color: #cd0102;
}
.single_list_content h2 {
    border-bottom-left-radius: 19px;
    border-top-left-radius: 19px;
    margin: 20px 0px;
    font-size: 20px!important;
    font-weight: 500!important;
    padding-bottom: 10px;
    color: #000000;
    background: #e5f7ff;
    line-height: 20px;
    padding-top: 10px;
    padding-left: 17px;
    border-left: 7px solid #cd0102;
}
.single_list_content p {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 24px;
}
.single_list_content p img {
    width: 100%;
}
.single_list_content ul li{font-size:16px;}
.single_author_info {
    border-top: 1px solid #cdcdcd;
    padding-top: 20px;
}
.single_author_left {
    display: none;
}
.single_author_info {}
/* .single_author_left {
    float: left;
    width: 5%;
} */
.single_author_left img {
    width: 100%;
}
/* .single_author_right {
    float: right;
    width: 95%;
} */
.single_author_right h3 {
    border: none !important;
    padding-left: 0 !important;
    text-transform: capitalize !important;
    margin-bottom: 0 !important;
    margin-top: 0px;
}
.single_author_info h3 {
    margin-bottom: 25px;
    border-left: 4px solid #cd0102;
    padding-left: 10px;
    font-family: 'poppins',sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: gray;
    font-size: 20px;
}
.back_btn_singleblog {
    position: fixed;
    left: 0;
    bottom: 75px;
    background: #cd0102;
    padding: 10px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.back_btn_singleblog a {
    color: white;
}
.single_author_right h3 a {
    color: #cd0102 !important;
}
.single_author_right h3 {
    border: none !important;
    padding-left: 0 !important;
    text-transform: capitalize !important;
    margin-bottom: 2px !important;
}
.single_title p, .single_title a {
    color: #cd0102;
}
.single_blog_right .search-form .search-submit {
    background: #cd0102!important;
}
.single_blog_right .search-form .search-submit {
    height: 50px;
    line-height: 7px;
    border: none!important;
}
.single_blog_right .widget_search h3{margin-bottom:0px;}
.single_blog_right .widget_search {
    margin: 12px 0px 30px 0px;
    list-style: none;
    box-shadow: 0 0 31px 0 rgb(207 228 237);
    padding: 20px;
    position: relative;
}
.single_blog_right .widget_search .search-field {
    border: 1px solid #ccc!important;
	outline:0!important;
	width:100%;
}
.socialshare {
    margin-top: 16px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.sharelabel {
    margin-bottom: 10px;
    font-size: 15px;
    font-family: 'Poppins',sans-serif;
}
.blog_single_outer {
    clear: both;
}
.single_blog_left {
    padding: 45px 0px 50px 0px;
}

@media screen and (min-width: 1401px) and (max-width: 1750px){
.three-icon__single {
  padding: 48px 50px 47px!important;
}
}

.blog_single_inner .row {
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 30px;
}
.blog_single_inner .row .single_blog_right {
    padding: 20px;
    background: #f5f5f5;
    border-radius: 20px;
    box-shadow: 0 0 12px 0 #d4d4d4;
    position: sticky;
    top: 0px;
}
.single-sidebar-post h2 {
    border-bottom: 1px solid #939393;
    padding-bottom: 10px;
}
.single-sidebar-post .home-blog-content h4 a {
    color: #000;
}
.single-sidebar-post .home-blog-content h4 a:hover {
    color: #cd0102;
}




@media (max-width: 991px) {
    .home-product-outer {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        color: #ffffff;
    }

    .elementor-image-carousel-caption h2 {
        font-size: 31px;
        line-height: 35px;
        margin-bottom: 5px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link::after {
        display: none !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
        color: #ff0001;
    }
    .blog_single_inner .row {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .home-product-outer {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
    }

    .site-footer .footer_outer .row {
        grid-template-columns: 1fr 1fr;
    }

    .site-footer .footer_outer .row .footer_three.footer_common {
        grid-column: 2 span;
    }

    .swiper-slide-inner img {
        height: 420px !important;
        object-fit: cover;
    }

    .swiper-slide-inner p br {
        display: none;
    }
}

@media (max-width: 520px) {
    .header-top-right ul {
        gap: 0;
        flex-direction: column;
    }
    .contact-title h3 {
        font-size: 18px;
    }
}

@media (max-width: 425px) {
    .site-footer .footer_outer .row {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
    }

    .header-top-inner {
        align-items: center;
    }
    .contact-title h3 {
        font-size: 17px;
    }
}



/* .single-post #qodef-page-sidebar {
    padding: 20px;
    background: #f5f5f5;
    border-radius: 20px;
    box-shadow: 0 0 12px 0 #d4d4d4;
}
.single-post #qodef-page-sidebar h5.qodef-widget-title {
    margin-bottom: 13px;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 10px;
}
.single-post .qodef-grid-inner.qodef-content-grid {
    gap: 40px;
}

@media only screen and (max-width: 1200px) {
    .single-post #qodef-page-comments {
        margin-bottom: 0px;
    }
} */
/* 
.single-post #qodef-page-content h1.qodef-e-title.entry-title {
    font-family: Sora, sans-serif !important;
    font-weight: 600 !important;
    color: #08132e !important;
    font-size: 34px !important;
    line-height: 1.4em !important;
}
.single-post #qodef-page-content .qodef-e-text .elementor-widget-container, 
.single-post #qodef-page-content .qodef-e-text p {
    color: #08132e !important;
    font-family: Heebo, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.625em !important;
}
.elementor-element.main-blog-outer .qodef-grid-inner .qodef-e {
    padding: 10px;
    box-shadow: 0 0 11px 0 #c8c8c8;
    border-radius: 20px;
}
.elementor-element.main-blog-outer .qodef-blog .qodef-e-bottom-holder {
    margin-top: 15px;
}
.elementor-element.main-blog-outer .qodef-blog .qodef-e-content{
    margin: 10px 0 0;
} */