/* 
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
*/

@font-face {
    font-family: KalamehWebFaNum;
    font-style: normal;
    font-weight: 100;
    src: url('fonts/woff2/KalamehWebFaNum-Thin.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('fonts/woff/KalamehWebFaNum-Thin.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
    font-family: KalamehWebFaNum;
    font-style: normal;
    font-weight: 200;
    src: url('fonts/woff2/KalamehWebFaNum-ExtraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('fonts/woff/KalamehWebFaNum-ExtraLight.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
    font-family: KalamehWebFaNum;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/woff2/KalamehWebFaNum-Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('fonts/woff/KalamehWebFaNum-Light.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
    font-family: KalamehWebFaNum;
    font-style: normal;
    font-weight: 500;
    src: url('fonts/woff2/KalamehWebFaNum-Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('fonts/woff/KalamehWebFaNum-Medium.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
    font-family: KalamehWebFaNum;
    font-style: normal;
    font-weight: 600;
    src: url('fonts/woff2/KalamehWebFaNum-SemiBold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('fonts/woff/KalamehWebFaNum-SemiBold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: KalamehWebFaNum;
    font-style: normal;
    font-weight: 800;
    src: url('fonts/woff2/KalamehWebFaNum-ExtraBold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('fonts/woff/KalamehWebFaNum-ExtraBold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
    font-family: KalamehWebFaNum;
    font-style: normal;
    font-weight: 900;
    src: url('fonts/woff2/KalamehWebFaNum-Black.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('fonts/woff/KalamehWebFaNum-Black.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
    font-family: KalamehWebFaNum;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/woff2/KalamehWebFaNum-Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('fonts/woff/KalamehWebFaNum-Bold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
    font-family: KalamehWebFaNum;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/woff2/KalamehWebFaNum-Regular.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('fonts/woff/KalamehWebFaNum-Regular.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
html{
    scroll-behavior: smooth;
  }
/* Add your custom styles here */
article.elementor-portfolio-item.elementor-post.portfolio_post_type.type-portfolio_post_type.status-publish.has-post-thumbnail.hentry.elementor-active {
    border: none;
    border-radius: 10px;
    /* background: black; */
    height: 200px;
    box-shadow: 0px 0px 9px 2px #00000029;
    padding: 20px;
}
.elementor-widget-image-carousel .swiper-slide img {
    text-align: center;
    filter: grayscale(1);
}
.elementor-widget-image-carousel .swiper-slide img:hover {
    text-align: center;
    filter: grayscale(0);
    opacity: 1;
}
.message-box {
    text-align: center;
    padding: 100px 0;
}
.message-box svg {
    width: 120px;
    height: 120px;
    margin-bottom: 30px;
}
.back-to-home {
    background: #555;
    color: #fff;
    padding: 12px 26px;
    border-radius: 5px;
    display: block;
    width: fit-content;
    margin: 30px auto 0;
}
.back-to-home:hover {
    background: #ca252b;
    color: #fff;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.rtl,body.rtl h1,body.rtl h2,body.rtl h3,body.rtl h4,body.rtl h5,body.rtl h6,body.rtl span,body.rtl a,body.rtl p,body.rtl label,body.rtl input,body.rtl textarea,body.rtl ul,body.rtl li,body.rtl span,body.rtl .elementor-icon-list-text{
    font-family: KalamehWebFaNum !important;
}
.product-info-c {
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    position: relative;
    max-width: 800px;
    margin: 60px auto 0;
    text-align: right;
    padding-right: 345px;
}
.product-info-c img {
    width: 300px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.product-info-c span {
    display: block;
    margin-top: 30px;
    font-weight: 100;
    margin-bottom: 5px;
}
.product-info-c strong {
    font-size: 25px;
    display: block;
    margin-bottom: 30px;
}
.product-info-c p {
    margin-bottom: 40px;
    font-weight: 300;
    padding-left: 40px;
    line-height: 1.8;
}
selector elementor-31 .elementor-element.elementor-element-f8e9d2d .elementor-posts-container .elementor-post__thumbnail {
    padding-bottom: 0px;
}

p.logged-in-as a {
    color: #e50418;
}

@media (max-width: 540px){
    .gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
        width: 100% !important;

    }
    .gform_wrapper.gravity-theme .ginput_container_date input{
        width: 100% !important;
    }
    input#gform_submit_button_1{
        width: 50% !important;
    }
    .gform_wrapper.gravity-theme .gfield textarea.small {
        width: 100% !important;
        box-shadow: 0 0 15px 0 #5d5b5b4a;
        border: none;
        height: 50px;
        border-radius: 5px;
    }

}
.elementor-14 .elementor-element.elementor-element-2d73122 .elementor-nav-menu--dropdown {
    box-shadow: 0px 0px 15px -6px #0000004d;
}
.elementor-sub-item.elementor-item-active{
    background-color: #e50418 !important;
    color: #FFFFFF !important;

}

.comment-author.vcard a {
    color: #e50418;
}
time {
    color: #e50418 !important;
    font-size: 13px !important;
}
.reply a {
    color: #e50418;
    font-size: 15px;
}
a.comment-edit-link {
    color: #e50418;
    font-size: 13px;
}
body.rtl .elementor-star-rating {
    position: absolute;
    left: -10px !important;
    right: auto !important;
    top: 30px;
    background-color: #e50418;
    padding: 20px;
    border-radius: 0px 10px 10px 0px;
}
.elementor-star-rating {
    position: absolute;
    right: -10px !important;
    left: auto !important;
    top: 30px;
    background-color: #e50418;
    padding: 20px;
    border-radius: 10px 0px 0px 10px;
}
@media (max-width: 768px) {
    body.rtl .elementor-star-rating {
        position: absolute;
        left: -10px;
        top: 80px;
        background-color: #e50418;
        padding: 10px;
        border-radius: 0px 10px 10px 0px;
    }
}
    @media (max-width: 820px) {
        .elementor-star-rating {
            position: absolute;
            left: -10px;
            top: 80px;
            background-color: #e50418;
            padding: 10px;
            border-radius: 10px 0px 0px 10px;
        }
    }

#ScrollToTop {
  display: none;
  position: fixed;
  bottom: 50px;
 left: 40px;
  z-index: 99;
  font-size: 18px;
  border: 2px solid #e50418;
  outline: none;
  background-color: transparent !important;
  color: white;
  cursor: pointer;
  /*padding: 15px;*/
  border-radius: 50px;
}

#ScrollToTop:hover {
  background-color: #555;
}
button#ScrollToTop i {
    color: #e50418;
}
/*.cd-timeline-img.cd-picture span {*/
/*    display: none !important;*/
/*}*/
#trp-floater-ls.trp-color-light {
    background: rgb(214,214,214);
    display: none !important;
    background: linear-gradient(0deg, rgb(63 142 229) 0%, rgba(250,250,250,1) 100%) !important;
}
#cd-timeline span.fa{
    font-size: 30px !important;
    line-height: 63px;
    height: 100%;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 400 !important;

}
#cd-timeline span.fa:before{
    content: "\f248" !important;
}
/*body.rtl .tab-about .elementor-tabs-wrapper {*/
/*    font-family: "Font Awesome 5 Free" !important;*/
/*}*/
/*body.rtl .tab-about.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {*/
/*    right: 80% !important;*/
/*    left: auto;*/
/*    content: "\f35d" !important;*/
/*    top: 20px;*/
/*}*/

/*.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {*/
/*    left:80%;*/
/*    right: auto;*/
/*    content: "\f35d" !important;*/
/*    top: 20px;*/

/*}*/


/*.tab-about .elementor-tabs-wrapper {*/
/*    font-family: "Font Awesome 5 Free" !important;*/
/*}*/



div#wpfront-scroll-top-container img {
    width: 20% !important;

}
div#wpfront-scroll-top-container{
    opacity: 1;
    left: -115px !important;
    bottom: 10px;
    display: block;
}
.blog-postbox .elementor-posts--skin-classic article {
    position: relative !important;
}
.blog-postbox .elementor-posts--skin-classic article > a {
    position: absolute !important;
    right: 0;
    top: 0;
    height: 100%;
    z-index:1;
    opacity:0;
    transition:0.3s all;
}
.blog-postbox .elementor-post-date {
    position: absolute;
    right: 30px;
    top: 30px;
    background: #e50418;
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    z-index:9;
}
.blog-postbox .elementor-post__title {
    padding-top: 55px;
    position:relative;
    z-index:9;
}
.blog-postbox .elementor-posts--skin-classic article:hover > a{
    opacity:1;
}
body.rtl .blog-postbox h3.elementor-post__title{
    height:120px !important;
}
.blog-postbox h3.elementor-post__title{
    height:150px !important;
}
.blog-postbox .elementor-post__excerpt {
    height: 80px;
    position:relative;
    z-index:9;
}
.blog-postbox .elementor-posts--skin-classic article:hover h3.elementor-post__title a{
    color:#fff !important;
}
.blog-postbox .elementor-post-author {
    position: absolute;
    right: 30px;
    left: auto;
    bottom: 30px;
    font-size: 17px;
    z-index:9;

}

.blog-postbox .elementor-post__read-more {
    position: absolute;
    left: 30px;
    right: auto;
    bottom: 30px;
}

.blog-postbox .elementor-posts--skin-classic article:hover .elementor-post__excerpt p,.blog-postbox .elementor-posts--skin-classic article:hover span.elementor-post-author,.blog-postbox .elementor-posts--skin-classic article:hover a.elementor-post__read-more{
    color:#fff !important;
}
.blog-postbox a.elementor-post__read-more {
    position: absolute;
    z-index: 9;
}
.blog-postbox .elementor-posts--skin-classic article > a img {
    position: absolute;
    height: 100% !important;
    object-fit: cover;
}
@media (max-width: 768px){
    .blog-postbox .elementor-posts--skin-classic article > a img {
        position: absolute;
        height: 100% !important;
        object-fit: cover;
    }
}
@media (max-width: 768px){
    .elementor-3344 .elementor-element.elementor-element-5094a3b0 .elementor-nav-menu .elementor-item{
    font-size: 13px !important;

}
}
.elementor-counter .elementor-counter-number-suffix {
    text-align: right !important;
}
.elementor-counter .elementor-counter-number-suffix {
    text-align: left !important;
}
body.rtl .elementor-counter .elementor-counter-number-suffix {
    text-align: right !important;
}
.amazing-box .elementor-icon-box-content {
    margin-left: -25px !important;
}
.help-header .elementor-icon-box-content {
    margin-left: -30px;
}
body.rtl a.timeline-express-read-more-link {
    display: none;
}

    .list-footer.elementor-icon-list-text {
        text-align: left;
    }
body.rtl .list-footer.elementor-icon-list-text {
    text-align: right;
}