/*
Theme Name: AghayeSEO
Theme URI: https://aghayeseo.com/
Author: Vahid Ghoreishi
Author URI: https://aghayeseo.com/
Description: base template
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2.0.0
Requires PHP: 7.0


AghayeSEO WordPress Theme © 2023 AghayeSEO
*/

body{
    margin:0;
    padding:0;
    font-size:14px;
    direction: rtl;
    text-align: right;
    line-height: 34px;
}
p{
	line-height: 30px;
}
.rtl{
    direction:rtl;
}
.ltr{
    direction:ltr;
}

/* -- Icon Box -- */
.box-icon{
    padding: 50px;
    background-color: #fff;
    border-radius: 20px;
}
.box-icon .elementor-icon i{
    color:#51213D;
}
.box-icon .elementor-icon-box-title{
    color:#282828;
}
.box-icon:hover{
    background-color: #51213D;
    color:#fff;
}
.box-icon:hover a,
.box-icon:hover .elementor-icon-box-title a{
    color:#fff;
}
.box-icon:hover .elementor-icon i{
    color:#fff;
}

