/**
 * Theme Name:     Agenriver Child
 * Author:         themexriver
 * Template:       agenriver
 * Text Domain:	   agenriver-child
 * Description:    Agenriver - Creative Portfolio &amp; Agency WordPress Theme
 */

/* case study section title hide */
#agt-brd-1{
	display:none;
}
/* for footer */
.mb-70 {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .mb-70 {
        margin-bottom: 75px;
    }
}

.agn-footer-1-menu li a::after{
	background:#CF980C !important;
}
	
}
/* adjust g in text faq and case study home */
.agn-faq-3-accordion .agn-accordion-item .item-body p{
font-family: "Saira" !important;
}
.agn-p-3{
font-family: "Saira" !important;
}

/* case study section */
.elementor-6364 .elementor-element.elementor-element-87e4b11 .agn-project-3-item-single-content, .agt-project-section-3 .agt-pr-shape {
    border-radius: 20px;
}
.agn-project-3-item-single-content .item-list li{
    font-family: "Saira" !important;
}

.agn-circle-btn-1{
    display: none;
}
/* title links start */
.agn-h-3.item-title a {
    text-decoration: underline;
    position: relative;
    font-size: 34px;
    padding-right: 18px; /* space for icon */
}
.agn-h-3.item-title a::after {
    content: "\f35d"; /* Font Awesome arrow-right */
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* required for solid icons */
    margin-left: 8px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    
   
}
/* title links end */
@media (max-width: 767px) {
    .agn-project-3-item-single-content .item-title{
        font-size: 22px;
    }
    .item-list{
        margin-top:-20px;
    }
    .elementor-widget-container{
        padding-bottom:-10px;
    }
     .agn-project-3-item-single {
    background-image: none !important;
  }
  .agn-h-3.item-title a {
      font-size: 20px;
  }
}
/* blog editing home */
.arv-blog-1-card .card-content .title a{
	background-position: 0% 90% !important;
}

