/*
Theme Name: Hello Child
Description: Child theme for hello elementor theme
Author: ThemeFusion
Template: hello-elementor
Version: 1.0.0
*/
.frm_verify {
  display: none;
}
.with_frm_style input[type=text], .with_frm_style input[type=email], .with_frm_style input[type=tel], .with_frm_style textarea {
  background: #EFF8F1;
  border: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 16px;
  height: auto;
  box-shadow: none;
  font-family: "Vazirmatn", Sans-serif;
}
.frm_fields_container {
  direction: rtl;
}
.frm_style_formidable-style.with_frm_style .frm_submit button {
  background: #EE3224;
  border: 1px solid #EE3224;
  float: right;
  padding: 16px 70px;
  font-family: "Vazirmatn", Sans-serif;
}
.elementor-social-icons-wrapper .elementor-grid-item {
  margin-left: 10px;
}
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
  margin-right: 0;
  margin-left: 15px;
}
.elementor-counter .elementor-counter-number-suffix {
  text-align: right;
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
  margin-right: 0;
  margin-left: 10px;
}
article.elementor-post.elementor-grid-item.format-standard.has-post-thumbnail.hentry {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}
.rtl .elementor-counter .elementor-counter-number-suffix {
  text-align: right;
}
.elementor-element .top-banner-home .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 40px;
}
.top-banner-home .swiper-pagination-bullet {
  opacity: 1;
}
.top-banner-home.elementor-widget-loop-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #EE3224;
}
span.elementor-icon-list-icon svg {
  margin-right: 0 !important;
  margin-left: 10px !important;
}
.sep-before-title h2 {
  padding-right: 45px;
  position: relative;
  display: inline-block;
}

.sep-before-title h2:before {
  content: '';
  position: absolute;
  right: 0;
  top: 45%;
  width: 35px;
  height: 2px;
  background: #ee3224;
}

/******* posts styles **********/
.container {
  max-width: 1300px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-md-4 {
  width: 33.333%;
  padding: 0 12px;
}

.col-lg-8 {
  width: 66.666%;
  padding: 0 12px;
}

.col-md-6 {
  width: 50%;
  padding: 0 12px;
  margin-bottom: 30px;
}
.post-image-feature img {
  height: 240px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
small.post-date {
  color: #7B7B7B;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
  display: block;
  padding: 0 22px;
  position: relative;
}
h3.post-title a {
  color: #1F1F1F;
  font-size: 20px;
  line-height: 31px;
  padding: 0 22px;
    display: block;
}

section.blog {
  background: #F9F9F9;
  padding-bottom: 60px;
}
.post-box {
  background: #FFFFFF;
  border-radius: 8px;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
  padding-bottom: 40px;
  height: 100%;
}
p.post-intro {
  color: #7B7B7B;
  font-size: 14px;
  line-height: 22px;
  padding: 0 22px;
}

small.post-date:after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 22px;
  width: 40px;
  height: 1px;
  background: #EE3224;
}

a.post-link {
  color: #EE3224;
  font-size: 16px;
  line-height: 25px;
  display: inline-block;
  padding: 0 22px;
}
.blog-header {
  padding: 120px 0 140px;
  background-size: cover;
  background-position: center;
  margin-bottom: 80px;
}

.blog-header h1 {
  color: #fff;
  font-weight: 600;
  font-size: 50px;
  line-height: 78px;
}
.blog-latest-sidebar {
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 16px 16px 16px 40px;
  margin-bottom: 34px;
}

.blog-latest-sidebar h3 {
  color: #050C41;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 32px;
}

.blog-latest-sidebar ul {
  padding: 0;
  list-style: none;
}
.blog-latest-sidebar ul li a {
  color: #1F1F1F;
  padding-bottom: 16px;
  margin-bottom: 32px;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-latest-sidebar ul li:last-child a {
  padding-bottom: 0;
  border-bottom: 0;
}
a.blog-sidebar-post {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 24px;
  background: #fff;
  padding: 10px 17px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
a.blog-sidebar-post div {
  width: 66.666%;
}

a.blog-sidebar-post img {
  width: 33.333%;
  object-fit: cover;
  border-radius: 8px;
}

a.blog-sidebar-post div h4 {
  font-size: 14px;
  line-height: 22px;
  color: #1F1F1F;
  padding-left: 50px;
}

a.blog-sidebar-post div p {
  color: #EE3224;
  font-size: 14px;
  line-height: 19px;
}
.announcment-pagination.clearfix {
  text-align: center;
}
.announcment-pagination.clearfix {
  text-align: center;
}

img.prev-nav-arrow {
  margin-left: 30px;
}
.post-content p {
  color: #7B7B7B;
  font-size: 18px;
  line-height: 28px;
}

.post-content {
  margin-top: 24px;
}
.post-single-title h1 {
  color: #050C41;
  font-weight: 500;
  font-size: 20px;
  line-height: 31px;
  position: relative;
}

.post-single-title small.post-date {
  padding: 0;
  margin-bottom: 14px;
}

.post-single-title small.post-date:after {
  display: none;
}

.post-single-title h1:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -15px;
  height: 1px;
  width: 110px;
  background: #EE3224;
}
.post-single-title {
  width: 100%;
  margin-top: 24px;
}
.next-prev-post {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.next-prev-post svg {
  margin: 0 10px;
}

.next-prev-post a {
  display: flex;
  align-items: center;
  margin: 24px 0 34px;
  color: #1F1F1F;
  font-size: 14px;
  font-weight: 500;
}
.relative-posts-container .post-image-feature img {
    height: 154px;
    margin-bottom: 14px;
}

.relative-posts-container small.post-date {
    padding: 0 12px;
}

.relative-posts-container small.post-date:after {
    right: 12px;
}

.relative-posts-container h3.post-title a {
    font-size: 16px;
    padding: 0 12px;
    line-height: 24px;
}

.relative-posts-container p.post-intro {
    padding: 0 12px;
}

.relative-posts-container a.post-link {
    padding: 0 12px;
    font-size: 13px;
}

.relative-posts-container a.post-link svg {
    width: 12px;
    margin-right: 5px;
}

.relative-posts-container .post-box {
    padding-bottom: 20px;
}
.relative-posts h2 {
  color: #050C41;
  font-size: 25px;
  line-height: 39px;
  position: relative;
  padding-right: 40px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.relative-posts h2:before {
  content: '';
  position: absolute;
  right: 0;
  top: 49%;
  height: 2px;
  width: 36px;
  background: red;
}
img.single-feature-img {
  border-radius: 8px;
}
.relative-posts-container {
  margin: 0 -12px;
  display: flex;
  justify-content: space-between;
}
.image-ads-carousel {
  margin-bottom: 30px;
}
.post-share {
  width: 100%;
  display: flex;
  margin-top: 20px;
}
.blog-sidebar {
  padding-left: 30px;
}
.page-template-default .addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
  max-width: 1300px;
}
.home .addtoany_content {
  display: none;
}
.services-sidebar .sub-menu {
  position: static !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  min-width: 0 !important;
}
.services-sidebar a.has-submenu:hover {
  cursor: pointer;
}
.services-sidebar .active-sub-menu .sub-menu {
  display: block !important;
}
.services-sidebar .elementor-nav-menu .sub-arrow {
  left: 15px;
  position: absolute;
}
.services-sidebar .current-menu-ancestor.current-menu-parent a:after {
  background-color: var(--e-global-color-accent );
  opacity: 1 !important;
}






/************* responsive *************/
@media (max-width: 767px) {
.main-services-home-page .elementor-widget-wrap {
  background: none !important;
}

}