.woofoo-container {
display: grid;
}
.woofoo-item-container {
overflow: hidden;
position: relative;
}
.woofoo-item-container .woofoo-image,
.woofoo-item-container .woofoo-image img {
height: 100%;
object-fit: cover;
}
.woofoo-item-container .woofoo-image img {
width: 100%;
}
.woofoo-item-container .woofoo-content {
padding: 20px;
}
.woofoo-design-1 h2,
.woofoo-design-2 h2,
.woofoo-design-3 h2,
.woofoo-design-4 h2,
.woofoo-design-6 h2,
.woofoo-design-8 h2{
text-overflow: ellipsis;
word-wrap: break-word;
overflow: hidden;
max-height: 2em;
line-height: 1.8em;
}
.woofoo-design-1 .woofoo-woocommerce h2 a,
.woofoo-design-2 .woofoo-woocommerce h2 a,
.woofoo-design-3 .woofoo-woocommerce h2 a,
.woofoo-design-4 .woofoo-woocommerce h2 a,
.woofoo-design-6 .woofoo-woocommerce h2 a,
.woofoo-design-8 .woofoo-woocommerce h2 a {
text-overflow: ellipsis;
word-wrap: break-word;
overflow: hidden;
max-height: 2em;
line-height: 1.8em;
}
.woofoo-item-container.woofoo-woocommerce .woofoo-title a,
.woofoo-item-container .woofoo-title {
font-size: 22px;
font-weight: 600;
color: #000000;
}
.woofoo-item-container h2,
.woofoo-item-container p {
margin: 0;
}
.woofoo-item-container .woofoo-price-wrapper,
.woofoo-item-container .woofoo-regular-price,
.woofoo-item-container .woofoo-sale-price,
.woofoo-design-7 .woofoo-label-sale-wrapper {
display: flex;
align-items: baseline;
}
.woofoo-item-container .woofoo-title-price-wrapper {
display: flex;
align-items: baseline;
}
.woofoo-item-container .woofoo-price {
order: 2;
}
.woofoo-item-container .aftercurrency {
order: 3;
}
.woofoo-item-container .beforecurrency {
order: 1;
}
.woofoo-item-container .woofoo-button {
display: inline-block;
}
.woofoo-item-container .woofoo-label-rate-wrapper,
.woofoo-item-container .woofoo-rate-btn-wrapper,
.woofoo-item-container .woofoo-price-btn-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
}
.woofoo-woocommerce .woofoo-img img {
display: block;
width: 100%;
height: 100%;
}
.woofoo-woocommerce .woofoo-star-rating {
overflow: hidden;
position: relative;
height: 1em;
line-height: 1;
font-size: 16px;
width: 5.4em;
font-family: star;
}
.woofoo-woocommerce .woofoo-star-rating::before {
content: "sssss";
color: #000000;
float: right;
top: 0;
right: 0;
position: absolute;
}
.woofoo-woocommerce .woofoo-star-rating span {
overflow: hidden;
float: right;
top: 0;
right: 0;
position: absolute;
padding-top: 1.5em;
color: #ea1f2e;
}
.woofoo-woocommerce .woofoo-star-rating span::before {
content: "SSSSS";
top: 0;
position: absolute; 
right: 0;
}
.woofoo-item-container.woofoo-highlight {
border: 2px solid;
}
.woofoo-item-container .woofoo-button {
margin-top: 10px;
}
.woofoo-item-container .woofoo-button .woofoo-button-text {
background-color: #ea1f2e;
padding: 10px 15px;
border: 2px solid #ea1f2e;
color: #FFFFFF;
font-weight: 600;
text-decoration: none;
}
.woofoo-item-container .woofoo-button .woofoo-button-text:hover {
background: none;
border: 2px solid #ea1f2e;
}
.woofoo-item-container a {
text-decoration: none;
}
.woofoo-item-container .woofoo-button .woofoo-button-text:hover,
.woofoo-item-container .woofoo-sale-price,
.woofoo-item-container .woofoo-rating .star-fill {
color: #ea1f2e;
}
.woofoo-item-container .woofoo-regular-price,
.woofoo-item-container .woofoo-sale-price {
font-size: 16px;
font-weight: 600;
}
.woofoo-item-container .woofoo-regular-price {
color: #2b2b2b;
}
.woofoo-item-container .woofoo-separator {
border-bottom: 2px dotted #979797;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
margin-right: 5px;
margin-left: 5px;
min-width: 10%;
}
.woofoo-item-container .woofoo-rating,
.woofoo-woocommerce .woofoo-star-rating,
.woofoo-item-container .woofoo-button,
.woofoo-item-container .woofoo-description,
.woofoo-item-container .woofoo-title-price-wrapper,
.woofoo-design-9 .woofoo-price-wrapper {
margin-top: 10px;
}
.woofoo-item-container .woofoo-rating .star {
color: #000000;
}
.woofoo-design-1 .woofoo-image,
.woofoo-design-1 .woofoo-woocommerce .woofoo-layout-img img,
.woofoo-design-8 .woofoo-image,
.woofoo-design-8 .woofoo-woocommerce .woofoo-layout-img img {
transition: 0.4s all ease-in-out;
width: 100%;
}
.woofoo-design-1 .woofoo-item-container:hover img,
.woofoo-design-8 .woofoo-item-container:hover img {
transform: scale(1.2);
transition: 0.4s all ease-in-out;
}
.woofoo-design-1 .woofoo-img-icon-wrapper,
.woofoo-design-2 .woofoo-img-icon-wrapper,
.woofoo-design-2 .woofoo-image,
.woofoo-design-2 .woofoo-layout-img,
.woofoo-design-3 .woofoo-item-container,
.woofoo-container .woofoo-design-6,
.woofoo-design-6 .woofoo-item-container,
.woofoo-design-9 .woofoo-img-icon-wrapper {
position: relative;
}
.woofoo-design-1 .woofoo-item-container,
.woofoo-design-2 .woofoo-item-container,
.woofoo-design-4 .woofoo-item-container,
.woofoo-design-6 .woofoo-item-container,
.woofoo-design-7 .woofoo-item-container,
.woofoo-design-7 .woofoo-item-container,
.woofoo-design-8 .woofoo-item-container,
.woofoo-design-9 .woofoo-content-wrapper {
box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.12);
}
.woofoo-item-container .woofoo-content,
.woofoo-design-2 .woofoo-content,
.woofoo-design-2 .woofoo-button-wrapper,
.woofoo-design-4 .woofoo-content,
.woofoo-design-4 .woofoo-button-wrapper,
.woofoo-design-7 .woofoo-item-container .woofoo-content,
.woofoo-item-container .woofoo-button {
text-align: center;
}
.woofoo-item-container .woofoo-content {
text-align: right;
}
.woofoo-design-6 .woofoo-woocommerce .woofoo-star-rating::before,
.woofoo-design-6 .woofoo-text-center,
.woofoo-design-6 .woofoo-rating .star,
.woofoo-design-6 .woofoo-regular-price,
.woofoo-design-3 .woofoo-regular-price,
.woofoo-design-3 .woofoo-rating .star,
.woofoo-design-3 .woofoo-woocommerce .woofoo-star-rating::before,
.woofoo-design-3 .woofoo-woocommerce .woofoo-star-rating span {
color: #FFFFFF;
}
.woofoo-design-1 .woofoo-icon,
.woofoo-design-5 .woofoo-icon {
position: absolute;
top: 10px;
left: 10px;
}
.woofoo-design-1 .woofoo-icon,
.woofoo-design-2 .woofoo-icon,
.woofoo-design-5 .woofoo-icon,
.woofoo-design-6 .woofoo-icon,
.woofoo-design-10 .woofoo-icon {
padding: 0 5px 3px 6px;
border-radius: 50%;
border: 2px solid #FFFFFF;
}
.woofoo-design-5 .woofoo-button,
.woofoo-design-5 .woofoo-description,
.woofoo-design-5 .woofoo-rating,
.woofoo-design-6 .woofoo-title-price-wrapper,
.woofoo-design-9 .woofoo-rating,
.woofoo-design-9 .woofoo-description,
.woofoo-design-10 .woofoo-item-container .woofoo-rating {
margin-top: 0;
}
.woofoo-design-2 .woofoo-icon,
.woofoo-design-9 .woofoo-icon,
.woofoo-design-10 .woofoo-icon {
position: absolute;
top: 10px;
right: 10px;
}
.woofoo-item-container .woofoo-line {
text-decoration: line-through;
text-decoration-thickness: 1px;
}
.woofoo-item-container .woofoo-button {
margin-top: 20px;
} .woofoo-cat-tag-title {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.woofoo-cat-tag-title .woofoo-category,
.woofoo-cat-tag-title .woofoo-tag {
font-size: 24px;
display: inline-block;
color: #ea1f2e;
} .woofoo-design-1 .woofoo-img-icon-wrapper {
width: 50%;
overflow: hidden;
}
.woofoo-design-1 .woofoo-woocommerce .woofoo-layout-img {
width: 30%;
overflow: hidden;
}
.woofoo-design-1 .woofoo-content {
width: 70%;
}
.woofoo-design-1 .woofoo-item-container {
display: flex;
}
.woofoo-design-1 .woofoo-item-container {
border-radius: 10px;
}
.woofoo-design-1 .woofoo-label {
font-size: 12px;
background: #ea1f2e;
padding: 3px 7px;
color: #FFFFFF;
display: inline-block;
}
.woofoo-design-1 .woofoo-content {
display: flex;
flex-direction: column;
justify-content: center;
} .woofoo-design-2 .woofoo-image img{
display: block;
}
.woofoo-design-2 .woofoo-label {
position: absolute;
top: 15px;
left: 15px;
-ms-transform: translateX(-30%) translateY(0%) rotate(-45deg);
-webkit-transform: translateX(-30%) translateY(0%) rotate(-45deg);
transform: translateX(-30%) translateY(0%) rotate(-45deg);
-ms-transform-origin: top right;
-webkit-transform-origin: top right;
transform-origin: top right;
z-index: 10;
background: #ea1f2e;
text-align: center;
color: #FFFFFF;
}
.woofoo-design-2 .woofoo-label::before, .woofoo-design-2 .woofoo-label::after {
content: '';
position: absolute;
top: 0;
margin: 0 -1px;
width: 200px;
height: 100%;
background: inherit;
min-width: 55px
}
.woofoo-design-2 .woofoo-label::before {
left: 100%
}
.woofoo-design-2 .woofoo-label::after {
right: 100%
}
.woofoo-design-2 .woofoo-item-container {
border-radius: 10px;
}
.woofoo-design-2 .woofoo-image a {
position: relative;
}
.woofoo-design-2 .woofoo-item-container:hover .woofoo-image a:after,
.woofoo-design-2 .woofoo-item-container:hover .woofoo-layout-img a:after {
content: '';
display: block;
width: 100%;
height: 100%;
background: #000000;
top: 0;
right: 0;
position: absolute;
opacity: 0.3;
z-index: 9;
} .woofoo-design-6 .woofoo-title,
.woofoo-design-6 .woofoo-woocommerce .woofoo-title a,
.woofoo-design-3 .woofoo-title,
.woofoo-design-3 .woofoo-woocommerce .woofoo-title a {
color: #FFFFFF;
}
.woofoo-design-3 .woofoo-image img {
display: block;
width: 100%;
height: auto;
}
.woofoo-design-3 .woofoo-content {
position: absolute;
bottom: 0;
right: 0;
left: 0;
background-color: #000000AB;
overflow: hidden;
width: 100%;
height: 100%;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: .3s ease;
transition: .6s ease;
}
.woofoo-design-3 .woofoo-item-container:hover .woofoo-content {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.woofoo-design-3 .woofoo-text-center {
color: #FFFFFF;
position: relative;
top: 50%;
right: 50%;
-webkit-transform: translate(50%, -50%);
-ms-transform: translate(50%, -50%);
transform: translate(50%, -50%);
}
.woofoo-design-3 .woofoo-label,
.woofoo-design-11 .woofoo-label {
position: absolute;
display: inline-block;
top: 12px;
left: 10px;
max-width: 5em;
color: #fff;
z-index: 1;
transform: rotate(-45deg);
}
.woofoo-design-3 .woofoo-label::after,
.woofoo-design-11 .woofoo-label::after {
position: absolute;
top: -1.5em;
left: -6em;
content: "";
height: 63px;
width: 225px;
background-color:#ea1f2e;
z-index:-1;
}
.woofoo-design-3 .woofoo-icon,
.woofoo-design-4 .woofoo-icon,
.woofoo-design-7 .woofoo-icon,
.woofoo-design-11 .woofoo-icon {
padding: 0 5px 3px 6px;
border-radius: 50%;
border: 2px solid #FFFFFF;
display: inline-block;
margin-bottom: 10px;
} .woofoo-design-4 .woofoo-image img,
.woofoo-design-4 .woofoo-woocommerce .woofoo-img img {
border-radius: 50%;
}
.woofoo-design-4 .woofoo-image,
.woofoo-design-4 .woofoo-layout-img {
padding: 20px 50px 0;
text-align: center;
}
.woofoo-design-4 .woofoo-item-container {
border-radius: 10px;
}
.woofoo-design-4  .woofoo-price-wrapper {
border-radius: 25px;
padding: 2px 20px;
}
.woofoo-design-4 .woofoo-label {
clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 50%, 0% 0%);
font-size: 14px;
background: #ea1f2e;
padding: 2px 15px;
color: #FFFFFF;
display: inline-block;
position: absolute;
top: 0;
right: 0;
} .woofoo-design-5 .woofoo-item-container {
display: flex;
border: 1px solid #ddd;
padding: 10px;
}
.woofoo-design-5 .woofoo-img-wrapper,
.woofoo-design-5 .woofoo-woocommerce .woofoo-layout-img {
position: relative;
width: 10%;
margin-left: 20px;
}
.woofoo-design-5 .woofoo-content {
display: flex;
width: 100%;
align-items: center;
flex-wrap: wrap;
padding: 0;
}
.woofoo-design-5 .woofoo-title-rate-wrapper {
width: 20%;
padding: 0 0 0 15px;
}
.woofoo-design-5 .woofoo-description {
padding: 0 0 0 30px;
width: 55%;
}
.woofoo-design-5 .woofoo-price-wrapper {
width: 10%;
text-align: center;
}
.woofoo-design-5 .woofoo-button-wrapper {
width: 15%;
text-align: left;
}
.woofoo-design-5 .woofoo-price-wrapper {
display: flex;
align-items: first baseline;
}
.woofoo-design-5 .woofoo-title-wrapper,
.woofoo-design-5 .woofoo-woocommerce .woofoo-star-rating {
margin-top: 5px;
}
.woofoo-design-5 .woofoo-label {
clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
background-color: #ea1f2e;
font-size: 14px;
padding: 2px 15px 2px 8px;
display: inline-block;
color: #FFFFFF;
}
@media screen and (max-width: 768px) {
.woofoo-design-5 .woofoo-description {
width: 50%;
}
.woofoo-design-5 .woofoo-price-wrapper {
width: 10%;
}
.woofoo-design-5 .woofoo-button-wrapper {
width: 20%;
}
}
@media screen and (max-width: 425px) {
.woofoo-design-5 .woofoo-img-wrapper,
.woofoo-design-5 .woofoo-woocommerce .woofoo-layout-img {
width: 40%;
}
.woofoo-design-5 .woofoo-content {
width: 60%;
}
.woofoo-design-5 .woofoo-title-rate-wrapper,
.woofoo-design-5 .woofoo-description {
width: 100%;
}
.woofoo-design-5 .woofoo-price-wrapper,
.woofoo-design-5 .woofoo-button-wrapper {
width: 100%;
text-align: right;
}
} .woofoo-design-6 {
margin-left: 10px;
}
.woofoo-design-6 .woofoo-image img {
display: block;
width: 100%;
height: auto;
position: relative;
}
.woofoo-design-6 .woofoo-content {
position: absolute;
bottom: 0;
right: 0;
left: 0;
background-color: #000000AB;
overflow: hidden;
width: 100%;
height: 18%;
transition: .5s ease;
z-index: 2;
}
.woofoo-design-6 .woofoo-item-container:hover .woofoo-content {
height: 100%;
}
.woofoo-design-6 .woofoo-icon {
position: absolute;
top: 15px;
right: 15px;
}
.woofoo-design-6 .woofoo-label {
--f: 10px;
--r: 15px;
--t: 10px;
position: absolute;
inset: var(--t) calc(-1*var(--f)) auto auto;
padding: 0 calc(10px + var(--r)) var(--f) 10px;
clip-path: polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
var(--r) calc(50% - var(--f)/2));
background-color: #ff0000;
color: #FFFFFF;
z-index: 1;
}
.woofoo-design-6 .woofoo-description {
margin-top: 12px;
} .woofoo-design-7 .woofoo-item-container {
overflow: visible;
margin-top: 150px;
border-radius: 40px;
}
.woofoo-design-7 .woofoo-image,
.woofoo-design-7 .woofoo-woocommerce .woofoo-layout-img {
margin-top: -150px;
}
.woofoo-design-7 .woofoo-content {
padding: 35px;
border-radius: 40px;
}
.woofoo-design-7 .woofoo-image img,
.woofoo-design-7 .woofoo-woocommerce .woofoo-img img {
border-radius: 50%;
}
.woofoo-design-7 .woofoo-label {
clip-path: polygon(100% 0, 85% 52%, 100% 100%, 0% 100%, 0 55%, 0% 0%);
background-color: #ea1f2e;
padding: 2px 10px 2px 15px;
position: absolute;
color: #FFFFFF;
right: 0;
top: 34%;
}
.woofoo-design-7 .woofoo-regular-price,
.woofoo-design-7 .woofoo-sale-price {
font-size: 22px;
} .woofoo-design-8 .woofoo-item-container {
display: flex;
align-items: center;
padding: 20px;
}
.woofoo-design-8 .woofoo-image img {
display: block;
}
.woofoo-design-8 .woofoo-image img,
.woofoo-design-8 .woofoo-woocommerce .woofoo-layout-img,
.woofoo-design-8 .woofoo-woocommerce .woofoo-img img,
.woofoo-design-8 .woofoo-img-wrapper {
border-radius: 50%;
}
.woofoo-design-8 .woofoo-woocommerce .woofoo-layout-img,
.woofoo-design-8 .woofoo-img-wrapper {
overflow: hidden;
}
.woofoo-design-8 .woofoo-img-wrapper,
.woofoo-design-8 .woofoo-woocommerce .woofoo-layout-img {
max-width: 145px;
}
.woofoo-design-8 .woofoo-content {
width: 100%;
}
.woofoo-design-8 .woofoo-content {
padding: 0;
margin-left: 20px;
}
.woofoo-design-8 .woofoo-label {
clip-path: polygon(100% 0%, 86% 50%, 100% 100%, 25% 100%, 4% 50%, 25% 0%);
background-color: #ea1f2e;
padding: 2px 17px 4px 15px;
display: inline-block;
position: absolute;
color: #FFFFFF;
left: 0;
top: 0;
font-size: 14px;
}
.woofoo-design-8 .woofoo-icon {
padding: 0 5px 3px 6px;
border-radius: 50%;
border: 2px solid #FFFFFF;
display: inline-block;
}
.woofoo-design-8 .woofoo-button {
margin-top: 25px;
}
@media screen and (max-width: 425px) {
.woofoo-design-8 .woofoo-img-wrapper,
.woofoo-design-8 .woofoo-woocommerce .woofoo-layout-img {
max-width: 120px;
}
} .woofoo-design-9 .woofoo-item-container {
display: flex;
}
.woofoo-container .woofoo-design-9:nth-child(even) .woofoo-img-icon-wrapper,
.woofoo-container .woofoo-design-9:nth-child(even) .woofoo-layout-img {
order: 2;
}
.woofoo-design-9 .woofoo-img-icon-wrapper,
.woofoo-design-9 .woofoo-layout-img {
max-width: 200px;
}
.woofoo-design-9 .woofoo-content {
width: 100%;
}
.woofoo-design-9 .woofoo-icon {
padding: 0 5px 3px 6px;
border-radius: 50%;
border: 2px solid #FFFFFF;
}
.woofoo-design-9 .woofoo-image img {
display: block;
}
.woofoo-design-9 .woofoo-content {
padding: 0;
}
.woofoo-design-9 .woofoo-content-wrapper {
display: flex;
flex-wrap: wrap;
}
.woofoo-design-9 .woofoo-rate-btn-wrapper {
width: 30%;
flex-direction: column;
align-items: end;
}
.woofoo-design-9 .woofoo-desc-price-wrapper {
width: 70%; 
}
.woofoo-design-9 .woofoo-title-label-wrapper {
margin-bottom: 10px ;
}
.woofoo-design-9 .woofoo-item-container {
overflow: visible;
}
.woofoo-design-9 .woofoo-item-container.woofoo-highlight {
border: 0;
}
.woofoo-design-9 .woofoo-item-container.woofoo-highlight .woofoo-content-wrapper {
border: 2px solid;
}
.woofoo-design-9 .woofoo-title-label-wrapper {
display: flex;
align-items: center;
}
.woofoo-design-9 .woofoo-label {
background-color: #ea1f2e;
color: #FFFFFF;
font-size: 14px;
padding: 3px 7px;
border-radius: 5px;
}
@media screen and (max-width: 768px) {
.woofoo-design-9 .woofoo-rate-btn-wrapper {
width: 35%;
}
.woofoo-design-9 .woofoo-desc-price-wrapper {
width: 65%; 
}
.woofoo-design-9 .woofoo-img-icon-wrapper, .woofoo-design-9 .woofoo-layout-img {
max-width: 170px;
}
}
@media screen and (max-width: 425px) {
.woofoo-design-9 .woofoo-rate-btn-wrapper,
.woofoo-design-9 .woofoo-desc-price-wrapper {
width: 100%; 
align-items: start;
}
.woofoo-design-9 .woofoo-img-icon-wrapper, .woofoo-design-9 .woofoo-layout-img {
max-width: 140px;
}
} .woofoo-design-10 .woofoo-item-container {
position: relative;
border-top: 2px solid #CBCBCB;
display: flex;
}
.woofoo-design-10 .woofoo-item-container::before {
content: '';
position: absolute;
top: 0;
right: 40%;
height: 100%;
width: 2px;
background-color: #CBCBCB;
margin-right: -2px;
}
.woofoo-design-10 .woofoo-img-flip {
transition: transform 0.8s;
position: relative;
}
.woofoo-design-10 .woofoo-item-container:hover .woofoo-img-flip {
transform: rotateY(-180deg);
}
.woofoo-design-10 .woofoo-img-icon-wrapper,
.woofoo-design-10 .woofoo-woocommerce .woofoo-layout-img {
width: 40%;
padding: 20px;
}
.woofoo-design-10 .woofoo-content {
width: 60%;
}
.woofoo-design-10 .woofoo-price-rate-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
} 
.woofoo-design-10 .woofoo-label{
clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
background-color: #ea1f2e;
color: #FFFFFF;
padding: 10px 5px 15px;
font-size: 14px;
position: absolute;
top: 0;
left: 10px;
} .woofoo-design-11 .woofoo-content-container {
width: 100%;
}
.woofoo-design-11 .woofoo-item-container {
display: flex;
align-items: flex-start;
justify-content: flex-start;
}
.woofoo-design-11 .woofoo-content-container {
display: flex;
flex-direction: column;
align-items: flex-end;
}
.woofoo-design-11 .woofoo-content-wrap {
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
}
.woofoo-design-11 .woofoo-layout-img, .woofoo-design-11 .woofoo-layout-img .woofoo-image img,
.woofoo-design-11 .woofoo-image, .woofoo-design-11 .woofoo-image img {
height: auto;
max-width: 175px;
margin-left: 50px;
position: relative;
z-index: 9;
text-align: end;
}
.woofoo-design-11 .woofoo-content {
width: 85%;
border: 1px solid #ddd;
position: relative;
overflow: hidden;
}
.woofoo-design-11 .woofoo-img-price-wrapper {
margin-top: -140px;
}
.woofoo-design-11 .woofoo-price-wrapper {
justify-content: end;
}
.woofoo-design-11 .woofoo-all-price {
display: inline-block;
border: 1px solid #ddd;
padding: 10px;
z-index: 1;
margin-right: 10px;
}
.woofoo-design-11 .woofoo-sale-price {
float: right;
}
.woofoo-design-11 .woofoo-item-container.woofoo-highlight {
border: 0;
}
.woofoo-design-11 .woofoo-price-wrapper {
margin-bottom: -12px;
}
.woofoo-design-11 .woofoo-label::after {
height: 53px;
}
@media screen and (max-width: 768px) {
.woofoo-design-11 .woofoo-layout-img, .woofoo-design-11 .woofoo-layout-img .woofoo-image img,
.woofoo-design-11 .woofoo-image, .woofoo-design-11 .woofoo-image img {
max-width: 140px;
margin-left: 30px;
}
.woofoo-design-11 .woofoo-content {
width: 80%;
}
}
@media screen and (max-width: 425px) {
.woofoo-design-11 .woofoo-layout-img, .woofoo-design-11 .woofoo-layout-img .woofoo-image img,
.woofoo-design-11 .woofoo-image, .woofoo-design-11 .woofoo-image img {
max-width: 120px;
margin-left: 20px;
}
} @media screen and (min-width: 1025px) {
.woofoo-container.woofoo-design-5,
.woofoo-container.woofoo-design-9 {
grid-template-columns: repeat(1,1fr);
}
.woofoo-container.woofoo-design-1,
.woofoo-container.woofoo-design-8,
.woofoo-container.woofoo-design-10,
.woofoo-container.woofoo-design-11 {
grid-template-columns: repeat(2,1fr);
}
.woofoo-container {
grid-template-columns: repeat(3,1fr);
}
}
@media (max-width: 1024px) and (min-width:767px) {
.woofoo-container.woofoo-design-5,
.woofoo-container.woofoo-design-8,
.woofoo-container.woofoo-design-9 {
grid-template-columns: repeat(1,1fr);
}
.woofoo-container {
grid-template-columns: repeat(2,1fr);
}
}
@media screen and (max-width: 767px) {
.woofoo-container{
grid-template-columns: repeat(1,1fr);
}
}
.woofoo-item-container p { text-align: justify;}@font-face {
font-family: 'megatheme';
src:  url(//porjigar.ir/wp-content/plugins/elementor-pro/megatheme/includes/icon/fonts/megatheme.eot?4zxyox);
src:  url(//porjigar.ir/wp-content/plugins/elementor-pro/megatheme/includes/icon/fonts/megatheme.eot?4zxyox#iefix) format('embedded-opentype'),
url(//porjigar.ir/wp-content/plugins/elementor-pro/megatheme/includes/icon/fonts/megatheme.ttf?4zxyox) format('truetype'),
url(//porjigar.ir/wp-content/plugins/elementor-pro/megatheme/includes/icon/fonts/megatheme.woff?4zxyox) format('woff'),
url(//porjigar.ir/wp-content/plugins/elementor-pro/megatheme/includes/icon/fonts/megatheme.svg?4zxyox#megatheme) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="m-icon-"], [class*=" m-icon-"] { font-family: 'megatheme' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.m-icon-car-ikco-icon:before {
content: "\ee20";
}
.m-icon-car-ikco-text-isako-icon:before {
content: "\ee21";
}
.m-icon-car-kerman-motor-icon:before {
content: "\ee22";
}
.m-icon-car-kerman-motor-text-icon:before {
content: "\ee23";
}
.m-icon-car-lifan-icon:before {
content: "\ee24";
}
.m-icon-car-lifan-text-icon:before {
content: "\ee25";
}
.m-icon-car-saipa-disel-icon:before {
content: "\ee26";
}
.m-icon-car-saipa-disel-text-icon:before {
content: "\ee27";
}
.m-icon-car-saipa-icon:before {
content: "\ee28";
}
.m-icon-fatehe-hoovalbaghi-icon:before {
content: "\ee29";
}
.m-icon-new-year-icon:before {
content: "\ee2a";
}
.m-icon-tehran-azadi-tower-icon:before {
content: "\ee2b";
}
.m-icon-tehran-milad-tower-icon:before {
content: "\ee2c";
}
.m-icon-black-shad-logo-farsgraphic:before {
content: "\ee2d";
}
.m-icon-brands-bazneshastegi-icon:before {
content: "\ee2e";
}
.m-icon-brands-edarat-abfa-icon:before {
content: "\ee2f";
}
.m-icon-brands-edarat-aidin-icon.path1:before {
content: "\ee30";
color: rgb(0, 0, 0);
}
.m-icon-brands-edarat-aidin-icon.path2:before {
content: "\ee31";
margin-left: -1.0068359375em;
color: rgb(239, 239, 240);
}
.m-icon-brands-edarat-aidin-icon.path3:before {
content: "\ee32";
margin-left: -1.0068359375em;
color: rgb(239, 239, 240);
}
.m-icon-brands-edarat-aidin-icon.path4:before {
content: "\ee33";
margin-left: -1.0068359375em;
color: rgb(239, 239, 240);
}
.m-icon-brands-edarat-aidin-icon.path5:before {
content: "\ee34";
margin-left: -1.0068359375em;
color: rgb(239, 239, 240);
}
.m-icon-brands-edarat-aidin-icon.path6:before {
content: "\ee35";
margin-left: -1.0068359375em;
color: rgb(239, 239, 240);
}
.m-icon-brands-edarat-aidin-icon.path7:before {
content: "\ee36";
margin-left: -1.0068359375em;
color: rgb(239, 239, 240);
}
.m-icon-brands-edarat-atash-neshan-icon.path1:before {
content: "\ee37";
color: rgb(255, 0, 3);
}
.m-icon-brands-edarat-atash-neshan-icon.path2:before {
content: "\ee38";
margin-left: -1.0068359375em;
color: rgb(33, 31, 31);
}
.m-icon-brands-edarat-behran-icon:before {
content: "\ee39";
}
.m-icon-brands-edarat-behzisti-icon:before {
content: "\ee3a";
}
.m-icon-brands-edarat-chakelz-icon:before {
content: "\ee3b";
}
.m-icon-brands-edarat-edare-gas-icon:before {
content: "\ee3c";
}
.m-icon-brands-edarat-enteghal-khoon-blood-icon:before {
content: "\ee3d";
}
.m-icon-brands-edarat-gomrok-irica-icon:before {
content: "\ee3e";
}
.m-icon-brands-edarat-hamrah-aval-mci-2-icon:before {
content: "\ee3f";
}
.m-icon-brands-edarat-hamrah-aval-mci-icon:before {
content: "\ee40";
}
.m-icon-brands-edarat-ifda-food-drug-icon:before {
content: "\ee41";
}
.m-icon-brands-edarat-ikco-1-icon:before {
content: "\ee42";
}
.m-icon-brands-edarat-ikco-2-icon:before {
content: "\ee43";
}
.m-icon-brands-edarat-sazman-bazneshastegi-icon:before {
content: "\ee44";
}
.m-icon-brands-edarat-sazman-bourse-icon.path1:before {
content: "\ee45";
color: rgb(3, 124, 65);
}
.m-icon-brands-edarat-sazman-bourse-icon.path2:before {
content: "\ee46";
margin-left: -1.0068359375em;
color: rgb(199, 46, 42);
}
.m-icon-brands-edarat-sazman-bourse-icon.path3:before {
content: "\ee47";
margin-left: -1.0068359375em;
color: rgb(199, 46, 42);
}
.m-icon-brands-edarat-sazman-bourse-icon.path4:before {
content: "\ee48";
margin-left: -1.0068359375em;
color: rgb(3, 124, 65);
}
.m-icon-brands-edarat-sazman-bourse-icon.path5:before {
content: "\ee49";
margin-left: -1.0068359375em;
color: rgb(3, 124, 65);
}
.m-icon-brands-edarat-sazman-bourse-icon.path6:before {
content: "\ee4a";
margin-left: -1.0068359375em;
color: rgb(3, 124, 65);
}
.m-icon-brands-edarat-sazman-bourse-icon.path7:before {
content: "\ee4b";
margin-left: -1.0068359375em;
color: rgb(3, 124, 65);
}
.m-icon-brands-edarat-sazman-bourse-icon.path8:before {
content: "\ee4c";
margin-left: -1.0068359375em;
color: rgb(3, 124, 65);
}
.m-icon-brands-edarat-sazman-energy-atomic-icon:before {
content: "\ee4d";
}
.m-icon-brands-edare-bargh-icon:before {
content: "\ee4e";
}
.m-icon-brands-edareh-maliat-icon:before {
content: "\ee4f";
}
.m-icon-brands-edareh-Oghaf-icon:before {
content: "\ee50";
}
.m-icon-brands-kanoon-kanun-vokala-icon:before {
content: "\ee51";
}
.m-icon-brands-kanoon-parvaresh-fekri-icon:before {
content: "\ee52";
}
.m-icon-brands-khaneh-kargar-icon:before {
content: "\ee53";
}
.m-icon-brands-khoshgovar-icon:before {
content: "\ee54";
}
.m-icon-brands-minoo-icon:before {
content: "\ee55";
}
.m-icon-brands-mobarezeh-ba-mavad-mokhader-icon:before {
content: "\ee56";
}
.m-icon-brands-mohit-zist-icon:before {
content: "\ee57";
}
.m-icon-brands-mokhaberat-icon:before {
content: "\ee58";
}
.m-icon-brands-nezam-mohandesi-icon:before {
content: "\ee59";
}
.m-icon-brands-nezam-pezeshki-icon:before {
content: "\ee5a";
}
.m-icon-brands-ofogh-kourosh-icon:before {
content: "\ee5b";
}
.m-icon-brands-oil-company-icon:before {
content: "\ee5c";
}
.m-icon-brands-otagh-bazargani-icon:before {
content: "\ee5d";
}
.m-icon-brands-pars-khodro-icon:before {
content: "\ee5e";
}
.m-icon-brands-pegah-icon:before {
content: "\ee5f";
}
.m-icon-brands-pezeshki-ghanooni-icon:before {
content: "\ee60";
}
.m-icon-brands-post-office-icon:before {
content: "\ee61";
}
.m-icon-brands-raja-rails-icon:before {
content: "\ee62";
}
.m-icon-brands-refah-icon:before {
content: "\ee63";
}
.m-icon-brands-refah-text-icon:before {
content: "\ee64";
}
.m-icon-brands-sabt-ahval-icon:before {
content: "\ee65";
}
.m-icon-brands-sandogh-toese-melli-icon:before {
content: "\ee66";
}
.m-icon-brands-sanich-icon:before {
content: "\ee67";
}
.m-icon-brands-sanjesh-icon:before {
content: "\ee68";
}
.m-icon-brands-sazman-daneshamoozi-icon:before {
content: "\ee69";
}
.m-icon-brands-sazman-fani-va-herfee-icon:before {
content: "\ee6a";
}
.m-icon-brands-sazman-jangalha-manategh-abkhizdari-icon:before {
content: "\ee6b";
}
.m-icon-brands-sepehr-electric-2-icon:before {
content: "\ee6c";
}
.m-icon-brands-sepehr-electric-icon:before {
content: "\ee6d";
}
.m-icon-brands-shahrdari-tehran-icon:before {
content: "\ee6e";
}
.m-icon-brands-shahrvand-icon:before {
content: "\ee6f";
}
.m-icon-brands-snapp-eng-icon:before {
content: "\ee70";
}
.m-icon-brands-snapp-fa-icon:before {
content: "\ee71";
}
.m-icon-brands-tamin-ejtemaee-icon:before {
content: "\ee72";
}
.m-icon-brands-tapsi-icon:before {
content: "\ee73";
}
.m-icon-brands-tapsi-text-icon:before {
content: "\ee74";
}
.m-icon-brands-tavanir-icon.path1:before {
content: "\ee75";
color: rgb(243, 244, 244);
}
.m-icon-brands-tavanir-icon.path2:before {
content: "\ee76";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-brands-tavanir-icon.path3:before {
content: "\ee77";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-brands-tavanir-icon.path4:before {
content: "\ee78";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-brands-tazh-icon:before {
content: "\ee79";
}
.m-icon-brands-vezarat-etelaat-icon:before {
content: "\ee7a";
}
.m-icon-wushu-icon:before {
content: "\ee7b";
}
.m-icon-mother-mom-baby-1-icon:before {
content: "\ee7c";
}
.m-icon-mother-mom-fatemeh-al-zahra-1-icon:before {
content: "\ee7d";
}
.m-icon-mother-mom-fatemeh-al-zahra-2-icon:before {
content: "\ee7e";
}
.m-icon-mother-mom-fatemeh-al-zahra-3-icon:before {
content: "\ee7f";
}
.m-icon-mother-mom-fatemeh-al-zahra-icon:before {
content: "\ee80";
}
.m-icon-mother-mom-hijab-woman-icon:before {
content: "\ee81";
}
.m-icon-mother-mom-tent-woman-icon:before {
content: "\ee82";
}
.m-icon-student-college-16-azar-1-icon:before {
content: "\ee83";
}
.m-icon-student-college-16-azar-2-icon:before {
content: "\ee84";
}
.m-icon-student-college-16-azar-3-icon:before {
content: "\ee85";
}
.m-icon-student-college-blood-drops-icon:before {
content: "\ee86";
}
.m-icon-student-college-bloody-hand-2-icon:before {
content: "\ee87";
}
.m-icon-student-college-bloody-hand-3-icon:before {
content: "\ee88";
}
.m-icon-student-college-bloody-hand-icon:before {
content: "\ee89";
}
.m-icon-student-college-down-with-usa-icon:before {
content: "\ee8a";
}
.m-icon-student-college-fist-1-icon:before {
content: "\ee8b";
}
.m-icon-student-college-fist-2-icon:before {
content: "\ee8c";
}
.m-icon-student-college-fist-3-icon:before {
content: "\ee8d";
}
.m-icon-student-college-holding-banner-icon:before {
content: "\ee8e";
}
.m-icon-student-college-Screaming-speaker-icon:before {
content: "\ee8f";
}
.m-icon-student-college-students-holdings-banner-2-icon:before {
content: "\ee90";
}
.m-icon-student-college-students-holdings-banner-icon:before {
content: "\ee91";
}
.m-icon-apple--33648.path1:before {
content: "\ee92";
color: rgb(0, 0, 0);
}
.m-icon-apple--33648.path2:before {
content: "\ee93";
margin-left: -1em;
color: rgb(73, 41, 112);
opacity: 0.1;
}
.m-icon-apple--33648.path3:before {
content: "\ee94";
margin-left: -1em;
color: rgb(228, 86, 80);
}
.m-icon-apple--33648.path4:before {
content: "\ee95";
margin-left: -1em;
color: rgb(228, 86, 80);
}
.m-icon-apple--33648.path5:before {
content: "\ee96";
margin-left: -1em;
color: rgb(17, 173, 122);
}
.m-icon-apple--33648.path6:before {
content: "\ee97";
margin-left: -1em;
color: rgb(214, 72, 66);
}
.m-icon-apple--33648.path7:before {
content: "\ee98";
margin-left: -1em;
color: rgb(214, 72, 66);
}
.m-icon-apple--33648.path8:before {
content: "\ee99";
margin-left: -1em;
color: rgb(18, 152, 109);
}
.m-icon-apple--33648.path9:before {
content: "\ee9a";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-apple--33648.path10:before {
content: "\ee9b";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-apple--33648.path11:before {
content: "\ee9c";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-apple--33648.path12:before {
content: "\ee9d";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-apple--33648.path13:before {
content: "\ee9e";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-apple--33648.path14:before {
content: "\ee9f";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-apple--33648.path15:before {
content: "\eea0";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-apple--33648.path16:before {
content: "\eea1";
margin-left: -1em;
color: rgb(73, 41, 112);
opacity: 0.2;
}
.m-icon-coin--33655.path1:before {
content: "\eea2";
color: rgb(0, 0, 0);
}
.m-icon-coin--33655.path2:before {
content: "\eea3";
margin-left: -1em;
color: rgb(73, 41, 112);
opacity: 0.1;
}
.m-icon-coin--33655.path3:before {
content: "\eea4";
margin-left: -1em;
color: rgb(253, 194, 81);
}
.m-icon-coin--33655.path4:before {
content: "\eea5";
margin-left: -1em;
color: rgb(255, 219, 94);
}
.m-icon-coin--33655.path5:before {
content: "\eea6";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-coin--33655.path6:before {
content: "\eea7";
margin-left: -1em;
color: rgb(237, 167, 60);
}
.m-icon-coin--33655.path7:before {
content: "\eea8";
margin-left: -1em;
color: rgb(253, 194, 81);
}
.m-icon-coin--33655.path8:before {
content: "\eea9";
margin-left: -1em;
color: rgb(237, 167, 60);
}
.m-icon-coin--33655.path9:before {
content: "\eeaa";
margin-left: -1em;
color: rgb(237, 167, 60);
}
.m-icon-coin--33655.path10:before {
content: "\eeab";
margin-left: -1em;
color: rgb(144, 91, 51);
}
.m-icon-coin--33655.path11:before {
content: "\eeac";
margin-left: -1em;
color: rgb(144, 91, 51);
}
.m-icon-coin--33655.path12:before {
content: "\eead";
margin-left: -1em;
color: rgb(254, 234, 131);
}
.m-icon-coin--33655.path13:before {
content: "\eeae";
margin-left: -1em;
color: rgb(254, 234, 131);
}
.m-icon-coin--33655.path14:before {
content: "\eeaf";
margin-left: -1em;
color: rgb(254, 234, 131);
}
.m-icon-coin--33655.path15:before {
content: "\eeb0";
margin-left: -1em;
color: rgb(254, 234, 131);
}
.m-icon-coin--33655.path16:before {
content: "\eeb1";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-coin--33655.path17:before {
content: "\eeb2";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-coin--33655.path18:before {
content: "\eeb3";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-coin--33655.path19:before {
content: "\eeb4";
margin-left: -1em;
color: rgb(73, 41, 112);
opacity: 0.2;
}
.m-icon-coins--33654.path1:before {
content: "\eeb5";
color: rgb(0, 0, 0);
}
.m-icon-coins--33654.path2:before {
content: "\eeb6";
margin-left: -1em;
color: rgb(73, 41, 112);
opacity: 0.1;
}
.m-icon-coins--33654.path3:before {
content: "\eeb7";
margin-left: -1em;
color: rgb(253, 194, 81);
}
.m-icon-coins--33654.path4:before {
content: "\eeb8";
margin-left: -1em;
color: rgb(255, 219, 94);
}
.m-icon-coins--33654.path5:before {
content: "\eeb9";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-coins--33654.path6:before {
content: "\eeba";
margin-left: -1em;
color: rgb(237, 167, 60);
}
.m-icon-coins--33654.path7:before {
content: "\eebb";
margin-left: -1em;
color: rgb(253, 194, 81);
}
.m-icon-coins--33654.path8:before {
content: "\eebc";
margin-left: -1em;
color: rgb(237, 167, 60);
}
.m-icon-coins--33654.path9:before {
content: "\eebd";
margin-left: -1em;
color: rgb(237, 167, 60);
}
.m-icon-coins--33654.path10:before {
content: "\eebe";
margin-left: -1em;
color: rgb(144, 91, 51);
}
.m-icon-coins--33654.path11:before {
content: "\eebf";
margin-left: -1em;
color: rgb(144, 91, 51);
}
.m-icon-coins--33654.path12:before {
content: "\eec0";
margin-left: -1em;
color: rgb(254, 234, 131);
}
.m-icon-coins--33654.path13:before {
content: "\eec1";
margin-left: -1em;
color: rgb(254, 234, 131);
}
.m-icon-coins--33654.path14:before {
content: "\eec2";
margin-left: -1em;
color: rgb(254, 234, 131);
}
.m-icon-coins--33654.path15:before {
content: "\eec3";
margin-left: -1em;
color: rgb(254, 234, 131);
}
.m-icon-coins--33654.path16:before {
content: "\eec4";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-coins--33654.path17:before {
content: "\eec5";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-coins--33654.path18:before {
content: "\eec6";
margin-left: -1em;
color: rgb(253, 194, 81);
}
.m-icon-coins--33654.path19:before {
content: "\eec7";
margin-left: -1em;
color: rgb(255, 219, 94);
}
.m-icon-coins--33654.path20:before {
content: "\eec8";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-coins--33654.path21:before {
content: "\eec9";
margin-left: -1em;
color: rgb(237, 167, 60);
}
.m-icon-coins--33654.path22:before {
content: "\eeca";
margin-left: -1em;
color: rgb(253, 194, 81);
}
.m-icon-coins--33654.path23:before {
content: "\eecb";
margin-left: -1em;
color: rgb(237, 167, 60);
}
.m-icon-coins--33654.path24:before {
content: "\eecc";
margin-left: -1em;
color: rgb(237, 167, 60);
}
.m-icon-coins--33654.path25:before {
content: "\eecd";
margin-left: -1em;
color: rgb(144, 91, 51);
}
.m-icon-coins--33654.path26:before {
content: "\eece";
margin-left: -1em;
color: rgb(144, 91, 51);
}
.m-icon-coins--33654.path27:before {
content: "\eecf";
margin-left: -1em;
color: rgb(254, 234, 131);
}
.m-icon-coins--33654.path28:before {
content: "\eed0";
margin-left: -1em;
color: rgb(254, 234, 131);
}
.m-icon-coins--33654.path29:before {
content: "\eed1";
margin-left: -1em;
color: rgb(254, 234, 131);
}
.m-icon-coins--33654.path30:before {
content: "\eed2";
margin-left: -1em;
color: rgb(254, 234, 131);
}
.m-icon-coins--33654.path31:before {
content: "\eed3";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-coins--33654.path32:before {
content: "\eed4";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-coins--33654.path33:before {
content: "\eed5";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-coins--33654.path34:before {
content: "\eed6";
margin-left: -1em;
color: rgb(73, 41, 112);
opacity: 0.2;
}
.m-icon-eggs--33646.path1:before {
content: "\eed7";
color: rgb(0, 0, 0);
}
.m-icon-eggs--33646.path2:before {
content: "\eed8";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-eggs--33646.path3:before {
content: "\eed9";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-eggs--33646.path4:before {
content: "\eeda";
margin-left: -1em;
color: rgb(73, 41, 112);
opacity: 0.2;
}
.m-icon-eggs--33646.path5:before {
content: "\eedb";
margin-left: -1em;
color: rgb(73, 41, 112);
opacity: 0.1;
}
.m-icon-eggs--33646.path6:before {
content: "\eedc";
margin-left: -1em;
color: rgb(243, 199, 102);
}
.m-icon-eggs--33646.path7:before {
content: "\eedd";
margin-left: -1em;
color: rgb(243, 199, 102);
}
.m-icon-eggs--33646.path8:before {
content: "\eede";
margin-left: -1em;
color: rgb(243, 199, 102);
}
.m-icon-eggs--33646.path9:before {
content: "\eedf";
margin-left: -1em;
color: rgb(243, 199, 102);
}
.m-icon-eggs--33646.path10:before {
content: "\eee0";
margin-left: -1em;
color: rgb(243, 199, 102);
}
.m-icon-eggs--33646.path11:before {
content: "\eee1";
margin-left: -1em;
color: rgb(243, 199, 102);
}
.m-icon-eggs--33646.path12:before {
content: "\eee2";
margin-left: -1em;
color: rgb(243, 199, 102);
}
.m-icon-eggs--33646.path13:before {
content: "\eee3";
margin-left: -1em;
color: rgb(243, 199, 102);
}
.m-icon-eggs--33646.path14:before {
content: "\eee4";
margin-left: -1em;
color: rgb(243, 199, 102);
}
.m-icon-eggs--33646.path15:before {
content: "\eee5";
margin-left: -1em;
color: rgb(243, 199, 102);
}
.m-icon-eggs--33646.path16:before {
content: "\eee6";
margin-left: -1em;
color: rgb(243, 199, 102);
}
.m-icon-eggs--33646.path17:before {
content: "\eee7";
margin-left: -1em;
color: rgb(255, 226, 163);
}
.m-icon-eggs--33646.path18:before {
content: "\eee8";
margin-left: -1em;
color: rgb(255, 226, 163);
}
.m-icon-eggs--33646.path19:before {
content: "\eee9";
margin-left: -1em;
color: rgb(255, 226, 163);
}
.m-icon-eggs--33646.path20:before {
content: "\eeea";
margin-left: -1em;
color: rgb(255, 226, 163);
}
.m-icon-eggs--33646.path21:before {
content: "\eeeb";
margin-left: -1em;
color: rgb(255, 226, 163);
}
.m-icon-eggs--33646.path22:before {
content: "\eeec";
margin-left: -1em;
color: rgb(255, 226, 163);
}
.m-icon-eggs--33646.path23:before {
content: "\eeed";
margin-left: -1em;
color: rgb(255, 226, 163);
}
.m-icon-eggs--33646.path24:before {
content: "\eeee";
margin-left: -1em;
color: rgb(255, 226, 163);
}
.m-icon-eggs--33646.path25:before {
content: "\eeef";
margin-left: -1em;
color: rgb(255, 226, 163);
}
.m-icon-eggs--33646.path26:before {
content: "\eef0";
margin-left: -1em;
color: rgb(255, 226, 163);
}
.m-icon-eggs--33646.path27:before {
content: "\eef1";
margin-left: -1em;
color: rgb(255, 226, 163);
}
.m-icon-eggs--33646.path28:before {
content: "\eef2";
margin-left: -1em;
color: rgb(242, 106, 95);
}
.m-icon-eggs--33646.path29:before {
content: "\eef3";
margin-left: -1em;
color: rgb(242, 106, 95);
}
.m-icon-eggs--33646.path30:before {
content: "\eef4";
margin-left: -1em;
color: rgb(242, 106, 95);
}
.m-icon-eggs--33646.path31:before {
content: "\eef5";
margin-left: -1em;
color: rgb(242, 106, 95);
}
.m-icon-eggs--33646.path32:before {
content: "\eef6";
margin-left: -1em;
color: rgb(242, 106, 95);
}
.m-icon-eggs--33646.path33:before {
content: "\eef7";
margin-left: -1em;
color: rgb(242, 106, 95);
}
.m-icon-eggs--33646.path34:before {
content: "\eef8";
margin-left: -1em;
color: rgb(242, 106, 95);
}
.m-icon-eggs--33646.path35:before {
content: "\eef9";
margin-left: -1em;
color: rgb(77, 166, 91);
}
.m-icon-eggs--33646.path36:before {
content: "\eefa";
margin-left: -1em;
color: rgb(242, 106, 95);
}
.m-icon-eggs--33646.path37:before {
content: "\eefb";
margin-left: -1em;
color: rgb(243, 199, 102);
}
.m-icon-eggs--33646.path38:before {
content: "\eefc";
margin-left: -1em;
color: rgb(242, 106, 95);
}
.m-icon-eggs--33646.path39:before {
content: "\eefd";
margin-left: -1em;
color: rgb(77, 166, 91);
}
.m-icon-eggs--33646.path40:before {
content: "\eefe";
margin-left: -1em;
color: rgb(243, 199, 102);
}
.m-icon-eggs--33646.path41:before {
content: "\eeff";
margin-left: -1em;
color: rgb(55, 122, 63);
}
.m-icon-eggs--33646.path42:before {
content: "\ef00";
margin-left: -1em;
color: rgb(203, 93, 84);
}
.m-icon-eggs--33646.path43:before {
content: "\ef01";
margin-left: -1em;
color: rgb(209, 169, 78);
}
.m-icon-eggs--33646.path44:before {
content: "\ef02";
margin-left: -1em;
color: rgb(203, 93, 84);
}
.m-icon-eggs--33646.path45:before {
content: "\ef03";
margin-left: -1em;
color: rgb(55, 122, 63);
}
.m-icon-eggs--33646.path46:before {
content: "\ef04";
margin-left: -1em;
color: rgb(209, 169, 78);
}
.m-icon-eggs--33646.path47:before {
content: "\ef05";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-fish--33644.path1:before {
content: "\ef06";
color: rgb(0, 0, 0);
}
.m-icon-fish--33644.path2:before {
content: "\ef07";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-fish--33644.path3:before {
content: "\ef08";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-fish--33644.path4:before {
content: "\ef09";
margin-left: -1em;
color: rgb(73, 41, 112);
opacity: 0.2;
}
.m-icon-fish--33644.path5:before {
content: "\ef0a";
margin-left: -1em;
color: rgb(73, 41, 112);
opacity: 0.1;
}
.m-icon-fish--33644.path6:before {
content: "\ef0b";
margin-left: -1em;
color: rgb(198, 234, 248);
}
.m-icon-fish--33644.path7:before {
content: "\ef0c";
margin-left: -1em;
color: rgb(198, 234, 248);
}
.m-icon-fish--33644.path8:before {
content: "\ef0d";
margin-left: -1em;
color: rgb(143, 215, 242);
}
.m-icon-fish--33644.path9:before {
content: "\ef0e";
margin-left: -1em;
color: rgb(242, 106, 95);
}
.m-icon-fish--33644.path10:before {
content: "\ef0f";
margin-left: -1em;
color: rgb(242, 106, 95);
}
.m-icon-fish--33644.path11:before {
content: "\ef10";
margin-left: -1em;
color: rgb(242, 106, 95);
}
.m-icon-fish--33644.path12:before {
content: "\ef11";
margin-left: -1em;
color: rgb(242, 106, 95);
}
.m-icon-fish--33644.path13:before {
content: "\ef12";
margin-left: -1em;
color: rgb(221, 94, 85);
}
.m-icon-fish--33644.path14:before {
content: "\ef13";
margin-left: -1em;
color: rgb(221, 94, 85);
}
.m-icon-fish--33644.path15:before {
content: "\ef14";
margin-left: -1em;
color: rgb(221, 94, 85);
}
.m-icon-fish--33644.path16:before {
content: "\ef15";
margin-left: -1em;
color: rgb(221, 94, 85);
}
.m-icon-fish--33644.path17:before {
content: "\ef16";
margin-left: -1em;
color: rgb(147, 213, 241);
}
.m-icon-fish--33644.path18:before {
content: "\ef17";
margin-left: -1em;
color: rgb(77, 173, 225);
opacity: 0.41;
}
.m-icon-fish--33644.path19:before {
content: "\ef18";
margin-left: -1em;
color: rgb(147, 213, 241);
}
.m-icon-fish--33644.path20:before {
content: "\ef19";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-fish--33644.path21:before {
content: "\ef1a";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-fish--33644.path22:before {
content: "\ef1b";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-fish--33644.path23:before {
content: "\ef1c";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-garlic--33653.path1:before {
content: "\ef1d";
color: rgb(0, 0, 0);
}
.m-icon-garlic--33653.path2:before {
content: "\ef1e";
margin-left: -1em;
color: rgb(73, 41, 112);
opacity: 0.1;
}
.m-icon-garlic--33653.path3:before {
content: "\ef1f";
margin-left: -1em;
color: rgb(251, 243, 223);
}
.m-icon-garlic--33653.path4:before {
content: "\ef20";
margin-left: -1em;
color: rgb(212, 202, 178);
}
.m-icon-garlic--33653.path5:before {
content: "\ef21";
margin-left: -1em;
color: rgb(212, 202, 178);
}
.m-icon-garlic--33653.path6:before {
content: "\ef22";
margin-left: -1em;
color: rgb(212, 202, 178);
}
.m-icon-garlic--33653.path7:before {
content: "\ef23";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-garlic--33653.path8:before {
content: "\ef24";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-garlic--33653.path9:before {
content: "\ef25";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-garlic--33653.path10:before {
content: "\ef26";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-garlic--33653.path11:before {
content: "\ef27";
margin-left: -1em;
color: rgb(251, 243, 223);
}
.m-icon-garlic--33653.path12:before {
content: "\ef28";
margin-left: -1em;
color: rgb(212, 202, 178);
}
.m-icon-garlic--33653.path13:before {
content: "\ef29";
margin-left: -1em;
color: rgb(212, 202, 178);
}
.m-icon-garlic--33653.path14:before {
content: "\ef2a";
margin-left: -1em;
color: rgb(212, 202, 178);
}
.m-icon-garlic--33653.path15:before {
content: "\ef2b";
margin-left: -1em;
color: rgb(212, 202, 178);
}
.m-icon-garlic--33653.path16:before {
content: "\ef2c";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-garlic--33653.path17:before {
content: "\ef2d";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-garlic--33653.path18:before {
content: "\ef2e";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-garlic--33653.path19:before {
content: "\ef2f";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-garlic--33653.path20:before {
content: "\ef30";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-garlic--33653.path21:before {
content: "\ef31";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-garlic--33653.path22:before {
content: "\ef32";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-garlic--33653.path23:before {
content: "\ef33";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-garlic--33653.path24:before {
content: "\ef34";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-garlic--33653.path25:before {
content: "\ef35";
margin-left: -1em;
color: rgb(227, 222, 173);
}
.m-icon-garlic--33653.path26:before {
content: "\ef36";
margin-left: -1em;
color: rgb(251, 243, 223);
}
.m-icon-garlic--33653.path27:before {
content: "\ef37";
margin-left: -1em;
color: rgb(193, 189, 152);
}
.m-icon-garlic--33653.path28:before {
content: "\ef38";
margin-left: -1em;
color: rgb(212, 202, 178);
}
.m-icon-garlic--33653.path29:before {
content: "\ef39";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-garlic--33653.path30:before {
content: "\ef3a";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-garlic--33653.path31:before {
content: "\ef3b";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-garlic--33653.path32:before {
content: "\ef3c";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-garlic--33653.path33:before {
content: "\ef3d";
margin-left: -1em;
color: rgb(73, 41, 112);
opacity: 0.2;
}
.m-icon-grass--33649.path1:before {
content: "\ef3e";
color: rgb(0, 0, 0);
}
.m-icon-grass--33649.path2:before {
content: "\ef3f";
margin-left: -1em;
color: rgb(73, 41, 112);
opacity: 0.1;
}
.m-icon-grass--33649.path3:before {
content: "\ef40";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-grass--33649.path4:before {
content: "\ef41";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-grass--33649.path5:before {
content: "\ef42";
margin-left: -1em;
color: rgb(241, 195, 94);
}
.m-icon-grass--33649.path6:before {
content: "\ef43";
margin-left: -1em;
color: rgb(61, 185, 129);
}
.m-icon-grass--33649.path7:before {
content: "\ef44";
margin-left: -1em;
color: rgb(61, 185, 129);
}
.m-icon-grass--33649.path8:before {
content: "\ef45";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-grass--33649.path9:before {
content: "\ef46";
margin-left: -1em;
color: rgb(241, 174, 94);
}
.m-icon-grass--33649.path10:before {
content: "\ef47";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path11:before {
content: "\ef48";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path12:before {
content: "\ef49";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path13:before {
content: "\ef4a";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path14:before {
content: "\ef4b";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path15:before {
content: "\ef4c";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path16:before {
content: "\ef4d";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path17:before {
content: "\ef4e";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path18:before {
content: "\ef4f";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path19:before {
content: "\ef50";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path20:before {
content: "\ef51";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path21:before {
content: "\ef52";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path22:before {
content: "\ef53";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path23:before {
content: "\ef54";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path24:before {
content: "\ef55";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path25:before {
content: "\ef56";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path26:before {
content: "\ef57";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path27:before {
content: "\ef58";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path28:before {
content: "\ef59";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path29:before {
content: "\ef5a";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path30:before {
content: "\ef5b";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path31:before {
content: "\ef5c";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path32:before {
content: "\ef5d";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path33:before {
content: "\ef5e";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path34:before {
content: "\ef5f";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path35:before {
content: "\ef60";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path36:before {
content: "\ef61";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path37:before {
content: "\ef62";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path38:before {
content: "\ef63";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path39:before {
content: "\ef64";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path40:before {
content: "\ef65";
margin-left: -1em;
color: rgb(242, 106, 95);
}
.m-icon-grass--33649.path41:before {
content: "\ef66";
margin-left: -1em;
color: rgb(242, 106, 95);
}
.m-icon-grass--33649.path42:before {
content: "\ef67";
margin-left: -1em;
color: rgb(242, 106, 95);
}
.m-icon-grass--33649.path43:before {
content: "\ef68";
margin-left: -1em;
color: rgb(209, 68, 56);
}
.m-icon-grass--33649.path44:before {
content: "\ef69";
margin-left: -1em;
color: rgb(242, 106, 95);
}
.m-icon-grass--33649.path45:before {
content: "\ef6a";
margin-left: -1em;
color: rgb(209, 68, 56);
}
.m-icon-grass--33649.path46:before {
content: "\ef6b";
margin-left: -1em;
color: rgb(242, 106, 95);
}
.m-icon-grass--33649.path47:before {
content: "\ef6c";
margin-left: -1em;
color: rgb(209, 68, 56);
}
.m-icon-grass--33649.path48:before {
content: "\ef6d";
margin-left: -1em;
color: rgb(242, 106, 95);
}
.m-icon-grass--33649.path49:before {
content: "\ef6e";
margin-left: -1em;
color: rgb(209, 68, 56);
}
.m-icon-grass--33649.path50:before {
content: "\ef6f";
margin-left: -1em;
color: rgb(209, 68, 56);
}
.m-icon-grass--33649.path51:before {
content: "\ef70";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-grass--33649.path52:before {
content: "\ef71";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-grass--33649.path53:before {
content: "\ef72";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-grass--33649.path54:before {
content: "\ef73";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-grass--33649.path55:before {
content: "\ef74";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-grass--33649.path56:before {
content: "\ef75";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-grass--33649.path57:before {
content: "\ef76";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-grass--33649.path58:before {
content: "\ef77";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-grass--33649.path59:before {
content: "\ef78";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-grass--33649.path60:before {
content: "\ef79";
margin-left: -1em;
color: rgb(73, 41, 112);
opacity: 0.2;
}
.m-icon-hyacinth--33647.path1:before {
content: "\ef7a";
color: rgb(0, 0, 0);
}
.m-icon-hyacinth--33647.path2:before {
content: "\ef7b";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-hyacinth--33647.path3:before {
content: "\ef7c";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-hyacinth--33647.path4:before {
content: "\ef7d";
margin-left: -1em;
color: rgb(73, 41, 112);
opacity: 0.2;
}
.m-icon-hyacinth--33647.path5:before {
content: "\ef7e";
margin-left: -1em;
color: rgb(73, 41, 112);
opacity: 0.1;
}
.m-icon-hyacinth--33647.path6:before {
content: "\ef7f";
margin-left: -1em;
color: rgb(147, 98, 169);
}
.m-icon-hyacinth--33647.path7:before {
content: "\ef80";
margin-left: -1em;
color: rgb(147, 98, 169);
}
.m-icon-hyacinth--33647.path8:before {
content: "\ef81";
margin-left: -1em;
color: rgb(17, 173, 122);
}
.m-icon-hyacinth--33647.path9:before {
content: "\ef82";
margin-left: -1em;
color: rgb(17, 173, 122);
}
.m-icon-hyacinth--33647.path10:before {
content: "\ef83";
margin-left: -1em;
color: rgb(241, 195, 94);
}
.m-icon-hyacinth--33647.path11:before {
content: "\ef84";
margin-left: -1em;
color: rgb(241, 174, 94);
}
.m-icon-hyacinth--33647.path12:before {
content: "\ef85";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-hyacinth--33647.path13:before {
content: "\ef86";
margin-left: -1em;
color: rgb(20, 154, 110);
}
.m-icon-hyacinth--33647.path14:before {
content: "\ef87";
margin-left: -1em;
color: rgb(136, 91, 166);
}
.m-icon-hyacinth--33647.path15:before {
content: "\ef88";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-hyacinth--33647.path16:before {
content: "\ef89";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-hyacinth--33647.path17:before {
content: "\ef8a";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-hyacinth--33647.path18:before {
content: "\ef8b";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-hyacinth--33647.path19:before {
content: "\ef8c";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-hyacinth--33647.path20:before {
content: "\ef8d";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-hyacinth--33647.path21:before {
content: "\ef8e";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-hyacinth--33647.path22:before {
content: "\ef8f";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-hyacinth--33647.path23:before {
content: "\ef90";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-hyacinth--33647.path24:before {
content: "\ef91";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-mirror--33645.path1:before {
content: "\ef92";
color: rgb(0, 0, 0);
}
.m-icon-mirror--33645.path2:before {
content: "\ef93";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-mirror--33645.path3:before {
content: "\ef94";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-mirror--33645.path4:before {
content: "\ef95";
margin-left: -1em;
color: rgb(73, 41, 112);
opacity: 0.2;
}
.m-icon-mirror--33645.path5:before {
content: "\ef96";
margin-left: -1em;
color: rgb(73, 41, 112);
opacity: 0.1;
}
.m-icon-mirror--33645.path6:before {
content: "\ef97";
margin-left: -1em;
color: rgb(224, 236, 248);
}
.m-icon-mirror--33645.path7:before {
content: "\ef98";
margin-left: -1em;
color: rgb(196, 196, 196);
}
.m-icon-mirror--33645.path8:before {
content: "\ef99";
margin-left: -1em;
color: rgb(162, 65, 35);
}
.m-icon-mirror--33645.path9:before {
content: "\ef9a";
margin-left: -1em;
color: rgb(162, 65, 35);
}
.m-icon-mirror--33645.path10:before {
content: "\ef9b";
margin-left: -1em;
color: rgb(162, 65, 35);
}
.m-icon-mirror--33645.path11:before {
content: "\ef9c";
margin-left: -1em;
color: rgb(162, 65, 35);
}
.m-icon-mirror--33645.path12:before {
content: "\ef9d";
margin-left: -1em;
color: rgb(162, 65, 35);
}
.m-icon-mirror--33645.path13:before {
content: "\ef9e";
margin-left: -1em;
color: rgb(226, 117, 50);
}
.m-icon-mirror--33645.path14:before {
content: "\ef9f";
margin-left: -1em;
color: rgb(226, 117, 50);
}
.m-icon-mirror--33645.path15:before {
content: "\efa0";
margin-left: -1em;
color: rgb(226, 117, 50);
}
.m-icon-mirror--33645.path16:before {
content: "\efa1";
margin-left: -1em;
color: rgb(226, 117, 50);
}
.m-icon-mirror--33645.path17:before {
content: "\efa2";
margin-left: -1em;
color: rgb(226, 117, 50);
}
.m-icon-mirror--33645.path18:before {
content: "\efa3";
margin-left: -1em;
color: rgb(226, 117, 50);
}
.m-icon-mirror--33645.path19:before {
content: "\efa4";
margin-left: -1em;
color: rgb(226, 117, 50);
}
.m-icon-mirror--33645.path20:before {
content: "\efa5";
margin-left: -1em;
color: rgb(198, 225, 245);
}
.m-icon-mirror--33645.path21:before {
content: "\efa6";
margin-left: -1em;
color: rgb(198, 225, 245);
}
.m-icon-mirror--33645.path22:before {
content: "\efa7";
margin-left: -1em;
color: rgb(198, 224, 245);
}
.m-icon-mirror--33645.path23:before {
content: "\efa8";
margin-left: -1em;
color: rgb(146, 190, 224);
}
.m-icon-mirror--33645.path24:before {
content: "\efa9";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-mirror--33645.path25:before {
content: "\efaa";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path1:before {
content: "\efab";
color: rgb(0, 0, 0);
}
.m-icon-oleaster--33650.path2:before {
content: "\efac";
margin-left: -1em;
color: rgb(73, 41, 112);
opacity: 0.1;
}
.m-icon-oleaster--33650.path3:before {
content: "\efad";
margin-left: -1em;
color: rgb(219, 195, 178);
}
.m-icon-oleaster--33650.path4:before {
content: "\efae";
margin-left: -1em;
color: rgb(217, 183, 164);
}
.m-icon-oleaster--33650.path5:before {
content: "\efaf";
margin-left: -1em;
color: rgb(241, 195, 94);
}
.m-icon-oleaster--33650.path6:before {
content: "\efb0";
margin-left: -1em;
color: rgb(241, 174, 94);
}
.m-icon-oleaster--33650.path7:before {
content: "\efb1";
margin-left: -1em;
color: rgb(188, 83, 39);
}
.m-icon-oleaster--33650.path8:before {
content: "\efb2";
margin-left: -1em;
color: rgb(188, 83, 39);
}
.m-icon-oleaster--33650.path9:before {
content: "\efb3";
margin-left: -1em;
color: rgb(188, 83, 39);
}
.m-icon-oleaster--33650.path10:before {
content: "\efb4";
margin-left: -1em;
color: rgb(165, 66, 35);
}
.m-icon-oleaster--33650.path11:before {
content: "\efb5";
margin-left: -1em;
color: rgb(165, 66, 35);
}
.m-icon-oleaster--33650.path12:before {
content: "\efb6";
margin-left: -1em;
color: rgb(165, 66, 35);
}
.m-icon-oleaster--33650.path13:before {
content: "\efb7";
margin-left: -1em;
color: rgb(188, 83, 39);
}
.m-icon-oleaster--33650.path14:before {
content: "\efb8";
margin-left: -1em;
color: rgb(188, 83, 39);
}
.m-icon-oleaster--33650.path15:before {
content: "\efb9";
margin-left: -1em;
color: rgb(188, 83, 39);
}
.m-icon-oleaster--33650.path16:before {
content: "\efba";
margin-left: -1em;
color: rgb(188, 83, 39);
}
.m-icon-oleaster--33650.path17:before {
content: "\efbb";
margin-left: -1em;
color: rgb(165, 66, 35);
}
.m-icon-oleaster--33650.path18:before {
content: "\efbc";
margin-left: -1em;
color: rgb(165, 66, 35);
}
.m-icon-oleaster--33650.path19:before {
content: "\efbd";
margin-left: -1em;
color: rgb(165, 66, 35);
}
.m-icon-oleaster--33650.path20:before {
content: "\efbe";
margin-left: -1em;
color: rgb(165, 66, 35);
}
.m-icon-oleaster--33650.path21:before {
content: "\efbf";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-oleaster--33650.path22:before {
content: "\efc0";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path23:before {
content: "\efc1";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path24:before {
content: "\efc2";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path25:before {
content: "\efc3";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path26:before {
content: "\efc4";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path27:before {
content: "\efc5";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path28:before {
content: "\efc6";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path29:before {
content: "\efc7";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path30:before {
content: "\efc8";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path31:before {
content: "\efc9";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path32:before {
content: "\efca";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path33:before {
content: "\efcb";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path34:before {
content: "\efcc";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path35:before {
content: "\efcd";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path36:before {
content: "\efce";
margin-left: -1em;
color: rgb(73, 41, 112);
opacity: 0.2;
}
.m-icon-samanoo--33652.path1:before {
content: "\efcf";
color: rgb(0, 0, 0);
}
.m-icon-samanoo--33652.path2:before {
content: "\efd0";
margin-left: -1em;
color: rgb(73, 41, 112);
opacity: 0.1;
}
.m-icon-samanoo--33652.path3:before {
content: "\efd1";
margin-left: -1em;
color: rgb(188, 83, 39);
}
.m-icon-samanoo--33652.path4:before {
content: "\efd2";
margin-left: -1em;
color: rgb(173, 69, 37);
}
.m-icon-samanoo--33652.path5:before {
content: "\efd3";
margin-left: -1em;
color: rgb(173, 69, 37);
}
.m-icon-samanoo--33652.path6:before {
content: "\efd4";
margin-left: -1em;
color: rgb(241, 195, 94);
}
.m-icon-samanoo--33652.path7:before {
content: "\efd5";
margin-left: -1em;
color: rgb(241, 174, 94);
}
.m-icon-samanoo--33652.path8:before {
content: "\efd6";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-samanoo--33652.path9:before {
content: "\efd7";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-samanoo--33652.path10:before {
content: "\efd8";
margin-left: -1em;
color: rgb(153, 67, 33);
}
.m-icon-samanoo--33652.path11:before {
content: "\efd9";
margin-left: -1em;
color: rgb(254, 253, 254);
}
.m-icon-samanoo--33652.path12:before {
content: "\efda";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-samanoo--33652.path13:before {
content: "\efdb";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-samanoo--33652.path14:before {
content: "\efdc";
margin-left: -1em;
color: rgb(73, 41, 112);
opacity: 0.2;
}
.m-icon-sumac--33651.path1:before {
content: "\efdd";
color: rgb(0, 0, 0);
}
.m-icon-sumac--33651.path2:before {
content: "\efde";
margin-left: -1em;
color: rgb(73, 41, 112);
opacity: 0.1;
}
.m-icon-sumac--33651.path3:before {
content: "\efdf";
margin-left: -1em;
color: rgb(198, 39, 70);
}
.m-icon-sumac--33651.path4:before {
content: "\efe0";
margin-left: -1em;
color: rgb(198, 39, 70);
}
.m-icon-sumac--33651.path5:before {
content: "\efe1";
margin-left: -1em;
color: rgb(183, 32, 62);
}
.m-icon-sumac--33651.path6:before {
content: "\efe2";
margin-left: -1em;
color: rgb(241, 195, 94);
}
.m-icon-sumac--33651.path7:before {
content: "\efe3";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sumac--33651.path8:before {
content: "\efe4";
margin-left: -1em;
color: rgb(241, 174, 94);
}
.m-icon-sumac--33651.path9:before {
content: "\efe5";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path10:before {
content: "\efe6";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path11:before {
content: "\efe7";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path12:before {
content: "\efe8";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path13:before {
content: "\efe9";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path14:before {
content: "\efea";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path15:before {
content: "\efeb";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path16:before {
content: "\efec";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path17:before {
content: "\efed";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path18:before {
content: "\efee";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path19:before {
content: "\efef";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path20:before {
content: "\eff0";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path21:before {
content: "\eff1";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path22:before {
content: "\eff2";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path23:before {
content: "\eff3";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path24:before {
content: "\eff4";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path25:before {
content: "\eff5";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path26:before {
content: "\eff6";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path27:before {
content: "\eff7";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path28:before {
content: "\eff8";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path29:before {
content: "\eff9";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path30:before {
content: "\effa";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path31:before {
content: "\effb";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path32:before {
content: "\effc";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path33:before {
content: "\effd";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path34:before {
content: "\effe";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path35:before {
content: "\efff";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path36:before {
content: "\f000";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path37:before {
content: "\f001";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path38:before {
content: "\f002";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path39:before {
content: "\f003";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path40:before {
content: "\f004";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path41:before {
content: "\f005";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path42:before {
content: "\f006";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path43:before {
content: "\f007";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path44:before {
content: "\f008";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path45:before {
content: "\f009";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path46:before {
content: "\f00a";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path47:before {
content: "\f00b";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path48:before {
content: "\f00c";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path49:before {
content: "\f00d";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path50:before {
content: "\f00e";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path51:before {
content: "\f00f";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path52:before {
content: "\f010";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path53:before {
content: "\f011";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path54:before {
content: "\f012";
margin-left: -1em;
color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path55:before {
content: "\f013";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-sumac--33651.path56:before {
content: "\f014";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-sumac--33651.path57:before {
content: "\f015";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-sumac--33651.path58:before {
content: "\f016";
margin-left: -1em;
color: rgb(251, 243, 223);
}
.m-icon-sumac--33651.path59:before {
content: "\f017";
margin-left: -1em;
color: rgb(251, 243, 223);
}
.m-icon-sumac--33651.path60:before {
content: "\f018";
margin-left: -1em;
color: rgb(251, 243, 223);
}
.m-icon-sumac--33651.path61:before {
content: "\f019";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-sumac--33651.path62:before {
content: "\f01a";
margin-left: -1em;
color: rgb(73, 41, 112);
}
.m-icon-sumac--33651.path63:before {
content: "\f01b";
margin-left: -1em;
color: rgb(73, 41, 112);
opacity: 0.2;
}
.m-icon-muharram-abalfazl-hand-icon:before {
content: "\f01c";
color: #fff;
}
.m-icon-muharram-allah-icon.path1:before {
content: "\f01d";
color: rgb(252, 252, 252);
}
.m-icon-muharram-allah-icon.path2:before {
content: "\f01e";
margin-left: -1.0068359375em;
color: rgb(5, 5, 5);
}
.m-icon-muharram-allah-icon.path3:before {
content: "\f01f";
margin-left: -1.0068359375em;
color: rgb(5, 5, 5);
}
.m-icon-muharram-allah-icon.path4:before {
content: "\f020";
margin-left: -1.0068359375em;
color: rgb(5, 5, 5);
}
.m-icon-muharram-allah-icon.path5:before {
content: "\f021";
margin-left: -1.0068359375em;
color: rgb(5, 5, 5);
}
.m-icon-muharram-allah-icon.path6:before {
content: "\f022";
margin-left: -1.0068359375em;
color: rgb(5, 5, 5);
}
.m-icon-muharram-allah-icon.path7:before {
content: "\f023";
margin-left: -1.0068359375em;
color: rgb(5, 5, 5);
}
.m-icon-muharram-calender-icon.path1:before {
content: "\f024";
color: rgb(255, 255, 255);
}
.m-icon-muharram-calender-icon.path2:before {
content: "\f025";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-muharram-calender-icon.path3:before {
content: "\f026";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-muharram-calender-icon.path4:before {
content: "\f027";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-muharram-calender-icon.path5:before {
content: "\f028";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-muharram-calender-icon.path6:before {
content: "\f029";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-muharram-calender-icon.path7:before {
content: "\f02a";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-muharram-calender-icon.path8:before {
content: "\f02b";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-muharram-calender-icon.path9:before {
content: "\f02c";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-muharram-calender-icon.path10:before {
content: "\f02d";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-muharram-calender-icon.path11:before {
content: "\f02e";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-muharram-calender-icon.path12:before {
content: "\f02f";
margin-left: -1.0068359375em;
color: rgb(248, 248, 248);
}
.m-icon-muharram-calender-icon.path13:before {
content: "\f030";
margin-left: -1.0068359375em;
color: rgb(249, 249, 249);
}
.m-icon-muharram-calender-icon.path14:before {
content: "\f031";
margin-left: -1.0068359375em;
color: rgb(249, 249, 249);
}
.m-icon-muharram-flag-icon.path1:before {
content: "\f032";
color: rgb(0, 0, 0);
}
.m-icon-muharram-flag-icon.path2:before {
content: "\f033";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-muharram-flag-icon.path3:before {
content: "\f034";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-muharram-flag-icon.path4:before {
content: "\f035";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-muharram-hands-praying-icon.path1:before {
content: "\f036";
color: rgb(255, 255, 255);
}
.m-icon-muharram-hands-praying-icon.path2:before {
content: "\f037";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-muharram-hands-praying-icon.path3:before {
content: "\f038";
margin-left: -1.0068359375em;
color: rgb(2, 2, 2);
}
.m-icon-muharram-hands-praying-icon.path4:before {
content: "\f039";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-muharram-hands-praying-icon.path5:before {
content: "\f03a";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-muharram-hands-praying-icon.path6:before {
content: "\f03b";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-muharram-hands-praying-icon.path7:before {
content: "\f03c";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-muharram-hands-praying-icon.path8:before {
content: "\f03d";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-muharram-hands-praying-icon.path9:before {
content: "\f03e";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-muharram-imam-hossein-grave-icon.path1:before {
content: "\f03f";
color: rgb(0, 0, 0);
}
.m-icon-muharram-imam-hossein-grave-icon.path2:before {
content: "\f040";
margin-left: -1.0068359375em;
color: rgb(254, 254, 254);
}
.m-icon-muharram-imam-hossein-grave-icon.path3:before {
content: "\f041";
margin-left: -1.0068359375em;
color: rgb(253, 253, 253);
}
.m-icon-muharram-imam-hossein-grave-icon.path4:before {
content: "\f042";
margin-left: -1.0068359375em;
color: rgb(254, 254, 254);
}
.m-icon-muharram-imam-hossein-grave-icon.path5:before {
content: "\f043";
margin-left: -1.0068359375em;
color: rgb(254, 254, 254);
}
.m-icon-muharram-imam-hossein-grave-icon.path6:before {
content: "\f044";
margin-left: -1.0068359375em;
color: rgb(253, 253, 253);
}
.m-icon-muharram-imam-hossein-grave-icon.path7:before {
content: "\f045";
margin-left: -1.0068359375em;
color: rgb(254, 254, 254);
}
.m-icon-muharram-imam-hossein-grave-icon.path8:before {
content: "\f046";
margin-left: -1.0068359375em;
color: rgb(254, 254, 254);
}
.m-icon-muharram-imam-hossein-grave-icon.path9:before {
content: "\f047";
margin-left: -1.0068359375em;
color: rgb(253, 253, 253);
}
.m-icon-muharram-imam-hossein-grave-icon.path10:before {
content: "\f048";
margin-left: -1.0068359375em;
color: rgb(254, 254, 254);
}
.m-icon-muharram-imam-hossein-grave-icon.path11:before {
content: "\f049";
margin-left: -1.0068359375em;
color: rgb(253, 253, 253);
}
.m-icon-muharram-imam-hossein-grave-icon.path12:before {
content: "\f04a";
margin-left: -1.0068359375em;
color: rgb(253, 253, 253);
}
.m-icon-muharram-imam-hossein-grave-icon.path13:before {
content: "\f04b";
margin-left: -1.0068359375em;
color: rgb(253, 253, 253);
}
.m-icon-muharram-imam-hossein-grave-icon.path14:before {
content: "\f04c";
margin-left: -1.0068359375em;
color: rgb(253, 253, 253);
}
.m-icon-muharram-imam-hossein-grave-icon.path15:before {
content: "\f04d";
margin-left: -1.0068359375em;
color: rgb(253, 253, 253);
}
.m-icon-muharram-imam-hossein-grave-icon.path16:before {
content: "\f04e";
margin-left: -1.0068359375em;
color: rgb(253, 253, 253);
}
.m-icon-muharram-imam-hossein-grave-icon.path17:before {
content: "\f04f";
margin-left: -1.0068359375em;
color: rgb(254, 254, 254);
}
.m-icon-muharram-imam-hossein-grave-icon.path18:before {
content: "\f050";
margin-left: -1.0068359375em;
color: rgb(253, 253, 253);
}
.m-icon-muharram-imam-hossein-grave-icon.path19:before {
content: "\f051";
margin-left: -1.0068359375em;
color: rgb(253, 253, 253);
}
.m-icon-muharram-imam-hossein-grave-icon.path20:before {
content: "\f052";
margin-left: -1.0068359375em;
color: rgb(254, 254, 254);
}
.m-icon-muharram-imam-hossein-grave-icon.path21:before {
content: "\f053";
margin-left: -1.0068359375em;
color: rgb(254, 254, 254);
}
.m-icon-muharram-imam-hossein-grave-icon.path22:before {
content: "\f054";
margin-left: -1.0068359375em;
color: rgb(254, 254, 254);
}
.m-icon-muharram-imam-hossein-grave-icon.path23:before {
content: "\f055";
margin-left: -1.0068359375em;
color: rgb(253, 253, 253);
}
.m-icon-muharram-imam-hossein-grave-icon.path24:before {
content: "\f056";
margin-left: -1.0068359375em;
color: rgb(254, 254, 254);
}
.m-icon-muharram-imam-hossein-grave-icon.path25:before {
content: "\f057";
margin-left: -1.0068359375em;
color: rgb(254, 254, 254);
}
.m-icon-muharram-imam-hossein-grave-icon.path26:before {
content: "\f058";
margin-left: -1.0068359375em;
color: rgb(253, 253, 253);
}
.m-icon-muharram-imam-hossein-grave-icon.path27:before {
content: "\f059";
margin-left: -1.0068359375em;
color: rgb(1, 1, 1);
}
.m-icon-muharram-imam-hossein-grave-icon.path28:before {
content: "\f05a";
margin-left: -1.0068359375em;
color: rgb(1, 1, 1);
}
.m-icon-muharram-imam-hossein-grave-icon.path29:before {
content: "\f05b";
margin-left: -1.0068359375em;
color: rgb(1, 1, 1);
}
.m-icon-muharram-imam-hossein-grave-icon.path30:before {
content: "\f05c";
margin-left: -1.0068359375em;
color: rgb(1, 1, 1);
}
.m-icon-muharram-imam-hossein-grave-icon.path31:before {
content: "\f05d";
margin-left: -1.0068359375em;
color: rgb(1, 1, 1);
}
.m-icon-muharram-imam-hossein-grave-icon.path32:before {
content: "\f05e";
margin-left: -1.0068359375em;
color: rgb(1, 1, 1);
}
.m-icon-muharram-imam-hossein-grave-icon.path33:before {
content: "\f05f";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-muharram-imam-hossein-grave-icon.path34:before {
content: "\f060";
margin-left: -1.0068359375em;
color: rgb(1, 1, 1);
}
.m-icon-muharram-imam-hossein-grave-icon.path35:before {
content: "\f061";
margin-left: -1.0068359375em;
color: rgb(1, 1, 1);
}
.m-icon-muharram-imam-hossein-grave-icon.path36:before {
content: "\f062";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-muharram-imam-hossein-icon:before {
content: "\f063";
color: #fff;
}
.m-icon-muharram-islamic-art-icon:before {
content: "\f064";
color: #fefefe;
}
.m-icon-muharram-islamic-shamat-icon.path1:before {
content: "\f065";
color: rgb(6, 6, 6);
}
.m-icon-muharram-islamic-shamat-icon.path2:before {
content: "\f066";
margin-left: -1.0068359375em;
color: rgb(79, 79, 79);
}
.m-icon-muharram-islamic-shamat-icon.path3:before {
content: "\f067";
margin-left: -1.0068359375em;
color: rgb(79, 79, 79);
}
.m-icon-muharram-islamic-shamat-icon.path4:before {
content: "\f068";
margin-left: -1.0068359375em;
color: rgb(186, 186, 186);
}
.m-icon-muharram-islamic-shamat-icon.path5:before {
content: "\f069";
margin-left: -1.0068359375em;
color: rgb(6, 6, 6);
}
.m-icon-muharram-islamic-shamat-icon.path6:before {
content: "\f06a";
margin-left: -1.0068359375em;
color: rgb(6, 6, 6);
}
.m-icon-muharram-man-paying-icon.path1:before {
content: "\f06b";
color: rgb(0, 0, 0);
}
.m-icon-muharram-man-paying-icon.path2:before {
content: "\f06c";
margin-left: -1.0068359375em;
color: rgb(83, 83, 83);
}
.m-icon-muharram-man-paying-icon.path3:before {
content: "\f06d";
margin-left: -1.0068359375em;
color: rgb(254, 254, 254);
}
.m-icon-muharram-man-paying-icon.path4:before {
content: "\f06e";
margin-left: -1.0068359375em;
color: rgb(254, 254, 254);
}
.m-icon-muharram-man-paying-icon.path5:before {
content: "\f06f";
margin-left: -1.0068359375em;
color: rgb(254, 254, 254);
}
.m-icon-muharram-man-paying-icon.path6:before {
content: "\f070";
margin-left: -1.0068359375em;
color: rgb(254, 254, 254);
}
.m-icon-muharram-man-paying-icon.path7:before {
content: "\f071";
margin-left: -1.0068359375em;
color: rgb(254, 254, 254);
}
.m-icon-muharram-muslims-praying-icon:before {
content: "\f072";
color: #fff;
}
.m-icon-muharram-palm-tree-icon.path1:before {
content: "\f073";
color: rgb(0, 0, 0);
}
.m-icon-muharram-palm-tree-icon.path2:before {
content: "\f074";
margin-left: -1.0068359375em;
color: rgb(110, 110, 110);
}
.m-icon-muharram-palm-tree-icon.path3:before {
content: "\f075";
margin-left: -1.0068359375em;
color: rgb(254, 254, 254);
}
.m-icon-muharram-palm-tree-icon.path4:before {
content: "\f076";
margin-left: -1.0068359375em;
color: rgb(254, 254, 254);
}
.m-icon-muharram-palm-tree-icon.path5:before {
content: "\f077";
margin-left: -1.0068359375em;
color: rgb(254, 254, 254);
}
.m-icon-muharram-palm-tree-icon.path6:before {
content: "\f078";
margin-left: -1.0068359375em;
color: rgb(254, 254, 254);
}
.m-icon-muharram-palm-tree-icon.path7:before {
content: "\f079";
margin-left: -1.0068359375em;
color: rgb(254, 254, 254);
}
.m-icon-muharram-palm-tree-icon.path8:before {
content: "\f07a";
margin-left: -1.0068359375em;
color: rgb(254, 254, 254);
}
.m-icon-muharram-tasbih-icon.path1:before {
content: "\f07b";
color: rgb(0, 0, 0);
}
.m-icon-muharram-tasbih-icon.path2:before {
content: "\f07c";
margin-left: -1.0068359375em;
color: rgb(248, 248, 248);
}
.m-icon-muharram-tasbih-icon.path3:before {
content: "\f07d";
margin-left: -1.0068359375em;
color: rgb(120, 120, 120);
}
.m-icon-muharram-tasbih-icon.path4:before {
content: "\f07e";
margin-left: -1.0068359375em;
color: rgb(254, 254, 254);
}
.m-icon-muharram-tent-2-icon:before {
content: "\f07f";
color: #fff;
}
.m-icon-muharram-tent-icon.path1:before {
content: "\f080";
color: rgb(0, 0, 0);
}
.m-icon-muharram-tent-icon.path2:before {
content: "\f081";
margin-left: -1.0068359375em;
color: rgb(254, 254, 254);
}
.m-icon-muharram-tent-icon.path3:before {
content: "\f082";
margin-left: -1.0068359375em;
color: rgb(254, 254, 254);
}
.m-icon-muharram-tent-icon.path4:before {
content: "\f083";
margin-left: -1.0068359375em;
color: rgb(254, 254, 254);
}
.m-icon-muharram-tent-icon.path5:before {
content: "\f084";
margin-left: -1.0068359375em;
color: rgb(254, 254, 254);
}
.m-icon-muharram-Waterskins-icon.path1:before {
content: "\f085";
color: rgb(255, 255, 255);
}
.m-icon-muharram-Waterskins-icon.path2:before {
content: "\f086";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-muharram-Waterskins-icon.path3:before {
content: "\f087";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-muharram-woman-paying-icon.path1:before {
content: "\f088";
color: rgb(255, 255, 255);
}
.m-icon-muharram-woman-paying-icon.path2:before {
content: "\f089";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-muharram-woman-paying-icon.path3:before {
content: "\f08a";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-muharram-woman-paying-icon.path4:before {
content: "\f08b";
margin-left: -1.0068359375em;
color: rgb(248, 248, 248);
}
.m-icon-muharram-woman-paying-icon.path5:before {
content: "\f08c";
margin-left: -1.0068359375em;
color: rgb(246, 246, 246);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path1:before {
content: "\f08d";
color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path2:before {
content: "\f08e";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path3:before {
content: "\f08f";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path4:before {
content: "\f090";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path5:before {
content: "\f091";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path6:before {
content: "\f092";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path7:before {
content: "\f093";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path8:before {
content: "\f094";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path9:before {
content: "\f095";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path10:before {
content: "\f096";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path11:before {
content: "\f097";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path12:before {
content: "\f098";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path13:before {
content: "\f099";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path14:before {
content: "\f09a";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path15:before {
content: "\f09b";
margin-left: -1.0068359375em;
color: rgb(1, 1, 1);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path16:before {
content: "\f09c";
margin-left: -1.0068359375em;
color: rgb(1, 1, 1);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path17:before {
content: "\f09d";
margin-left: -1.0068359375em;
color: rgb(1, 1, 1);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path18:before {
content: "\f09e";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-hossein-icon:before {
content: "\f09f";
color: #fff;
}
.m-icon-ramadan-allah-icon:before {
content: "\f0a0";
}
.m-icon-ramadan-ban-eating-1-icon:before {
content: "\f0a1";
}
.m-icon-ramadan-ban-eating-2-icon:before {
content: "\f0a2";
}
.m-icon-ramadan-ban-eating-3-icon:before {
content: "\f0a3";
}
.m-icon-ramadan-caligraphy-icon:before {
content: "\f0a4";
}
.m-icon-ramadan-date-1-icon:before {
content: "\f0a5";
}
.m-icon-ramadan-ghadr-night-icon:before {
content: "\f0a6";
}
.m-icon-ramadan-half-moon-icon:before {
content: "\f0a7";
}
.m-icon-ramadan-half-moon-mosque1-icon:before {
content: "\f0a8";
}
.m-icon-ramadan-half-moon-mosque2-icon:before {
content: "\f0a9";
}
.m-icon-ramadan-half-moon-mosque3-icon:before {
content: "\f0aa";
}
.m-icon-ramadan-half-moon-mosque4-icon:before {
content: "\f0ab";
}
.m-icon-ramadan-half-moon-mosque5-icon:before {
content: "\f0ac";
}
.m-icon-ramadan-hands-praying-1-icon:before {
content: "\f0ad";
}
.m-icon-ramadan-hands-praying-2-icon:before {
content: "\f0ae";
}
.m-icon-ramadan-Kaaba-icon:before {
content: "\f0af";
}
.m-icon-ramadan-karim-icon:before {
content: "\f0b0";
}
.m-icon-ramadan-lantern-icon:before {
content: "\f0b1";
}
.m-icon-ramadan-man-praying-salat1-icon:before {
content: "\f0b2";
}
.m-icon-ramadan-man-praying-salat2-icon:before {
content: "\f0b3";
}
.m-icon-ramadan-man-praying-salat-3-icon:before {
content: "\f0b4";
}
.m-icon-ramadan-man-praying-salat-rokoo-2-icon:before {
content: "\f0b5";
}
.m-icon-ramadan-man-praying-salat-sojood-4-icon:before {
content: "\f0b6";
}
.m-icon-ramadan-man-praying-salat-sojood-5-icon:before {
content: "\f0b7";
}
.m-icon-ramadan-palm-tree-icon:before {
content: "\f0b8";
}
.m-icon-ramadan-quran-1-icon:before {
content: "\f0b9";
}
.m-icon-ramadan-quran-2-icon:before {
content: "\f0ba";
}
.m-icon-ramadan-quran-3-icon:before {
content: "\f0bb";
}
.m-icon-ramadan-sajadeh-icon:before {
content: "\f0bc";
}
.m-icon-ramadan-star-icon:before {
content: "\f0bd";
}
.m-icon-ramadan-tasbih-1-icon:before {
content: "\f0be";
}
.m-icon-ramadan-tasbih-2-icon:before {
content: "\f0bf";
}
.m-icon-ramadan-wheat-1-icon:before {
content: "\f0c0";
}
.m-icon-ramadan-woman-praying-salat1-icon:before {
content: "\f0c1";
}
.m-icon-ramadan-woman-praying-salat2-icon:before {
content: "\f0c2";
}
.m-icon-shiraz-bagh-eram-icon:before {
content: "\f0c3";
}
.m-icon-shiraz-hafez-face-icon:before {
content: "\f0c4";
}
.m-icon-shiraz-hafezieh-icon:before {
content: "\f0c5";
}
.m-icon-shiraz-saadi-face-icon:before {
content: "\f0c6";
}
.m-icon-shiraz-saadi-icon:before {
content: "\f0c7";
}
.m-icon-shiraz-shah-cheragh-icon.path1:before {
content: "\f0c8";
color: rgb(150, 105, 158);
}
.m-icon-shiraz-shah-cheragh-icon.path2:before {
content: "\f0c9";
margin-left: -1.0068359375em;
color: rgb(64, 64, 65);
}
.m-icon-shiraz-shah-cheragh-icon.path3:before {
content: "\f0ca";
margin-left: -1.0068359375em;
color: rgb(64, 64, 65);
}
.m-icon-shiraz-shah-cheragh-icon.path4:before {
content: "\f0cb";
margin-left: -1.0068359375em;
color: rgb(64, 64, 65);
}
.m-icon-shiraz-shah-cheragh-icon.path5:before {
content: "\f0cc";
margin-left: -1.0068359375em;
color: rgb(64, 64, 65);
}
.m-icon-shiraz-shah-cheragh-icon.path6:before {
content: "\f0cd";
margin-left: -1.0068359375em;
color: rgb(64, 64, 65);
}
.m-icon-shiraz-shah-cheragh-icon.path7:before {
content: "\f0ce";
margin-left: -1.0068359375em;
color: rgb(64, 64, 65);
}
.m-icon-shiraz-shah-cheragh-text-icon:before {
content: "\f0cf";
}
.m-icon-shiraz-takht-jamshid-icon.path1:before {
content: "\f0d0";
color: rgb(150, 105, 158);
}
.m-icon-shiraz-takht-jamshid-icon.path2:before {
content: "\f0d1";
margin-left: -1.0068359375em;
color: rgb(64, 64, 65);
}
.m-icon-shiraz-takht-jamshid-icon.path3:before {
content: "\f0d2";
margin-left: -1.0068359375em;
color: rgb(64, 64, 65);
}
.m-icon-shiraz-takht-jamshid-icon.path4:before {
content: "\f0d3";
margin-left: -1.0068359375em;
color: rgb(64, 64, 65);
}
.m-icon-shiraz-takht-jamshid-icon.path5:before {
content: "\f0d4";
margin-left: -1.0068359375em;
color: rgb(64, 64, 65);
}
.m-icon-shiraz-takht-jamshid-icon.path6:before {
content: "\f0d5";
margin-left: -1.0068359375em;
color: rgb(64, 64, 65);
}
.m-icon-shiraz-takht-jamshid-icon.path7:before {
content: "\f0d6";
margin-left: -1.0068359375em;
color: rgb(64, 64, 65);
}
.m-icon-university-amoozesh-ali-kazeroon-icon:before {
content: "\f0d7";
}
.m-icon-student-day-13-aban-allah-akbar-icon:before {
content: "\f0d8";
}
.m-icon-student-day-13-aban-design-one-icon:before {
content: "\f0d9";
}
.m-icon-student-day-13-aban-design-two-icon:before {
content: "\f0da";
}
.m-icon-student-day-13-aban-farsi-book-icon:before {
content: "\f0db";
}
.m-icon-student-day-13-aban-icon:before {
content: "\f0dc";
}
.m-icon-student-day-13-aban-shahid-fahmideh-icon:before {
content: "\f0dd";
}
.m-icon-yalda-half-fruit-basket-icon.path1:before {
content: "\f0de";
color: rgb(0, 0, 0);
}
.m-icon-yalda-half-fruit-basket-icon.path2:before {
content: "\f0df";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-half-fruit-basket-icon.path3:before {
content: "\f0e0";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-half-fruit-basket-icon.path4:before {
content: "\f0e1";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-half-fruit-basket-icon.path5:before {
content: "\f0e2";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-half-fruit-basket-icon.path6:before {
content: "\f0e3";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-half-fruit-basket-icon.path7:before {
content: "\f0e4";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-half-fruit-basket-icon.path8:before {
content: "\f0e5";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-half-fruit-basket-icon.path9:before {
content: "\f0e6";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-half-fruit-basket-icon.path10:before {
content: "\f0e7";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-half-fruit-basket-icon.path11:before {
content: "\f0e8";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-half-watermelon-icon.path1:before {
content: "\f0e9";
color: rgb(173, 4, 25);
}
.m-icon-yalda-half-watermelon-icon.path2:before {
content: "\f0ea";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-half-watermelon-quarter-icon.path1:before {
content: "\f0eb";
color: rgb(0, 0, 0);
}
.m-icon-yalda-half-watermelon-quarter-icon.path2:before {
content: "\f0ec";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-half-watermelon-quarter-icon.path3:before {
content: "\f0ed";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-half-watermelon-quarter-icon.path4:before {
content: "\f0ee";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-half-watermelon-quarter-icon.path5:before {
content: "\f0ef";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-half-watermelon-quarter-icon.path6:before {
content: "\f0f0";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-half-watermelon-quarter-icon.path7:before {
content: "\f0f1";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-iranian-family-grandparent-icon.path1:before {
content: "\f0f2";
color: rgb(0, 0, 0);
}
.m-icon-yalda-iranian-family-grandparent-icon.path2:before {
content: "\f0f3";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-iranian-family-grandparent-icon.path3:before {
content: "\f0f4";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-iranian-family-grandparent-icon.path4:before {
content: "\f0f5";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-iranian-family-grandparent-icon.path5:before {
content: "\f0f6";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-iranian-family-grandparent-icon.path6:before {
content: "\f0f7";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-iranian-family-grandparent-icon.path7:before {
content: "\f0f8";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-iranian-family-grandparent-icon.path8:before {
content: "\f0f9";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-iranian-family-icon.path1:before {
content: "\f0fa";
color: rgb(0, 0, 0);
}
.m-icon-yalda-iranian-family-icon.path2:before {
content: "\f0fb";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-iranian-family-icon.path3:before {
content: "\f0fc";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-iranian-family-icon.path4:before {
content: "\f0fd";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-iranian-family-icon.path5:before {
content: "\f0fe";
margin-left: -1.0068359375em;
color: rgb(230, 231, 232);
}
.m-icon-yalda-iranian-family-icon.path6:before {
content: "\f0ff";
margin-left: -1.0068359375em;
color: rgb(230, 231, 232);
}
.m-icon-yalda-iranian-family-icon.path7:before {
content: "\f100";
margin-left: -1.0068359375em;
color: rgb(230, 231, 232);
}
.m-icon-yalda-iranian-family-icon.path8:before {
content: "\f101";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-iranian-family-icon.path9:before {
content: "\f102";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-iranian-family-icon.path10:before {
content: "\f103";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-iranian-family-icon.path11:before {
content: "\f104";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-iranian-family-icon.path12:before {
content: "\f105";
margin-left: -1.0068359375em;
color: rgb(230, 231, 232);
}
.m-icon-yalda-iranian-tea-icon.path1:before {
content: "\f106";
color: rgb(0, 0, 0);
}
.m-icon-yalda-iranian-tea-icon.path2:before {
content: "\f107";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-iranian-tea-icon.path3:before {
content: "\f108";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-iranian-tea-icon.path4:before {
content: "\f109";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-iranian-tea-icon.path5:before {
content: "\f10a";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-iranian-tea-icon.path6:before {
content: "\f10b";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-night-cake-sweet-icon.path1:before {
content: "\f10c";
color: rgb(0, 0, 0);
}
.m-icon-yalda-night-cake-sweet-icon.path2:before {
content: "\f10d";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-night-cake-sweet-icon.path3:before {
content: "\f10e";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-night-cake-sweet-icon.path4:before {
content: "\f10f";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-night-cake-sweet-icon.path5:before {
content: "\f110";
margin-left: -1.0068359375em;
color: rgb(230, 231, 232);
}
.m-icon-yalda-night-cake-sweet-icon.path6:before {
content: "\f111";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-night-cake-sweet-icon.path7:before {
content: "\f112";
margin-left: -1.0068359375em;
color: rgb(230, 231, 232);
}
.m-icon-yalda-night-divan-hafez-book-icon.path1:before {
content: "\f113";
color: rgb(0, 0, 0);
}
.m-icon-yalda-night-divan-hafez-book-icon.path2:before {
content: "\f114";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-night-divan-hafez-book-icon.path3:before {
content: "\f115";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-night-divan-hafez-book-icon.path4:before {
content: "\f116";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-night-divan-hafez-book-icon.path5:before {
content: "\f117";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-night-divan-hafez-book-icon.path6:before {
content: "\f118";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-night-divan-hafez-book-icon.path7:before {
content: "\f119";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-night-divan-hafez-book-icon.path8:before {
content: "\f11a";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-night-divan-hafez-book-icon.path9:before {
content: "\f11b";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-night-divan-hafez-book-icon.path10:before {
content: "\f11c";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-night-divan-hafez-book-icon.path11:before {
content: "\f11d";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-night-divan-hafez-book-icon.path12:before {
content: "\f11e";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-yalda-night-divan-hafez-book-icon.path13:before {
content: "\f11f";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-yalda-night-divan-hafez-book-icon.path14:before {
content: "\f120";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-yalda-night-divan-hafez-book-icon.path15:before {
content: "\f121";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-yalda-night-divan-hafez-book-icon.path16:before {
content: "\f122";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-yalda-night-divan-hafez-book-icon.path17:before {
content: "\f123";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-yalda-night-divan-hafez-book-icon.path18:before {
content: "\f124";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-yalda-night-divan-hafez-book-icon.path19:before {
content: "\f125";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-yalda-night-divan-hafez-book-icon.path20:before {
content: "\f126";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-yalda-night-divan-hafez-book-icon.path21:before {
content: "\f127";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-yalda-night-pistachio-icon.path1:before {
content: "\f128";
color: rgb(0, 0, 0);
}
.m-icon-yalda-night-pistachio-icon.path2:before {
content: "\f129";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-night-pistachio-icon.path3:before {
content: "\f12a";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-night-pistachio-icon.path4:before {
content: "\f12b";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-night-pistachio-icon.path5:before {
content: "\f12c";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-night-pistachio-icon.path6:before {
content: "\f12d";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-night-pistachio-icon.path7:before {
content: "\f12e";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-night-pistachio-icon.path8:before {
content: "\f12f";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-night-pistachio-icon.path9:before {
content: "\f130";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-night-pistachio-icon.path10:before {
content: "\f131";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-night-pistachio-icon.path11:before {
content: "\f132";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-night-pistachio-icon.path12:before {
content: "\f133";
margin-left: -1.0068359375em;
color: rgb(230, 231, 232);
}
.m-icon-yalda-night-pistachio-icon.path13:before {
content: "\f134";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-night-pistachio-icon.path14:before {
content: "\f135";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-night-pistachio-icon.path15:before {
content: "\f136";
margin-left: -1.0068359375em;
color: rgb(230, 231, 232);
}
.m-icon-yalda-night-pistachio-icon.path16:before {
content: "\f137";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-night-shahnameh-ferdosi-book-icon.path1:before {
content: "\f138";
color: rgb(0, 0, 0);
}
.m-icon-yalda-night-shahnameh-ferdosi-book-icon.path2:before {
content: "\f139";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-yalda-night-shahnameh-ferdosi-book-icon.path3:before {
content: "\f13a";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-yalda-night-shahnameh-ferdosi-book-icon.path4:before {
content: "\f13b";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-yalda-night-shahnameh-ferdosi-book-icon.path5:before {
content: "\f13c";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-yalda-night-shahnameh-ferdosi-book-icon.path6:before {
content: "\f13d";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-yalda-night-shahnameh-ferdosi-book-icon.path7:before {
content: "\f13e";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-yalda-night-shahnameh-ferdosi-book-icon.path8:before {
content: "\f13f";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-yalda-night-shahnameh-ferdosi-book-icon.path9:before {
content: "\f140";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-yalda-night-shahnameh-ferdosi-book-icon.path10:before {
content: "\f141";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-yalda-night-shahnameh-ferdosi-book-icon.path11:before {
content: "\f142";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-yalda-night-shahnameh-ferdosi-book-icon.path12:before {
content: "\f143";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-yalda-night-shahnameh-ferdosi-book-icon.path13:before {
content: "\f144";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-yalda-night-smartphone-icon.path1:before {
content: "\f145";
color: rgb(0, 0, 0);
}
.m-icon-yalda-night-smartphone-icon.path2:before {
content: "\f146";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-night-smartphone-icon.path3:before {
content: "\f147";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-night-smartphone-icon.path4:before {
content: "\f148";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-night-smartphone-icon.path5:before {
content: "\f149";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-night-smartphone-icon.path6:before {
content: "\f14a";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-night-smartphone-icon.path7:before {
content: "\f14b";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path1:before {
content: "\f14c";
color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path2:before {
content: "\f14d";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path3:before {
content: "\f14e";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path4:before {
content: "\f14f";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path5:before {
content: "\f150";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path6:before {
content: "\f151";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path7:before {
content: "\f152";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path8:before {
content: "\f153";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path9:before {
content: "\f154";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path10:before {
content: "\f155";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path11:before {
content: "\f156";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path12:before {
content: "\f157";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path13:before {
content: "\f158";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-icon.path14:before {
content: "\f159";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-icon.path15:before {
content: "\f15a";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-icon.path16:before {
content: "\f15b";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-icon.path17:before {
content: "\f15c";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path18:before {
content: "\f15d";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-icon.path19:before {
content: "\f15e";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path20:before {
content: "\f15f";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-icon.path21:before {
content: "\f160";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-icon.path22:before {
content: "\f161";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-icon.path23:before {
content: "\f162";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path1:before {
content: "\f163";
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path2:before {
content: "\f164";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path3:before {
content: "\f165";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path4:before {
content: "\f166";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path5:before {
content: "\f167";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path6:before {
content: "\f168";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path7:before {
content: "\f169";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path8:before {
content: "\f16a";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path9:before {
content: "\f16b";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path10:before {
content: "\f16c";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path11:before {
content: "\f16d";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path12:before {
content: "\f16e";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path13:before {
content: "\f16f";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path14:before {
content: "\f170";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path15:before {
content: "\f171";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path16:before {
content: "\f172";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path17:before {
content: "\f173";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path18:before {
content: "\f174";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path19:before {
content: "\f175";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path20:before {
content: "\f176";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path21:before {
content: "\f177";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path22:before {
content: "\f178";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path23:before {
content: "\f179";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path24:before {
content: "\f17a";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path25:before {
content: "\f17b";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path26:before {
content: "\f17c";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path27:before {
content: "\f17d";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path28:before {
content: "\f17e";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path29:before {
content: "\f17f";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path30:before {
content: "\f180";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path31:before {
content: "\f181";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path32:before {
content: "\f182";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path33:before {
content: "\f183";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path34:before {
content: "\f184";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path35:before {
content: "\f185";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path36:before {
content: "\f186";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path37:before {
content: "\f187";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path38:before {
content: "\f188";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path39:before {
content: "\f189";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path40:before {
content: "\f18a";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path41:before {
content: "\f18b";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path42:before {
content: "\f18c";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path43:before {
content: "\f18d";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path44:before {
content: "\f18e";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path45:before {
content: "\f18f";
margin-left: -1.0068359375em;
color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path46:before {
content: "\f190";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-islamic-republic-icon:before {
content: "\f191";
}
.m-icon-university-allameh-mohades-noori-icon:before {
content: "\f192";
}
.m-icon-university-alzahra-icon:before {
content: "\f193";
}
.m-icon-university-amirkabir-icon:before {
content: "\f194";
}
.m-icon-university-amoozesh-ali-bam-icon:before {
content: "\f195";
}
.m-icon-university-amoozesh-ali-gonabad-icon:before {
content: "\f196";
}
.m-icon-university-amoozesh-ali-kazeroon-icon1:before {
content: "\f197";
}
.m-icon-university-amoozesh-ali-lamord-icon:before {
content: "\f198";
}
.m-icon-university-amoozesh-ali-larestan-icon.path1:before {
content: "\f199";
color: rgb(167, 169, 172);
}
.m-icon-university-amoozesh-ali-larestan-icon.path2:before {
content: "\f19a";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path3:before {
content: "\f19b";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path4:before {
content: "\f19c";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path5:before {
content: "\f19d";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path6:before {
content: "\f19e";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path7:before {
content: "\f19f";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path8:before {
content: "\f1a0";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path9:before {
content: "\f1a1";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path10:before {
content: "\f1a2";
margin-left: -1.0068359375em;
color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path11:before {
content: "\f1a3";
margin-left: -1.0068359375em;
color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path12:before {
content: "\f1a4";
margin-left: -1.0068359375em;
color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path13:before {
content: "\f1a5";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path14:before {
content: "\f1a6";
margin-left: -1.0068359375em;
color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path15:before {
content: "\f1a7";
margin-left: -1.0068359375em;
color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path16:before {
content: "\f1a8";
margin-left: -1.0068359375em;
color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path17:before {
content: "\f1a9";
margin-left: -1.0068359375em;
color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path18:before {
content: "\f1aa";
margin-left: -1.0068359375em;
color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path19:before {
content: "\f1ab";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path20:before {
content: "\f1ac";
margin-left: -1.0068359375em;
color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path21:before {
content: "\f1ad";
margin-left: -1.0068359375em;
color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path22:before {
content: "\f1ae";
margin-left: -1.0068359375em;
color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path23:before {
content: "\f1af";
margin-left: -1.0068359375em;
color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path24:before {
content: "\f1b0";
margin-left: -1.0068359375em;
color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path25:before {
content: "\f1b1";
margin-left: -1.0068359375em;
color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path26:before {
content: "\f1b2";
margin-left: -1.0068359375em;
color: rgb(109, 110, 113);
}
.m-icon-university-amoozesh-ali-larestan-icon.path27:before {
content: "\f1b3";
margin-left: -1.0068359375em;
color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path28:before {
content: "\f1b4";
margin-left: -1.0068359375em;
color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path29:before {
content: "\f1b5";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path30:before {
content: "\f1b6";
margin-left: -1.0068359375em;
color: rgb(109, 110, 113);
}
.m-icon-university-amoozesh-ali-larestan-icon.path31:before {
content: "\f1b7";
margin-left: -1.0068359375em;
color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path32:before {
content: "\f1b8";
margin-left: -1.0068359375em;
color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path33:before {
content: "\f1b9";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path34:before {
content: "\f1ba";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path35:before {
content: "\f1bb";
margin-left: -1.0068359375em;
color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path36:before {
content: "\f1bc";
margin-left: -1.0068359375em;
color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path37:before {
content: "\f1bd";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path38:before {
content: "\f1be";
margin-left: -1.0068359375em;
color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path39:before {
content: "\f1bf";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path40:before {
content: "\f1c0";
margin-left: -1.0068359375em;
color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path41:before {
content: "\f1c1";
margin-left: -1.0068359375em;
color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path42:before {
content: "\f1c2";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path43:before {
content: "\f1c3";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path44:before {
content: "\f1c4";
margin-left: -1.0068359375em;
color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path45:before {
content: "\f1c5";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path46:before {
content: "\f1c6";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path47:before {
content: "\f1c7";
margin-left: -1.0068359375em;
color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path48:before {
content: "\f1c8";
margin-left: -1.0068359375em;
color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path49:before {
content: "\f1c9";
margin-left: -1.0068359375em;
color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path50:before {
content: "\f1ca";
margin-left: -1.0068359375em;
color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path51:before {
content: "\f1cb";
margin-left: -1.0068359375em;
color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path52:before {
content: "\f1cc";
margin-left: -1.0068359375em;
color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path53:before {
content: "\f1cd";
margin-left: -1.0068359375em;
color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path54:before {
content: "\f1ce";
margin-left: -1.0068359375em;
color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path55:before {
content: "\f1cf";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path56:before {
content: "\f1d0";
margin-left: -1.0068359375em;
color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path57:before {
content: "\f1d1";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path58:before {
content: "\f1d2";
margin-left: -1.0068359375em;
color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path59:before {
content: "\f1d3";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path60:before {
content: "\f1d4";
margin-left: -1.0068359375em;
color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path61:before {
content: "\f1d5";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path62:before {
content: "\f1d6";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path63:before {
content: "\f1d7";
margin-left: -1.0068359375em;
color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path64:before {
content: "\f1d8";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path65:before {
content: "\f1d9";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path66:before {
content: "\f1da";
margin-left: -1.0068359375em;
color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path67:before {
content: "\f1db";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path68:before {
content: "\f1dc";
margin-left: -1.0068359375em;
color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path69:before {
content: "\f1dd";
margin-left: -1.0068359375em;
color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path70:before {
content: "\f1de";
margin-left: -1.0068359375em;
color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path71:before {
content: "\f1df";
margin-left: -1.0068359375em;
color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path72:before {
content: "\f1e0";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path73:before {
content: "\f1e1";
margin-left: -1.0068359375em;
color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path74:before {
content: "\f1e2";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path75:before {
content: "\f1e3";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path76:before {
content: "\f1e4";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path77:before {
content: "\f1e5";
margin-left: -1.0068359375em;
color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path78:before {
content: "\f1e6";
margin-left: -1.0068359375em;
color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path79:before {
content: "\f1e7";
margin-left: -1.0068359375em;
color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path80:before {
content: "\f1e8";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path81:before {
content: "\f1e9";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path82:before {
content: "\f1ea";
margin-left: -1.0068359375em;
color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path83:before {
content: "\f1eb";
margin-left: -1.0068359375em;
color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path84:before {
content: "\f1ec";
margin-left: -1.0068359375em;
color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path85:before {
content: "\f1ed";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path86:before {
content: "\f1ee";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path87:before {
content: "\f1ef";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path88:before {
content: "\f1f0";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path89:before {
content: "\f1f1";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path90:before {
content: "\f1f2";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path91:before {
content: "\f1f3";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path92:before {
content: "\f1f4";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path93:before {
content: "\f1f5";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path94:before {
content: "\f1f6";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path95:before {
content: "\f1f7";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path96:before {
content: "\f1f8";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path97:before {
content: "\f1f9";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path98:before {
content: "\f1fa";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path99:before {
content: "\f1fb";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path100:before {
content: "\f1fc";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path101:before {
content: "\f1fd";
margin-left: -1.0068359375em;
color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path102:before {
content: "\f1fe";
margin-left: -1.0068359375em;
color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path103:before {
content: "\f1ff";
margin-left: -1.0068359375em;
color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path104:before {
content: "\f200";
margin-left: -1.0068359375em;
color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path105:before {
content: "\f201";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path106:before {
content: "\f202";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-saravan-icon.path1:before {
content: "\f203";
color: rgb(28, 21, 21);
}
.m-icon-university-amoozesh-ali-saravan-icon.path2:before {
content: "\f204";
margin-left: -1.0068359375em;
color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-saravan-icon.path3:before {
content: "\f205";
margin-left: -1.0068359375em;
color: rgb(28, 21, 21);
}
.m-icon-university-amoozesh-ali-shahrreza-icon:before {
content: "\f206";
}
.m-icon-university-amoozesh-ali-zarand-icon:before {
content: "\f207";
}
.m-icon-university-arak-icon:before {
content: "\f208";
}
.m-icon-university-ardakan-icon:before {
content: "\f209";
}
.m-icon-university-ayatollah-boroojerdi-icon:before {
content: "\f20a";
}
.m-icon-university-ayatollah-haeri-meybod-icon:before {
content: "\f20b";
}
.m-icon-university-azad-icon:before {
content: "\f20c";
}
.m-icon-university-banab-icon:before {
content: "\f20d";
}
.m-icon-university-birjand-icon:before {
content: "\f20e";
}
.m-icon-university-bojnoord-icon:before {
content: "\f20f";
}
.m-icon-university-boo-ali-sina-icon:before {
content: "\f210";
}
.m-icon-university-damghan-icon:before {
content: "\f211";
}
.m-icon-university-daneshgah-sanaye-va-maaden-icon:before {
content: "\f212";
}
.m-icon-university-daneshgah-seda-sima-icon:before {
content: "\f213";
}
.m-icon-university-darya-navardi-chabahar-icon.path1:before {
content: "\f214";
color: rgb(0, 0, 0);
}
.m-icon-university-darya-navardi-chabahar-icon.path2:before {
content: "\f215";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-darya-navardi-chabahar-icon.path3:before {
content: "\f216";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-darya-navardi-chabahar-icon.path4:before {
content: "\f217";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-darya-navardi-chabahar-icon.path5:before {
content: "\f218";
margin-left: -1.0068359375em;
color: rgb(51, 51, 51);
}
.m-icon-university-elmi-karbordi-icon:before {
content: "\f219";
}
.m-icon-university-elm-o-fanavari-mazandaran-icon:before {
content: "\f21a";
}
.m-icon-university-elm-o-sanat-icon:before {
content: "\f21b";
}
.m-icon-university-emam-khomeini-international-icon:before {
content: "\f21c";
}
.m-icon-university-fanavari-haye-novin-ghoochan-icon:before {
content: "\f21d";
}
.m-icon-university-fanavari-novin-sabzvar-icon:before {
content: "\f21e";
}
.m-icon-university-fani-mohandesi-esfarayen-icon:before {
content: "\f21f";
}
.m-icon-university-fani-mohandesi-golpaygani-icon:before {
content: "\f220";
}
.m-icon-university-fani-va-herfee-icon:before {
content: "\f221";
}
.m-icon-university-farhangian-icon:before {
content: "\f222";
}
.m-icon-university-farhang-icon:before {
content: "\f223";
}
.m-icon-university-farzanegan-semnan-icon.path1:before {
content: "\f224";
color: rgb(0, 0, 0);
}
.m-icon-university-farzanegan-semnan-icon.path2:before {
content: "\f225";
margin-left: -1.0068359375em;
color: rgb(72, 72, 72);
}
.m-icon-university-fasa-icon:before {
content: "\f226";
}
.m-icon-university-ferdosi-icon:before {
content: "\f227";
}
.m-icon-university-garmsar-icon:before {
content: "\f228";
}
.m-icon-university-ghaenat-icon:before {
content: "\f229";
}
.m-icon-university-gilan-icon:before {
content: "\f22a";
}
.m-icon-university-golestan-icon.path1:before {
content: "\f22b";
color: rgb(10, 15, 21);
}
.m-icon-university-golestan-icon.path2:before {
content: "\f22c";
margin-left: -1.0068359375em;
color: rgb(145, 145, 145);
}
.m-icon-university-golestan-icon.path3:before {
content: "\f22d";
margin-left: -1.0068359375em;
color: rgb(145, 145, 145);
}
.m-icon-university-golestan-icon.path4:before {
content: "\f22e";
margin-left: -1.0068359375em;
color: rgb(145, 145, 145);
}
.m-icon-university-golestan-icon.path5:before {
content: "\f22f";
margin-left: -1.0068359375em;
color: rgb(145, 145, 145);
}
.m-icon-university-golestan-icon.path6:before {
content: "\f230";
margin-left: -1.0068359375em;
color: rgb(145, 145, 145);
}
.m-icon-university-golestan-icon.path7:before {
content: "\f231";
margin-left: -1.0068359375em;
color: rgb(145, 145, 145);
}
.m-icon-university-golestan-icon.path8:before {
content: "\f232";
margin-left: -1.0068359375em;
color: rgb(145, 145, 145);
}
.m-icon-university-golestan-icon.path9:before {
content: "\f233";
margin-left: -1.0068359375em;
color: rgb(145, 145, 145);
}
.m-icon-university-golestan-icon.path10:before {
content: "\f234";
margin-left: -1.0068359375em;
color: rgb(145, 145, 145);
}
.m-icon-university-golestan-icon.path11:before {
content: "\f235";
margin-left: -1.0068359375em;
color: rgb(145, 145, 145);
}
.m-icon-university-golestan-icon.path12:before {
content: "\f236";
margin-left: -1.0068359375em;
color: rgb(145, 145, 145);
}
.m-icon-university-gonbad-kavoos-icon:before {
content: "\f237";
}
.m-icon-university-hakim-sabzevari-icon:before {
content: "\f238";
}
.m-icon-university-hazrat-masoomeh-icon.path1:before {
content: "\f239";
color: rgb(125, 125, 125);
}
.m-icon-university-hazrat-masoomeh-icon.path2:before {
content: "\f23a";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-hazrat-masoomeh-icon.path3:before {
content: "\f23b";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-hazrat-masoomeh-icon.path4:before {
content: "\f23c";
margin-left: -1.0068359375em;
color: rgb(125, 125, 125);
}
.m-icon-university-honar-eslami-esfehan-icon:before {
content: "\f23d";
}
.m-icon-university-honar-eslami-tabriz-icon:before {
content: "\f23e";
}
.m-icon-university-honar-icon:before {
content: "\f23f";
}
.m-icon-university-honar-shiraz-icon.path1:before {
content: "\f240";
color: rgb(79, 79, 79);
}
.m-icon-university-honar-shiraz-icon.path2:before {
content: "\f241";
margin-left: -1.0068359375em;
color: rgb(79, 79, 79);
}
.m-icon-university-honar-shiraz-icon.path3:before {
content: "\f242";
margin-left: -1.0068359375em;
color: rgb(10, 10, 10);
}
.m-icon-university-honar-shiraz-icon.path4:before {
content: "\f243";
margin-left: -1.0068359375em;
color: rgb(10, 10, 10);
}
.m-icon-university-hormozgan-icon:before {
content: "\f244";
}
.m-icon-university-ilam-icon:before {
content: "\f245";
}
.m-icon-university-isfahan-icon:before {
content: "\f246";
}
.m-icon-university-jahrom-icon:before {
content: "\f247";
}
.m-icon-university-jame-elmi-karbordi-icon:before {
content: "\f248";
}
.m-icon-university-jiroft-icon:before {
content: "\f249";
}
.m-icon-university-jondi-shapoor-icon.path1:before {
content: "\f24a";
color: rgb(0, 0, 0);
}
.m-icon-university-jondi-shapoor-icon.path2:before {
content: "\f24b";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-jondi-shapoor-icon.path3:before {
content: "\f24c";
margin-left: -1.0068359375em;
color: rgb(1, 1, 1);
}
.m-icon-university-jondi-shapoor-icon.path4:before {
content: "\f24d";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path5:before {
content: "\f24e";
margin-left: -1.0068359375em;
color: rgb(9, 9, 9);
}
.m-icon-university-jondi-shapoor-icon.path6:before {
content: "\f24f";
margin-left: -1.0068359375em;
color: rgb(10, 10, 10);
}
.m-icon-university-jondi-shapoor-icon.path7:before {
content: "\f250";
margin-left: -1.0068359375em;
color: rgb(15, 15, 15);
}
.m-icon-university-jondi-shapoor-icon.path8:before {
content: "\f251";
margin-left: -1.0068359375em;
color: rgb(6, 6, 6);
}
.m-icon-university-jondi-shapoor-icon.path9:before {
content: "\f252";
margin-left: -1.0068359375em;
color: rgb(9, 9, 9);
}
.m-icon-university-jondi-shapoor-icon.path10:before {
content: "\f253";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path11:before {
content: "\f254";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path12:before {
content: "\f255";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path13:before {
content: "\f256";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path14:before {
content: "\f257";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path15:before {
content: "\f258";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path16:before {
content: "\f259";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path17:before {
content: "\f25a";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path18:before {
content: "\f25b";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path19:before {
content: "\f25c";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path20:before {
content: "\f25d";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path21:before {
content: "\f25e";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path22:before {
content: "\f25f";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path23:before {
content: "\f260";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path24:before {
content: "\f261";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path25:before {
content: "\f262";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path26:before {
content: "\f263";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path27:before {
content: "\f264";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path28:before {
content: "\f265";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path29:before {
content: "\f266";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path30:before {
content: "\f267";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path31:before {
content: "\f268";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path32:before {
content: "\f269";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path33:before {
content: "\f26a";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path34:before {
content: "\f26b";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path35:before {
content: "\f26c";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path36:before {
content: "\f26d";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path37:before {
content: "\f26e";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path38:before {
content: "\f26f";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path39:before {
content: "\f270";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path40:before {
content: "\f271";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path41:before {
content: "\f272";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path42:before {
content: "\f273";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path43:before {
content: "\f274";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path44:before {
content: "\f275";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path45:before {
content: "\f276";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path46:before {
content: "\f277";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path47:before {
content: "\f278";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path48:before {
content: "\f279";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path49:before {
content: "\f27a";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path50:before {
content: "\f27b";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path51:before {
content: "\f27c";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path52:before {
content: "\f27d";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path53:before {
content: "\f27e";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path54:before {
content: "\f27f";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path55:before {
content: "\f280";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path56:before {
content: "\f281";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path57:before {
content: "\f282";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path58:before {
content: "\f283";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path59:before {
content: "\f284";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path60:before {
content: "\f285";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path61:before {
content: "\f286";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path62:before {
content: "\f287";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path63:before {
content: "\f288";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path64:before {
content: "\f289";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path65:before {
content: "\f28a";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path66:before {
content: "\f28b";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path67:before {
content: "\f28c";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path68:before {
content: "\f28d";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path69:before {
content: "\f28e";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path70:before {
content: "\f28f";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path71:before {
content: "\f290";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path72:before {
content: "\f291";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path73:before {
content: "\f292";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path74:before {
content: "\f293";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path75:before {
content: "\f294";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path76:before {
content: "\f295";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path77:before {
content: "\f296";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path78:before {
content: "\f297";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path79:before {
content: "\f298";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path80:before {
content: "\f299";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path81:before {
content: "\f29a";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path82:before {
content: "\f29b";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path83:before {
content: "\f29c";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path84:before {
content: "\f29d";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path85:before {
content: "\f29e";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path86:before {
content: "\f29f";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path87:before {
content: "\f2a0";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path88:before {
content: "\f2a1";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path89:before {
content: "\f2a2";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path90:before {
content: "\f2a3";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path91:before {
content: "\f2a4";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path92:before {
content: "\f2a5";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path93:before {
content: "\f2a6";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path94:before {
content: "\f2a7";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path95:before {
content: "\f2a8";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path96:before {
content: "\f2a9";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path97:before {
content: "\f2aa";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path98:before {
content: "\f2ab";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path99:before {
content: "\f2ac";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path100:before {
content: "\f2ad";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path101:before {
content: "\f2ae";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path102:before {
content: "\f2af";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path103:before {
content: "\f2b0";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path104:before {
content: "\f2b1";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path105:before {
content: "\f2b2";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path106:before {
content: "\f2b3";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path107:before {
content: "\f2b4";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path108:before {
content: "\f2b5";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path109:before {
content: "\f2b6";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path110:before {
content: "\f2b7";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path111:before {
content: "\f2b8";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path112:before {
content: "\f2b9";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path113:before {
content: "\f2ba";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path114:before {
content: "\f2bb";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path115:before {
content: "\f2bc";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path116:before {
content: "\f2bd";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path117:before {
content: "\f2be";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path118:before {
content: "\f2bf";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path119:before {
content: "\f2c0";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path120:before {
content: "\f2c1";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path121:before {
content: "\f2c2";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path122:before {
content: "\f2c3";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path123:before {
content: "\f2c4";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path124:before {
content: "\f2c5";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path125:before {
content: "\f2c6";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path126:before {
content: "\f2c7";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path127:before {
content: "\f2c8";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path128:before {
content: "\f2c9";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path129:before {
content: "\f2ca";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path130:before {
content: "\f2cb";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path131:before {
content: "\f2cc";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path132:before {
content: "\f2cd";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path133:before {
content: "\f2ce";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path134:before {
content: "\f2cf";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path135:before {
content: "\f2d0";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path136:before {
content: "\f2d1";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path137:before {
content: "\f2d2";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path138:before {
content: "\f2d3";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path139:before {
content: "\f2d4";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path140:before {
content: "\f2d5";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path141:before {
content: "\f2d6";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path142:before {
content: "\f2d7";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path143:before {
content: "\f2d8";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path144:before {
content: "\f2d9";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path145:before {
content: "\f2da";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path146:before {
content: "\f2db";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path147:before {
content: "\f2dc";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path148:before {
content: "\f2dd";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path149:before {
content: "\f2de";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path150:before {
content: "\f2df";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path151:before {
content: "\f2e0";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path152:before {
content: "\f2e1";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path153:before {
content: "\f2e2";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path154:before {
content: "\f2e3";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path155:before {
content: "\f2e4";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path156:before {
content: "\f2e5";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path157:before {
content: "\f2e6";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path158:before {
content: "\f2e7";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path159:before {
content: "\f2e8";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path160:before {
content: "\f2e9";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path161:before {
content: "\f2ea";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path162:before {
content: "\f2eb";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path163:before {
content: "\f2ec";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path164:before {
content: "\f2ed";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path165:before {
content: "\f2ee";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-kashan-icon:before {
content: "\f2ef";
}
.m-icon-university-keshavarzi-damparvari-torbat-jam-icon:before {
content: "\f2f0";
}
.m-icon-university-keshavarzi-manabe-tabee-khoozestan-icon.path1:before {
content: "\f2f1";
color: rgb(0, 0, 0);
}
.m-icon-university-keshavarzi-manabe-tabee-khoozestan-icon.path2:before {
content: "\f2f2";
margin-left: -1.0068359375em;
color: rgb(63, 63, 63);
}
.m-icon-university-keshavarzi-manabe-tabee-khoozestan-icon.path3:before {
content: "\f2f3";
margin-left: -1.0068359375em;
color: rgb(127, 127, 127);
}
.m-icon-university-keshavarzi-manabe-tabee-khoozestan-icon.path4:before {
content: "\f2f4";
margin-left: -1.0068359375em;
color: rgb(63, 63, 63);
}
.m-icon-university-keshavarzi-manabe-tabee-khoozestan-icon.path5:before {
content: "\f2f5";
margin-left: -1.0068359375em;
color: rgb(72, 72, 72);
}
.m-icon-university-keshavarzi-manabe-tabee-khoozestan-icon.path6:before {
content: "\f2f6";
margin-left: -1.0068359375em;
color: rgb(68, 68, 68);
}
.m-icon-university-keshavarzi-manabe-tabee-khoozestan-icon.path7:before {
content: "\f2f7";
margin-left: -1.0068359375em;
color: rgb(70, 70, 70);
}
.m-icon-university-keshavarzi-manabe-tabee-khoozestan-icon.path8:before {
content: "\f2f8";
margin-left: -1.0068359375em;
color: rgb(86, 86, 86);
}
.m-icon-university-keshavarzi-manabe-tabee-khoozestan-icon.path9:before {
content: "\f2f9";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-keshavarzi-manabe-tabee-khoozestan-icon.path10:before {
content: "\f2fa";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-khajenasir-toosi-icon:before {
content: "\f2fb";
}
.m-icon-university-khalij-fars-booshehr-icon:before {
content: "\f2fc";
}
.m-icon-university-kharazmi-icon:before {
content: "\f2fd";
}
.m-icon-university-kordestan-icon:before {
content: "\f2fe";
}
.m-icon-university-kosar-icon:before {
content: "\f2ff";
}
.m-icon-university-lorestan-icon:before {
content: "\f300";
}
.m-icon-university-malayer-icon:before {
content: "\f301";
}
.m-icon-university-maraghe-icon:before {
content: "\f302";
}
.m-icon-university-mazandaran-icon:before {
content: "\f303";
}
.m-icon-university-mohaghegh-ardabili-icon:before {
content: "\f304";
}
.m-icon-university-nahavand-icon:before {
content: "\f305";
}
.m-icon-university-neyshaboor-icon.path1:before {
content: "\f306";
color: rgb(0, 0, 0);
}
.m-icon-university-neyshaboor-icon.path2:before {
content: "\f307";
margin-left: -1.0068359375em;
color: rgb(163, 163, 163);
}
.m-icon-university-neyshaboor-icon.path3:before {
content: "\f308";
margin-left: -1.0068359375em;
color: rgb(163, 163, 163);
}
.m-icon-university-neyshaboor-icon.path4:before {
content: "\f309";
margin-left: -1.0068359375em;
color: rgb(163, 163, 163);
}
.m-icon-university-neyshaboor-icon.path5:before {
content: "\f30a";
margin-left: -1.0068359375em;
color: rgb(163, 163, 163);
}
.m-icon-university-neyshaboor-icon.path6:before {
content: "\f30b";
margin-left: -1.0068359375em;
color: rgb(163, 163, 163);
}
.m-icon-university-neyshaboor-icon.path7:before {
content: "\f30c";
margin-left: -1.0068359375em;
color: rgb(163, 163, 163);
}
.m-icon-university-neyshaboor-icon.path8:before {
content: "\f30d";
margin-left: -1.0068359375em;
color: rgb(163, 163, 163);
}
.m-icon-university-neyshaboor-icon.path9:before {
content: "\f30e";
margin-left: -1.0068359375em;
color: rgb(163, 163, 163);
}
.m-icon-university-neyshaboor-icon.path10:before {
content: "\f30f";
margin-left: -1.0068359375em;
color: rgb(163, 163, 163);
}
.m-icon-university-neyshaboor-icon.path11:before {
content: "\f310";
margin-left: -1.0068359375em;
color: rgb(163, 163, 163);
}
.m-icon-university-oloom-fonoon-daryaee-khoramshahr-icon:before {
content: "\f311";
}
.m-icon-university-oloom-keshavarzi-va-manabe-tabee-gorgan-icon:before {
content: "\f312";
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path1:before {
content: "\f313";
color: rgb(112, 112, 112);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path2:before {
content: "\f314";
margin-left: -1.0068359375em;
color: rgb(48, 48, 48);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path3:before {
content: "\f315";
margin-left: -1.0068359375em;
color: rgb(112, 112, 112);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path4:before {
content: "\f316";
margin-left: -1.0068359375em;
color: rgb(130, 130, 130);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path5:before {
content: "\f317";
margin-left: -1.0068359375em;
color: rgb(123, 123, 123);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path6:before {
content: "\f318";
margin-left: -1.0068359375em;
color: rgb(138, 138, 138);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path7:before {
content: "\f319";
margin-left: -1.0068359375em;
color: rgb(121, 121, 121);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path8:before {
content: "\f31a";
margin-left: -1.0068359375em;
color: rgb(147, 147, 147);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path9:before {
content: "\f31b";
margin-left: -1.0068359375em;
color: rgb(119, 119, 119);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path10:before {
content: "\f31c";
margin-left: -1.0068359375em;
color: rgb(50, 50, 50);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path11:before {
content: "\f31d";
margin-left: -1.0068359375em;
color: rgb(112, 112, 112);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path12:before {
content: "\f31e";
margin-left: -1.0068359375em;
color: rgb(115, 115, 115);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path13:before {
content: "\f31f";
margin-left: -1.0068359375em;
color: rgb(121, 121, 121);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path14:before {
content: "\f320";
margin-left: -1.0068359375em;
color: rgb(154, 154, 154);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path15:before {
content: "\f321";
margin-left: -1.0068359375em;
color: rgb(128, 128, 128);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path16:before {
content: "\f322";
margin-left: -1.0068359375em;
color: rgb(142, 142, 142);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path17:before {
content: "\f323";
margin-left: -1.0068359375em;
color: rgb(150, 150, 150);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path18:before {
content: "\f324";
margin-left: -1.0068359375em;
color: rgb(158, 158, 158);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path19:before {
content: "\f325";
margin-left: -1.0068359375em;
color: rgb(164, 164, 164);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path20:before {
content: "\f326";
margin-left: -1.0068359375em;
color: rgb(135, 135, 135);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path21:before {
content: "\f327";
margin-left: -1.0068359375em;
color: rgb(128, 128, 128);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path22:before {
content: "\f328";
margin-left: -1.0068359375em;
color: rgb(120, 120, 120);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path23:before {
content: "\f329";
margin-left: -1.0068359375em;
color: rgb(171, 171, 171);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path24:before {
content: "\f32a";
margin-left: -1.0068359375em;
color: rgb(159, 159, 159);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path25:before {
content: "\f32b";
margin-left: -1.0068359375em;
color: rgb(120, 120, 120);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path26:before {
content: "\f32c";
margin-left: -1.0068359375em;
color: rgb(168, 168, 168);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path27:before {
content: "\f32d";
margin-left: -1.0068359375em;
color: rgb(120, 120, 120);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path28:before {
content: "\f32e";
margin-left: -1.0068359375em;
color: rgb(173, 173, 173);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path29:before {
content: "\f32f";
margin-left: -1.0068359375em;
color: rgb(164, 164, 164);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path30:before {
content: "\f330";
margin-left: -1.0068359375em;
color: rgb(123, 123, 123);
}
.m-icon-university-oloom-pezeshki-icon:before {
content: "\f331";
}
.m-icon-university-oroomieh-icon:before {
content: "\f332";
}
.m-icon-university-payam-noor-icon:before {
content: "\f333";
}
.m-icon-university-qom-icon:before {
content: "\f334";
}
.m-icon-university-razi-icon:before {
content: "\f335";
}
.m-icon-university-riazi-computer-khansar-icon:before {
content: "\f336";
}
.m-icon-university-salman-farsi-kazeroon-icon:before {
content: "\f337";
}
.m-icon-university-sanati-arak-icon:before {
content: "\f338";
}
.m-icon-university-sanati-birjand-icon:before {
content: "\f339";
}
.m-icon-university-sanati-esfehan-icon:before {
content: "\f33a";
}
.m-icon-university-sanati-hamedan-icon:before {
content: "\f33b";
}
.m-icon-university-sanati-kermanshah-icon:before {
content: "\f33c";
}
.m-icon-university-sanati-khatam-ol-anbia-icon:before {
content: "\f33d";
}
.m-icon-university-sanati-noshirvani-babol-icon:before {
content: "\f33e";
}
.m-icon-university-sanati-oroomieh-icon:before {
content: "\f33f";
}
.m-icon-university-sanati-qom-icon.path1:before {
content: "\f340";
color: rgb(0, 0, 0);
}
.m-icon-university-sanati-qom-icon.path2:before {
content: "\f341";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-sanati-qom-icon.path3:before {
content: "\f342";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-sanati-qom-icon.path4:before {
content: "\f343";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-sanati-qom-icon.path5:before {
content: "\f344";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-sanati-qom-icon.path6:before {
content: "\f345";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-sanati-qom-icon.path7:before {
content: "\f346";
margin-left: -1.0068359375em;
color: rgb(102, 102, 102);
}
.m-icon-university-sanati-sahand-icon:before {
content: "\f347";
}
.m-icon-university-sanati-sajad-icon:before {
content: "\f348";
}
.m-icon-university-sanati-shahrood-icon:before {
content: "\f349";
}
.m-icon-university-sanati-sharif-icon:before {
content: "\f34a";
}
.m-icon-university-sanati-shiraz-icon:before {
content: "\f34b";
}
.m-icon-university-sanati-shohada-howeizeh-icon:before {
content: "\f34c";
}
.m-icon-university-sanati-sirjan-icon:before {
content: "\f34d";
}
.m-icon-university-sanat-naft-icon:before {
content: "\f34e";
}
.m-icon-university-semnan-icon:before {
content: "\f34f";
}
.m-icon-university-seyed-jamalol-aldin-asadabadi-icon:before {
content: "\f350";
}
.m-icon-university-shahed-icon:before {
content: "\f351";
}
.m-icon-university-shahid-bahonar-kerman-icon:before {
content: "\f352";
}
.m-icon-university-shahid-beheshti-icon.path1:before {
content: "\f353";
color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path2:before {
content: "\f354";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-shahid-beheshti-icon.path3:before {
content: "\f355";
margin-left: -1.0068359375em;
color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path4:before {
content: "\f356";
margin-left: -1.0068359375em;
color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path5:before {
content: "\f357";
margin-left: -1.0068359375em;
color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path6:before {
content: "\f358";
margin-left: -1.0068359375em;
color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path7:before {
content: "\f359";
margin-left: -1.0068359375em;
color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path8:before {
content: "\f35a";
margin-left: -1.0068359375em;
color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path9:before {
content: "\f35b";
margin-left: -1.0068359375em;
color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path10:before {
content: "\f35c";
margin-left: -1.0068359375em;
color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path11:before {
content: "\f35d";
margin-left: -1.0068359375em;
color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path12:before {
content: "\f35e";
margin-left: -1.0068359375em;
color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path13:before {
content: "\f35f";
margin-left: -1.0068359375em;
color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path14:before {
content: "\f360";
margin-left: -1.0068359375em;
color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path15:before {
content: "\f361";
margin-left: -1.0068359375em;
color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path16:before {
content: "\f362";
margin-left: -1.0068359375em;
color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path17:before {
content: "\f363";
margin-left: -1.0068359375em;
color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path18:before {
content: "\f364";
margin-left: -1.0068359375em;
color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path19:before {
content: "\f365";
margin-left: -1.0068359375em;
color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path20:before {
content: "\f366";
margin-left: -1.0068359375em;
color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path21:before {
content: "\f367";
margin-left: -1.0068359375em;
color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path22:before {
content: "\f368";
margin-left: -1.0068359375em;
color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path23:before {
content: "\f369";
margin-left: -1.0068359375em;
color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path24:before {
content: "\f36a";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-shahid-beheshti-icon.path25:before {
content: "\f36b";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-shahid-beheshti-icon.path26:before {
content: "\f36c";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-shahid-beheshti-icon.path27:before {
content: "\f36d";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-shahid-beheshti-icon.path28:before {
content: "\f36e";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-shahid-beheshti-icon.path29:before {
content: "\f36f";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-shahid-madani-azarbaijan-icon:before {
content: "\f370";
}
.m-icon-university-shahrkord-icon:before {
content: "\f371";
}
.m-icon-university-shiraz-icon:before {
content: "\f372";
}
.m-icon-university-sistan-baloochestan-icon:before {
content: "\f373";
}
.m-icon-university-tabatabaee-icon:before {
content: "\f374";
}
.m-icon-university-tabriz-icon:before {
content: "\f375";
}
.m-icon-university-tafresh-icon:before {
content: "\f376";
}
.m-icon-university-tahsilat-takmili-icon:before {
content: "\f377";
}
.m-icon-university-tahsilat-takmili-oloom-paye-zanjan-icon.path1:before {
content: "\f378";
color: rgb(0, 0, 0);
}
.m-icon-university-tahsilat-takmili-oloom-paye-zanjan-icon.path2:before {
content: "\f379";
margin-left: -1.0068359375em;
color: rgb(104, 103, 103);
}
.m-icon-university-tarbiat-dabir-rajaee-icon:before {
content: "\f37a";
}
.m-icon-university-tarbiat-modares-icon:before {
content: "\f37b";
}
.m-icon-university-tehran-icon.path1:before {
content: "\f37c";
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path2:before {
content: "\f37d";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path3:before {
content: "\f37e";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path4:before {
content: "\f37f";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path5:before {
content: "\f380";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path6:before {
content: "\f381";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path7:before {
content: "\f382";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path8:before {
content: "\f383";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path9:before {
content: "\f384";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path10:before {
content: "\f385";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path11:before {
content: "\f386";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path12:before {
content: "\f387";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path13:before {
content: "\f388";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path14:before {
content: "\f389";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path15:before {
content: "\f38a";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path16:before {
content: "\f38b";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path17:before {
content: "\f38c";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path18:before {
content: "\f38d";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path19:before {
content: "\f38e";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path20:before {
content: "\f38f";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path21:before {
content: "\f390";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path22:before {
content: "\f391";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path23:before {
content: "\f392";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path24:before {
content: "\f393";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path25:before {
content: "\f394";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path26:before {
content: "\f395";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path27:before {
content: "\f396";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path28:before {
content: "\f397";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path29:before {
content: "\f398";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path30:before {
content: "\f399";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path31:before {
content: "\f39a";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path32:before {
content: "\f39b";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path33:before {
content: "\f39c";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path34:before {
content: "\f39d";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path35:before {
content: "\f39e";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path36:before {
content: "\f39f";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path37:before {
content: "\f3a0";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path38:before {
content: "\f3a1";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path39:before {
content: "\f3a2";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path40:before {
content: "\f3a3";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path41:before {
content: "\f3a4";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path42:before {
content: "\f3a5";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path43:before {
content: "\f3a6";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path44:before {
content: "\f3a7";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path45:before {
content: "\f3a8";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path46:before {
content: "\f3a9";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path47:before {
content: "\f3aa";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path48:before {
content: "\f3ab";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path49:before {
content: "\f3ac";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path50:before {
content: "\f3ad";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path51:before {
content: "\f3ae";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path52:before {
content: "\f3af";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path53:before {
content: "\f3b0";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path54:before {
content: "\f3b1";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path55:before {
content: "\f3b2";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path56:before {
content: "\f3b3";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path57:before {
content: "\f3b4";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path58:before {
content: "\f3b5";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path59:before {
content: "\f3b6";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path60:before {
content: "\f3b7";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path61:before {
content: "\f3b8";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path62:before {
content: "\f3b9";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path63:before {
content: "\f3ba";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path64:before {
content: "\f3bb";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path65:before {
content: "\f3bc";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path66:before {
content: "\f3bd";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path67:before {
content: "\f3be";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path68:before {
content: "\f3bf";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path69:before {
content: "\f3c0";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path70:before {
content: "\f3c1";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path71:before {
content: "\f3c2";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path72:before {
content: "\f3c3";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path73:before {
content: "\f3c4";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path74:before {
content: "\f3c5";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path75:before {
content: "\f3c6";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path76:before {
content: "\f3c7";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path77:before {
content: "\f3c8";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path78:before {
content: "\f3c9";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path79:before {
content: "\f3ca";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path80:before {
content: "\f3cb";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path81:before {
content: "\f3cc";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path82:before {
content: "\f3cd";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path83:before {
content: "\f3ce";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path84:before {
content: "\f3cf";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path85:before {
content: "\f3d0";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path86:before {
content: "\f3d1";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path87:before {
content: "\f3d2";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path88:before {
content: "\f3d3";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path89:before {
content: "\f3d4";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path90:before {
content: "\f3d5";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path91:before {
content: "\f3d6";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path92:before {
content: "\f3d7";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path93:before {
content: "\f3d8";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path94:before {
content: "\f3d9";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path95:before {
content: "\f3da";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path96:before {
content: "\f3db";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path97:before {
content: "\f3dc";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path98:before {
content: "\f3dd";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path99:before {
content: "\f3de";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path100:before {
content: "\f3df";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path101:before {
content: "\f3e0";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path102:before {
content: "\f3e1";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path103:before {
content: "\f3e2";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path104:before {
content: "\f3e3";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path105:before {
content: "\f3e4";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path106:before {
content: "\f3e5";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path107:before {
content: "\f3e6";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path108:before {
content: "\f3e7";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path109:before {
content: "\f3e8";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path110:before {
content: "\f3e9";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path111:before {
content: "\f3ea";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path112:before {
content: "\f3eb";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path113:before {
content: "\f3ec";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path114:before {
content: "\f3ed";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path115:before {
content: "\f3ee";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path116:before {
content: "\f3ef";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path117:before {
content: "\f3f0";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path118:before {
content: "\f3f1";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path119:before {
content: "\f3f2";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path120:before {
content: "\f3f3";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path121:before {
content: "\f3f4";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path122:before {
content: "\f3f5";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path123:before {
content: "\f3f6";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path124:before {
content: "\f3f7";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path125:before {
content: "\f3f8";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path126:before {
content: "\f3f9";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path127:before {
content: "\f3fa";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path128:before {
content: "\f3fb";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path129:before {
content: "\f3fc";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path130:before {
content: "\f3fd";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path131:before {
content: "\f3fe";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path132:before {
content: "\f3ff";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path133:before {
content: "\f400";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path134:before {
content: "\f401";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path135:before {
content: "\f402";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path136:before {
content: "\f403";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path137:before {
content: "\f404";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path138:before {
content: "\f405";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path139:before {
content: "\f406";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path140:before {
content: "\f407";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path141:before {
content: "\f408";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path142:before {
content: "\f409";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path143:before {
content: "\f40a";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path144:before {
content: "\f40b";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path145:before {
content: "\f40c";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path146:before {
content: "\f40d";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path147:before {
content: "\f40e";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path148:before {
content: "\f40f";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path149:before {
content: "\f410";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path150:before {
content: "\f411";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path151:before {
content: "\f412";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path152:before {
content: "\f413";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path153:before {
content: "\f414";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path154:before {
content: "\f415";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-valiasr-rafsanjan-icon:before {
content: "\f416";
}
.m-icon-university-velayat-icon:before {
content: "\f417";
}
.m-icon-university-yasooj-icon:before {
content: "\f418";
}
.m-icon-university-yazd-icon:before {
content: "\f419";
}
.m-icon-university-zabol-icon:before {
content: "\f41a";
}
.m-icon-university-zanjan-icon:before {
content: "\f41b";
}
.m-icon-university-tabatabaee-icon1:before {
content: "\f41c";
}
.m-icon-university-shiraz-icon1:before {
content: "\f41d";
}
.m-icon-university-shahed-icon1:before {
content: "\f41e";
}
.m-icon-university-sanati-sharif-icon1:before {
content: "\f41f";
}
.m-icon-university-payam-noor-icon1:before {
content: "\f420";
}
.m-icon-university-gilan-icon1:before {
content: "\f421";
}
.m-icon-university-ferdosi-icon1:before {
content: "\f422";
}
.m-icon-university-farhang-icon1:before {
content: "\f423";
}
.m-icon-university-amirkabir-icon1:before {
content: "\f424";
}
.m-icon-university-tehran-icon1.path1:before {
content: "\f425";
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path2:before {
content: "\f426";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path3:before {
content: "\f427";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path4:before {
content: "\f428";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path5:before {
content: "\f429";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path6:before {
content: "\f42a";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path7:before {
content: "\f42b";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path8:before {
content: "\f42c";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path9:before {
content: "\f42d";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path10:before {
content: "\f42e";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path11:before {
content: "\f42f";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path12:before {
content: "\f430";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path13:before {
content: "\f431";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path14:before {
content: "\f432";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path15:before {
content: "\f433";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path16:before {
content: "\f434";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path17:before {
content: "\f435";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path18:before {
content: "\f436";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path19:before {
content: "\f437";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path20:before {
content: "\f438";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path21:before {
content: "\f439";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path22:before {
content: "\f43a";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path23:before {
content: "\f43b";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path24:before {
content: "\f43c";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path25:before {
content: "\f43d";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path26:before {
content: "\f43e";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path27:before {
content: "\f43f";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path28:before {
content: "\f440";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path29:before {
content: "\f441";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path30:before {
content: "\f442";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path31:before {
content: "\f443";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path32:before {
content: "\f444";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path33:before {
content: "\f445";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path34:before {
content: "\f446";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path35:before {
content: "\f447";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path36:before {
content: "\f448";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path37:before {
content: "\f449";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path38:before {
content: "\f44a";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path39:before {
content: "\f44b";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path40:before {
content: "\f44c";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path41:before {
content: "\f44d";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path42:before {
content: "\f44e";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path43:before {
content: "\f44f";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path44:before {
content: "\f450";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path45:before {
content: "\f451";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path46:before {
content: "\f452";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path47:before {
content: "\f453";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path48:before {
content: "\f454";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path49:before {
content: "\f455";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path50:before {
content: "\f456";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path51:before {
content: "\f457";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path52:before {
content: "\f458";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path53:before {
content: "\f459";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path54:before {
content: "\f45a";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path55:before {
content: "\f45b";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path56:before {
content: "\f45c";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path57:before {
content: "\f45d";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path58:before {
content: "\f45e";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path59:before {
content: "\f45f";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path60:before {
content: "\f460";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path61:before {
content: "\f461";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path62:before {
content: "\f462";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path63:before {
content: "\f463";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path64:before {
content: "\f464";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path65:before {
content: "\f465";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path66:before {
content: "\f466";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path67:before {
content: "\f467";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path68:before {
content: "\f468";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path69:before {
content: "\f469";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path70:before {
content: "\f46a";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path71:before {
content: "\f46b";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path72:before {
content: "\f46c";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path73:before {
content: "\f46d";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path74:before {
content: "\f46e";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path75:before {
content: "\f46f";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path76:before {
content: "\f470";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path77:before {
content: "\f471";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path78:before {
content: "\f472";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path79:before {
content: "\f473";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path80:before {
content: "\f474";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path81:before {
content: "\f475";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path82:before {
content: "\f476";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path83:before {
content: "\f477";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path84:before {
content: "\f478";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path85:before {
content: "\f479";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path86:before {
content: "\f47a";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path87:before {
content: "\f47b";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path88:before {
content: "\f47c";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path89:before {
content: "\f47d";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path90:before {
content: "\f47e";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path91:before {
content: "\f47f";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path92:before {
content: "\f480";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path93:before {
content: "\f481";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path94:before {
content: "\f482";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path95:before {
content: "\f483";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path96:before {
content: "\f484";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path97:before {
content: "\f485";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path98:before {
content: "\f486";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path99:before {
content: "\f487";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path100:before {
content: "\f488";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path101:before {
content: "\f489";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path102:before {
content: "\f48a";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path103:before {
content: "\f48b";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path104:before {
content: "\f48c";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path105:before {
content: "\f48d";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path106:before {
content: "\f48e";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path107:before {
content: "\f48f";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path108:before {
content: "\f490";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path109:before {
content: "\f491";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path110:before {
content: "\f492";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path111:before {
content: "\f493";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path112:before {
content: "\f494";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path113:before {
content: "\f495";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path114:before {
content: "\f496";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path115:before {
content: "\f497";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path116:before {
content: "\f498";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path117:before {
content: "\f499";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path118:before {
content: "\f49a";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path119:before {
content: "\f49b";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path120:before {
content: "\f49c";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path121:before {
content: "\f49d";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path122:before {
content: "\f49e";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path123:before {
content: "\f49f";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path124:before {
content: "\f4a0";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path125:before {
content: "\f4a1";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path126:before {
content: "\f4a2";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path127:before {
content: "\f4a3";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path128:before {
content: "\f4a4";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path129:before {
content: "\f4a5";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path130:before {
content: "\f4a6";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path131:before {
content: "\f4a7";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path132:before {
content: "\f4a8";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path133:before {
content: "\f4a9";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path134:before {
content: "\f4aa";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path135:before {
content: "\f4ab";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path136:before {
content: "\f4ac";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path137:before {
content: "\f4ad";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path138:before {
content: "\f4ae";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path139:before {
content: "\f4af";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path140:before {
content: "\f4b0";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path141:before {
content: "\f4b1";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path142:before {
content: "\f4b2";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path143:before {
content: "\f4b3";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path144:before {
content: "\f4b4";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path145:before {
content: "\f4b5";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path146:before {
content: "\f4b6";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path147:before {
content: "\f4b7";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path148:before {
content: "\f4b8";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path149:before {
content: "\f4b9";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path150:before {
content: "\f4ba";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path151:before {
content: "\f4bb";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path152:before {
content: "\f4bc";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path153:before {
content: "\f4bd";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path154:before {
content: "\f4be";
margin-left: -1.0068359375em;
color: rgb(0, 0, 0);
}
.m-icon-university-azad-icon1:before {
content: "\f4bf";
}
.m-icon-bime-tamin-ejtemaei-icon.path1:before {
content: "\f4c0";
color: rgb(31, 26, 23);
}
.m-icon-bime-tamin-ejtemaei-icon.path2:before {
content: "\f4c1";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-bime-tamin-ejtemaei-icon.path3:before {
content: "\f4c2";
margin-left: -1.0068359375em;
color: rgb(31, 26, 23);
}
.m-icon-bime-tamin-ejtemaei-icon.path4:before {
content: "\f4c3";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-bime-tamin-ejtemaei-icon.path5:before {
content: "\f4c4";
margin-left: -1.0068359375em;
color: rgb(31, 26, 23);
}
.m-icon-bime-tamin-ejtemaei-icon.path6:before {
content: "\f4c5";
margin-left: -1.0068359375em;
color: rgb(31, 26, 23);
}
.m-icon-bime-tamin-ejtemaei-icon.path7:before {
content: "\f4c6";
margin-left: -1.0068359375em;
color: rgb(31, 26, 23);
}
.m-icon-bime-tamin-ejtemaei-icon.path8:before {
content: "\f4c7";
margin-left: -1.0068359375em;
color: rgb(31, 26, 23);
}
.m-icon-bime-tamin-ejtemaei-icon.path9:before {
content: "\f4c8";
margin-left: -1.0068359375em;
color: rgb(31, 26, 23);
}
.m-icon-bime-tamin-ejtemaei-icon.path10:before {
content: "\f4c9";
margin-left: -1.0068359375em;
color: rgb(31, 26, 23);
}
.m-icon-bime-tamin-ejtemaei-icon.path11:before {
content: "\f4ca";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-bime-tamin-ejtemaei-icon.path12:before {
content: "\f4cb";
margin-left: -1.0068359375em;
color: rgb(255, 255, 255);
}
.m-icon-bime-atiye-sazan-icon:before {
content: "\f4cc";
}
.m-icon-bime-salamat-icon:before {
content: "\f4cd";
}
.m-icon-bime-sarmad-icon:before {
content: "\f4ce";
}
.m-icon-bime-faraz-icon:before {
content: "\f4cf";
}
.m-icon-bime-hekmat-icon:before {
content: "\f4d0";
}
.m-icon-bime-mellat-icon:before {
content: "\f4d1";
}
.m-icon-bime-MA-icon:before {
content: "\f4d2";
}
.m-icon-bime-kosar-icon:before {
content: "\f4d3";
}
.m-icon-bime-taavon-icon:before {
content: "\f4d4";
}
.m-icon-bime-saman-icon:before {
content: "\f4d5";
}
.m-icon-bime-pasargad-icon:before {
content: "\f4d6";
}
.m-icon-bime-novin-icon:before {
content: "\f4d7";
}
.m-icon-bime-asia-icon:before {
content: "\f4d8";
}
.m-icon-bime-sina-icon:before {
content: "\f4d9";
}
.m-icon-bime-toseh-icon:before {
content: "\f4da";
}
.m-icon-bime-dana-icon:before {
content: "\f4db";
}
.m-icon-bime-asmari-icon:before {
content: "\f4dc";
}
.m-icon-bime-arman-icon:before {
content: "\f4dd";
}
.m-icon-bime-razi-icon:before {
content: "\e901";
}
.m-icon-bime-moalem-icon:before {
content: "\e902";
}
.m-icon-bime-parsian-icon:before {
content: "\e903";
}
.m-icon-bime-dey-icon:before {
content: "\e904";
}
.m-icon-bime-alborz-icon:before {
content: "\e905";
}
.m-icon-bime-iran-icon:before {
content: "\e906";
}
.m-icon-aluminium-arak-fc-logo--6781.path1:before {
content: "\e907";
color: rgb(69, 118, 174);
}
.m-icon-aluminium-arak-fc-logo--6781.path2:before {
content: "\e908";
margin-left: -1.02734375em;
color: rgb(69, 118, 174);
}
.m-icon-aluminium-arak-fc-logo--6781.path3:before {
content: "\e909";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path4:before {
content: "\e90a";
margin-left: -1.02734375em;
color: rgb(69, 118, 174);
}
.m-icon-aluminium-arak-fc-logo--6781.path5:before {
content: "\e90b";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path6:before {
content: "\e90c";
margin-left: -1.02734375em;
color: rgb(69, 118, 174);
}
.m-icon-aluminium-arak-fc-logo--6781.path7:before {
content: "\e90d";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path8:before {
content: "\e90e";
margin-left: -1.02734375em;
color: rgb(69, 118, 174);
}
.m-icon-aluminium-arak-fc-logo--6781.path9:before {
content: "\e90f";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path10:before {
content: "\e910";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path11:before {
content: "\e911";
margin-left: -1.02734375em;
color: rgb(69, 118, 174);
}
.m-icon-aluminium-arak-fc-logo--6781.path12:before {
content: "\e912";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path13:before {
content: "\e913";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path14:before {
content: "\e914";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path15:before {
content: "\e915";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path16:before {
content: "\e917";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path17:before {
content: "\e92a";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path18:before {
content: "\e92b";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path19:before {
content: "\e92c";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path20:before {
content: "\e92d";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path21:before {
content: "\e92e";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path22:before {
content: "\e92f";
margin-left: -1.02734375em;
color: rgb(69, 118, 174);
}
.m-icon-aluminium-arak-fc-logo--6781.path23:before {
content: "\e930";
margin-left: -1.02734375em;
color: rgb(69, 118, 174);
}
.m-icon-aluminium-arak-fc-logo--6781.path24:before {
content: "\e931";
margin-left: -1.02734375em;
color: rgb(69, 118, 174);
}
.m-icon-aluminium-arak-fc-logo--6781.path25:before {
content: "\e932";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path26:before {
content: "\e933";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path27:before {
content: "\e934";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path28:before {
content: "\e935";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path29:before {
content: "\e936";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path30:before {
content: "\e937";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path31:before {
content: "\e938";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path32:before {
content: "\e939";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path33:before {
content: "\e93a";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path34:before {
content: "\e93b";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path35:before {
content: "\e93c";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path36:before {
content: "\e93d";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path37:before {
content: "\e93f";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path38:before {
content: "\e943";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path39:before {
content: "\e944";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path40:before {
content: "\e945";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path41:before {
content: "\e946";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path42:before {
content: "\e948";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path43:before {
content: "\e949";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path44:before {
content: "\e94a";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path45:before {
content: "\e94b";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path46:before {
content: "\e94c";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path47:before {
content: "\e94d";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path48:before {
content: "\e94e";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path49:before {
content: "\e94f";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path50:before {
content: "\e950";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path51:before {
content: "\e951";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path52:before {
content: "\e952";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path53:before {
content: "\e953";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path54:before {
content: "\e954";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path55:before {
content: "\e955";
margin-left: -1.02734375em;
color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path56:before {
content: "\e956";
margin-left: -1.02734375em;
color: rgb(229, 51, 44);
}
.m-icon-aluminium-arak-fc-logo--6781.path57:before {
content: "\e957";
margin-left: -1.02734375em;
color: rgb(73, 131, 57);
}
.m-icon-aluminium-arak-fc-logo--6781.path58:before {
content: "\e958";
margin-left: -1.02734375em;
color: rgb(229, 51, 44);
}
.m-icon-aluminium-arak-fc-logo--6781.path59:before {
content: "\e959";
margin-left: -1.02734375em;
color: rgb(73, 131, 57);
}
.m-icon-damash-guilan-fc-logo--6782.path1:before {
content: "\e95a";
color: rgb(43, 47, 90);
}
.m-icon-damash-guilan-fc-logo--6782.path2:before {
content: "\e95b";
margin-left: -0.7470703125em;
color: rgb(145, 25, 20);
}
.m-icon-damash-guilan-fc-logo--6782.path3:before {
content: "\e95c";
margin-left: -0.7470703125em;
color: rgb(145, 25, 20);
}
.m-icon-damash-guilan-fc-logo--6782.path4:before {
content: "\e95d";
margin-left: -0.7470703125em;
color: rgb(43, 47, 90);
}
.m-icon-damash-guilan-fc-logo--6782.path5:before {
content: "\e95e";
margin-left: -0.7470703125em;
color: rgb(43, 47, 90);
}
.m-icon-damash-guilan-fc-logo--6782.path6:before {
content: "\e95f";
margin-left: -0.7470703125em;
color: rgb(43, 47, 90);
}
.m-icon-damash-guilan-fc-logo--6782.path7:before {
content: "\e960";
margin-left: -0.7470703125em;
color: rgb(43, 47, 90);
}
.m-icon-damash-guilan-fc-logo--6782.path8:before {
content: "\e961";
margin-left: -0.7470703125em;
color: rgb(43, 47, 90);
}
.m-icon-damash-guilan-fc-logo--6782.path9:before {
content: "\e962";
margin-left: -0.7470703125em;
color: rgb(43, 47, 90);
}
.m-icon-damash-guilan-fc-logo--6782.path10:before {
content: "\e963";
margin-left: -0.7470703125em;
color: rgb(43, 47, 90);
}
.m-icon-damash-guilan-fc-logo--6782.path11:before {
content: "\e964";
margin-left: -0.7470703125em;
color: rgb(43, 47, 90);
}
.m-icon-damash-guilan-fc-logo--6782.path12:before {
content: "\e965";
margin-left: -0.7470703125em;
color: rgb(43, 47, 90);
}
.m-icon-damash-guilan-fc-logo--6782.path13:before {
content: "\e966";
margin-left: -0.7470703125em;
color: rgb(43, 47, 90);
}
.m-icon-damash-guilan-fc-logo--6782.path14:before {
content: "\e967";
margin-left: -0.7470703125em;
color: rgb(43, 47, 90);
}
.m-icon-damash-guilan-fc-logo--6782.path15:before {
content: "\e968";
margin-left: -0.7470703125em;
color: rgb(43, 47, 90);
}
.m-icon-damash-guilan-fc-logo--6782.path16:before {
content: "\e969";
margin-left: -0.7470703125em;
color: rgb(43, 47, 90);
}
.m-icon-esteghlal-fc-logo--6767.path1:before {
content: "\e96a";
color: rgb(255, 255, 255);
}
.m-icon-esteghlal-fc-logo--6767.path2:before {
content: "\e96b";
margin-left: -0.77734375em;
color: rgb(127, 208, 228);
}
.m-icon-esteghlal-fc-logo--6767.path3:before {
content: "\e96c";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path4:before {
content: "\e96d";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path5:before {
content: "\e96e";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path6:before {
content: "\e96f";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path7:before {
content: "\e970";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path8:before {
content: "\e971";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path9:before {
content: "\e972";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path10:before {
content: "\e973";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path11:before {
content: "\e974";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path12:before {
content: "\e975";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path13:before {
content: "\e976";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path14:before {
content: "\e977";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path15:before {
content: "\e978";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path16:before {
content: "\e979";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path17:before {
content: "\e97a";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path18:before {
content: "\e97b";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path19:before {
content: "\e980";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path20:before {
content: "\e981";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path21:before {
content: "\e982";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path22:before {
content: "\e983";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path23:before {
content: "\e984";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path24:before {
content: "\e985";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path25:before {
content: "\e986";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path26:before {
content: "\e987";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path27:before {
content: "\e988";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path28:before {
content: "\e989";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path29:before {
content: "\e98a";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path30:before {
content: "\e98b";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path31:before {
content: "\e98c";
margin-left: -0.77734375em;
color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path32:before {
content: "\e98d";
margin-left: -0.77734375em;
color: rgb(251, 176, 59);
}
.m-icon-esteghlal-fc-logo--6767.path33:before {
content: "\e98e";
margin-left: -0.77734375em;
color: rgb(251, 176, 59);
}
.m-icon-esteghlal-khuzestan-fc-logo--6775.path1:before {
content: "\e98f";
color: rgb(0, 88, 197);
}
.m-icon-esteghlal-khuzestan-fc-logo--6775.path2:before {
content: "\e990";
margin-left: -1em;
color: rgb(0, 88, 197);
}
.m-icon-esteghlal-khuzestan-fc-logo--6775.path3:before {
content: "\e991";
margin-left: -1em;
color: rgb(0, 88, 197);
}
.m-icon-esteghlal-khuzestan-fc-logo--6775.path4:before {
content: "\e992";
margin-left: -1em;
color: rgb(0, 88, 197);
}
.m-icon-esteghlal-khuzestan-fc-logo--6775.path5:before {
content: "\e993";
margin-left: -1em;
color: rgb(0, 88, 197);
}
.m-icon-esteghlal-khuzestan-fc-logo--6775.path6:before {
content: "\e994";
margin-left: -1em;
color: rgb(0, 88, 197);
}
.m-icon-esteghlal-khuzestan-fc-logo--6775.path7:before {
content: "\e995";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-esteghlal-khuzestan-fc-logo--6775.path8:before {
content: "\e996";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-esteghlal-khuzestan-fc-logo--6775.path9:before {
content: "\e997";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-foolad-fc-logo--6771.path1:before {
content: "\e998";
color: rgb(254, 254, 254);
}
.m-icon-foolad-fc-logo--6771.path2:before {
content: "\e999";
margin-left: -1.0107421875em;
color: rgb(0, 0, 0);
}
.m-icon-foolad-fc-logo--6771.path3:before {
content: "\e99a";
margin-left: -1.0107421875em;
color: rgb(162, 40, 39);
}
.m-icon-foolad-fc-logo--6771.path4:before {
content: "\e99c";
margin-left: -1.0107421875em;
color: rgb(162, 40, 39);
}
.m-icon-foolad-fc-logo--6771.path5:before {
content: "\e99e";
margin-left: -1.0107421875em;
color: rgb(162, 40, 39);
}
.m-icon-foolad-fc-logo--6771.path6:before {
content: "\e99f";
margin-left: -1.0107421875em;
color: rgb(162, 40, 39);
}
.m-icon-foolad-fc-logo--6771.path7:before {
content: "\e9a0";
margin-left: -1.0107421875em;
color: rgb(162, 40, 39);
}
.m-icon-foolad-fc-logo--6771.path8:before {
content: "\e9a1";
margin-left: -1.0107421875em;
color: rgb(162, 40, 39);
}
.m-icon-foolad-fc-logo--6771.path9:before {
content: "\e9a2";
margin-left: -1.0107421875em;
color: rgb(162, 40, 39);
}
.m-icon-foolad-fc-logo--6771.path10:before {
content: "\e9a3";
margin-left: -1.0107421875em;
color: rgb(162, 40, 39);
}
.m-icon-foolad-fc-logo--6771.path11:before {
content: "\e9a4";
margin-left: -1.0107421875em;
color: rgb(161, 40, 39);
}
.m-icon-foolad-fc-logo--6771.path12:before {
content: "\e9a5";
margin-left: -1.0107421875em;
color: rgb(254, 204, 0);
}
.m-icon-foolad-fc-logo--6771.path13:before {
content: "\e9a6";
margin-left: -1.0107421875em;
color: rgb(255, 102, 0);
}
.m-icon-foolad-fc-logo--6771.path14:before {
content: "\e9a7";
margin-left: -1.0107421875em;
color: rgb(162, 40, 39);
}
.m-icon-foolad-fc-logo--6771.path15:before {
content: "\e9a8";
margin-left: -1.0107421875em;
color: rgb(162, 40, 39);
}
.m-icon-foolad-fc-logo--6771.path16:before {
content: "\e9a9";
margin-left: -1.0107421875em;
color: rgb(162, 40, 39);
}
.m-icon-foolad-fc-logo--6771.path17:before {
content: "\e9aa";
margin-left: -1.0107421875em;
color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path1:before {
content: "\e9ab";
color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path2:before {
content: "\e9ac";
margin-left: -0.734375em;
color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path3:before {
content: "\e9ad";
margin-left: -0.734375em;
color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path4:before {
content: "\e9ae";
margin-left: -0.734375em;
color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path5:before {
content: "\e9af";
margin-left: -0.734375em;
color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path6:before {
content: "\e9b0";
margin-left: -0.734375em;
color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path7:before {
content: "\e9b1";
margin-left: -0.734375em;
color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path8:before {
content: "\e9b2";
margin-left: -0.734375em;
color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path9:before {
content: "\e9b3";
margin-left: -0.734375em;
color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path10:before {
content: "\e9b4";
margin-left: -0.734375em;
color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path11:before {
content: "\e9b5";
margin-left: -0.734375em;
color: rgb(254, 254, 254);
}
.m-icon-malavan-fc-logo--6778.path12:before {
content: "\e9b6";
margin-left: -0.734375em;
color: rgb(254, 254, 254);
}
.m-icon-malavan-fc-logo--6778.path13:before {
content: "\e9b7";
margin-left: -0.734375em;
color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path14:before {
content: "\e9b8";
margin-left: -0.734375em;
color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path15:before {
content: "\e9b9";
margin-left: -0.734375em;
color: rgb(254, 254, 254);
}
.m-icon-malavan-fc-logo--6778.path16:before {
content: "\e9ba";
margin-left: -0.734375em;
color: rgb(254, 254, 254);
}
.m-icon-malavan-fc-logo--6778.path17:before {
content: "\e9bb";
margin-left: -0.734375em;
color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path18:before {
content: "\e9bc";
margin-left: -0.734375em;
color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path19:before {
content: "\e9bd";
margin-left: -0.734375em;
color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path20:before {
content: "\e9be";
margin-left: -0.734375em;
color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path21:before {
content: "\e9bf";
margin-left: -0.734375em;
color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path22:before {
content: "\e9c0";
margin-left: -0.734375em;
color: rgb(254, 254, 254);
}
.m-icon-malavan-fc-logo--6778.path23:before {
content: "\e9c1";
margin-left: -0.734375em;
color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path24:before {
content: "\e9c2";
margin-left: -0.734375em;
color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path25:before {
content: "\e9c3";
margin-left: -0.734375em;
color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path26:before {
content: "\e9c4";
margin-left: -0.734375em;
color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path27:before {
content: "\e9c5";
margin-left: -0.734375em;
color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path28:before {
content: "\e9c6";
margin-left: -0.734375em;
color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path29:before {
content: "\e9c8";
margin-left: -0.734375em;
color: rgb(254, 254, 254);
}
.m-icon-malavan-fc-logo--6778.path30:before {
content: "\e9c9";
margin-left: -0.734375em;
color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path31:before {
content: "\e9ca";
margin-left: -0.734375em;
color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path32:before {
content: "\e9cb";
margin-left: -0.734375em;
color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path33:before {
content: "\e9cc";
margin-left: -0.734375em;
color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path34:before {
content: "\e9cd";
margin-left: -0.734375em;
color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path35:before {
content: "\e9ce";
margin-left: -0.734375em;
color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path36:before {
content: "\e9cf";
margin-left: -0.734375em;
color: rgb(2, 52, 141);
}
.m-icon-malavan-fc-logo--6778.path37:before {
content: "\e9d0";
margin-left: -0.734375em;
color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path38:before {
content: "\e9d5";
margin-left: -0.734375em;
color: rgb(2, 52, 141);
}
.m-icon-malavan-fc-logo--6778.path39:before {
content: "\e9d6";
margin-left: -0.734375em;
color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path40:before {
content: "\e9d7";
margin-left: -0.734375em;
color: rgb(2, 52, 141);
}
.m-icon-malavan-fc-logo--6778.path41:before {
content: "\e9d8";
margin-left: -0.734375em;
color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path42:before {
content: "\e9d9";
margin-left: -0.734375em;
color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path43:before {
content: "\e9da";
margin-left: -0.734375em;
color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path44:before {
content: "\e9db";
margin-left: -0.734375em;
color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path45:before {
content: "\e9dc";
margin-left: -0.734375em;
color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path46:before {
content: "\e9dd";
margin-left: -0.734375em;
color: rgb(242, 132, 21);
}
.m-icon-malavan-fc-logo--6778.path47:before {
content: "\e9de";
margin-left: -0.734375em;
color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path48:before {
content: "\e9df";
margin-left: -0.734375em;
color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path49:before {
content: "\e9e0";
margin-left: -0.734375em;
color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path50:before {
content: "\e9e1";
margin-left: -0.734375em;
color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path51:before {
content: "\e9e2";
margin-left: -0.734375em;
color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path52:before {
content: "\e9e3";
margin-left: -0.734375em;
color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path53:before {
content: "\e9e4";
margin-left: -0.734375em;
color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path54:before {
content: "\e9e5";
margin-left: -0.734375em;
color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path55:before {
content: "\e9e6";
margin-left: -0.734375em;
color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path56:before {
content: "\e9e7";
margin-left: -0.734375em;
color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path57:before {
content: "\e9e8";
margin-left: -0.734375em;
color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path58:before {
content: "\e9e9";
margin-left: -0.734375em;
color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path59:before {
content: "\e9ea";
margin-left: -0.734375em;
color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path60:before {
content: "\e9eb";
margin-left: -0.734375em;
color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path61:before {
content: "\e9ec";
margin-left: -0.734375em;
color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path62:before {
content: "\e9ed";
margin-left: -0.734375em;
color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path63:before {
content: "\e9ee";
margin-left: -0.734375em;
color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path64:before {
content: "\e9ef";
margin-left: -0.734375em;
color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path65:before {
content: "\e9f0";
margin-left: -0.734375em;
color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path66:before {
content: "\e9f1";
margin-left: -0.734375em;
color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path67:before {
content: "\e9f2";
margin-left: -0.734375em;
color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path68:before {
content: "\e9f3";
margin-left: -0.734375em;
color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path69:before {
content: "\e9f4";
margin-left: -0.734375em;
color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path70:before {
content: "\e9f5";
margin-left: -0.734375em;
color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path71:before {
content: "\e9f6";
margin-left: -0.734375em;
color: rgb(0, 0, 0);
}
.m-icon-mashinsazi-fc-logo--6774:before {
content: "\e9f7";
color: #005a23;
}
.m-icon-mes-fc-logo--6777.path1:before {
content: "\e9f8";
color: rgb(255, 255, 255);
}
.m-icon-mes-fc-logo--6777.path2:before {
content: "\e9f9";
margin-left: -1.0234375em;
color: rgb(255, 255, 255);
}
.m-icon-mes-fc-logo--6777.path3:before {
content: "\e9fa";
margin-left: -1.0234375em;
color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path4:before {
content: "\e9fb";
margin-left: -1.0234375em;
color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path5:before {
content: "\e9fc";
margin-left: -1.0234375em;
color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path6:before {
content: "\e9fd";
margin-left: -1.0234375em;
color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path7:before {
content: "\e9fe";
margin-left: -1.0234375em;
color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path8:before {
content: "\e9ff";
margin-left: -1.0234375em;
color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path9:before {
content: "\ea00";
margin-left: -1.0234375em;
color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path10:before {
content: "\ea01";
margin-left: -1.0234375em;
color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path11:before {
content: "\ea02";
margin-left: -1.0234375em;
color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path12:before {
content: "\ea03";
margin-left: -1.0234375em;
color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path13:before {
content: "\ea04";
margin-left: -1.0234375em;
color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path14:before {
content: "\ea05";
margin-left: -1.0234375em;
color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path15:before {
content: "\ea06";
margin-left: -1.0234375em;
color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path16:before {
content: "\ea07";
margin-left: -1.0234375em;
color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path17:before {
content: "\ea08";
margin-left: -1.0234375em;
color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path18:before {
content: "\ea0a";
margin-left: -1.0234375em;
color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path19:before {
content: "\ea0b";
margin-left: -1.0234375em;
color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path20:before {
content: "\ea0c";
margin-left: -1.0234375em;
color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path21:before {
content: "\ea0d";
margin-left: -1.0234375em;
color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path22:before {
content: "\ea0e";
margin-left: -1.0234375em;
color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path23:before {
content: "\ea0f";
margin-left: -1.0234375em;
color: rgb(255, 102, 0);
}
.m-icon-nasaji-mazandaran-fc--22892.path1:before {
content: "\ea10";
color: rgb(3, 2, 3);
}
.m-icon-nasaji-mazandaran-fc--22892.path2:before {
content: "\ea11";
margin-left: -1em;
color: rgb(3, 2, 3);
}
.m-icon-nasaji-mazandaran-fc--22892.path3:before {
content: "\ea14";
margin-left: -1em;
color: rgb(3, 2, 3);
}
.m-icon-nasaji-mazandaran-fc--22892.path4:before {
content: "\ea15";
margin-left: -1em;
color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path5:before {
content: "\ea16";
margin-left: -1em;
color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path6:before {
content: "\ea17";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path7:before {
content: "\ea18";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path8:before {
content: "\ea19";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path9:before {
content: "\ea1a";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path10:before {
content: "\ea1b";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path11:before {
content: "\ea1c";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path12:before {
content: "\ea1d";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path13:before {
content: "\ea1e";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path14:before {
content: "\ea1f";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path15:before {
content: "\ea20";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path16:before {
content: "\ea21";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path17:before {
content: "\ea22";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path18:before {
content: "\ea23";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path19:before {
content: "\ea24";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path20:before {
content: "\ea25";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path21:before {
content: "\ea26";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path22:before {
content: "\ea27";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path23:before {
content: "\ea28";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path24:before {
content: "\ea29";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path25:before {
content: "\ea2a";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path26:before {
content: "\ea2b";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path27:before {
content: "\ea2c";
margin-left: -1em;
color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path28:before {
content: "\ea2d";
margin-left: -1em;
color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path29:before {
content: "\ea2e";
margin-left: -1em;
color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path30:before {
content: "\ea2f";
margin-left: -1em;
color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path31:before {
content: "\ea30";
margin-left: -1em;
color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path32:before {
content: "\ea31";
margin-left: -1em;
color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path33:before {
content: "\ea32";
margin-left: -1em;
color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path34:before {
content: "\ea33";
margin-left: -1em;
color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path35:before {
content: "\ea34";
margin-left: -1em;
color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path36:before {
content: "\ea35";
margin-left: -1em;
color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path37:before {
content: "\ea36";
margin-left: -1em;
color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path38:before {
content: "\ea37";
margin-left: -1em;
color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path39:before {
content: "\ea38";
margin-left: -1em;
color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path40:before {
content: "\ea39";
margin-left: -1em;
color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path41:before {
content: "\ea3a";
margin-left: -1em;
color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path42:before {
content: "\ea3b";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path43:before {
content: "\ea3c";
margin-left: -1em;
color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path44:before {
content: "\ea3d";
margin-left: -1em;
color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path45:before {
content: "\ea3e";
margin-left: -1em;
color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path46:before {
content: "\ea3f";
margin-left: -1em;
color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path47:before {
content: "\ea40";
margin-left: -1em;
color: rgb(3, 2, 3);
}
.m-icon-nasaji-mazandaran-fc--22892.path48:before {
content: "\ea41";
margin-left: -1em;
color: rgb(3, 2, 3);
}
.m-icon-nasaji-mazandaran-fc--22892.path49:before {
content: "\ea42";
margin-left: -1em;
color: rgb(3, 2, 3);
}
.m-icon-nasaji-mazandaran-fc--22892.path50:before {
content: "\ea43";
margin-left: -1em;
color: rgb(3, 2, 3);
}
.m-icon-nasaji-mazandaran-fc--22892.path51:before {
content: "\ea44";
margin-left: -1em;
color: rgb(3, 2, 3);
}
.m-icon-nasaji-mazandaran-fc--22892.path52:before {
content: "\ea45";
margin-left: -1em;
color: rgb(3, 2, 3);
}
.m-icon-nasaji-mazandaran-fc--22892.path53:before {
content: "\ea46";
margin-left: -1em;
color: rgb(3, 2, 3);
}
.m-icon-nasaji-mazandaran-fc--22892.path54:before {
content: "\ea47";
margin-left: -1em;
color: rgb(3, 2, 3);
}
.m-icon-nasaji-mazandaran-fc--22892.path55:before {
content: "\ea48";
margin-left: -1em;
color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path56:before {
content: "\ea49";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path57:before {
content: "\ea4a";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path58:before {
content: "\ea4b";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path59:before {
content: "\ea4c";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path60:before {
content: "\ea4d";
margin-left: -1em;
color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path61:before {
content: "\ea4e";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path62:before {
content: "\ea4f";
margin-left: -1em;
color: rgb(253, 253, 253);
}
.m-icon-nasaji-mazandaran-fc--22892.path63:before {
content: "\ea50";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path64:before {
content: "\ea51";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path65:before {
content: "\ea52";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path66:before {
content: "\ea53";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path67:before {
content: "\ea54";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path68:before {
content: "\ea55";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path69:before {
content: "\ea56";
margin-left: -1em;
color: rgb(253, 253, 253);
}
.m-icon-nasaji-mazandaran-fc--22892.path70:before {
content: "\ea57";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path71:before {
content: "\ea58";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path72:before {
content: "\ea59";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path73:before {
content: "\ea5a";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path74:before {
content: "\ea5b";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path75:before {
content: "\ea5c";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path76:before {
content: "\ea5d";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path77:before {
content: "\ea5e";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path78:before {
content: "\ea5f";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path79:before {
content: "\ea60";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path80:before {
content: "\ea61";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path81:before {
content: "\ea62";
margin-left: -1em;
color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path82:before {
content: "\ea63";
margin-left: -1em;
color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path83:before {
content: "\ea64";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path84:before {
content: "\ea65";
margin-left: -1em;
color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path85:before {
content: "\ea66";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path86:before {
content: "\ea67";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path87:before {
content: "\ea68";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path88:before {
content: "\ea69";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path89:before {
content: "\ea6a";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path90:before {
content: "\ea6b";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path91:before {
content: "\ea6c";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path92:before {
content: "\ea6d";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path93:before {
content: "\ea6e";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path94:before {
content: "\ea6f";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path95:before {
content: "\ea70";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path96:before {
content: "\ea71";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path97:before {
content: "\ea72";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path98:before {
content: "\ea73";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path99:before {
content: "\ea74";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path100:before {
content: "\ea75";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path101:before {
content: "\ea76";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path102:before {
content: "\ea77";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path103:before {
content: "\ea78";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path104:before {
content: "\ea79";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path105:before {
content: "\ea7a";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path106:before {
content: "\ea7b";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path107:before {
content: "\ea7c";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path108:before {
content: "\ea7d";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path109:before {
content: "\ea7e";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path110:before {
content: "\ea7f";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path111:before {
content: "\ea80";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path112:before {
content: "\ea81";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path113:before {
content: "\ea82";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path114:before {
content: "\ea83";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path115:before {
content: "\ea84";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path116:before {
content: "\ea85";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path117:before {
content: "\ea86";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path118:before {
content: "\ea87";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path119:before {
content: "\ea88";
margin-left: -1em;
color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path120:before {
content: "\ea89";
margin-left: -1em;
color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path121:before {
content: "\ea8a";
margin-left: -1em;
color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path122:before {
content: "\ea8b";
margin-left: -1em;
color: rgb(253, 253, 253);
}
.m-icon-nasaji-mazandaran-fc--22892.path123:before {
content: "\ea8c";
margin-left: -1em;
color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path124:before {
content: "\ea8d";
margin-left: -1em;
color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path125:before {
content: "\ea8e";
margin-left: -1em;
color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path126:before {
content: "\ea8f";
margin-left: -1em;
color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path127:before {
content: "\ea90";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path128:before {
content: "\ea91";
margin-left: -1em;
color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path129:before {
content: "\ea92";
margin-left: -1em;
color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path130:before {
content: "\ea93";
margin-left: -1em;
color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path131:before {
content: "\ea94";
margin-left: -1em;
color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path132:before {
content: "\ea95";
margin-left: -1em;
color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path133:before {
content: "\ea96";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path134:before {
content: "\ea97";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path135:before {
content: "\ea98";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path136:before {
content: "\ea99";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path137:before {
content: "\ea9a";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path138:before {
content: "\ea9b";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path139:before {
content: "\ea9c";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path140:before {
content: "\ea9d";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path141:before {
content: "\ea9e";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path142:before {
content: "\ea9f";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path143:before {
content: "\eaa0";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path144:before {
content: "\eaa1";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path145:before {
content: "\eaa2";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path146:before {
content: "\eaa3";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path147:before {
content: "\eaa4";
margin-left: -1em;
color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path148:before {
content: "\eaa5";
margin-left: -1em;
color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path149:before {
content: "\eaa6";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path150:before {
content: "\eaa7";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path151:before {
content: "\eaa8";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path152:before {
content: "\eaa9";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path153:before {
content: "\eaaa";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path154:before {
content: "\eaab";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path155:before {
content: "\eaac";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path156:before {
content: "\eaad";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path157:before {
content: "\eaae";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path158:before {
content: "\eaaf";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path159:before {
content: "\eab0";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path160:before {
content: "\eab1";
margin-left: -1em;
color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path161:before {
content: "\eab2";
margin-left: -1em;
color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path162:before {
content: "\eab3";
margin-left: -1em;
color: rgb(253, 253, 253);
}
.m-icon-nasaji-mazandaran-fc--22892.path163:before {
content: "\eab4";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path164:before {
content: "\eab5";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path165:before {
content: "\eab6";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path166:before {
content: "\eab7";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path167:before {
content: "\eab8";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path168:before {
content: "\eab9";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path169:before {
content: "\eaba";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path170:before {
content: "\eabb";
margin-left: -1em;
color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path171:before {
content: "\eabc";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path172:before {
content: "\eabd";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path173:before {
content: "\eabe";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path174:before {
content: "\eabf";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path175:before {
content: "\eac0";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path176:before {
content: "\eac1";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path177:before {
content: "\eac2";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path178:before {
content: "\eac3";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path179:before {
content: "\eac4";
margin-left: -1em;
color: rgb(253, 253, 253);
}
.m-icon-nasaji-mazandaran-fc--22892.path180:before {
content: "\eac5";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path181:before {
content: "\eac6";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path182:before {
content: "\eac7";
margin-left: -1em;
color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path183:before {
content: "\eac8";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path184:before {
content: "\eac9";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path185:before {
content: "\eaca";
margin-left: -1em;
color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path186:before {
content: "\eacb";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path187:before {
content: "\eacc";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path188:before {
content: "\eacd";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path189:before {
content: "\eace";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path190:before {
content: "\eacf";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path191:before {
content: "\ead0";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path192:before {
content: "\ead1";
margin-left: -1em;
color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path193:before {
content: "\ead2";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path194:before {
content: "\ead3";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path195:before {
content: "\ead4";
margin-left: -1em;
color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path196:before {
content: "\ead5";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path197:before {
content: "\ead6";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path198:before {
content: "\ead7";
margin-left: -1em;
color: rgb(238, 236, 242);
}
.m-icon-pars-jonoobi-fc-logo--6776.path1:before {
content: "\ead8";
color: rgb(12, 8, 254);
}
.m-icon-pars-jonoobi-fc-logo--6776.path2:before {
content: "\ead9";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-pars-jonoobi-fc-logo--6776.path3:before {
content: "\eada";
margin-left: -1em;
color: rgb(252, 1, 0);
}
.m-icon-pars-jonoobi-fc-logo--6776.path4:before {
content: "\eadb";
margin-left: -1em;
color: rgb(12, 6, 252);
}
.m-icon-pars-jonoobi-fc-logo--6776.path5:before {
content: "\eadc";
margin-left: -1em;
color: rgb(12, 6, 252);
}
.m-icon-pars-jonoobi-fc-logo--6776.path6:before {
content: "\eadd";
margin-left: -1em;
color: rgb(252, 1, 0);
}
.m-icon-pars-jonoobi-fc-logo--6776.path7:before {
content: "\eade";
margin-left: -1em;
color: rgb(252, 1, 0);
}
.m-icon-pars-jonoobi-fc-logo--6776.path8:before {
content: "\eadf";
margin-left: -1em;
color: rgb(252, 1, 0);
}
.m-icon-pars-jonoobi-fc-logo--6776.path9:before {
content: "\eae0";
margin-left: -1em;
color: rgb(252, 1, 0);
}
.m-icon-pars-jonoobi-fc-logo--6776.path10:before {
content: "\eae1";
margin-left: -1em;
color: rgb(252, 1, 0);
}
.m-icon-pars-jonoobi-fc-logo--6776.path11:before {
content: "\eae2";
margin-left: -1em;
color: rgb(252, 1, 0);
}
.m-icon-pars-jonoobi-fc-logo--6776.path12:before {
content: "\eae3";
margin-left: -1em;
color: rgb(252, 1, 0);
}
.m-icon-pars-jonoobi-fc-logo--6776.path13:before {
content: "\eae4";
margin-left: -1em;
color: rgb(252, 1, 0);
}
.m-icon-pars-jonoobi-fc-logo--6776.path14:before {
content: "\eae5";
margin-left: -1em;
color: rgb(252, 1, 0);
}
.m-icon-pars-jonoobi-fc-logo--6776.path15:before {
content: "\eae6";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path16:before {
content: "\eae7";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path17:before {
content: "\eae8";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path18:before {
content: "\eae9";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path19:before {
content: "\eaea";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path20:before {
content: "\eaeb";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path21:before {
content: "\eaec";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path22:before {
content: "\eaed";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path23:before {
content: "\eaee";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path24:before {
content: "\eaef";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path25:before {
content: "\eaf0";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path26:before {
content: "\eaf1";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path27:before {
content: "\eaf2";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path28:before {
content: "\eaf3";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path29:before {
content: "\eaf4";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path30:before {
content: "\eaf5";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path31:before {
content: "\eaf6";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path32:before {
content: "\eaf7";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path33:before {
content: "\eaf8";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path34:before {
content: "\eaf9";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path35:before {
content: "\eafa";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path36:before {
content: "\eafb";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path37:before {
content: "\eafc";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path38:before {
content: "\eafd";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path39:before {
content: "\eafe";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path40:before {
content: "\eaff";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path41:before {
content: "\eb00";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path42:before {
content: "\eb01";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path43:before {
content: "\eb02";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path44:before {
content: "\eb03";
margin-left: -1em;
color: rgb(12, 6, 252);
}
.m-icon-pars-jonoobi-fc-logo--6776.path45:before {
content: "\eb04";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path46:before {
content: "\eb05";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path47:before {
content: "\eb06";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path48:before {
content: "\eb07";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path49:before {
content: "\eb08";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path50:before {
content: "\eb09";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path51:before {
content: "\eb0a";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path52:before {
content: "\eb0b";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path53:before {
content: "\eb0c";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path54:before {
content: "\eb0d";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path55:before {
content: "\eb0e";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path56:before {
content: "\eb0f";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path57:before {
content: "\eb10";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path58:before {
content: "\eb11";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path59:before {
content: "\eb12";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path60:before {
content: "\eb13";
margin-left: -1em;
color: rgb(224, 218, 19);
}
.m-icon-pas-hamedan-fc-logo--6783.path1:before {
content: "\eb14";
color: rgb(255, 255, 255);
}
.m-icon-pas-hamedan-fc-logo--6783.path2:before {
content: "\eb15";
margin-left: -1em;
color: rgb(1, 175, 19);
}
.m-icon-pas-hamedan-fc-logo--6783.path3:before {
content: "\eb16";
margin-left: -1em;
color: rgb(209, 238, 163);
}
.m-icon-pas-hamedan-fc-logo--6783.path4:before {
content: "\eb17";
margin-left: -1em;
color: rgb(1, 175, 19);
}
.m-icon-pas-hamedan-fc-logo--6783.path5:before {
content: "\eb18";
margin-left: -1em;
color: rgb(1, 175, 19);
}
.m-icon-pas-hamedan-fc-logo--6783.path6:before {
content: "\eb19";
margin-left: -1em;
color: rgb(1, 175, 19);
}
.m-icon-pas-hamedan-fc-logo--6783.path7:before {
content: "\eb1a";
margin-left: -1em;
color: rgb(1, 175, 19);
}
.m-icon-pas-hamedan-fc-logo--6783.path8:before {
content: "\eb1b";
margin-left: -1em;
color: rgb(1, 175, 19);
}
.m-icon-pas-hamedan-fc-logo--6783.path9:before {
content: "\eb1c";
margin-left: -1em;
color: rgb(1, 175, 19);
}
.m-icon-pas-hamedan-fc-logo--6783.path10:before {
content: "\eb1d";
margin-left: -1em;
color: rgb(1, 175, 19);
}
.m-icon-perespolis-fc-logo--6766.path1:before {
content: "\eb1e";
color: rgb(233, 29, 37);
}
.m-icon-perespolis-fc-logo--6766.path2:before {
content: "\eb1f";
margin-left: -0.796875em;
color: rgb(35, 31, 32);
}
.m-icon-perespolis-fc-logo--6766.path3:before {
content: "\eb20";
margin-left: -0.796875em;
color: rgb(248, 215, 61);
}
.m-icon-perespolis-fc-logo--6773.path1:before {
content: "\eb21";
color: rgb(255, 255, 255);
}
.m-icon-perespolis-fc-logo--6773.path2:before {
content: "\eb22";
margin-left: -1em;
color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path3:before {
content: "\eb23";
margin-left: -1em;
color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path4:before {
content: "\eb24";
margin-left: -1em;
color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path5:before {
content: "\eb25";
margin-left: -1em;
color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path6:before {
content: "\eb26";
margin-left: -1em;
color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path7:before {
content: "\eb27";
margin-left: -1em;
color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path8:before {
content: "\eb28";
margin-left: -1em;
color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path9:before {
content: "\eb29";
margin-left: -1em;
color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path10:before {
content: "\eb2a";
margin-left: -1em;
color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path11:before {
content: "\eb2b";
margin-left: -1em;
color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path12:before {
content: "\eb2c";
margin-left: -1em;
color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path13:before {
content: "\eb2d";
margin-left: -1em;
color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path14:before {
content: "\eb2e";
margin-left: -1em;
color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path15:before {
content: "\eb2f";
margin-left: -1em;
color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path16:before {
content: "\eb30";
margin-left: -1em;
color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path17:before {
content: "\eb31";
margin-left: -1em;
color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path18:before {
content: "\eb32";
margin-left: -1em;
color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path19:before {
content: "\eb33";
margin-left: -1em;
color: rgb(237, 28, 36);
}
.m-icon-peykan-fc-logo--6779.path1:before {
content: "\eb34";
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path2:before {
content: "\eb35";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path3:before {
content: "\eb36";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path4:before {
content: "\eb37";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path5:before {
content: "\eb38";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path6:before {
content: "\eb39";
margin-left: -0.75em;
color: rgb(0, 153, 255);
}
.m-icon-peykan-fc-logo--6779.path7:before {
content: "\eb3a";
margin-left: -0.75em;
color: rgb(0, 153, 255);
}
.m-icon-peykan-fc-logo--6779.path8:before {
content: "\eb3b";
margin-left: -0.75em;
color: rgb(0, 153, 255);
}
.m-icon-peykan-fc-logo--6779.path9:before {
content: "\eb3c";
margin-left: -0.75em;
color: rgb(0, 153, 255);
}
.m-icon-peykan-fc-logo--6779.path10:before {
content: "\eb3d";
margin-left: -0.75em;
color: rgb(0, 153, 255);
}
.m-icon-peykan-fc-logo--6779.path11:before {
content: "\eb3e";
margin-left: -0.75em;
color: rgb(0, 153, 255);
}
.m-icon-peykan-fc-logo--6779.path12:before {
content: "\eb3f";
margin-left: -0.75em;
color: rgb(0, 153, 255);
}
.m-icon-peykan-fc-logo--6779.path13:before {
content: "\eb40";
margin-left: -0.75em;
color: rgb(0, 153, 255);
}
.m-icon-peykan-fc-logo--6779.path14:before {
content: "\eb41";
margin-left: -0.75em;
color: rgb(0, 153, 255);
}
.m-icon-peykan-fc-logo--6779.path15:before {
content: "\eb42";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path16:before {
content: "\eb43";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path17:before {
content: "\eb44";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path18:before {
content: "\eb45";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path19:before {
content: "\eb46";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path20:before {
content: "\eb47";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path21:before {
content: "\eb48";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path22:before {
content: "\eb49";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path23:before {
content: "\eb4a";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path24:before {
content: "\eb4b";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path25:before {
content: "\eb4c";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path26:before {
content: "\eb4d";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path27:before {
content: "\eb4e";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path28:before {
content: "\eb4f";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path29:before {
content: "\eb50";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path30:before {
content: "\eb51";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path31:before {
content: "\eb52";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path32:before {
content: "\eb53";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path33:before {
content: "\eb54";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path34:before {
content: "\eb55";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path35:before {
content: "\eb56";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path36:before {
content: "\eb57";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path37:before {
content: "\eb58";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path38:before {
content: "\eb59";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path39:before {
content: "\eb5a";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path40:before {
content: "\eb5b";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path41:before {
content: "\eb5c";
margin-left: -0.75em;
color: rgb(51, 50, 54);
}
.m-icon-rah-ahan-fc-logo--6784.path1:before {
content: "\eb5d";
color: rgb(255, 255, 1);
}
.m-icon-rah-ahan-fc-logo--6784.path2:before {
content: "\eb5e";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path3:before {
content: "\eb5f";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path4:before {
content: "\eb60";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path5:before {
content: "\eb61";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path6:before {
content: "\eb62";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path7:before {
content: "\eb63";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path8:before {
content: "\eb64";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path9:before {
content: "\eb65";
margin-left: -1.12890625em;
color: rgb(255, 255, 255);
}
.m-icon-rah-ahan-fc-logo--6784.path10:before {
content: "\eb66";
margin-left: -1.12890625em;
color: rgb(255, 255, 255);
}
.m-icon-rah-ahan-fc-logo--6784.path11:before {
content: "\eb67";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path12:before {
content: "\eb68";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path13:before {
content: "\eb69";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path14:before {
content: "\eb6a";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path15:before {
content: "\eb6b";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path16:before {
content: "\eb6c";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path17:before {
content: "\eb6d";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path18:before {
content: "\eb6e";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path19:before {
content: "\eb6f";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path20:before {
content: "\eb70";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path21:before {
content: "\eb71";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path22:before {
content: "\eb72";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path23:before {
content: "\eb73";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path24:before {
content: "\eb74";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path25:before {
content: "\eb75";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path26:before {
content: "\eb76";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path27:before {
content: "\eb77";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path28:before {
content: "\eb78";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path29:before {
content: "\eb79";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path30:before {
content: "\eb7a";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path31:before {
content: "\eb7b";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path32:before {
content: "\eb7c";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path33:before {
content: "\eb7d";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path34:before {
content: "\eb7e";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path35:before {
content: "\eb7f";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path36:before {
content: "\eb80";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path37:before {
content: "\eb81";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path38:before {
content: "\eb82";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path39:before {
content: "\eb83";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path40:before {
content: "\eb84";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path41:before {
content: "\eb85";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path42:before {
content: "\eb86";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path43:before {
content: "\eb87";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path44:before {
content: "\eb88";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path45:before {
content: "\eb89";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path46:before {
content: "\eb8a";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path47:before {
content: "\eb8b";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path48:before {
content: "\eb8c";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path49:before {
content: "\eb8d";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path50:before {
content: "\eb8e";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path51:before {
content: "\eb8f";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path52:before {
content: "\eb90";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path53:before {
content: "\eb91";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path54:before {
content: "\eb92";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path55:before {
content: "\eb93";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path56:before {
content: "\eb94";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path57:before {
content: "\eb95";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path58:before {
content: "\eb96";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path59:before {
content: "\eb97";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path60:before {
content: "\eb98";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path61:before {
content: "\eb99";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path62:before {
content: "\eb9a";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path63:before {
content: "\eb9b";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path64:before {
content: "\eb9c";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path65:before {
content: "\eb9d";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path66:before {
content: "\eb9e";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path67:before {
content: "\eb9f";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path68:before {
content: "\eba0";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path69:before {
content: "\eba1";
margin-left: -1.12890625em;
color: rgb(1, 1, 244);
}
.m-icon-rah-ahan-fc-logo--6784.path70:before {
content: "\eba2";
margin-left: -1.12890625em;
color: rgb(255, 255, 255);
}
.m-icon-rah-ahan-fc-logo--6784.path71:before {
content: "\eba3";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path72:before {
content: "\eba4";
margin-left: -1.12890625em;
color: rgb(0, 2, 246);
}
.m-icon-saba-battery-qom-fc-logo--6785.path1:before {
content: "\eba5";
color: rgb(255, 255, 255);
}
.m-icon-saba-battery-qom-fc-logo--6785.path2:before {
content: "\eba6";
margin-left: -1.6064453125em;
color: rgb(0, 0, 0);
}
.m-icon-saba-battery-qom-fc-logo--6785.path3:before {
content: "\eba7";
margin-left: -1.6064453125em;
color: rgb(0, 0, 0);
}
.m-icon-saba-battery-qom-fc-logo--6785.path4:before {
content: "\eba8";
margin-left: -1.6064453125em;
color: rgb(0, 103, 171);
}
.m-icon-saba-battery-qom-fc-logo--6785.path5:before {
content: "\eba9";
margin-left: -1.6064453125em;
color: rgb(0, 103, 171);
}
.m-icon-saba-battery-qom-fc-logo--6785.path6:before {
content: "\ebaa";
margin-left: -1.6064453125em;
color: rgb(0, 103, 171);
}
.m-icon-saba-battery-qom-fc-logo--6785.path7:before {
content: "\ebab";
margin-left: -1.6064453125em;
color: rgb(0, 103, 171);
}
.m-icon-saba-battery-qom-fc-logo--6785.path8:before {
content: "\ebac";
margin-left: -1.6064453125em;
color: rgb(0, 103, 171);
}
.m-icon-saba-battery-qom-fc-logo--6785.path9:before {
content: "\ebad";
margin-left: -1.6064453125em;
color: rgb(0, 103, 171);
}
.m-icon-saba-battery-qom-fc-logo--6785.path10:before {
content: "\ebae";
margin-left: -1.6064453125em;
color: rgb(0, 103, 171);
}
.m-icon-saba-battery-qom-fc-logo--6785.path11:before {
content: "\ebaf";
margin-left: -1.6064453125em;
color: rgb(0, 103, 171);
}
.m-icon-saba-battery-qom-fc-logo--6785.path12:before {
content: "\ebb0";
margin-left: -1.6064453125em;
color: rgb(0, 103, 171);
}
.m-icon-saipa-fc-logo--6769.path1:before {
content: "\ebb1";
color: rgb(254, 142, 27);
}
.m-icon-saipa-fc-logo--6769.path2:before {
content: "\ebb2";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-saipa-fc-logo--6769.path3:before {
content: "\ebb3";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-saipa-fc-logo--6769.path4:before {
content: "\ebb4";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-saipa-fc-logo--6769.path5:before {
content: "\ebb5";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path1:before {
content: "\ebb6";
color: rgb(255, 204, 0);
}
.m-icon-sepahan-fc-logo--6780.path2:before {
content: "\ebb7";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path3:before {
content: "\ebb8";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.m-icon-sepahan-fc-logo--6780.path4:before {
content: "\ebb9";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.m-icon-sepahan-fc-logo--6780.path5:before {
content: "\ebba";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.m-icon-sepahan-fc-logo--6780.path6:before {
content: "\ebbb";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.m-icon-sepahan-fc-logo--6780.path7:before {
content: "\ebbc";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.m-icon-sepahan-fc-logo--6780.path8:before {
content: "\ebbd";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.m-icon-sepahan-fc-logo--6780.path9:before {
content: "\ebbe";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path10:before {
content: "\ebbf";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path11:before {
content: "\ebc0";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path12:before {
content: "\ebc1";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path13:before {
content: "\ebc2";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path14:before {
content: "\ebc3";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path15:before {
content: "\ebc4";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path16:before {
content: "\ebc5";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path17:before {
content: "\ebc6";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path18:before {
content: "\ebc7";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path19:before {
content: "\ebc8";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path20:before {
content: "\ebc9";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path21:before {
content: "\ebca";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path22:before {
content: "\ebcb";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path23:before {
content: "\ebcc";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path24:before {
content: "\ebcd";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path25:before {
content: "\ebce";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path26:before {
content: "\ebcf";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path27:before {
content: "\ebd0";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path28:before {
content: "\ebd1";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path29:before {
content: "\ebd2";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path30:before {
content: "\ebd3";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path31:before {
content: "\ebd4";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path32:before {
content: "\ebd5";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path33:before {
content: "\ebd6";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path34:before {
content: "\ebd7";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path35:before {
content: "\ebd8";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path36:before {
content: "\ebd9";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path37:before {
content: "\ebda";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path38:before {
content: "\ebdb";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path39:before {
content: "\ebdc";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path40:before {
content: "\ebdd";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path41:before {
content: "\ebde";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path42:before {
content: "\ebdf";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path43:before {
content: "\ebe0";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path44:before {
content: "\ebe1";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path45:before {
content: "\ebe2";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path46:before {
content: "\ebe3";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path47:before {
content: "\ebe4";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path48:before {
content: "\ebe5";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path49:before {
content: "\ebe6";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path50:before {
content: "\ebe7";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path51:before {
content: "\ebe8";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path52:before {
content: "\ebe9";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path53:before {
content: "\ebea";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path54:before {
content: "\ebeb";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path55:before {
content: "\ebec";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path56:before {
content: "\ebed";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path57:before {
content: "\ebee";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path58:before {
content: "\ebef";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path59:before {
content: "\ebf0";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path60:before {
content: "\ebf1";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path61:before {
content: "\ebf2";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path62:before {
content: "\ebf3";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path63:before {
content: "\ebf4";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path64:before {
content: "\ebf5";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path65:before {
content: "\ebf6";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path66:before {
content: "\ebf7";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path67:before {
content: "\ebf8";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path68:before {
content: "\ebf9";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path69:before {
content: "\ebfa";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path70:before {
content: "\ebfb";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path71:before {
content: "\ebfc";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path72:before {
content: "\ebfd";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path73:before {
content: "\ebfe";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path74:before {
content: "\ebff";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path75:before {
content: "\ec00";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path76:before {
content: "\ec01";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path77:before {
content: "\ec02";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path78:before {
content: "\ec03";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path79:before {
content: "\ec04";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path80:before {
content: "\ec05";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path81:before {
content: "\ec06";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path82:before {
content: "\ec07";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path83:before {
content: "\ec08";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path84:before {
content: "\ec09";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path85:before {
content: "\ec0a";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.m-icon-tracktor-fc-logo--6768:before {
content: "\ec0b";
color: #ee2d3a;
}
.m-icon-tracktor-fc-logo--6772:before {
content: "\ec0c";
color: #ee2d3a;
}
.m-icon-zobahan-fc-logo--6770.path1:before {
content: "\ec0d";
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path2:before {
content: "\ec0e";
margin-left: -1.12109375em;
color: rgb(146, 205, 138);
}
.m-icon-zobahan-fc-logo--6770.path3:before {
content: "\ec0f";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path4:before {
content: "\ec10";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path5:before {
content: "\ec11";
margin-left: -1.12109375em;
color: rgb(217, 27, 35);
}
.m-icon-zobahan-fc-logo--6770.path6:before {
content: "\ec12";
margin-left: -1.12109375em;
color: rgb(0, 0, 0);
}
.m-icon-zobahan-fc-logo--6770.path7:before {
content: "\ec13";
margin-left: -1.12109375em;
color: rgb(22, 132, 70);
}
.m-icon-zobahan-fc-logo--6770.path8:before {
content: "\ec14";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path9:before {
content: "\ec15";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path10:before {
content: "\ec16";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path11:before {
content: "\ec17";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path12:before {
content: "\ec18";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path13:before {
content: "\ec19";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path14:before {
content: "\ec1a";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path15:before {
content: "\ec1b";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path16:before {
content: "\ec1c";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path17:before {
content: "\ec1d";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path18:before {
content: "\ec1e";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path19:before {
content: "\ec1f";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path20:before {
content: "\ec20";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path21:before {
content: "\ec21";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path22:before {
content: "\ec22";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path23:before {
content: "\ec23";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path24:before {
content: "\ec24";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path25:before {
content: "\ec25";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path26:before {
content: "\ec26";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path27:before {
content: "\ec27";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path28:before {
content: "\ec28";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path29:before {
content: "\ec29";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path30:before {
content: "\ec2a";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path31:before {
content: "\ec2b";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path32:before {
content: "\ec2c";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path33:before {
content: "\ec2d";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path34:before {
content: "\ec2e";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path35:before {
content: "\ec2f";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path36:before {
content: "\ec30";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path37:before {
content: "\ec31";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path38:before {
content: "\ec32";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path39:before {
content: "\ec33";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path40:before {
content: "\ec34";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path41:before {
content: "\ec35";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path42:before {
content: "\ec36";
margin-left: -1.12109375em;
color: rgb(23, 132, 71);
}
.m-icon-ansar-bank-logo--10683.path1:before {
content: "\ec37";
color: rgb(198, 57, 59);
}
.m-icon-ansar-bank-logo--10683.path2:before {
content: "\ec38";
margin-left: -1em;
color: rgb(255, 204, 41);
}
.m-icon-arman-bank-logo--10713.path1:before {
content: "\ec39";
color: rgb(190, 156, 57);
}
.m-icon-arman-bank-logo--10713.path2:before {
content: "\ec3a";
margin-left: -1em;
color: rgb(3, 28, 69);
}
.m-icon-arman-bank-logo--10713.path3:before {
content: "\ec3b";
margin-left: -1em;
color: rgb(150, 0, 0);
}
.m-icon-arman-bank-logo--10713.path4:before {
content: "\ec3c";
margin-left: -1em;
color: rgb(3, 28, 69);
}
.m-icon-arman-bank-logo--10713.path5:before {
content: "\ec3d";
margin-left: -1em;
color: rgb(3, 28, 69);
}
.m-icon-arman-bank-logo--10713.path6:before {
content: "\ec3e";
margin-left: -1em;
color: rgb(3, 28, 69);
}
.m-icon-arman-bank-logo--10713.path7:before {
content: "\ec3f";
margin-left: -1em;
color: rgb(3, 28, 69);
}
.m-icon-arman-bank-logo--10713.path8:before {
content: "\ec40";
margin-left: -1em;
color: rgb(3, 28, 69);
}
.m-icon-arman-bank-logo--10713.path9:before {
content: "\ec41";
margin-left: -1em;
color: rgb(3, 28, 69);
}
.m-icon-arman-bank-logo--10713.path10:before {
content: "\ec42";
margin-left: -1em;
color: rgb(3, 28, 69);
}
.m-icon-arman-bank-logo--10713.path11:before {
content: "\ec43";
margin-left: -1em;
color: rgb(3, 28, 69);
}
.m-icon-arman-bank-logo--10713.path12:before {
content: "\ec44";
margin-left: -1em;
color: rgb(3, 28, 69);
}
.m-icon-ayandeh-bank-logo--10693.path1:before {
content: "\ec45";
color: rgb(207, 157, 42);
}
.m-icon-ayandeh-bank-logo--10693.path2:before {
content: "\ec46";
margin-left: -1em;
color: rgb(82, 45, 29);
}
.m-icon-ayandeh-bank-logo--10693.path3:before {
content: "\ec47";
margin-left: -1em;
color: rgb(82, 45, 29);
}
.m-icon-ayandeh-bank-logo--10693.path4:before {
content: "\ec48";
margin-left: -1em;
color: rgb(82, 45, 29);
}
.m-icon-blu-bank-logo--10685.path1:before {
content: "\ec49";
color: rgb(49, 127, 225);
}
.m-icon-blu-bank-logo--10685.path2:before {
content: "\ec4a";
margin-left: -1em;
color: rgb(49, 127, 225);
}
.m-icon-blu-bank-logo--10685.path3:before {
content: "\ec4b";
margin-left: -1em;
color: rgb(7, 7, 7);
}
.m-icon-blu-bank-logo--10685.path4:before {
content: "\ec4c";
margin-left: -1em;
color: rgb(49, 127, 225);
}
.m-icon-dey-bank-logo--10715.path1:before {
content: "\ec4d";
color: rgb(0, 138, 159);
}
.m-icon-dey-bank-logo--10715.path2:before {
content: "\ec4e";
margin-left: -1em;
color: rgb(0, 138, 159);
}
.m-icon-dey-bank-logo--10715.path3:before {
content: "\ec4f";
margin-left: -1em;
color: rgb(75, 75, 75);
}
.m-icon-dey-bank-logo--10715.path4:before {
content: "\ec50";
margin-left: -1em;
color: rgb(75, 75, 75);
}
.m-icon-dey-bank-logo--10715.path5:before {
content: "\ec51";
margin-left: -1em;
color: rgb(75, 75, 75);
}
.m-icon-dey-bank-logo--10715.path6:before {
content: "\ec52";
margin-left: -1em;
color: rgb(75, 75, 75);
}
.m-icon-dey-bank-logo--10715.path7:before {
content: "\ec53";
margin-left: -1em;
color: rgb(75, 75, 75);
}
.m-icon-dey-bank-logo--10715.path8:before {
content: "\ec54";
margin-left: -1em;
color: rgb(75, 75, 75);
}
.m-icon-dey-bank-logo--10715.path9:before {
content: "\ec55";
margin-left: -1em;
color: rgb(75, 75, 75);
}
.m-icon-dey-bank-logo--10715.path10:before {
content: "\ec56";
margin-left: -1em;
color: rgb(75, 75, 75);
}
.m-icon-dey-bank-logo--10715.path11:before {
content: "\ec57";
margin-left: -1em;
color: rgb(75, 75, 75);
}
.m-icon-dey-bank-logo--10715.path12:before {
content: "\ec58";
margin-left: -1em;
color: rgb(75, 75, 75);
}
.m-icon-eghtesad-novin-bank-logo--10681:before {
content: "\ec59";
color: #701e72;
}
.m-icon-gardeshgari-bank-logo--10689.path1:before {
content: "\ec5a";
color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path2:before {
content: "\ec5b";
margin-left: -1em;
color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path3:before {
content: "\ec5c";
margin-left: -1em;
color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path4:before {
content: "\ec5d";
margin-left: -1em;
color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path5:before {
content: "\ec5e";
margin-left: -1em;
color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path6:before {
content: "\ec5f";
margin-left: -1em;
color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path7:before {
content: "\ec60";
margin-left: -1em;
color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path8:before {
content: "\ec61";
margin-left: -1em;
color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path9:before {
content: "\ec62";
margin-left: -1em;
color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path10:before {
content: "\ec63";
margin-left: -1em;
color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path11:before {
content: "\ec64";
margin-left: -1em;
color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path12:before {
content: "\ec65";
margin-left: -1em;
color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path13:before {
content: "\ec66";
margin-left: -1em;
color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path14:before {
content: "\ec67";
margin-left: -1em;
color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path15:before {
content: "\ec68";
margin-left: -1em;
color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path16:before {
content: "\ec69";
margin-left: -1em;
color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path17:before {
content: "\ec6a";
margin-left: -1em;
color: rgb(0, 174, 197);
}
.m-icon-ghavamin-bank-logo--10703.path1:before {
content: "\ec6b";
color: rgb(3, 3, 3);
}
.m-icon-ghavamin-bank-logo--10703.path2:before {
content: "\ec6c";
margin-left: -1em;
color: rgb(3, 3, 3);
}
.m-icon-ghavamin-bank-logo--10703.path3:before {
content: "\ec6d";
margin-left: -1em;
color: rgb(3, 3, 3);
}
.m-icon-ghavamin-bank-logo--10703.path4:before {
content: "\ec6e";
margin-left: -1em;
color: rgb(3, 3, 3);
}
.m-icon-ghavamin-bank-logo--10703.path5:before {
content: "\ec6f";
margin-left: -1em;
color: rgb(3, 3, 3);
}
.m-icon-ghavamin-bank-logo--10703.path6:before {
content: "\ec70";
margin-left: -1em;
color: rgb(3, 3, 3);
}
.m-icon-ghavamin-bank-logo--10703.path7:before {
content: "\ec71";
margin-left: -1em;
color: rgb(3, 3, 3);
}
.m-icon-ghavamin-bank-logo--10703.path8:before {
content: "\ec72";
margin-left: -1em;
color: rgb(3, 3, 3);
}
.m-icon-ghavamin-bank-logo--10703.path9:before {
content: "\ec73";
margin-left: -1em;
color: rgb(3, 3, 3);
}
.m-icon-ghavamin-bank-logo--10703.path10:before {
content: "\ec74";
margin-left: -1em;
color: rgb(3, 3, 3);
}
.m-icon-ghavamin-bank-logo--10703.path11:before {
content: "\ec75";
margin-left: -1em;
color: rgb(3, 3, 3);
}
.m-icon-ghavamin-bank-logo--10703.path12:before {
content: "\ec76";
margin-left: -1em;
color: rgb(10, 95, 60);
}
.m-icon-ghavamin-bank-logo--10703.path13:before {
content: "\ec77";
margin-left: -1em;
color: rgb(10, 95, 60);
}
.m-icon-ghavamin-bank-logo--10703.path14:before {
content: "\ec78";
margin-left: -1em;
color: rgb(228, 228, 24);
}
.m-icon-hekmat-iranian-bank-logo--10691:before {
content: "\ec79";
color: #015baa;
}
.m-icon-iranzamin-bank-logo--10702.path1:before {
content: "\ec7a";
color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path2:before {
content: "\ec7b";
margin-left: -1em;
color: rgb(255, 0, 135);
}
.m-icon-iranzamin-bank-logo--10702.path3:before {
content: "\ec7c";
margin-left: -1em;
color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path4:before {
content: "\ec7d";
margin-left: -1em;
color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path5:before {
content: "\ec7e";
margin-left: -1em;
color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path6:before {
content: "\ec7f";
margin-left: -1em;
color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path7:before {
content: "\ec80";
margin-left: -1em;
color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path8:before {
content: "\ec81";
margin-left: -1em;
color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path9:before {
content: "\ec82";
margin-left: -1em;
color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path10:before {
content: "\ec83";
margin-left: -1em;
color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path11:before {
content: "\ec84";
margin-left: -1em;
color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path12:before {
content: "\ec85";
margin-left: -1em;
color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path13:before {
content: "\ec86";
margin-left: -1em;
color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path14:before {
content: "\ec87";
margin-left: -1em;
color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path15:before {
content: "\ec88";
margin-left: -1em;
color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path16:before {
content: "\ec89";
margin-left: -1em;
color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path17:before {
content: "\ec8a";
margin-left: -1em;
color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path18:before {
content: "\ec8b";
margin-left: -1em;
color: rgb(86, 19, 162);
}
.m-icon-karafarin-bank-logo--10696.path1:before {
content: "\ec8c";
color: rgb(21, 114, 21);
}
.m-icon-karafarin-bank-logo--10696.path2:before {
content: "\ec8d";
margin-left: -1em;
color: rgb(170, 115, 70);
}
.m-icon-karafarin-bank-logo--10696.path3:before {
content: "\ec8e";
margin-left: -1em;
color: rgb(4, 6, 5);
}
.m-icon-keshavarzi-bank-logo--10688.path1:before {
content: "\ec8f";
color: rgb(0, 0, 0);
}
.m-icon-keshavarzi-bank-logo--10688.path2:before {
content: "\ec90";
margin-left: -1em;
color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path3:before {
content: "\ec91";
margin-left: -1em;
color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path4:before {
content: "\ec92";
margin-left: -1em;
color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path5:before {
content: "\ec93";
margin-left: -1em;
color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path6:before {
content: "\ec94";
margin-left: -1em;
color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path7:before {
content: "\ec95";
margin-left: -1em;
color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path8:before {
content: "\ec96";
margin-left: -1em;
color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path9:before {
content: "\ec97";
margin-left: -1em;
color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path10:before {
content: "\ec98";
margin-left: -1em;
color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path11:before {
content: "\ec99";
margin-left: -1em;
color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path12:before {
content: "\ec9a";
margin-left: -1em;
color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path13:before {
content: "\ec9b";
margin-left: -1em;
color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path14:before {
content: "\ec9c";
margin-left: -1em;
color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path15:before {
content: "\ec9d";
margin-left: -1em;
color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path16:before {
content: "\ec9e";
margin-left: -1em;
color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path17:before {
content: "\ec9f";
margin-left: -1em;
color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path18:before {
content: "\eca0";
margin-left: -1em;
color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path19:before {
content: "\eca1";
margin-left: -1em;
color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path20:before {
content: "\eca2";
margin-left: -1em;
color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path21:before {
content: "\eca3";
margin-left: -1em;
color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path22:before {
content: "\eca4";
margin-left: -1em;
color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path23:before {
content: "\eca5";
margin-left: -1em;
color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path24:before {
content: "\eca6";
margin-left: -1em;
color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path25:before {
content: "\eca7";
margin-left: -1em;
color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path26:before {
content: "\eca8";
margin-left: -1em;
color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path27:before {
content: "\eca9";
margin-left: -1em;
color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path28:before {
content: "\ecaa";
margin-left: -1em;
color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path29:before {
content: "\ecab";
margin-left: -1em;
color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path30:before {
content: "\ecac";
margin-left: -1em;
color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path31:before {
content: "\ecad";
margin-left: -1em;
color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path32:before {
content: "\ecae";
margin-left: -1em;
color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path33:before {
content: "\ecaf";
margin-left: -1em;
color: rgb(239, 241, 191);
}
.m-icon-khavarmianeh-bank-logo--10711.path1:before {
content: "\ecb0";
color: rgb(242, 146, 0);
}
.m-icon-khavarmianeh-bank-logo--10711.path2:before {
content: "\ecb1";
margin-left: -1em;
color: rgb(22, 61, 138);
}
.m-icon-kosar-bank-logo--10709.path1:before {
content: "\ecb2";
color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path2:before {
content: "\ecb3";
margin-left: -1em;
color: rgb(254, 203, 5);
}
.m-icon-kosar-bank-logo--10709.path3:before {
content: "\ecb4";
margin-left: -1em;
color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path4:before {
content: "\ecb5";
margin-left: -1em;
color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path5:before {
content: "\ecb6";
margin-left: -1em;
color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path6:before {
content: "\ecb7";
margin-left: -1em;
color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path7:before {
content: "\ecb8";
margin-left: -1em;
color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path8:before {
content: "\ecb9";
margin-left: -1em;
color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path9:before {
content: "\ecba";
margin-left: -1em;
color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path10:before {
content: "\ecbb";
margin-left: -1em;
color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path11:before {
content: "\ecbc";
margin-left: -1em;
color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path12:before {
content: "\ecbd";
margin-left: -1em;
color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path13:before {
content: "\ecbe";
margin-left: -1em;
color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path14:before {
content: "\ecbf";
margin-left: -1em;
color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path15:before {
content: "\ecc0";
margin-left: -1em;
color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path16:before {
content: "\ecc1";
margin-left: -1em;
color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path17:before {
content: "\ecc2";
margin-left: -1em;
color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path18:before {
content: "\ecc3";
margin-left: -1em;
color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path19:before {
content: "\ecc4";
margin-left: -1em;
color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path20:before {
content: "\ecc5";
margin-left: -1em;
color: rgb(148, 5, 9);
}
.m-icon-markazi-bank-logo--10708:before {
content: "\ecc6";
color: #2f3394;
}
.m-icon-maskan-bank-logo--10682:before {
content: "\ecc7";
color: #f25920;
}
.m-icon-mehr-eghtesad-bank-logo--10701.path1:before {
content: "\ecc8";
color: rgb(0, 166, 82);
}
.m-icon-mehr-eghtesad-bank-logo--10701.path2:before {
content: "\ecc9";
margin-left: -1em;
color: rgb(247, 148, 31);
}
.m-icon-mehr-eghtesad-bank-logo--10701.path3:before {
content: "\ecca";
margin-left: -1em;
color: rgb(35, 31, 32);
}
.m-icon-mehr-iran-bank-logo--10700.path1:before {
content: "\eccb";
color: rgb(40, 153, 37);
}
.m-icon-mehr-iran-bank-logo--10700.path2:before {
content: "\eccc";
margin-left: -1em;
color: rgb(31, 26, 23);
}
.m-icon-melat-bank-logo--10680.path1:before {
content: "\eccd";
color: rgb(0, 0, 0);
}
.m-icon-melat-bank-logo--10680.path2:before {
content: "\ecce";
margin-left: -1em;
color: rgb(163, 12, 0);
}
.m-icon-melat-bank-logo--10680.path3:before {
content: "\eccf";
margin-left: -1em;
color: rgb(198, 18, 52);
}
.m-icon-melat-bank-logo--10680.path4:before {
content: "\ecd0";
margin-left: -1em;
color: rgb(163, 12, 0);
}
.m-icon-melat-bank-logo--10680.path5:before {
content: "\ecd1";
margin-left: -1em;
color: rgb(198, 18, 52);
}
.m-icon-melat-bank-logo--10680.path6:before {
content: "\ecd2";
margin-left: -1em;
color: rgb(163, 12, 0);
}
.m-icon-melat-bank-logo--10680.path7:before {
content: "\ecd3";
margin-left: -1em;
color: rgb(248, 215, 144);
}
.m-icon-melat-bank-logo--10680.path8:before {
content: "\ecd4";
margin-left: -1em;
color: rgb(248, 215, 144);
}
.m-icon-melat-bank-logo--10680.path9:before {
content: "\ecd5";
margin-left: -1em;
color: rgb(248, 215, 143);
}
.m-icon-melat-bank-logo--10680.path10:before {
content: "\ecd6";
margin-left: -1em;
color: rgb(248, 215, 142);
}
.m-icon-melat-bank-logo--10680.path11:before {
content: "\ecd7";
margin-left: -1em;
color: rgb(248, 215, 141);
}
.m-icon-melat-bank-logo--10680.path12:before {
content: "\ecd8";
margin-left: -1em;
color: rgb(248, 215, 140);
}
.m-icon-melat-bank-logo--10680.path13:before {
content: "\ecd9";
margin-left: -1em;
color: rgb(248, 214, 139);
}
.m-icon-melat-bank-logo--10680.path14:before {
content: "\ecda";
margin-left: -1em;
color: rgb(248, 214, 138);
}
.m-icon-melat-bank-logo--10680.path15:before {
content: "\ecdb";
margin-left: -1em;
color: rgb(248, 214, 137);
}
.m-icon-melat-bank-logo--10680.path16:before {
content: "\ecdc";
margin-left: -1em;
color: rgb(248, 214, 136);
}
.m-icon-melat-bank-logo--10680.path17:before {
content: "\ecdd";
margin-left: -1em;
color: rgb(248, 214, 135);
}
.m-icon-melat-bank-logo--10680.path18:before {
content: "\ecde";
margin-left: -1em;
color: rgb(248, 214, 134);
}
.m-icon-melat-bank-logo--10680.path19:before {
content: "\ecdf";
margin-left: -1em;
color: rgb(248, 214, 133);
}
.m-icon-melat-bank-logo--10680.path20:before {
content: "\ece0";
margin-left: -1em;
color: rgb(248, 214, 132);
}
.m-icon-melat-bank-logo--10680.path21:before {
content: "\ece1";
margin-left: -1em;
color: rgb(248, 214, 131);
}
.m-icon-melat-bank-logo--10680.path22:before {
content: "\ece2";
margin-left: -1em;
color: rgb(248, 213, 130);
}
.m-icon-melat-bank-logo--10680.path23:before {
content: "\ece3";
margin-left: -1em;
color: rgb(248, 213, 129);
}
.m-icon-melat-bank-logo--10680.path24:before {
content: "\ece4";
margin-left: -1em;
color: rgb(248, 213, 128);
}
.m-icon-melat-bank-logo--10680.path25:before {
content: "\ece5";
margin-left: -1em;
color: rgb(248, 213, 127);
}
.m-icon-melat-bank-logo--10680.path26:before {
content: "\ece6";
margin-left: -1em;
color: rgb(248, 213, 126);
}
.m-icon-melat-bank-logo--10680.path27:before {
content: "\ece7";
margin-left: -1em;
color: rgb(248, 213, 124);
}
.m-icon-melat-bank-logo--10680.path28:before {
content: "\ece8";
margin-left: -1em;
color: rgb(248, 213, 123);
}
.m-icon-melat-bank-logo--10680.path29:before {
content: "\ece9";
margin-left: -1em;
color: rgb(248, 213, 122);
}
.m-icon-melat-bank-logo--10680.path30:before {
content: "\ecea";
margin-left: -1em;
color: rgb(248, 213, 121);
}
.m-icon-melat-bank-logo--10680.path31:before {
content: "\eceb";
margin-left: -1em;
color: rgb(248, 213, 120);
}
.m-icon-melat-bank-logo--10680.path32:before {
content: "\ecec";
margin-left: -1em;
color: rgb(248, 212, 119);
}
.m-icon-melat-bank-logo--10680.path33:before {
content: "\eced";
margin-left: -1em;
color: rgb(248, 212, 118);
}
.m-icon-melat-bank-logo--10680.path34:before {
content: "\ecee";
margin-left: -1em;
color: rgb(248, 212, 117);
}
.m-icon-melat-bank-logo--10680.path35:before {
content: "\ecef";
margin-left: -1em;
color: rgb(248, 212, 116);
}
.m-icon-melat-bank-logo--10680.path36:before {
content: "\ecf0";
margin-left: -1em;
color: rgb(248, 212, 115);
}
.m-icon-melat-bank-logo--10680.path37:before {
content: "\ecf1";
margin-left: -1em;
color: rgb(248, 212, 114);
}
.m-icon-melat-bank-logo--10680.path38:before {
content: "\ecf2";
margin-left: -1em;
color: rgb(248, 212, 113);
}
.m-icon-melat-bank-logo--10680.path39:before {
content: "\ecf3";
margin-left: -1em;
color: rgb(248, 212, 112);
}
.m-icon-melat-bank-logo--10680.path40:before {
content: "\ecf4";
margin-left: -1em;
color: rgb(248, 212, 111);
}
.m-icon-melat-bank-logo--10680.path41:before {
content: "\ecf5";
margin-left: -1em;
color: rgb(248, 211, 110);
}
.m-icon-melat-bank-logo--10680.path42:before {
content: "\ecf6";
margin-left: -1em;
color: rgb(248, 211, 109);
}
.m-icon-melat-bank-logo--10680.path43:before {
content: "\ecf7";
margin-left: -1em;
color: rgb(248, 211, 108);
}
.m-icon-melat-bank-logo--10680.path44:before {
content: "\ecf8";
margin-left: -1em;
color: rgb(248, 211, 107);
}
.m-icon-melat-bank-logo--10680.path45:before {
content: "\ecf9";
margin-left: -1em;
color: rgb(248, 211, 106);
}
.m-icon-melat-bank-logo--10680.path46:before {
content: "\ecfa";
margin-left: -1em;
color: rgb(248, 211, 106);
}
.m-icon-melat-bank-logo--10680.path47:before {
content: "\ecfb";
margin-left: -1em;
color: rgb(248, 211, 105);
}
.m-icon-melat-bank-logo--10680.path48:before {
content: "\ecfc";
margin-left: -1em;
color: rgb(248, 211, 104);
}
.m-icon-melat-bank-logo--10680.path49:before {
content: "\ecfd";
margin-left: -1em;
color: rgb(248, 211, 103);
}
.m-icon-melat-bank-logo--10680.path50:before {
content: "\ecfe";
margin-left: -1em;
color: rgb(248, 211, 102);
}
.m-icon-melat-bank-logo--10680.path51:before {
content: "\ecff";
margin-left: -1em;
color: rgb(248, 211, 101);
}
.m-icon-melat-bank-logo--10680.path52:before {
content: "\ed00";
margin-left: -1em;
color: rgb(248, 211, 100);
}
.m-icon-melat-bank-logo--10680.path53:before {
content: "\ed01";
margin-left: -1em;
color: rgb(248, 211, 99);
}
.m-icon-melat-bank-logo--10680.path54:before {
content: "\ed02";
margin-left: -1em;
color: rgb(248, 211, 98);
}
.m-icon-melat-bank-logo--10680.path55:before {
content: "\ed03";
margin-left: -1em;
color: rgb(248, 210, 97);
}
.m-icon-melat-bank-logo--10680.path56:before {
content: "\ed04";
margin-left: -1em;
color: rgb(248, 210, 96);
}
.m-icon-melat-bank-logo--10680.path57:before {
content: "\ed05";
margin-left: -1em;
color: rgb(248, 210, 95);
}
.m-icon-melat-bank-logo--10680.path58:before {
content: "\ed06";
margin-left: -1em;
color: rgb(248, 210, 94);
}
.m-icon-melat-bank-logo--10680.path59:before {
content: "\ed07";
margin-left: -1em;
color: rgb(248, 210, 93);
}
.m-icon-melat-bank-logo--10680.path60:before {
content: "\ed08";
margin-left: -1em;
color: rgb(248, 210, 92);
}
.m-icon-melat-bank-logo--10680.path61:before {
content: "\ed09";
margin-left: -1em;
color: rgb(248, 210, 91);
}
.m-icon-melat-bank-logo--10680.path62:before {
content: "\ed0a";
margin-left: -1em;
color: rgb(248, 210, 90);
}
.m-icon-melat-bank-logo--10680.path63:before {
content: "\ed0b";
margin-left: -1em;
color: rgb(247, 210, 88);
}
.m-icon-melat-bank-logo--10680.path64:before {
content: "\ed0c";
margin-left: -1em;
color: rgb(247, 210, 87);
}
.m-icon-melat-bank-logo--10680.path65:before {
content: "\ed0d";
margin-left: -1em;
color: rgb(247, 210, 86);
}
.m-icon-melat-bank-logo--10680.path66:before {
content: "\ed0e";
margin-left: -1em;
color: rgb(247, 210, 85);
}
.m-icon-melat-bank-logo--10680.path67:before {
content: "\ed0f";
margin-left: -1em;
color: rgb(247, 210, 84);
}
.m-icon-melat-bank-logo--10680.path68:before {
content: "\ed10";
margin-left: -1em;
color: rgb(247, 210, 83);
}
.m-icon-melat-bank-logo--10680.path69:before {
content: "\ed11";
margin-left: -1em;
color: rgb(247, 210, 82);
}
.m-icon-melat-bank-logo--10680.path70:before {
content: "\ed12";
margin-left: -1em;
color: rgb(247, 210, 81);
}
.m-icon-melat-bank-logo--10680.path71:before {
content: "\ed13";
margin-left: -1em;
color: rgb(247, 209, 80);
}
.m-icon-melat-bank-logo--10680.path72:before {
content: "\ed14";
margin-left: -1em;
color: rgb(247, 209, 79);
}
.m-icon-melat-bank-logo--10680.path73:before {
content: "\ed15";
margin-left: -1em;
color: rgb(247, 209, 78);
}
.m-icon-melat-bank-logo--10680.path74:before {
content: "\ed16";
margin-left: -1em;
color: rgb(247, 209, 77);
}
.m-icon-melat-bank-logo--10680.path75:before {
content: "\ed17";
margin-left: -1em;
color: rgb(241, 161, 58);
}
.m-icon-melat-bank-logo--10680.path76:before {
content: "\ed18";
margin-left: -1em;
color: rgb(35, 31, 32);
}
.m-icon-melat-bank-logo--10680.path77:before {
content: "\ed19";
margin-left: -1em;
color: rgb(35, 31, 32);
}
.m-icon-saderat-bank-logo--10678:before {
content: "\ed1a";
color: #29166f;
}
.m-icon-meli-bank-logo--10677.path1:before {
content: "\ed1b";
color: rgb(44, 36, 26);
}
.m-icon-meli-bank-logo--10677.path2:before {
content: "\ed1c";
margin-left: -1em;
color: rgb(255, 246, 177);
}
.m-icon-meli-bank-logo--10677.path3:before {
content: "\ed1d";
margin-left: -1em;
color: rgb(227, 6, 18);
}
.m-icon-meli-bank-logo--10677.path4:before {
content: "\ed1e";
margin-left: -1em;
color: rgb(247, 167, 11);
}
.m-icon-meli-bank-logo--10677.path5:before {
content: "\ed1f";
margin-left: -1em;
color: rgb(254, 244, 129);
}
.m-icon-noor-bank-logo--25798.path1:before {
content: "\ed20";
color: rgb(115, 203, 204);
}
.m-icon-noor-bank-logo--25798.path2:before {
content: "\ed21";
margin-left: -1em;
color: rgb(1, 80, 154);
}
.m-icon-parsian-bank-logo--10695.path1:before {
content: "\ed22";
color: rgb(0, 0, 0);
}
.m-icon-parsian-bank-logo--10695.path2:before {
content: "\ed23";
margin-left: -1em;
color: rgb(150, 14, 21);
}
.m-icon-parsian-bank-logo--10695.path3:before {
content: "\ed24";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.m-icon-parsian-bank-logo--10695.path4:before {
content: "\ed25";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.m-icon-parsian-bank-logo--10695.path5:before {
content: "\ed26";
margin-left: -1em;
color: rgb(150, 14, 21);
}
.m-icon-parsian-bank-logo--10695.path6:before {
content: "\ed27";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.m-icon-parsian-bank-logo--10695.path7:before {
content: "\ed28";
margin-left: -1em;
color: rgb(150, 14, 21);
}
.m-icon-parsian-bank-logo--10695.path8:before {
content: "\ed29";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.m-icon-parsian-bank-logo--10695.path9:before {
content: "\ed2a";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.m-icon-parsian-bank-logo--10695.path10:before {
content: "\ed2b";
margin-left: -1em;
color: rgb(150, 14, 21);
}
.m-icon-parsian-bank-logo--10695.path11:before {
content: "\ed2c";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.m-icon-parsian-bank-logo--10695.path12:before {
content: "\ed2d";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.m-icon-pasargad-bank-logo--10704.path1:before {
content: "\ed2e";
color: rgb(255, 255, 255);
}
.m-icon-pasargad-bank-logo--10704.path2:before {
content: "\ed2f";
margin-left: -1em;
color: rgb(240, 194, 57);
}
.m-icon-post-bank-logo--10697.path1:before {
content: "\ed30";
color: rgb(0, 156, 75);
}
.m-icon-post-bank-logo--10697.path2:before {
content: "\ed31";
margin-left: -1em;
color: rgb(235, 31, 77);
}
.m-icon-post-bank-logo--10697.path3:before {
content: "\ed32";
margin-left: -1em;
color: rgb(235, 31, 77);
}
.m-icon-post-bank-logo--10697.path4:before {
content: "\ed33";
margin-left: -1em;
color: rgb(235, 31, 77);
}
.m-icon-post-bank-logo--10697.path5:before {
content: "\ed34";
margin-left: -1em;
color: rgb(235, 31, 77);
}
.m-icon-post-bank-logo--10697.path6:before {
content: "\ed35";
margin-left: -1em;
color: rgb(235, 31, 77);
}
.m-icon-post-bank-logo--10697.path7:before {
content: "\ed36";
margin-left: -1em;
color: rgb(235, 31, 77);
}
.m-icon-post-bank-logo--10697.path8:before {
content: "\ed37";
margin-left: -1em;
color: rgb(235, 31, 77);
}
.m-icon-post-bank-logo--10697.path9:before {
content: "\ed38";
margin-left: -1em;
color: rgb(235, 31, 77);
}
.m-icon-post-bank-logo--10697.path10:before {
content: "\ed39";
margin-left: -1em;
color: rgb(235, 31, 77);
}
.m-icon-post-bank-logo--10697.path11:before {
content: "\ed3a";
margin-left: -1em;
color: rgb(235, 31, 77);
}
.m-icon-post-bank-logo--10697.path12:before {
content: "\ed3b";
margin-left: -1em;
color: rgb(235, 31, 77);
}
.m-icon-post-bank-logo--10697.path13:before {
content: "\ed3c";
margin-left: -1em;
color: rgb(235, 31, 77);
}
.m-icon-post-bank-logo--10697.path14:before {
content: "\ed3d";
margin-left: -1em;
color: rgb(235, 31, 77);
}
.m-icon-post-bank-logo--10697.path15:before {
content: "\ed3e";
margin-left: -1em;
color: rgb(235, 31, 77);
}
.m-icon-refah-bank-logo--10690:before {
content: "\ed3f";
color: #004b7f;
}
.m-icon-refah:before {
content: "\e925";
}
.m-icon-resalat-bank-logo--10705.path1:before {
content: "\ed40";
color: rgb(0, 154, 174);
}
.m-icon-resalat-bank-logo--10705.path2:before {
content: "\ed41";
margin-left: -1em;
color: rgb(93, 93, 94);
}
.m-icon-saman-bank-logo--10684.path1:before {
content: "\ed42";
color: rgb(124, 208, 245);
}
.m-icon-saman-bank-logo--10684.path2:before {
content: "\ed43";
margin-left: -1em;
color: rgb(2, 170, 232);
}
.m-icon-saman-bank-logo--10684.path3:before {
content: "\ed44";
margin-left: -1em;
color: rgb(0, 111, 184);
}
.m-icon-saman-bank-logo--10684.path4:before {
content: "\ed45";
margin-left: -1em;
color: rgb(2, 75, 143);
}
.m-icon-samen-bank-logo--10712:before {
content: "\ed46";
color: #008570;
}
.m-icon-sanat-madan-bank-logo--10707.path1:before {
content: "\ed47";
color: rgb(168, 139, 83);
}
.m-icon-sanat-madan-bank-logo--10707.path2:before {
content: "\ed48";
margin-left: -1em;
color: rgb(68, 98, 114);
}
.m-icon-sarmayeh-bank-logo--10687.path1:before {
content: "\ed49";
color: rgb(167, 167, 167);
}
.m-icon-sarmayeh-bank-logo--10687.path2:before {
content: "\ed4a";
margin-left: -1em;
color: rgb(33, 75, 106);
}
.m-icon-sepah-bank-logo--10686.path1:before {
content: "\ed4b";
color: rgb(232, 101, 29);
}
.m-icon-sepah-bank-logo--10686.path2:before {
content: "\ed4c";
margin-left: -1em;
color: rgb(79, 79, 79);
}
.m-icon-shahr-bank-logo--10698:before {
content: "\ed4d";
color: #df343a;
}
.m-icon-shaparak-logo--10714.path1:before {
content: "\ed4e";
color: rgb(125, 153, 203);
}
.m-icon-shaparak-logo--10714.path2:before {
content: "\ed4f";
margin-left: -1em;
color: rgb(95, 146, 228);
}
.m-icon-shetab-logo--10710:before {
content: "\ed50";
color: #3497fd;
}
.m-icon-sina-bank-logo--10694.path1:before {
content: "\ed51";
color: rgb(25, 73, 158);
}
.m-icon-sina-bank-logo--10694.path2:before {
content: "\ed52";
margin-left: -1em;
color: rgb(25, 73, 158);
}
.m-icon-sina-bank-logo--10694.path3:before {
content: "\ed53";
margin-left: -1em;
color: rgb(25, 73, 158);
}
.m-icon-sina-bank-logo--10694.path4:before {
content: "\ed54";
margin-left: -1em;
color: rgb(252, 185, 19);
}
.m-icon-tat-bank-logo--10706.path1:before {
content: "\ed55";
color: rgb(215, 180, 90);
}
.m-icon-tat-bank-logo--10706.path2:before {
content: "\ed56";
margin-left: -1em;
color: rgb(125, 78, 50);
}
.m-icon-tat-bank-logo--10706.path3:before {
content: "\ed57";
margin-left: -1em;
color: rgb(125, 78, 50);
}
.m-icon-tat-bank-logo--10706.path4:before {
content: "\ed58";
margin-left: -1em;
color: rgb(125, 78, 50);
}
.m-icon-tat-bank-logo--10706.path5:before {
content: "\ed59";
margin-left: -1em;
color: rgb(125, 78, 50);
}
.m-icon-tat-bank-logo--10706.path6:before {
content: "\ed5a";
margin-left: -1em;
color: rgb(125, 78, 50);
}
.m-icon-tat-bank-logo--10706.path7:before {
content: "\ed5b";
margin-left: -1em;
color: rgb(125, 78, 50);
}
.m-icon-tat-bank-logo--10706.path8:before {
content: "\ed5c";
margin-left: -1em;
color: rgb(125, 78, 50);
}
.m-icon-tat-bank-logo--10706.path9:before {
content: "\ed5d";
margin-left: -1em;
color: rgb(125, 78, 50);
}
.m-icon-tat-bank-logo--10706.path10:before {
content: "\ed5e";
margin-left: -1em;
color: rgb(125, 78, 50);
}
.m-icon-tat-bank-logo--10706.path11:before {
content: "\ed5f";
margin-left: -1em;
color: rgb(125, 78, 50);
}
.m-icon-tat-bank-logo--10706.path12:before {
content: "\ed60";
margin-left: -1em;
color: rgb(125, 78, 50);
}
.m-icon-tejarat-bank-logo--10679:before {
content: "\ed61";
color: #2e428d;
}
.m-icon-tosee-saderat-bank-logo--10692:before {
content: "\ed62";
color: #046b10;
}
.m-icon-tosee-taavon-bank-logo--10699.path1:before {
content: "\ed63";
color: rgb(10, 137, 146);
}
.m-icon-tosee-taavon-bank-logo--10699.path2:before {
content: "\ed64";
margin-left: -1em;
color: rgb(112, 111, 110);
}
.m-icon-abadan--10332:before {
content: "\ed65";
}
.m-icon-aflak--10344:before {
content: "\ed66";
}
.m-icon-aftab--10342:before {
content: "\ed67";
}
.m-icon-alborz--10313:before {
content: "\ed68";
}
.m-icon-amouzesh--10303:before {
content: "\ed69";
}
.m-icon-ara--10310:before {
content: "\ed6a";
}
.m-icon-atrak--10326:before {
content: "\ed6b";
}
.m-icon-azarbayjangharbi--10315:before {
content: "\ed6c";
}
.m-icon-baran--10340:before {
content: "\ed6d";
}
.m-icon-bushehr--10317:before {
content: "\ed6e";
}
.m-icon-chanel-four--10293:before {
content: "\ed6f";
}
.m-icon-chanel-one--10290:before {
content: "\ed70";
}
.m-icon-chanel-three--10292:before {
content: "\ed71";
}
.m-icon-chanel-two--10291:before {
content: "\ed72";
}
.m-icon-dena--10311:before {
content: "\ed73";
}
.m-icon-esfahan--10312:before {
content: "\ed74";
}
.m-icon-eshragh--10319:before {
content: "\ed75";
}
.m-icon-fars--10336:before {
content: "\ed76";
}
.m-icon-hamoon--10325:before {
content: "\ed77";
}
.m-icon-ifilm--10300:before {
content: "\ed78";
}
.m-icon-ilam--10314:before {
content: "\ed79";
}
.m-icon-irankala--10334:before {
content: "\ed7a";
}
.m-icon-irinn--10295:before {
content: "\ed7b";
}
.m-icon-jahanbin--10316:before {
content: "\ed7c";
}
.m-icon-jam-jam--10306:before {
content: "\ed7d";
}
.m-icon-kerman--10327:before {
content: "\ed7e";
}
.m-icon-khalijefars--10343:before {
content: "\ed7f";
}
.m-icon-khavaran--10320:before {
content: "\ed80";
}
.m-icon-khoozestan--10337:before {
content: "\ed81";
}
.m-icon-khorasan-razavi--10338:before {
content: "\ed82";
}
.m-icon-kish--10329:before {
content: "\ed83";
}
.m-icon-kordestan--10339:before {
content: "\ed84";
}
.m-icon-labbayk--10346:before {
content: "\ed85";
}
.m-icon-mahabad--10333:before {
content: "\ed86";
}
.m-icon-mostanad--10302:before {
content: "\ed87";
}
.m-icon-namayesh--10301:before {
content: "\ed88";
}
.m-icon-nasim--10297:before {
content: "\ed89";
}
.m-icon-noor--10330:before {
content: "\ed8a";
}
.m-icon-ofogh--10308:before {
content: "\ed8b";
}
.m-icon-omid--10307:before {
content: "\ed8c";
}
.m-icon-pooya--10299:before {
content: "\ed8d";
}
.m-icon-qazvin--10324:before {
content: "\ed8e";
}
.m-icon-quran--10304:before {
content: "\ed8f";
}
.m-icon-sabalan--10331:before {
content: "\ed90";
}
.m-icon-sabz--10321:before {
content: "\ed91";
}
.m-icon-sahand--10335:before {
content: "\ed92";
}
.m-icon-salamat--10305:before {
content: "\ed93";
}
.m-icon-semnan--10341:before {
content: "\ed94";
}
.m-icon-sepehr--10345:before {
content: "\ed95";
}
.m-icon-shoma--10309:before {
content: "\ed96";
}
.m-icon-sina--10323:before {
content: "\ed97";
}
.m-icon-tabarestan--10322:before {
content: "\ed98";
}
.m-icon-tamasha--10298:before {
content: "\ed99";
}
.m-icon-tehran--10294:before {
content: "\ed9a";
}
.m-icon-varzesh--10296:before {
content: "\ed9b";
}
.m-icon-yazd--10328:before {
content: "\ed9c";
}
.m-icon-zagros--10318:before {
content: "\ed9d";
}
.m-icon-abadan--10275:before {
content: "\ed9e";
}
.m-icon-aflak--10287.path1:before {
content: "\ed9f";
color: rgb(244, 184, 4);
}
.m-icon-aflak--10287.path2:before {
content: "\eda0";
margin-left: -1em;
color: rgb(244, 184, 4);
}
.m-icon-aflak--10287.path3:before {
content: "\eda1";
margin-left: -1em;
color: rgb(242, 238, 6);
}
.m-icon-aftab--10285:before {
content: "\eda2";
color: #fcba04;
}
.m-icon-alborz--10256:before {
content: "\eda3";
color: #00edd6;
}
.m-icon-amouzesh--10246:before {
content: "\eda4";
color: #fe9a2e;
}
.m-icon-ara--10253.path1:before {
content: "\eda5";
color: rgb(0, 100, 2);
}
.m-icon-ara--10253.path2:before {
content: "\eda6";
margin-left: -1em;
color: rgb(216, 0, 1);
}
.m-icon-ara--10253.path3:before {
content: "\eda7";
margin-left: -1em;
color: rgb(230, 230, 230);
}
.m-icon-atrak--10269:before {
content: "\eda8";
color: #f8c000;
}
.m-icon-azarbayjangharbi--10258:before {
content: "\eda9";
color: #00a2e8;
}
.m-icon-baran--10283:before {
content: "\edaa";
color: #008cff;
}
.m-icon-bushehr--10260.path1:before {
content: "\edab";
color: rgb(250, 227, 147);
}
.m-icon-bushehr--10260.path2:before {
content: "\edac";
margin-left: -1em;
color: rgb(250, 227, 147);
}
.m-icon-bushehr--10260.path3:before {
content: "\edad";
margin-left: -1em;
color: rgb(220, 203, 165);
}
.m-icon-bushehr--10260.path4:before {
content: "\edae";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.m-icon-chanel-four--10236:before {
content: "\edaf";
color: #00b8c0;
}
.m-icon-chanel-one--10233:before {
content: "\edb0";
color: #009bed;
}
.m-icon-chanel-three--10235:before {
content: "\edb1";
color: #d81a60;
}
.m-icon-chanel-two--10234:before {
content: "\edb2";
color: #f9a203;
}
.m-icon-dena--10254:before {
content: "\edb3";
color: #22b14c;
}
.m-icon-esfahan--10255:before {
content: "\edb4";
color: #00a2e8;
}
.m-icon-eshragh--10262:before {
content: "\edb5";
color: #ac3516;
}
.m-icon-fars--10279.path1:before {
content: "\edb6";
color: rgb(254, 179, 17);
}
.m-icon-fars--10279.path2:before {
content: "\edb7";
margin-left: -1em;
color: rgb(254, 179, 17);
}
.m-icon-fars--10279.path3:before {
content: "\edb8";
margin-left: -1em;
color: rgb(254, 179, 17);
}
.m-icon-fars--10279.path4:before {
content: "\edb9";
margin-left: -1em;
color: rgb(254, 201, 2);
}
.m-icon-fars--10279.path5:before {
content: "\edba";
margin-left: -1em;
color: rgb(254, 201, 2);
}
.m-icon-fars--10279.path6:before {
content: "\edbb";
margin-left: -1em;
color: rgb(254, 201, 2);
}
.m-icon-fars--10279.path7:before {
content: "\edbc";
margin-left: -1em;
color: rgb(254, 201, 2);
}
.m-icon-fars--10279.path8:before {
content: "\edbd";
margin-left: -1em;
color: rgb(254, 179, 17);
}
.m-icon-hamoon--10268:before {
content: "\edbe";
color: #020fb5;
}
.m-icon-ifilm--10243:before {
content: "\edbf";
}
.m-icon-ilam--10257:before {
content: "\edc0";
color: #dd3d23;
}
.m-icon-irankala--10277.path1:before {
content: "\edc1";
color: rgb(132, 133, 135);
}
.m-icon-irankala--10277.path2:before {
content: "\edc2";
margin-left: -1em;
color: rgb(132, 133, 135);
}
.m-icon-irankala--10277.path3:before {
content: "\edc3";
margin-left: -1em;
color: rgb(132, 133, 135);
}
.m-icon-irankala--10277.path4:before {
content: "\edc4";
margin-left: -1em;
color: rgb(132, 133, 135);
}
.m-icon-irankala--10277.path5:before {
content: "\edc5";
margin-left: -1em;
color: rgb(132, 133, 135);
}
.m-icon-irankala--10277.path6:before {
content: "\edc6";
margin-left: -1em;
color: rgb(132, 133, 135);
}
.m-icon-irankala--10277.path7:before {
content: "\edc7";
margin-left: -1em;
color: rgb(111, 177, 9);
}
.m-icon-irankala--10277.path8:before {
content: "\edc8";
margin-left: -1em;
color: rgb(132, 133, 135);
}
.m-icon-irankala--10277.path9:before {
content: "\edc9";
margin-left: -1em;
color: rgb(111, 177, 9);
}
.m-icon-irankala--10277.path10:before {
content: "\edca";
margin-left: -1em;
color: rgb(132, 133, 135);
}
.m-icon-irankala--10277.path11:before {
content: "\edcb";
margin-left: -1em;
color: rgb(132, 133, 135);
}
.m-icon-irinn--10238:before {
content: "\edcc";
color: #f4710f;
}
.m-icon-jahanbin--10259:before {
content: "\edcd";
color: #c00;
}
.m-icon-jam-jam--10249:before {
content: "\edce";
color: #27ae61;
}
.m-icon-kerman--10270:before {
content: "\edcf";
color: #04bdd4;
}
.m-icon-khalijefars--10286.path1:before {
content: "\edd0";
color: rgb(186, 209, 44);
}
.m-icon-khalijefars--10286.path2:before {
content: "\edd1";
margin-left: -1em;
color: rgb(37, 99, 163);
}
.m-icon-khavaran--10263:before {
content: "\edd2";
color: #3901ea;
}
.m-icon-khoozestan--10280.path1:before {
content: "\edd3";
color: rgb(195, 195, 195);
}
.m-icon-khoozestan--10280.path2:before {
content: "\edd4";
margin-left: -1em;
color: rgb(0, 162, 232);
}
.m-icon-khorasan-razavi--10281:before {
content: "\edd5";
}
.m-icon-kish--10272.path1:before {
content: "\edd6";
color: rgb(195, 195, 195);
}
.m-icon-kish--10272.path2:before {
content: "\edd7";
margin-left: -1em;
color: rgb(0, 162, 232);
}
.m-icon-kordestan--10282.path1:before {
content: "\edd8";
color: rgb(250, 175, 64);
}
.m-icon-kordestan--10282.path2:before {
content: "\edd9";
margin-left: -1em;
color: rgb(250, 175, 64);
}
.m-icon-kordestan--10282.path3:before {
content: "\edda";
margin-left: -1em;
color: rgb(250, 175, 64);
}
.m-icon-kordestan--10282.path4:before {
content: "\eddb";
margin-left: -1em;
color: rgb(250, 175, 64);
}
.m-icon-kordestan--10282.path5:before {
content: "\eddc";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.m-icon-kordestan--10282.path6:before {
content: "\eddd";
margin-left: -1em;
color: rgb(255, 0, 0);
}
.m-icon-kordestan--10282.path7:before {
content: "\edde";
margin-left: -1em;
color: rgb(255, 0, 0);
}
.m-icon-kordestan--10282.path8:before {
content: "\eddf";
margin-left: -1em;
color: rgb(255, 0, 0);
}
.m-icon-labbayk--10289.path1:before {
content: "\ede0";
color: rgb(255, 255, 255);
}
.m-icon-labbayk--10289.path2:before {
content: "\ede1";
margin-left: -1em;
color: rgb(26, 26, 26);
}
.m-icon-mahabad--10276:before {
content: "\ede2";
color: #00a2e8;
}
.m-icon-mostanad--10245.path1:before {
content: "\ede3";
color: rgb(252, 213, 14);
}
.m-icon-mostanad--10245.path2:before {
content: "\ede4";
margin-left: -1em;
color: rgb(252, 213, 14);
}
.m-icon-mostanad--10245.path3:before {
content: "\ede5";
margin-left: -1em;
color: rgb(145, 168, 173);
}
.m-icon-mostanad--10245.path4:before {
content: "\ede6";
margin-left: -1em;
color: rgb(145, 168, 173);
}
.m-icon-namayesh--10244:before {
content: "\ede7";
color: #fb7b12;
}
.m-icon-nasim--10240:before {
content: "\ede8";
color: #ff0038;
}
.m-icon-noor--10273.path1:before {
content: "\ede9";
color: rgb(45, 192, 255);
}
.m-icon-noor--10273.path2:before {
content: "\edea";
margin-left: -1em;
color: rgb(255, 255, 0);
}
.m-icon-ofogh--10251:before {
content: "\edeb";
color: #f46f22;
}
.m-icon-omid--10250:before {
content: "\edec";
}
.m-icon-pooya--10242.path1:before {
content: "\eded";
color: rgb(254, 193, 14);
}
.m-icon-pooya--10242.path2:before {
content: "\edee";
margin-left: -1em;
color: rgb(197, 22, 141);
}
.m-icon-pooya--10242.path3:before {
content: "\edef";
margin-left: -1em;
color: rgb(254, 193, 14);
}
.m-icon-pooya--10242.path4:before {
content: "\edf0";
margin-left: -1em;
color: rgb(254, 193, 14);
}
.m-icon-qazvin--10267:before {
content: "\edf1";
color: #0080c2;
}
.m-icon-quran--10247.path1:before {
content: "\edf2";
color: rgb(26, 26, 26);
}
.m-icon-quran--10247.path2:before {
content: "\edf3";
margin-left: -1em;
color: rgb(228, 177, 76);
}
.m-icon-quran--10247.path3:before {
content: "\edf4";
margin-left: -1em;
color: rgb(228, 177, 76);
}
.m-icon-quran--10247.path4:before {
content: "\edf5";
margin-left: -1em;
color: rgb(228, 177, 76);
}
.m-icon-quran--10247.path5:before {
content: "\edf6";
margin-left: -1em;
color: rgb(228, 177, 76);
}
.m-icon-quran--10247.path6:before {
content: "\edf7";
margin-left: -1em;
color: rgb(228, 177, 76);
}
.m-icon-quran--10247.path7:before {
content: "\edf8";
margin-left: -1em;
color: rgb(228, 177, 76);
}
.m-icon-sabalan--10274:before {
content: "\edf9";
color: #e7b828;
}
.m-icon-sabz--10264:before {
content: "\edfa";
color: #91d00d;
}
.m-icon-sahand--10278:before {
content: "\edfb";
color: #00a2e8;
}
.m-icon-salamat--10248.path1:before {
content: "\edfc";
color: rgb(7, 146, 26);
}
.m-icon-salamat--10248.path2:before {
content: "\edfd";
margin-left: -1em;
color: rgb(216, 13, 13);
}
.m-icon-salamat--10248.path3:before {
content: "\edfe";
margin-left: -1em;
color: rgb(140, 204, 6);
}
.m-icon-salamat--10248.path4:before {
content: "\edff";
margin-left: -1em;
color: rgb(216, 13, 13);
}
.m-icon-semnan--10284:before {
content: "\ee00";
color: #feb311;
}
.m-icon-sepehr--10288.path1:before {
content: "\ee01";
color: rgb(33, 169, 179);
}
.m-icon-sepehr--10288.path2:before {
content: "\ee02";
margin-left: -1em;
color: rgb(251, 71, 82);
}
.m-icon-sepehr--10288.path3:before {
content: "\ee03";
margin-left: -1em;
color: rgb(251, 71, 82);
}
.m-icon-sepehr--10288.path4:before {
content: "\ee04";
margin-left: -1em;
color: rgb(33, 169, 179);
}
.m-icon-sepehr--10288.path5:before {
content: "\ee05";
margin-left: -1em;
color: rgb(33, 169, 179);
}
.m-icon-sepehr--10288.path6:before {
content: "\ee06";
margin-left: -1em;
color: rgb(33, 169, 179);
}
.m-icon-sepehr--10288.path7:before {
content: "\ee07";
margin-left: -1em;
color: rgb(33, 169, 179);
}
.m-icon-sepehr--10288.path8:before {
content: "\ee08";
margin-left: -1em;
color: rgb(251, 71, 82);
}
.m-icon-sepehr--10288.path9:before {
content: "\ee09";
margin-left: -1em;
color: rgb(251, 71, 82);
}
.m-icon-sepehr--10288.path10:before {
content: "\ee0a";
margin-left: -1em;
color: rgb(251, 71, 82);
}
.m-icon-shoma--10252.path1:before {
content: "\ee0b";
color: rgb(195, 195, 195);
}
.m-icon-shoma--10252.path2:before {
content: "\ee0c";
margin-left: -1em;
color: rgb(195, 195, 195);
}
.m-icon-shoma--10252.path3:before {
content: "\ee0d";
margin-left: -1em;
color: rgb(195, 195, 195);
}
.m-icon-shoma--10252.path4:before {
content: "\ee0e";
margin-left: -1em;
color: rgb(195, 195, 195);
}
.m-icon-shoma--10252.path5:before {
content: "\ee0f";
margin-left: -1em;
color: rgb(195, 195, 195);
}
.m-icon-shoma--10252.path6:before {
content: "\ee10";
margin-left: -1em;
color: rgb(195, 195, 195);
}
.m-icon-shoma--10252.path7:before {
content: "\ee11";
margin-left: -1em;
color: rgb(195, 195, 195);
}
.m-icon-shoma--10252.path8:before {
content: "\ee12";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.m-icon-sina--10266:before {
content: "\ee13";
color: #09f;
}
.m-icon-tabarestan--10265:before {
content: "\ee14";
color: #f3a41c;
}
.m-icon-tamasha--10241:before {
content: "\ee15";
color: #f39c11;
}
.m-icon-tehran--10237.path1:before {
content: "\ee16";
color: rgb(185, 46, 87);
}
.m-icon-tehran--10237.path2:before {
content: "\ee17";
margin-left: -1em;
color: rgb(185, 46, 87);
}
.m-icon-tehran--10237.path3:before {
content: "\ee18";
margin-left: -1em;
color: rgb(242, 166, 31);
}
.m-icon-tehran--10237.path4:before {
content: "\ee19";
margin-left: -1em;
color: rgb(185, 46, 87);
}
.m-icon-varzesh--10239.path1:before {
content: "\ee1a";
color: rgb(136, 136, 136);
}
.m-icon-varzesh--10239.path2:before {
content: "\ee1b";
margin-left: -1em;
color: rgb(238, 112, 2);
}
.m-icon-yazd--10271:before {
content: "\ee1c";
color: #fc0;
}
.m-icon-zagros--10261:before {
content: "\ee1d";
color: #06f;
}
.m-icon-a39ffd5bef46170e1f84.path1:before {
content: "\ee1e";
color: rgb(230, 231, 232);
}
.m-icon-a39ffd5bef46170e1f84.path2:before {
content: "\ee1f";
margin-left: -1.0068359375em;
color: rgb(77, 77, 77);
}
.m-icon-gap:before {
content: "\e900";
}
.m-icon-bisphone:before {
content: "\e916";
}
.m-icon-aparat:before {
content: "\e919";
}
.m-icon-cloob:before {
content: "\e91a";
}
.m-icon-gardeshgari:before {
content: "\e91c";
}
.m-icon-iranzamin:before {
content: "\e91e";
}
.m-icon-saderat:before {
content: "\e926";
}
.m-icon-mellat:before {
content: "\e922";
}
.m-icon-Hekmat:before {
content: "\e91d";
}
.m-icon-tejarat:before {
content: "\e97f";
}
.m-icon-ghavamin:before {
content: "\e91f";
}
.m-icon-melli:before {
content: "\e923";
}
.m-icon-markazi:before {
content: "\e920";
}
.m-icon-dey:before {
content: "\e91b";
}
.m-icon-Enbank:before {
content: "\e918";
}
.m-icon-mehr:before {
content: "\e921";
}
.m-icon-parsian:before {
content: "\e924";
}
.m-icon-salehin:before {
content: "\e927";
}
.m-icon-saman:before {
content: "\e928";
}
.m-icon-sarmayeh:before {
content: "\e929";
}
.m-icon-Mahak:before {
content: "\e93e";
}
.m-icon-Maskan:before {
content: "\e940";
}
.m-icon-MEBank:before {
content: "\e941";
}
.m-icon-Mehreghtesad:before {
content: "\e942";
}
.m-icon-Mehriran:before {
content: "\e947";
}
.m-icon-eitaa:before {
content: "\e97c";
}
.m-icon-soroush:before {
content: "\e97d";
}
.m-icon-bale:before {
content: "\e97e";
}
.m-icon-Pasargad:before {
content: "\e99b";
}
.m-icon-PayamNoor:before {
content: "\e99d";
}
.m-icon-SanatMadan:before {
content: "\e9c7";
}
.m-icon-Shahr:before {
content: "\e9d1";
}
.m-icon-Shetab:before {
content: "\e9d3";
}
.m-icon-Sina:before {
content: "\e9d4";
}
.m-icon-Tosse:before {
content: "\ea09";
}
.m-icon-ZarinPal:before {
content: "\ea12";
}
.m-icon-Shaparak:before {
content: "\e9d2";
}
.m-icon-Afzal-toos:before {
content: "\ea13";
}@font-face {
font-family: danafn;
font-style: normal;
font-weight: 100;
src: url(https://porjigar.ir/wp-content/themes/ahura/fonts/fanum/woff/dana-fanum-thin.woff) format('woff');
font-display: swap;
}
@font-face {
font-family: danafn;
font-style: normal;
font-weight: 300;
src: url(https://porjigar.ir/wp-content/themes/ahura/fonts/fanum/woff/dana-fanum-light.woff) format('woff');
font-display: swap;
}
@font-face {
font-family: danafn;
font-style: normal;
font-weight: 200;
src: url(https://porjigar.ir/wp-content/themes/ahura/fonts/fanum/woff/dana-fanum-extralight.woff) format('woff');
font-display: swap;
}
@font-face {
font-family: danafn;
font-style: normal;
font-weight: normal;
src: url(https://porjigar.ir/wp-content/themes/ahura/fonts/fanum/woff/dana-fanum-regular.woff) format('woff');
font-display: swap;
}
@font-face {
font-family: danafn;
font-style: normal;
font-weight: 500;
src: url(https://porjigar.ir/wp-content/themes/ahura/fonts/fanum/woff/dana-fanum-medium.woff) format('woff');
font-display: swap;
}
@font-face {
font-family: danafn;
font-style: normal;
font-weight: 600;
src: url(https://porjigar.ir/wp-content/themes/ahura/fonts/fanum/woff/dana-fanum-demibold.woff) format('woff');
font-display: swap;
}
@font-face {
font-family: danafn;
font-style: normal;
font-weight: 750;
src: url(https://porjigar.ir/wp-content/themes/ahura/fonts/fanum/woff/dana-fanum-ultrabold.woff) format('woff');
font-display: swap;
}
@font-face {
font-family: danafn;
font-style: normal;
font-weight: 800;
src: url(https://porjigar.ir/wp-content/themes/ahura/fonts/fanum/woff/dana-fanum-extrabold.woff) format('woff');
font-display: swap;
}
@font-face {
font-family: danafn;
font-style: normal;
font-weight: bold;
src: url(https://porjigar.ir/wp-content/themes/ahura/fonts/fanum/woff/dana-fanum-bold.woff) format('woff');
font-display: swap;
}
@font-face {
font-family: danafn;
font-style: normal;
font-weight: 900;
src: url(https://porjigar.ir/wp-content/themes/ahura/fonts/fanum/woff/dana-fanum-black.woff) format('woff');
font-display: swap;
}   @font-face {
font-family: farhang2;
font-style: normal;
font-weight: 800;
src: url(https://porjigar.ir/wp-content/themes/ahura/fonts/woff/Farhang2-ExtraBold.woff) format('woff');
font-display: swap;
}
@font-face {
font-family: farhang2;
font-style: normal;
font-weight: bold;
src: url(https://porjigar.ir/wp-content/themes/ahura/fonts/woff/Farhang2-Bold.woff) format('woff');
font-display: swap;
}
@font-face {
font-family: farhang2;
font-style: normal;
font-weight: 100;
src: url(https://porjigar.ir/wp-content/themes/ahura/fonts/woff/Farhang2-Thin.woff) format('woff');
font-display: swap;
}
@font-face {
font-family: farhang2;
font-style: normal;
font-weight: 300;
src: url(https://porjigar.ir/wp-content/themes/ahura/fonts/woff/Farhang2-Light.woff) format('woff');
font-display: swap;
}
@font-face {
font-family: farhang2;
font-style: normal;
font-weight: normal;
src: url(https://porjigar.ir/wp-content/themes/ahura/fonts/woff/Farhang2-Regular.woff) format('woff');
font-display: swap;
}
@font-face {
font-family: farhang2;
font-style: normal;
font-weight: 500;
src: url(https://porjigar.ir/wp-content/themes/ahura/fonts/woff/Farhang2-Medium.woff) format('woff');
font-display: swap;
}
@font-face {
font-family: farhang2;
font-style: normal;
font-weight: 900;
src: url(https://porjigar.ir/wp-content/themes/ahura/fonts/woff/Farhang2-Black.woff) format('woff');
font-display: swap;
}:root {
--ah-default-width: 1280px;
}
input:focus ,button:focus,textarea:focus{
outline:none;
}
body, div, a, p, li, ul, input, form {
text-decoration:none;
color: inherit;
list-style:none;
padding:0;
margin:0;
border:none;
}
body{
background:#fff;
overflow-x: hidden;
}
html, body {
color:var(--main-text-color);
min-height: 100%;
direction: rtl;
}
h1,h2,h3,h4,h5,h6{
padding:0;
font-weight:600;
margin:0;
}
h1{
font-size:28px;
}
h2{
font-size:24px;
}
h3{
font-size:22px;
}
h4{
font-size:20px;
}
h5{
font-size:19px;
}
h6{
font-size:18px;
}
a, b, strong {
font-weight: revert;
}
.mw_rtl .elementor-section .elementor-widget-wrap .elementor-widget-container p {
white-space: normal;
}
div.w-80 {
width: 80%;
}
.w-100 {
width: 100%;
}
select{
height:3em;
}
aside *{
transition: none;
}
#ahura-header-main-wrap {
width: 100%;
transition: height .4s ease .0s;
}
.topbar{
width: 100%;
transition: ease .5s;
}
.topbar:not(.in_custom_header){
background:#fff;
border-top:4px solid #fed700;
box-shadow: var(--main_soft_shadow);
}
.topbar-main{
padding:0 10px;
width:1280px;
margin:0 auto;
}
:root {
--main_soft_shadow: 0 0 20px rgb(0 0 0 / 6%);
--auto_soft_shadow: 0 10px 20px -10px;
--main-text-color: #181522;
--main-box-border:1px solid var(--ahura-c-bg-secondary); --ahura-c-text-primary: #191919;
--ahura-c-text-secondary: #737374;
--ahura-c-border-primary: #ccc;
--ahura-c-bg-body: #ccc;
--ahura-c-bg-primary: #fff;
--ahura-c-bg-secondary: #d4d8dd;
--ahura-c-bg-button: #fff;
--ahura-slider-shadow: inset 0 1px 1px #ddd, 0 2px 3px #ccc;
}
:root.ahura-dark-theme { --main_soft_shadow: 0 10px 20px -10px #0000001f;
--auto_soft_shadow: 0 10px 20px -10px #0000001f;
--ahura-c-text-primary: #eee;
--ahura-c-text-secondary: #d3d5db;
--ahura-c-border-primary: #454545;
--ahura-c-bg-primary: #323339;
--ahura-c-bg-secondary: #222128;
--ahura-c-bg-button: #494a50;
--ahura-slider-shadow: inset 0 1px 1px #767676;
}
:root.ahura-black-theme { --ahura-c-text-primary: #edeeef;
--ahura-c-text-secondary: #d4d7e1;
--ahura-c-border-primary: #323232;
--ahura-c-bg-primary: #1b1d23;
--ahura-c-bg-secondary: #000001;
--ahura-c-bg-button: #343844;
--ahura-slider-shadow: inset 0 1px 1px #555;
}
.none_overflow
{
overflow-y: hidden;
} .header-mode-2 .menu-wrapper
{
position: relative;
padding: 0;
}
#topbar.header-mode-2 .menu-icon
{
display: none;
}
.header-mode-2 .top-menu
{
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 100%;
z-index: 20;
}
.menu-item .menu-font-icon {
font-size: 16px;
vertical-align: middle;
}
.menu-item .menu-item-icon {
display: inline-flex;
vertical-align: middle;
align-items: center;
justify-content: center;
margin-left: 8px;
}
.menu-item:not(.elementor) img,
.menu-item:not(.elementor) svg {
width: 20px;
height: 20px;
object-fit: contain;
vertical-align: middle;
margin-left: 7px;
}
table{
border:1px solid #ededed;
max-width:100%;
}
table:not(.tablepress) thead tr:first-child td, table:not(.tablepress) thead tr:first-child th{
background: inherit;
text-align: inherit;
}
table tbody tr td, table tbody tr th {
border-bottom: inherit;
color: inherit;
font-weight: inherit;
}
table td, table th {
border: none;
padding: 0.7em 1.5em;
}
.actions .coupon{
display:none
}
.header-mode-1 .top-menu ul.topmenu
{
position: absolute;
bottom: 0;
}
.header-mode-2.scrolled-topbar .top-menu
{
height: 100%;
}
.header-mode-2.scrolled-topbar .top-menu li
{
height: 100%;
margin: 0;
display: flex;
align-items: center;
}
.header-mode-2.scrolled-topbar .topmenu>li.menu-item-has-children::after
{
top: 50%;
transform: translateY(-50%);
}
.header-mode-2.ahura_transparent:not(.scrolled-topbar),
.header-mode-2.ahura_transparent:not(.scrolled-topbar) .elementor section,
.ahura-main-header.ahura_transparent:not(.scrolled-topbar) .top-section,
.ahura-main-header.ahura_transparent:not(.scrolled-topbar) .bottom-section
{
background: transparent;
box-shadow: none;
}
.topbar-main.top-position.left ul ul {
left: 0;
right: auto;
top: 100%;
}
.topbar-main.top-position.right ul ul {
left: auto;
right: 0;
top: 100%;
}
.header-mode-2 .top-menu ul
{
margin-top: 0;
}
.header-mode-2 .top-menu .topmenu {
transform: translateY(2px);
}
.header-mode-2 .top-menu ul li a
{
font-size: 17px;
}
.header-mode-2 .action-box
{
display: flex;
align-items: center;
justify-content: flex-end;
}
.header-mode-2 .action-box>a:not(:first-of-type)
{
margin: 0 15px;
}
.header-mode-2 .action-box #action_link
{
border: 2px solid;
border-radius: 50px;
color: #fd5e5e;
padding: 8px 15px 8px;
line-height: 1.5;
transition: ease .15s;
}
.header-mode-2 .action-box #action_link:hover
{
color: white;
background-color: #fd5e5e;
}
#action_search
{
font-size: 24px;
display: flex;
align-items: center;
}
.ahura-modal-search
{
display: flex;
visibility: hidden;
position: fixed;
width: 100%;
z-index: 100;
top: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,.75);
align-items: center;
justify-content: center;
opacity: 0;
transition-duration: 0.2s;
}
.ahura-modal-search.show
{
z-index: 9999999;
opacity: 1;
align-items: center;
justify-content: center;
visibility: visible;
}
.ahura-modal-search.search-modal form
{
position: relative;
z-index: 50;
width:40%;
margin: 0;
}
.search-modal-overlay {
position: absolute;
top: 0;
right: 0;
z-index: 5;
width: 100%;
height: 100%;
background-color: transparent;
opacity: 0;
}
.ahura-modal-search form .close,
.ahura-modal-search form.search-form .close
{
cursor: pointer;
font-size: 1.5rem;
width: 20px;
height: 20px;
position: absolute;
bottom: 100%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}
body.mw_rtl .ahura-modal-search form .close,
body.mw_rtl .ahura-modal-search form.search-form .close
{
left: 0;
}
.ahura-modal-search form input,
.ahura-modal-search form.search-form input
{
width: 100%;
font-size: 17px;
background: transparent;
border: none;
color: #fff;
box-shadow: none;
}
.ahura-modal-search form input::-webkit-input-placeholder,
.ahura-modal-search form.search-form input::-webkit-input-placeholder {
color: rgb(219, 219, 219);
}
.ahura-modal-search form input::-moz-placeholder,
.ahura-modal-search form.search-form input::-moz-placeholder {
color: rgb(219, 219, 219);
}
.ahura-modal-search form input::placeholder,
.ahura-modal-search form.search-form input::placeholder {
color: rgb(219, 219, 219);
}
.ahura-modal-search #ajax_search_loading {
display: none;
color: white;
text-align: center;
position: absolute;
font-size: 20px;
top: 50%;
transform: translateY(-50%);
}
body.mw_rtl .ahura-modal-search #ajax_search_loading
{
left: 0;
}
.ahura-modal-search .ajax_search_res {
display: flex;
flex-direction: column;
overflow-x: hidden;
width: 100%;
position: absolute;
overflow-y: auto;
height: 0;
opacity: 0;
pointer-events: none;
user-select: none;
}
.ahura-modal-search .ajax_search_res.show {
opacity: 1;
pointer-events: all;
user-select: all;
height: 250px;
}
.ahura-modal-search .ajax_search_res a {
padding: 20px;
font-size: 17px;
opacity: 0.8;
color: #fff;
transition: ease .15s;
}
.ahura-modal-search .ajax_search_res a:hover {
opacity: 1;
background: rgba(0, 0, 0, 0.06);
}
.search-modal .search-form #ajax_search_res a {
display: flex;
gap: 10px;
}
.search-modal .search-form #ajax_search_res a .item-cover {
width: 50px;
}
.search-modal .search-form #ajax_search_res a .item-cover img {
width: 100%;
height: auto;
object-fit: cover;
border-radius: 7px;
}  body:not(.rtl) .ahura-main-header .middle-section .logo-wrapper.center .logo img
{
left: 50%;
}
body:not(.rtl) .ahura-main-header .middle-section .logo-wrapper.right .logo img
{
left: unset;
}
.ahura-main-header .middle-section .logo-wrapper.center .logo img
{
right: 0;
transform: translate(-50%, -50%);
}
.ahura-main-header .middle-section .logo-wrapper.left .logo img
{
right: unset;
left: 0;
}
body.rtl .ahura-main-header .middle-section .action-box.right,
body:not(.rtl) .ahura-main-header .middle-section .action-box.left
{
justify-content: flex-start;
}
body.rtl .ahura-main-header .middle-section .row > div.right,
body:not(.rtl) .ahura-main-header .middle-section .row > div.left
{
order: 1;
}
.ahura-main-header .middle-section .row > div.center
{
order: 2;
}
body.rtl .ahura-main-header .middle-section .row > div.left,
body:not(.rtl) .ahura-main-header .middle-section .row > div.right
{
order: 3;
}
.ahura-main-header .action-box .search-btn-wrapper
{
margin: 0 15px;
}
body.rtl .ahura-main-header .bottom-section .row > div.right,
body:not(.rtl) .ahura-main-header .bottom-section .row > div.left
{
order: 1;
}
body.rtl .ahura-main-header .bottom-section .row > div.left,
body:not(.rtl) .ahura-main-header .bottom-section .row > div.right
{
order: 2;
}
body .ahura-main-header .top-section .menu-wrapper
{
display: flex;
}
body.rtl .ahura-main-header .bottom-section .menu-wrapper.left:not(.with_mega_menu),
body:not(.rtl) .ahura-main-header .bottom-section .menu-wrapper.right:not(.with_mega_menu),
body.rtl .ahura-main-header .top-section .menu-wrapper.left,
body:not(.rtl) .ahura-main-header .top-section .menu-wrapper.right
{
display: flex;
justify-content: flex-end;
}
.ahura-main-header .bottom-section .menu-wrapper:not(.with_mega_menu) ul,
.ahura-main-header.scrolled-topbar .bottom-section .menu-wrapper.with_mega_menu ul,
.ahura-main-header .top-section .menu-wrapper ul
{
margin: 0;
}
.ahura-main-header .bottom-section .cats-list.left ul.menu li.mega_menu ul
{
right: unset;
left: 290px;
}
.ahura-main-header .cats-list.left li #mega_menu_plus {
left: auto;
right: 0;
}
.ahura-main-header .bottom-section .cats-list.left ul.menu li.mega_menu ul,
.ahura-main-header .bottom-section .cats-list.left ul.menu li.mega_menu ul > li
{
text-align: left;
}
.ahura-main-header .bottom-section .cats-list.left ul.menu>li>a::before
{
right: 103%;
}
.ahura-main-header .bottom-section .cats-list.left .menu li ul
{
right: unset;
left: 270px;
}
.ahura-main-header .bottom-section .cats-list.left ul.menu>li>a
{
text-align: left;
}
.ahura-main-header .bottom-section .cats-list.left .menu li img
{
float: left;
margin-left: 0;
margin-right: 10px;
}
.ahura-main-header .bottom-section .cats-list.left ul.menu li.mega_menu ul.sub-menu
{
background-position: bottom right;
}  .btn_success_mode,
.btn_info_mode,
.btn_warning_mode,
.btn_error_mode
{
color: white;
}
.btn_success_mode
{
background-color: #61ce70;
}
.btn_info_mode
{
background-color: #5bc0de;
}
.btn_warning_mode
{
background-color: #f0ad4e;
}
.btn_error_mode
{
background-color: #fd5e5e;
} html body span.cats-list-title,
.cats-list-title{
width:100%;
background:#fed700;
color:var(--main-text-color);
display:block;
line-height:50px;
cursor:pointer;
font-size:16px;
text-align:center;
font-weight:700;
border-radius:10px 10px 0 0;
margin-top:20px;
}
.header-mode-3 .panel_menu_wrapper
{
display: flex;
align-items: center;
justify-content: center;
}
.header-mode-3 .panel_menu_wrapper .cta_button
{
width: 80%;
color: #fff;
background: #2aba5f;
border-radius: 10px;
box-shadow: 0 0 15px #2aba5f;
line-height: 50px;
text-align: center;
}
.header-mode-3 .ah_menu_wrapper
{
padding-bottom: 20px;
}
.header-mode-3 .cats-list-title
{
color: var(--main-text-color);
display: flex;
align-items: center;
justify-content: center;
}
.header-mode-3 .cats-list-title > span
{
margin: 0 3px;
}
.topbar.scrolled-topbar .cats-list .menu li
{
margin: 0;
}
.cats-list ul.menu>li>a
{
position: relative;
}
.cats-list ul.menu>li>a::before
{
content: '';
display: block;
position: absolute;
width: 5px;
height: 100%;
background-color: #fed700;
top: 0;
}
body.mw_rtl .cats-list ul.menu>li>a::before
{
left: 103%;
}
.cats-list ul.menu>li:first-of-type>a::before
{
border-radius: 100px 100px 0 0;
}
.cats-list ul.menu>li:last-of-type>a::before
{
border-radius: 0 0 100px 100px;
}
.topbar .cats-list ul.menu>li>a::after{
border-bottom: 1px solid #f6f6f6;
content: '';
position: absolute;
width: 96%;
bottom: 0;
right: 0;
}
.topbar .cats-list ul.menu>li:last-child a::after{
border: 0
}
.header-mode-3 #top-menu>div
{
position: relative;
}
.header-mode-3 #top-menu>div::before
{
content: '';
display: block;
width: 3px;
background: #d4d4d4;
position: absolute;
top: 0;
bottom: 0;
border-radius: 100px;
}
.cats-list.isnotfront div ul.menu{
visibility: hidden;
opacity: 0;
transition: all 0.15s;
pointer-events: none;
}
.cats-list.isnotfront:hover > div ul.menu{
visibility: visible;
opacity: 1;
pointer-events: all;
}
.cats-list ul.menu .toggle-menu-hidden-items {
padding-left: 20px;
}
.cats-list ul.menu .toggle-menu-hidden-items a {
text-align: center;
background-color: rgba(0, 0, 0, 0.05);
color: #000;
border-radius: 50px;
margin-top: 20px;
font-size: 15px;
font-weight: 400;
transition: ease .3s;
}
.cats-list ul.menu .toggle-menu-hidden-items a i {
vertical-align: middle;
margin: 0 9px;
font-size: 18px;
transition: ease .5s;
}
.cats-list ul.menu .toggle-menu-hidden-items.hidden-items-is-showing a i {
transform: rotateX(180deg);
}
.cats-list ul.menu .toggle-menu-hidden-items a:hover {
background-color: var(--mw_primary_color);
}
.cats-list ul.menu .toggle-menu-hidden-items a::before,
.cats-list ul.menu .toggle-menu-hidden-items a::after {
display: none;
}
.topbar .bottom-section div > ul.topmenu
{
margin-bottom:0;
margin-top:20px;
margin-right:30px;
}
.topmenu::after{
content: '';
display: block;
clear: both;
}
.topmenu li{
float:right;
position: relative;
}
.topmenu li.elementor.menu-item li {
float: initial;
}
.topmenu li.menu-item-has-children a{
padding-left:5px;
position: relative;
z-index: 999;
}
div[class*="header"] .topmenu li.menu-item-has-children > a::after,
section[class*="header"] .topmenu li.menu-item-has-children > a::after,
div[class*="header"] .topmenu li.menu-item.elementor > a::after {
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 700;
margin-right: 11px;
z-index: 999;
vertical-align: middle;
}
div[class*="header"] .topmenu li ul li.menu-item-has-children > a::after,
section[class*="header"] .topmenu li ul li.menu-item-has-children > a::after {
content: "\f104";
font-family: "Font Awesome 5 Free";
font-weight: 700;
margin-left: 11px;
z-index: 999;
}
div[class*="header"] .topmenu li ul li > a::after,
section[class*="header"] .topmenu li ul li > a::after {
float: left;
}
.topmenu li > a {
font-size:15px;
text-align:right;
color:var(--main-text-color);
padding:0 7px;
line-height:32px;
font-weight:300;
margin:0 5px;
transition-duration:0s;
display:block;
}
.topmenu li:hover > a{
color:#000;
}
.topmenu li ul:not([class*=elementor]),
.topmenu li .sub-menu.ah-elementor-submenu-wrapper{
position:absolute;
top: 45px;
right:0;
background:#fff;
z-index:999999;
opacity:0;
box-shadow:var(--main_soft_shadow);
visibility:hidden;
transition-duration:0.1s;
width:250px;
padding:0;
}
.topmenu > li > ul.sub-menu {
top: 35px;
}
.topmenu li ul:not([class*=elementor]) li ul{
top:0;
right:100%;
}
.topmenu li:hover > ul{
opacity:1;
visibility:visible;
}
.topmenu li ul li{
display:block;
margin:0;
width:100%;
border-bottom:1px solid #eee;
}
.topmenu li .sub-menu.ah-elementor-submenu-wrapper li {
width: initial;
border: initial;
}
.topmenu li ul li.menu-item-has-children::after{
transform:rotate(90deg);
}
.topmenu li ul li:hover::after{
color:var(--main-text-color);
}
.topmenu li ul li:last-child{
border-bottom:none;
}
.topmenu li ul li a{
width: 100%;
margin:0;
padding-right:25px;
line-height:3;
font-size:15px;
border-radius:0;
color: #000;
}
.topmenu li ul li[class^=elementor] a {
padding: 0;
}
.topmenu li ul li:hover > a{
color:var(--main-text-color);
background:transparent;
}
.open-mobile-submenu{
font-weight: 700;
position: absolute;
top: 15px;
left: 10px;
z-index: 999;
color: #fff;
width: 30px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
}
.logo{
width:300px;
display:block;
height:100px;
float:right;
margin-top:8px;
text-align: center;
position: relative;
}
.logo-wrapper .logo {
display: flex;
align-items: center;
}
.logo img{
position:absolute;
max-width:90%;
max-height:100%;
top:50%;
right: 0;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height:auto;
}
.logo .logo-text {
font-size: 1.7em;
font-weight: bold;
color: #121212;
}
.logo.has-mobile-logo .mobile-logo {
display:none;
}
.topbar .logo.has-trs-logo img:not(.ahura_transparent_logo) {
display: none;
}
.header-cta{
margin:25px 0 25px 15px;
background:#fed700;
border-radius:4px;
color:#fff;
float:right;
display: inline-block;
line-height:50px;
padding:0 25px;
}
input,textarea{
padding:5px;
font-size: 15px;
border:1px solid #dbe2e8;
background-color:#fff;
border-radius:4px;
color:#3b4756;
box-shadow:var(--main_soft_shadow);
}
input:focus,textarea:focus{
border-color:#fed700;
}
input[type="submit"],
button,
#ex1 button{
background:#fed700;
padding:10px 5%;
color:var(--main-text-color);
cursor:pointer;
border-radius:4px;
border:none;
box-shadow:var(--main_soft_shadow);
}
input[type="submit"]:hover{
box-shadow:var(--main_soft_shadow);
}
.aligncenter, img.aligncenter,
.wp-block-image .aligncenter, .wp-block-image img.aligncenter {
justify-content: center;
display: flex;
flex-wrap: wrap;
margin: 0 auto 0 auto;
}
.alignstart, img.alignstart, .alignright,
.wp-block-image .alignstart, .wp-block-image img.alignstart, .wp-block-image .alignright {
justify-content: start;
display: flex;
flex-wrap: wrap;
margin-right: 0;
margin-left: auto;
}
.alignend, img.alignend, .alignleft,
.wp-block-image .alignend, .wp-block-image img.alignend, .wp-block-image .alignleft {
margin-right: auto;
margin-left: 0;
justify-content: end;
display: flex;
flex-wrap: wrap;
}
.site-container{
width:1280px;
margin:0 auto;
padding:0 10px;
}
.main-menu{
width:300px;
float:right;
}
.main-menu ul{
background:#fff;
width:100%;
border-radius:0 0 5px 5px;
border-bottom:4px solid #f1f1f1;
box-shadow:var(--main_soft_shadow);
}
.main-menu li a{
display:block;
line-height:45px;
font-weight:500;
border-bottom:1px solid #f1f1f1;
padding:0 35px;
}
.main-menu li a:hover{
color:#fed700;
}
.main-menu li:last-child a{
border-bottom:none;
}
.main-menu li{
width: 100%;
display: block;
position: relative;
}
.main-menu li:nth-child(1):hover{
border-right:4px solid #ef5350;
}
.main-menu li:nth-child(2):hover{
border-right:4px solid #AB47BC;
}
.main-menu li:nth-child(3):hover{
border-right:4px solid #5C6BC0;
}
.main-menu li:nth-child(4):hover{
border-right:4px solid #42A5F5;
}
.main-menu li:nth-child(5):hover{
border-right:4px solid #26A69A;
}
.main-menu li:nth-child(6):hover{
border-right:4px solid #66BB6A;
}
.main-menu li:nth-child(7):hover{
border-right:4px solid #D4E157;
}
.main-menu li:nth-child(8):hover{
border-right:4px solid #FFCA28;
}
.main-menu li:nth-child(9):hover{
border-right:4px solid #FF7043;
}
.main-menu li:nth-child(10):hover{
border-right:4px solid #78909C;
}
.main-menu li ul{
position: absolute;
top:0;
opacity:0;
z-index: 9999;
border-radius:4px;
right:200%;
visibility: hidden;
}
.main-menu li ul li{
border-right:none;
}
.main-menu li ul li a{
font-weight:500;
padding:0 10px;
}
.main-menu li.menu-item-has-children{
position: relative;
}
.main-menu li:before {
position: absolute;
right: 10px;
top:17px;
}
.main-menu li:hover:after{
color:#fed700;
}
.main-menu li.menu-item-has-children:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f053";
position: absolute;
top:17px;
left:20px;
}
.main-menu li:hover > ul{
visibility: visible;
width:220px;
top:0;
opacity:1;
right:100%;
background: #fff;
}
.clear{
width: 100%;
height:1px;
clear: both;
}
.headerbox{
float:right;
width:1110px;
box-shadow: var(--main_soft_shadow);
border-radius:10px;
overflow:hidden;
margin:20px 0;
}
.headerbox article{
float:right;
display: inline-block;
position: relative;
}
.headerbox article:hover{
opacity:0.9;
}
.headerbox article img{
width:100%;
height:auto;
}
.headerbox-p1{
width:46%;
height:300px;
background-size: cover;
background-position: center;
}
.headerbox-p2{
width:27%;
height:150px;
background-size: cover;
background-position: center;
}
.headerbox article a{
position: absolute;
top:0;
right:0;
width:100%;
height:100%;
}
.headerbox article:nth-child(1) a{
background: #4db2ec90;
background: linear-gradient(45deg, #4db2ec90 0%, #4a8f5e90 100%);
}
.headerbox article:nth-child(1) a span{
font-size:19px;
}
.headerbox article:nth-child(2) a{
background: #d1764690;
background: linear-gradient(45deg, #d1764690 0%, #c6393990 100%);
}
.headerbox article:nth-child(3) a{
background: #d760b790;
background: linear-gradient(45deg, #d760b790 0%, #3b78b490 100%);
}
.headerbox article:nth-child(4) a{
background: rgba(244, 208, 63, 0.9);
background: linear-gradient(45deg, rgba(244, 208, 63, 0.9) 0%, #f27a3590 100%);
}
.headerbox article:nth-child(5) a{
background: #4CAF5090;
background: linear-gradient(45deg, #4CAF5090 0%, #00796B90 100%);
}
.headerbox article a span{
color:#fff;
margin:27% 10%;
width:80%;
display:block;
text-shadow:0 0 10px rgba(0,0,0,0.5);
font-size:16px;
text-align: center;
}
.levelF {
right: 3px;
left: 0;
top: 100%;
}
.float-mode
{
position: absolute;
z-index: 100;
}
header.filter-header-bg-on-scroll.scrolled-topbar {
background-color: #fffc;
}
html:is(.ahura-dark-theme, .ahura-black-theme) header.filter-header-bg-on-scroll.scrolled-topbar {
background-color: #000c;
}
.scrolled-topbar, .sticky-topbar{
position: fixed;
z-index: 9999;
}
header:not(.in_custom_header) .scrolled-topbar li{
margin:5px 0;
}
.scrolled-topbar .logo{
width:188px;
height:60px;
margin-top:0;
}
.scrolled-topbar .search-form:not(.in_custom_header){
margin-top:5px
} .scrolled-topbar .cats-list ul.menu.show_menu
{
display: block;
top: 0;
border-top: 5px solid #fed700;
}
.scrolled-topbar .topmenu li ul{
top:50px;
}
.scrolled-topbar .topmenu li ul li ul{
top:0;
}
.search-form:not(.in_custom_header){
width:100%;
margin-top:30px;
position: relative;
}
.search-form input[type=text]{
width:100%;
font-size:16px;
background:#ffffff;
border:none;
border-radius:50px;
padding:0 20px;
line-height:50px;
font-weight:300;
}
.header-mode-1 .topbar-main .logo
{
width: 100%;
}
.header-mode-1 .panel_menu_wrapper
{
display: flex;
align-items: center;
justify-content: flex-end;
}
.search-form #ajax_search_loading{
display: none;
position:absolute;
left:15px;
top:15px;
font-size: 20px;
}
.search-form #ajax_search_loading span{
color: #fed700;
}
.search-form #ajax_search_res {
background: #fff;
width: 100%;
max-height: 350px;
overflow: auto;
z-index: 999999;
top: 100%;
position: absolute;
border-radius: 10px;
box-shadow: 0 15px 20px rgba(40, 46, 54,0.1);
color: #444;
}
.search-form #ajax_search_res a{
padding:20px;
font-size:15px;
opacity:0.4;
color:#000;
display:block;
border-bottom:1px solid #dddddd50;
}
.search-form #ajax_search_res a:hover {
opacity:1;
}
.search-form #ajax_search_res p {
margin: 0;
padding: 10px;
}
.search-form #ajax_search_res:not(.show) {
transform: translateY(10px);
opacity: 0;
pointer-events: none;
}
.slide_box .owl-carousel .owl-item p{
color:#6b7074;
font-weight:200;
padding:0 10%;
min-height:110px;
margin-bottom:10px;
text-align: center;
font-size:13px;
}
.postbox6{
width:46%;
padding:1% 1.5%;
min-height:450px;
background:#fff;
border-radius:10px;
box-shadow:var(--main_soft_shadow);
margin:50px 0 0 1%;
float:right;
}
.postbox6 article img{
width:100%;
border-radius:5px;
box-shadow:var(--main_soft_shadow);
height:auto;
}
.postbox6 .cat-more-link{
width:20%;
}
.postbox6 .cat-name{
width:75%;
}
.postbox6post1{
margin:10px 0;
width:48%;
float:right;
}
.postbox6post1 a.fimage{
float:right;
width:100%;
margin-bottom:10px;
}
.postbox6post1 h3{
font-size:16px;
margin-bottom:5px;
color:#444;
}
.postbox6post1 p{
font-size:13px;
font-weight:200;
}
.postbox6post2{
width:49%;
float:right;
}
.postbox6post2 article{
width:100%;
margin:10px 0 8px 0;
float:right;
}
.postbox6post2 a.fimage{
width:40%;
float:right;
margin-left:20px;
}
.postbox6post2 h4{
color:#555;
font-size:13px;
padding:10px 0 0;
}
.postbox7{
float:right;
margin:50px 1% 0 0;
}
.post-meta{
margin-bottom:5px;
}
.ahura-post-single .post-entry {
overflow-x: hidden;
}
.post-entry ul.post-meta {
margin-bottom: 5px;
padding-right: 0px;
margin-right: 0px;
}
.post-meta li{
display:inline-block;
font-size:11px;
color:#777;
margin-left:10px;
}
.post-meta li a{
font-size:11px;
color:#777;
}
.post-meta .post-categories li a{
font-size: 12px;
color: var(--main-text-color);
}
.comment-form-comment textarea {
min-height: 200px;
}
.comment-form input:not([type="checkbox"],[type="radio"]) {
width:100%;
}
.comment .reply{
display: inline-block;
}
.comment-reply-title,.comments-area h3{
font-size:19px;
}
.comment-reply-title small a {
margin-right: 10px;
padding: 2px 7px;
border-radius: 5px;
background: #eee
}
.website-footer{
width:100%;
background-position:left bottom;
background-repeat:no-repeat;
background-color:#fff;
margin-top:30px;
}
.website-footer .row
{
margin: 0;
}
.footer-legend{
background-size:cover;
}
.footer-legend .footer-legend-inner{
padding:50px 0;
color:var(--main-text-color);
width:1000px;
margin:0 auto;
}
.footer-legend-inner h5{
color:var(--main-text-color);
font-size:22px;
float:right;
line-height:50px;
}
.footer-legend-inner a {
color: var(--main-text-color);
padding: 0 20px;
line-height: 50px;
float: left;
background: #fed700;
box-shadow: var(--main_soft_shadow);
border-radius: 7px;
font-size: 18px;
transition: ease .15s;
}
.footer-legend-inner a:hover {
transform: scale(1.1);
}
.footer-center{
width:1280px;
padding:10px;
margin:0 auto;
}
.footer-center-border-top::before{
content: " ";
width:100%;
height:8px;
border-radius:10px;
background:#00b0ff;
display:block;
}
.website-footer .footer-widget{
color:var(--main-text-color);
padding:20px 2% 50px;
}
.website-footer .footer-widget img{
border-radius: 7px;
}
.website-footer .footer-widget .list-posts-widget li
{
padding: 5px;
border-color: #eeeeee0d;
margin-bottom: 10px;
min-height: 80px;
}
.website-footer .footer-widget .list-posts-widget li p
{
text-align: right;
}
.website-footer .footer-widget .list-posts-widget img
{
float: right;
width: 70px;
height: auto;
margin-left: 10px;
}
.website-footer .footer-widget .ahura_social_widget,
.sidebar-widget .ahura_social_widget
{
margin-top:30px;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.sidebar-widget .ahura_social_widget
{
padding: 5px;
grid-column-gap: 5px;
}
.website-footer .footer-widget .ahura_social_widget a{
text-align:center;
}
.website-footer .footer-widget .ahura_social_widget a img,
.sidebar-widget .ahura_social_widget a img
{
max-width:85%;
}
.post-box{
width:930px;
float:right;
}
.post-box div[id^="attachment"] {
max-width: 100%
}
.post-entry{
padding:15px 4%;
background:white;
border-radius:10px;
border:var(--main-box-border);
box-shadow:var(--main_soft_shadow);
margin-bottom:20px;
}
.post-entry img{
max-width:100%;
height:auto;
display: block;
}
.post-title h1{
margin:0 0 10px 0;
line-height:2.5em;
border-bottom:1px solid #f4f7fc;
display:block;
color:#031b4e;
font-weight:700;
}
.post-header{
width:100%;
box-shadow:inset 0 0 25px rgba(0,0,0,0.5);
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
text-align:center;
background-size:cover;
background-position:center center;
}
.post-header:hover{
-webkit-filter:none;
filter:none;
}
.post-header *{
color:#fff;
text-shadow:0 0 10px #000;
}
.post-header .cover{
background:rgba(0,0,0,0.7);
width:100%;
top:0;
padding:20px 0 70px 0;
right:0;
}
.post-header .breadcrumb{
text-align: center;
}
.post-header header a{
font-size: 24px;
display: block;
margin-top:50px;
font-weight:500;
text-align:center;
line-height:70px;
}
.post-header .breadcrumb{
font-weight:100;
padding:0 20px;
font-size:15px;
}
.post-header .breadcrumb *{
font-size:15px;
line-height:30px;
font-weight:100;
}
.post-entry .post-meta li{
margin-bottom:20px;
font-size:12px;
}
.post-entry p {
font-size: 16px;
line-height: 1.7;
font-weight: 300;
margin-bottom: 15px;
}
.post-entry div[class^="elementor"] p,
.post-entry div[class^="elementor"] {
font-size: unset;
line-height:unset;
color: inherit;
}
.elementor-widget-container p {
text-align: inherit;
}
.post-entry ul li,
.single article ul li,
.single .hentry ul li,
#tab-description ul li,
.elementor-widget-text-editor ul li,
.ah-post-content-element ul li{
list-style: disc;
margin-right: 20px;
}
.post-entry .aphv-items ul li {
list-style: none;
margin: 0;
}
.post-entry ol li,
.single article ol li,
.single .hentry ol li,
#tab-description ol li,
.elementor-widget-text-editor ol li {
list-style:decimal;
}
.post-entry .sidebar-widget ul li {
margin: auto;
}
.post-entry ul.post-categories {
display: inline-block;
}
.post-entry ul.post-categories li {
margin-left: 0;
margin-bottom: 0;
}
.post-entry blockquote {
background-color: var(--ahura-c-bg-primary);
color: var(--ahura-c-text-primary);
border-right: 3px solid #333;
padding: 20px;
margin: 20px;
font-style: italic;
display: flex;
}
.post-entry h1,.post-entry h2,.post-entry h3,.post-entry h4,.post-entry h5,.post-entry h6{
margin:20px 0 10px 0;
}
.post-entry #tags{
margin:20px;
font-size:13px;
color:#999;
}
.post-entry #tags *{
font-size:13px;
color:#999;
}
.related-posts{
width:100%;
margin-bottom:30px;
}
.related-posts-title{
color:#fed700;
width:100%;
font-size:17px;
display:block;
font-weight:600;
line-height:45px;
border-bottom:3px solid #fed700;
margin-bottom:10px;
}
.related-posts .postbox1posts article.grid-post {
height: 100px
}
.related-posts .postbox1posts article.grid-post {
margin-bottom: 10px;
}
.related-posts .postbox1posts article.grid-post a {
background-image: none;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
.comments-area h3{
margin:0 0 20px 0;
line-height:40px;
border-bottom:1px solid #ddd;
color: var(--ahura-c-text-primary);
}
.comment-form-url,.comment-form-email,.comment-form-author{
width:calc(33.3% - 20px);
display:inline-block;
margin-left:17px;
}
#commentform label:not([for="wp-comment-cookies-consent"]){
display:block;
}
#commentform textarea{
margin: 20px 0;
width: 100%;
padding: 10px;
max-width: 100%;
resize: vertical;
}
#commentform textarea:focus{
padding:2%;
}
#commentform input[type=submit] {
width: auto;
font-size: 17px;
padding: 10px 25px;
text-align: center;
}
#commentform{
margin: 10px 0;
display: block;
}
.commentlist .review,.commentlist .comment{
background-color: var(--ahura-c-bg-secondary);
border:1px solid var(--ahura-c-bg-primary);
padding:20px 30px;
box-shadow:var(--main_soft_shadow);
margin-bottom:30px;
border-radius:5px;
}
.commentlist .children {
list-style: none;
}
.commentlist .review .vcard,.commentlist .comment .vcard{
float:right;
margin-left:20px;
width:13%;
}
.commentlist .review .vcard img,.commentlist .comment .vcard img{
width:100%;
height:auto;
border-radius:100%;
}
.commentlist .comment .comment-meta.commentmetadata a{
color: #989898;
}
.commentlist .review p,
.commentlist .comment p{
font-size:14px;
line-height: 1.7;
}
.comment-reply-link{
float:right;
margin-left:10px;
box-shadow:var(--main_soft_shadow);
color:#fed700;
border:1px solid #fed700;
padding:3px 10px;
margin-bottom:15px;
border-radius:3px;
}
.commentlist .review .comment-body,.commentlist .comment .comment-body{
min-height:220px;
}
.authorbox{
width:96%;
padding:2%;
margin:40px auto 20px auto;
min-height:150px;
box-shadow:var(--main_soft_shadow);
border-radius:5px;
display: flex;
}
div.authorimg{
float:right;
margin-left:20px;
display: flex;
align-items: center;
}
.authorimg img{
border-radius:100%;
margin:0;
box-shadow:var(--main_soft_shadow);
min-width: 125px;
height: 125px;
}
.authorabout{
padding-top:20px;
}
.authorabout span{
font-weight:600;
font-size:18px;
margin-bottom: 12px;
display: block;
}
.authorabout span a:not(a.author-link){
background:#fed700;
border-radius:20px;
padding:0 5px;
color:#fff;
}
.sidebar{
float:left;
width:300px;
}
.sidebar.sticky_sidebar .theiaStickySidebar {
top: 0;
}
.rightsidebar{
float:right;
width:300px;
}
.sidebar-widget img{
border-radius:10px;
max-width:100%;
height:auto;
}
.sidebar-widget{
background:#fff;
border:var(--main-box-border);
border-radius:20px;
box-shadow:var(--main_soft_shadow);
margin-bottom:25px;
padding:10px;
}
.sidebar-widget form{
margin-top:30px;
}
.sidebar-widget-title,
.sidebar-widget .wp-block-heading { padding:0 5%;
line-height:2.2em;
display: block;
font-weight:600;
font-size:18px;
position: relative;
}
.sidebar-widget-title::before,
.sidebar-widget .wp-block-heading::before {
content: '';
display: block;
width: 5px;
position: absolute;
right: 0;
bottom: 0;
top: 0;
border-radius: 100px;
background-color: #35495c;
}
.mw_ltr .sidebar-widget-title::before,
.mw_ltr .sidebar-widget .wp-block-heading::before {
right: initial;
left: 0;
}
.sidebar .sidebar-widget .chosen:not(.wc-layered-nav-rating) a {
background: #fed700;
padding: 0 10px;
display: inline-block;
border-radius: 7px;
line-height: 2;
}
.sidebar .sidebar-widget .chosen {
margin-top: 5px;
}
.sidebar .sidebar-widget .chosen::before {
display: none;
}
.sidebar-widget ul, .sidebar-widget .social2-box {
padding:20px;
}
.sidebar-widget .list-posts-widget li
{
padding: 0;
border-color: #0000000d;
margin: 0;
}
.sidebar-widget .list-posts-widget li a
{
padding: 5px 0;
}
.sidebar-widget .list-posts-widget img
{
float: right;
width: 70px;
height: 70px;
margin-left: 10px;
}
.gallery-item{
margin:0;
}
.gallery-item img{
max-width: 100%;
border-radius:0;
border:none;
height:auto;
}
.sidebar-widget .textwidget{
padding:20px 30px;
text-align: justify;
}
.navigation{
text-align:center;
margin-top:50px;
width:100%;
display:block;
margin-bottom:70px;
}
.navigation ul{
text-align: center;
}
.navigation ul li {
line-height: 60px;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
color: #fed700;
text-decoration:none;
}
.navigation li {
display: inline;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
background-color:transparent;
border:2px solid #fed700;
border-radius: 3px;
cursor: pointer;
padding: 12px;
padding: 0.75rem;
}
.navigation li a:hover,
.navigation li.active a {
color:#fff;
background-color:#fed700;
}
.post-index{
float:none;
margin-top:20px;
}
.post-index h2.cat-name{
color:#fed700;
border-bottom-color:#fed700;
width:99%;
}
.post-index .fimage{
position: relative;
display:block;
}
.cat-description{
background-color:#3f3492;
box-shadow:inset 5px 5px 25px 0 rgba(46,61,73,.2);
padding:30px 0 50px 0;
margin-bottom:20px;
}
div.cat-description h1{
color:#fff;
text-align: center;
text-shadow:2px 2px 2px rgba(0,0,0,0.2);
font-size:25px;
line-height:60px;
}
.cat-description-inner{
width:80%;
margin:0 auto;
}
.cat-description-inner *{
color:#fff;
}
.list-posts-widget li{
margin-bottom:15px;
text-align:center;
border-bottom:1px solid #ddd;
padding-bottom:10px;
}
.list-posts-widget li a{
display: block;
position: relative;
}
.list-posts-widget li a::after
{
content: '';
display: block;
clear: both;
}
.list-posts-widget li p{
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 80px;
}
.list-posts-widget li .post-date{
font-size:12px;
}
.list-posts-widget li:hover p{
color:#fed700
}
#topbar .menu-icon{
display: none;
z-index: 99;
}
.shopbox1{
margin-top:50px;
}
@font-face {
font-family: "dashicons";
src: url(//porjigar.ir/wp-content/themes/ahura/fonts/dashicons.eot);
}
@font-face {
font-family: "dashicons";
src: url(//porjigar.ir/wp-content/themes/ahura/fonts/dashicons.woff) format("woff"),
url(//porjigar.ir/wp-content/themes/ahura/fonts/dashicons.ttf) format("truetype"),
url(//porjigar.ir/wp-content/themes/ahura/fonts/dashicons.svg#dashicons) format("svg");
font-weight: normal;
font-style: normal;
}
.star-rating{
direction: ltr;
float:right;
margin-right:20px;
margin-bottom:20px;
}
.star-rating .star-full:before {
content: "\f155";
}
.star-rating .star-half:before {
content: "\f459";
}
.star-rating .star-empty:before {
content: "\f154";
}
.star-rating .star {
color:#f3c01b;
display: inline-block;
font-family: dashicons;
font-size:32px;
font-style: normal;
font-weight: 400;
height:32px;
line-height: 1;
text-align: center;
text-decoration: inherit;
vertical-align: top;
width:32px;
}
.sharing{
margin:10px auto;
width:97%;
line-height:50px;
color:#333;
}
.sharing a{
display:inline-block;
border-right:1px solid #ddd;
}
.sharing a:first-of-type{
border-right:none
}
.sharing a img{
width:22px;
height:22px;
margin:0 10px;
}
.category-alt{
background: #fed700;
color: #fff;
border-radius: 100px;
position: absolute;
top: 14px;
padding: 3px 10px;
left: 14px;
font-size: 12px;
z-index:2;
}
.single-post-thumbnail-right{
float:right;
margin-left:20px;
margin-bottom:20px;
}
.single-post-thumbnail-right img,
.single-post-thumbnail-left img
{
margin:0;
height:auto;
border-radius:10px;
}
.single-post-thumbnail-left{
float:left;
margin-right:20px;
margin-bottom:20px;
}
.single-post-thumbnail-wide {
width: 100%;
}
.single-post-thumbnail-wide img {
max-width: initial;
width: 100%;
}
.page-404{
margin-top: 40px;
}
.error404{
color:#bbb;
font-weight:500;
text-align:center;
}
.page-404 .post-entry {
justify-content: center;
}
.is-404-page-wrap {
width: 100%;
}
.go-home-404{
background-color: #00b0ff;
color: white;
padding: 10px 20px;
border-radius: 100px;
box-shadow: 0 0 10px rgb(0 176 255 / 10%);
margin: 10px 0;
display: inline-block;
}
.template-404-2 {
display: flex;
gap: 20px;
align-items: center;
justify-content: space-between;
}
.template-404-2 .temp-details h3 {
font-size: 30px;
margin-bottom: 18px;
color: #333;
font-weight: 500;
}
.template-404-2 .temp-details h3 span {
color: #FF9800;
font-weight: 700;
}
.template-404-2 .temp-details p {
font-weight: 400;
margin: 5px 0;
font-size: 17px;
color: #7e7e7e;
}
.template-404-2 .temp-details form {
margin: 30px 0;
display: flex;
gap: 10px;
}
.template-404-2 .temp-details form :is(input,select,button) {
height: 50px;
padding: 14px;
vertical-align: middle;
border-radius: 7px;
}
.template-404-2 .temp-details form input {
width: 63%;
}
.template-404-2 .temp-details form button {
color: #fff;
background-color: #333;
}
.template-404-2 .temp-details form select {
border: none;
}
.template-404-2 .temp-details a {
display: flex;
align-items: center;
gap: 9px;
color: var(--ahura-c-text-secondary);
font-weight: 400;
font-size: 17px;
}
.template-404-2 .temp-details a svg {
stroke: var(--ahura-c-text-secondary);
}
#wait_approval{
background:#43A047;
color:#fff;
font-weight:300;
padding:10px 20px;
border-radius:5px;
box-shadow:var(--main_soft_shadow);
}
.grid-post-red a{
background-image: linear-gradient(360deg, rgba(183,28,28 ,0.77) 0%, rgba(12,211,31,0) 40%);
}
.grid-post-green a{
background-image: linear-gradient(360deg, rgba(104,159,56 ,0.5) 0%, rgba(12,211,31,0) 70%);
}
.grid-post-grey a{
background-image: linear-gradient(360deg, rgba(0,0,0 ,0.8) 0%, transparent 50%);
}
.grid-post-purple a{
background-image: linear-gradient(360deg, rgba(81,45,168 ,0.77) 0%, rgba(12,211,31,0) 70%);
}
.grid-post-orange a{
background-image: linear-gradient(360deg, rgba(230,81,0 ,0.77) 0%, rgba(12,211,31,0) 70%);
}
.grid-post-blue a{
background-image: linear-gradient(360deg, rgba(13,71,161 ,0.77) 0%, rgba(12,211,31,0) 70%);
}
.footer-copyright-fullwidth {
width: 100%;
color: var(--main-text-color);
float: right;
text-align:right;
}
.footer-copyright2
{
color: var(--main-text-color);
}
.footer-copyright2-section {
width: 50%;
display: flex;
flex-direction: row-reverse;
align-items: center;
gap: 20px;
}
.footer-copyright{
float:right;
text-align:right;
}
.footer-copyright2{
float:left;
text-align:left;
}
.commentlist .review, .commentlist .comment{
min-height:220px;
list-style: none;
}
.commentlist .reply::after {
display: block;
content: "";
clear: both;
} .cats-list div[class^="menu-"]{
position: relative;
}
.cats-list .menu{
background:#fff;
box-shadow:var(--main_soft_shadow);
position:absolute;
top:0;
z-index:20;
transition:0s 0s ease-in-out;
padding:20px 20px 20px 0;
border-radius:0 0 10px 10px;
right:0;
width:100%;
}
.left.cats-list .menu {
padding-left: 20px;
}
.cats-list .menu li:not([class*=elementor]) img{
width:24px;
height:24px;
margin-top:8px;
float:right;
margin-left:10px;
}
.cats-list .menu>li{
position: relative;
transition:0s 0s ease-in-out;
line-height:40px;
}
.cats-list .menu>li ul li{
transition-duration:0s;
}
.cats-list .menu li:last-child{
border-bottom:none
}
.cats-list .menu li a{
font-weight:300;
transition:0s 0s ease-in-out;
display:block;
}
.cats-list .menu li:hover > a{
color:#fed700
}
.cats-list .menu li ul:not([class*=elementor]),
.cats-list .menu li .sub-menu.ah-elementor-submenu-wrapper {
width:300px;
right:270px;
padding:10px;
top:0;
right: 100%;
position: absolute;
background:white;
border-radius:10px;
box-shadow:var(--main_soft_shadow);
visibility:hidden;
opacity: 0;
transition: all 0.15s;
}
.cats-list .menu li.mega_menu ul ul {
bottom: initial;
top: 100%;
right: 0;
z-index: 50;
}
.ahura-main-header .bottom-section .cats-list.left ul.menu li.mega_menu ul ul {
left: 0;
}
.cats-list .menu li.mega_menu ul li {
position: relative;
}
.cats-list .menu .mega_menu_hover:hover > ul,
.top-menu .mega_menu_hover:hover > ul,
.cats-list .mega_menu_hover:hover > .ah-elementor-submenu-wrapper.sub-menu,
.topmenu .mega_menu_hover:hover > ul,
.topmenu .mega_menu_hover:hover .sub-menu.ah-elementor-submenu-wrapper {
visibility: visible;
opacity: 1;
}
.topmenu .mega_menu_hover:hover .sub-menu.ah-elementor-submenu-wrapper {
z-index: 9999;
}
div li.mega_menu ul.sub-menu.mega_menu_show_ul,
.cats-list ul.menu li.elementor.menu-item .ah-elementor-submenu-wrapper.sub-menu.mega_menu_show_ul,
.cats-list .menu li ul.sub-menu.mega_menu_show_ul,
.top-menu li ul.sub-menu.mega_menu_show_ul,
.topmenu li ul.sub-menu.mega_menu_show_ul {
visibility: visible;
display: block;
opacity: 1;
position: relative;
right: auto;
left: auto;
}
#mega_menu_plus{
visibility: hidden;
position: absolute;
left: 0;
top: 0;
cursor: pointer;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}
.cats-list .menu li ul li{
padding:0 10px;
}
.cats-list .menu li.mega_menu,
.top-menu li.mega_menu,
.topmenu li.mega_menu {
position:static;
}
.cats-list .menu li.mega_menu > ul,
.top-menu li.mega_menu > ul,
.topmenu li.mega_menu > ul{
width:calc(1280px - 292px);
right:100%;
max-width: inherit;
border-radius:0 0 0 10px;
min-height:410px;
}
.top-menu li.mega_menu ul,
.topmenu li.mega_menu ul{
right:0;
}
.cats-list .menu li.mega_menu > ul > li,
.top-menu li.mega_menu > ul > li,
.topmenu li.mega_menu > ul > li{
width:25%;
display:inline-block;
border-bottom: none;
}
.top-menu li.mega_menu ul li a,
.topmenu li.mega_menu ul li a {
text-align: right;
}
.top-menu li.mega_menu ul li a::after,
.topmenu li.mega_menu ul li a::after {
display: none;
}
.cats-list .menu li.mega_menu ul.sub-menu,
.top-menu li.mega_menu ul.sub-menu,
.topmenu li.mega_menu ul.sub-menu{
background-position: bottom left;
background-size: 250px;
background-repeat: no-repeat;
}
.cats-list .menu li.mega_menu ul.sub-menu ul.sub-menu,
.top-menu li.mega_menu ul.sub-menu ul.sub-menu,
.topmenu li.mega_menu ul.sub-menu ul.sub-menu {
top: 100%;
}
#topbar:not(.scrolled-topbar) .bottom-position .topmenu li.mega_menu ul.sub-menu {
margin-top: 25px;
}
#topbar:not(.scrolled-topbar) .bottom-position .topmenu li.mega_menu ul.sub-menu ul {
margin: 0;
}
.ahura-2cr-column .post-box{
float: left;
}
.ahura-1c-column .post-box{
width: 100%;
}
.ahura-3c-column .post-box::after
{
content: '';
display: block;
clear: both;
}
.ahura-post-single{
margin-top: 40px;
}
.ahura-post-single .post-entry:nth-child(2){
margin-bottom: 25px;
}
.ahura-2cr-column aside{
float: right;
}
.ahura-3c-column .bread-crumb2{
width: 65%;
float: left;
}
.ahura-3c-column .post-entry .single-post-thumbnail-right,
.ahura-3c-column .post-entry .single-post-thumbnail-left
{
float: none;
margin: 0 0 20px 0;
}
.ahura-3c-column .post-entry .single-post-thumbnail-right
{
text-align: right;
}
.ahura-3c-column .post-entry .single-post-thumbnail-left
{
text-align: left;
}
.ahura-3c-column .post-entry{
width: 65%;
float: left;
}
.ahura-1cc-column .post-box{
width: 1000px;
margin: 40px auto;
float: none;
}
.site-container.ahura-post-single:not(.ahura-3c-column) article.post-entry{
width: 100%;
}
.single-post-thumbnail img {
display: inline-block;
border-radius: 10px;
}
.single-post-thumbnail-center{
text-align: center;
}
.sidebar-widget form.searchform #searchsubmit,
.footer-widget form.searchform #searchsubmit
{
margin-top: 5px;
}
.sidebar-widget .searchform {
text-align: center;
}
.ahura-post-single .wp-block-image
{
text-align: center;
}
#goto-top {
position: fixed;
z-index: 9999999;
width: 60px;
height: 60px;
bottom: 30px;
color: #ffffff;
border-radius: 5px;
justify-content: center;
cursor: pointer;
align-items: center;
font-size: 1.1rem;
display: none;
}
#goto-top span {
width: 38px;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
}
#goto-top span::before {
color: #ffffff;
}
#goto-top.right
{
right: 30px;
}
#goto-top.left
{
left: 30px;
}
.post-box .postbox1posts article {
background-size: cover;
background-position: center;
transition-duration: 0.3s;
position: relative;
border-radius: 7px;
}
.post-box .postbox1posts article:hover {
opacity: 0.8;
}
.post-box .postbox1posts article img {
width: 100%;
height: auto;
}
.post-box .grid-post{
position: relative;
overflow:hidden;
background-size: cover;
background-position: center;
transition-duration:0.3s;
}
.post-box .grid-post a {
display: block;
width: 100%;
background-color: transparent;
padding: 20px;
color: #fff;
text-shadow: 0 0 5px #000;
} .postbox4 {
margin-top: 60px;
}
.postbox4 .flexed {
display: flex;
flex-wrap: wrap;
}
.postbox4 div.col-md-3,
.postbox4 div.col-md-4,
.postbox4 div.col-lg-3 {
margin: 1em 0;
}
.postbox4 article {
display: flex;
flex-wrap: wrap;
width: 100%;
height: 100%;
border-radius: 20px;
background-color: #fff;
float: right;
padding: 10px;
transition-duration: 0.2s;
box-shadow: var(--main_soft_shadow);
position: relative;
}
.postbox4 article > a,
.postbox4 article > div {
width: 100%;
}
.postbox4 article .meta {
align-self: end;
}
.postbox4 article .fimage img {
width: 100%;
height: auto;
border-radius: 20px;
}
.postbox4 article h3 {
color: #555;
font-weight: 400;
font-size: 16px;
text-align: center;
margin: 15px 15%;
}
.postbox4 article p {
color: #6b7074;
font-weight: 200;
padding: 0 10%;
margin-bottom: 2px;
text-align: center;
font-size: 13px;
}
.postbox4 .excerpt.has_margin {
margin-bottom: 80px;
}
.postbox4 article .post-author {
float: right;
line-height: 38px;
font-size: 12px;
font-weight: 100;
margin: 0 15px 10px 0;
}
.postbox4 article .post-author img {
width: 38px;
height: 38px;
margin-left: 8px;
float: right;
border-radius: 100%;
}
.postbox4 article .post-meta {
line-height: 38px;
font-size: 12px;
float: right;
margin: 0 10px;
font-weight: 100;
}
.postbox4 .cat-name {
width: 89%;
line-height: 40px;
display: inline-block;
border-right: 4px solid;
padding-right: 1em;
}
.postbox4 .cat-more-link {
text-align: center;
width: 9%;
float: left;
padding: 4px;
color: #fff;
border-radius: 5px;
}
.shop-page-sidebar-toggle {
position: relative;
display: none;
background-color: var(--mw_primary_color);
color: var(--main-text-color);
text-align: center;
font-size: 17px;
padding: 11px;
border-radius: 7px;
margin-bottom: 15px;
cursor: pointer;
overflow: hidden;
transition: ease .3s;
}
.shop-page-sidebar-toggle.show-sidebar {
background-color: #63e168;
color: #0d2e0e;
}
.shop-page-sidebar-toggle i {
position: absolute;
display: inline-block;
right: 0;
top: 0;
width: 49px;
height: 100%;
background-color: rgba(0, 0, 0, .08);
font-size: 17px;
padding-top: 17px;
} @media screen and (min-width: 1024px)
{
.website-footer .footer-widget div.ahura_social_widget
{
grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
@media screen and (max-width: 1000px)
{
.ahura-main-header .bottom-section .menu-wrapper
{
display: none;
}
.ahura-3c-column .post-box .post-entry, .ahura-3c-column.ahura-post-single:not(.woocommerce) .post-entry
{
width: 100%;
}
.ahura-3c-column .bread-crumb2{
width: 100%;
float: none;
}
#topbar.header-mode-2 .menu-icon
{
display: block;
}
.header-mode-2 .logo
{
margin-right: 20px;
}
}
@media screen and (min-width: 768px)
{
.header-mode-2 .topbar-main a.logo,
.header-mode-3 .topbar-main a.logo
{
width: 100%;
padding: 0 15px;
}
.elementor .service_item_wrapper::after
{
content: '';
display: block;
border-bottom: 10px solid #fd5e5e;
position: absolute;
width: 97%;
bottom: 0;
right: 50%;
transform: translateX(50%);
}
.elementor .service_item_wrapper:nth-of-type(n+4)
{
margin-top: 20px;
}
.website-footer .footer-widget .ahura_social_widget
{
grid-template-columns: 1fr 1fr;
grid-row-gap: 10px;
}
}
@media screen and (max-width: 767px)
{
.header-mode-2 .topbar-main .row
{
display: grid;
}
.header-mode-3:not(.scrolled-topbar) .panel_menu_wrapper
{
margin-top: 20px;
}
.header-mode-3.scrolled-topbar .topbar-main .row
{
display: flex;
align-items: center;
}
.header-mode-3.scrolled-topbar .topbar-main .row>.col-md-3
{
flex: 0 0 50%;
}
.header-mode-3.scrolled-topbar .topbar-main .row>.col-md-6
{
display: none;
}
.elementor .grid-post3
{
display: block;
}
.elementor .grid-post3 .item
{
margin-bottom: 1.5em;
}
div .menu li.simple ul,
div li.mega_menu ul.sub-menu,
ul.menu li.menu-item.elementor .sub-menu.ah-elementor-submenu-wrapper {
visibility: visible;
display: none;
position: relative;
top: 0;
right: 0;
width: auto;
background-image: unset;
min-height: unset;
}
.cats-list .menu li.simple ul li,
.cats-list .menu li.mega_menu ul li,
.top-menu li.mega_menu ul li,
.topmenu li.mega_menu ul li
{
width: 100%;
display: block;
}
.cats-list .menu li a:hover
{
color: inherit;
}
}
@media screen and (max-width:1100px){
div li.menu li.simple ul,
div li.mega_menu ul.sub-menu{
visibility: hidden;
display: none;
position: relative;
top: 0;
right: 0;
width: auto;
background: unset;
min-height: unset;
}
.mgsiteside li ul{
width:100%;
position:relative;
opacity:1;
display: block;
top:0;
right:0;
background-color:#222;
overflow:hidden;
}
.cats-list .menu li.mega_menu ul li,
.top-menu li.mega_menu ul li,
.topmenu li.mega_menu ul li{
width: 100%;
}
}  .header-mode-4-container{
display: flex;
align-items: center;
justify-content: space-between;
}
.hedaer-mode-4-logo{
width: 135px;
display: flex;
align-items: center;
}
.header-mode-4-action-box{
display: flex;
align-items: center;
justify-content: center;
}
.header-mode-4-action{
display: flex;
align-items: center;
position: relative;
}
.header-mode-4-search{
margin-left: 15px;
}
.header-mode-4-search form{
margin-top: 0;
}
.header-mode-4-cta{
padding: 10px 15px;
background: #35495c;
color: white;
border-radius: 100px;
}
.header-mode-4-menu ul{
margin-top: 0;
margin-right: 0;
}
.header-mode-4-menu ul li a{
color: #fff;
}
.header-mode-4-menu ul li ul li a{
color: #000;
}
.header-mode-4-menu .topmenu li:hover > a{
color: #fff;
}
.header-mode-4-menu .topmenu li ul li:hover > a{
color: #000;
}
.header-mode-4-menu ul li a:hover{
color: #fff;
}
.header-mode-4-menu-container{
width: 100%;
background: #35495c;
min-height: 50px;
}
.header-mode-4-menu .topbar-main{
display: flex;
align-items: center;
height: 50px;
}
.hedaer-mode-4-logo .menu-icon{
display: flex;
align-items: center;
color: white;
visibility: hidden;
}
@media screen and (max-width: 1000px){
.header-mode-4-menu{
display: none;
}
.hedaer-mode-4-logo .menu-icon{
visibility: visible;
color: #35495c;
}
}
@media screen and (max-width:650px){
.header-mode-4-container{
flex-direction: column;
}
.header-mode-4-logo .logo img{
position: inherit;
right: 0;
}
.header-mode-4-action-box{
width: 100%;
margin-bottom: 10px;
}
}
@media screen and (max-width:500px){
.header-mode-4-action-box{
flex-direction: column;
}
.header-mode-4-search{
width: 100%;
margin-bottom: 20px;
}
.header-mode-4-action{
width: 100%;
justify-content: center;
}
}  #popup_login:not(.in_custom_header){
margin-left: 25px;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.ahura_user_displayname {
opacity: 0;
visibility: hidden;
position: absolute;
top: 35px;
width: 150px;
border-radius: 10px;
padding: 10px 5px;
z-index: 9;
}
#popup_login:not(.in_custom_header):hover .ahura_user_displayname {
opacity: 1;
visibility: visible;
transition: all 0.3s;
}
.header-popup-login-icon{
width: 40px;
height: 40px;
display: flex;
text-align: center;
font-size: 23px;
align-items: center;
justify-content: center;
color: var(--main-text-color);
} .blocker {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
overflow: auto;
z-index: 9999;
padding: 20px;
box-sizing: border-box;
background-color: rgba(0, 7, 60, 0.73);
text-align: center
}
.blocker:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.05em
}
.blocker.behind {
background-color: transparent
}
.modal {
display: none;
vertical-align: middle;
position: relative;
z-index: 2;
max-width: 500px;
box-sizing: border-box;
width: 90%;
background: #fff;
padding: 50px;
border-radius: 15px;
box-shadow: 0 10px 30px #00000085;
}
.modal a.close-modal {
position: absolute;
top: -12.5px;
right: -12.5px;
display: block;
width: 30px;
height: 30px;
text-indent: -9999px;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
background-image: url(//porjigar.ir/wp-content/themes/ahura/img/close.png);
transition: ease .15s;
}
.modal a.close-modal:hover {
transform: scale(1.2);
}
.modal-spinner {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
padding: 12px 16px;
border-radius: 5px;
background-color: #111;
height: 20px
}
.modal-spinner>div {
border-radius: 100px;
background-color: #fff;
height: 20px;
width: 2px;
margin: 0 1px;
display: inline-block;
-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
animation: sk-stretchdelay 1.2s infinite ease-in-out
}
.modal-spinner .rect2 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s
}
.modal-spinner .rect3 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s
}
.modal-spinner .rect4 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s
}
@-webkit-keyframes sk-stretchdelay {
0%,
40%,
100% {
-webkit-transform: scaleY(0.5)
}
20% {
-webkit-transform: scaleY(1.0)
}
}
@keyframes sk-stretchdelay {
0%,
40%,
100% {
transform: scaleY(0.5);
-webkit-transform: scaleY(0.5)
}
20% {
transform: scaleY(1.0);
-webkit-transform: scaleY(1.0)
}
}  .header-popup-login-form{
width: 100%;
}
.header-popup-title{
text-align: center;
line-height: 50px;
margin-bottom: 20px;
}
.header-popup-login-form label{
width: 100%;
display: block;
margin: 5px 0;
}
.header-popup-login-form input[type="email"],
.header-popup-login-form input[type="text"],
.header-popup-login-form input[type="password"]{
width: 100%;
display: block;
height: 50px;
border-radius: 10px;
border: none;
box-shadow: none;
background-color: #f0f0f0;
margin: 11px 0;
transition: ease .15s;
}
.header-popup-login-form input[type="email"]:focus,
.header-popup-login-form input[type="text"]:focus,
.header-popup-login-form input[type="password"]:focus {
background-color: #fff;
box-shadow: 0 5px 10px #00000017;
}
.header-popup-login-form button,
.header-popup-login-form input[type=submit]{
padding: 15px;
min-width: 100px;
border-radius: 10px;
display: inline-block;
line-height: 1;
font-weight: bold;
margin-top: 10px;
color: #ffffff;
font-size: 15px;
}
.header-popup-login-form form.woocommerce-form label.woocommerce-form-login__rememberme {
margin-top: 10px;
}
.header-popup-login-form .lost_password {
margin-top: 15px;
line-height: 50px;
border-top: 1px solid #f0f0f0;
}
.header-popup-login-form a {
font-size: 15px;
margin: 0;
line-height: normal;
}
.header-popup-login-form a:before {
content: "";
display: inline-block;
width: 10px;
height: 10px;
background-color: #f0f0f0;
border-radius: 10px;
margin-left: 7px;
}
.header-popup-login-form #loginform {
margin-bottom: 10px;
}  .ahura-social2{
width: 100%;
margin-bottom: 10px;
height: 70px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
font-size: 50px;
}
.ahura-social2 i.fa{
color: #fff;
font-family: 'Font Awesome 5 Brands';
font-weight: 100;
}
.ahura-social2-instagram{
background-image: linear-gradient(45deg, #E40031, #C40092);
}
.ahura-social2-telegram{
background-color: #41ABE3;
}
.ahura-social2-youtube{
background-color: #FE0000;
}
.ahura-social2-facebook{
background-color: #3F5793;
}
.ahura-social2-twitter{
background-color: #00ACEE;
}
.ahura-social2-linkedin{
background-color: #0077B5;
}
.ahura-social2-pinterest{
background-color: #C70000;
}
.ahura-social2-aparat{
background-color: #E61358;
background-image: url(//porjigar.ir/wp-content/themes/ahura/img/aparat.svg);
background-position: center;
background-repeat: no-repeat;
background-size: 100px;
}
.ahura-social2-whatsapp{
background-color: #1BD741;
}  .ahura-show-posts{
margin: 10px 0;
}
.ahura-show-posts-box{
display: flex;
align-items: center;
position: relative;
}
.ahura-show-posts-box img{
margin-left: 15px;
width: 100px;
height: auto;
max-width: 100%;
}
.ahura-show-posts-thumbnail{
position: relative;
width: 30%;
margin-left: 10px;
min-width: 30%;
}
.ahura-show-posts .ahura-show-posts-thumbnail img {
height: 73px;
object-fit: cover;
}
.ahura-show-posts-box span{
font-size: 14px;
width: 100%;
}
.ahura-show-posts-box-details{
display: flex;
flex-direction: column;
padding-left: 10px;
}
.ahura-show-posts-author,.ahura-show-posts-date{
font-size: 12px;
font-weight: 300;
margin-top: 5px;
}  .footer-end-100{
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
margin-top:10px;
}
.footer-end{
width: 50%;
display: flex;
align-items: center;
}
.copyright-reverse-direction .footer-end p {
text-align: left;
}
.footer-namad {
display: flex;
align-items: center;
place-content: end;
}
.footer-namad img {
object-fit: contain;
}
.footer-namad-html {
gap: 10px;
}
.footer-namad-html img {
max-width: 80px;
}
.copy-rigth2-100{
width: 100%;
margin-top: 10px;
}  .ahura_contact_widget_item {
display: flex;
flex-wrap: wrap;
margin-bottom: 10px;
}
.ahura_contact_widget_item:last-child{
margin-bottom: 0;
}
.ahura_contact_widget_item span{
margin-left: 7px;
} .mgsiteside{
padding: 0 10px 0 10px;
}
.mgsiteside .isnotfront{
padding: 0;
}
.mgsiteside .cats-list-title{
width: 100%;
}
.mgsiteside .mw_open{
right: 0px;
top: 50px;
display: block;
width: 100%;
}
div.mgsiteside ul.menu li.menu-item a{
color: #333;
}
.scrolled-topbar .mgmenuresponsive{
display: none;
}
.mgsiteside .cats-list > div ul.menu{
display: block;
width: 100%;
right: 0;
top: 50px;
}
.mgsiteside .cats-list{
padding: 5px 0 0 0;
}
.mg-cat-title{
width: 100%;
font-size: 16px;
font-weight: 700;
width: 100%;
display: block;
text-align: center;
border-radius: 10px 10px 0 0;
padding: 10px;
}
div.mgsiteside div.cats-list ul.menu li ul{
display: none;
visibility: hidden;
position: initial;
width: 100%;
}
.siteside .topmenu-wrap > ul {
display: block;
} .siteside .siteside-close {
align-items: center;
justify-content: center;
display: flex;
width: 40px;
height: 40px;
font-size: 20px;
position: fixed;
top: 1.2em;
left: -100%;
transition: all 0.3s;
background-color: #333333;
box-shadow: 0 2px 10px #00000036;
color: #fff;
border-radius: 50px;
cursor: pointer;
}
.sitesideopen .siteside-close{
left: 0.5em;
}
.siteside .h-btn {
width: 100%;
text-align: center;
display: inline-block;
margin-bottom: 10px;
font-size: 17px;
padding: 13px;
color: #fff;
background-color: #ffffff54;
transition: ease .15s;
}
.siteside .h-btn:hover {
background-color: #000;
}
.siteside .topmenu-wrap > ul > li > a {
padding: 8px;
} .mgsiteside .show_sub_menu{
display: block;
visibility: visible;
}
.sidebar .sidebar-widget ul li.cat-item{
line-height: 33px;
position: relative;
}
.sidebar .sidebar-widget ul li.cat-item ul.children{
padding: 0 40px 0 0;
}
.sidebar .sidebar-widget ul li ul.children li{
list-style: disc;
}
.sidebar .sidebar-widget ul li a{
font-size: 14px;
}
.bread-crumb2{
background: var(--ahura-c-bg-primary);
width: 100%;
margin: 0 0 20px 0;
padding: 20px;
box-shadow: var(--main_soft_shadow);
border-radius: 10px;
position: relative;
white-space: nowrap;
border:var(--main-box-border);
overflow-x: auto;
text-overflow: ellipsis;
} .mw_element_error{
background: #f40041;
color: white;
padding: 30px;
border-radius: 2px;
display: flex;
justify-content: center;
font-size: 18px;
font-weight: 400;
} .ahura-pre-loader {
position: fixed;
width: 100%;
height: 100%;
z-index: 999999;
top: 0;
left: 0;
background-color: #fff;
transition: ease .5s;
display: flex;
align-items: center;
justify-content: center;
background-size: 0;
}
.ahura-pre-loader .ah-preloader-content {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.ahura-pre-loader .ah-preloader-text {
width: 100%;
margin-top: 10px;
font-size: 15px;
color: #777;
}
.ahura-pre-loader:not(.use-ready-preloader) img {
max-width: 150px;
animation: preloaderImageAnimation 2s infinite;
}
@keyframes preloaderImageAnimation {
0% {transform: scale(.8)}
50% {transform: scale(1)}
100% {transform: scale(.8)}
}
.ahura-pre-loader.ah-hide-preloader {
transform: translateY(-200px);
opacity: 0;
pointer-events: none;
user-select: none;
} .text-left{
text-align: left;
line-height: 50px;
display: block;
}
.text-right{
text-align: right;
line-height: 50px;
display: block;
} .social3-box{
display: flex;
flex-wrap: wrap;
}
aside .social3-box a{
width: calc(50%  - 14px);
margin: 7px;
}
footer .col-md-3 .social3-box a{
width: calc(50% - 14px);
margin: 7px;
}
footer .col-md-4 .social3-box a{
width: calc(33.33% - 14px);
margin: 7px;
}
footer .col-md-6 .social3-box a{
width: calc(25% - 14px);
margin: 7px;
}
footer .col-md-12 .social3-box a{
width: calc(25% - 14px);
margin: 7px;
}
.social3-box a div{
border-radius: 20px;
text-align: center;
padding: 20px 0;
display: flex;
flex-direction: column;
}
.social3-box a div i{
font-size: 40px;
margin-bottom: 10px;
}
.social3-box a span{
color: #fff;
}
.social3-box .ahura-social3 i{
color: #fff;
font-family: 'Font Awesome 5 Brands';
font-weight: 100;
}
.ahura-social3-instagram{
background-color: #E96791;
box-shadow: 0 7px 30px #e9679170;
background-image: linear-gradient(
120deg
, #F47778, #E96791);
}
.ahura-social3-telegram{
background-color: #4361ee;
box-shadow: 0 7px 30px #4361ee70;
background-image: linear-gradient(
120deg
,#03b8ff,#4361ee);
}
.ahura-social3-youtube{
background-color: #fd3535;
box-shadow: 0 7px 30px #fd353570;
background-image: linear-gradient(
120deg
,#fd7478,#fd3535);
}
.ahura-social3-facebook{
background-image: linear-gradient(120deg, #3C5693, #1773EB);
}
.ahura-social3-twitter{
background-image: linear-gradient(120deg, #009DEC, #0fafff);
}
.ahura-social3-linkedin{
background-image: linear-gradient(120deg, #0074b1, #1fa7ef);
}
.ahura-social3-pinterest{
background-image: linear-gradient(120deg, #E61B27, #ef525b);
}
.ahura-social3-aparat{
background-color: #E61358;
background-image: url(//porjigar.ir/wp-content/themes/ahura/img/aparat-logo.png);
background-position: center 22px;
background-repeat: no-repeat;
background-size: 40px;
min-height: 90px;
}
.ahura-social3-aparat span{
padding-top: 50px;
}
.ahura-social3-whatsapp{
background-image: linear-gradient(120deg, #1BD040, #2bf754);
}  .edd-products{
display: flex;
flex-wrap: wrap;
}
.edd-product{
width: calc(25% - 30px);
margin: 15px;
}
.edd-products img{
max-width: 100%;
height: auto;
}
.edd-product-meta .edd-product-cats span{
font-size: 14px;
line-height: 40px;
}
.edd-product-cats .edd-product-cats:not(:first-child){
margin-right: 10px;
}  .site-container article .post-content-types {
display: inline-block;
z-index: 10;
position: absolute;
top: 0;
left: 0;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding: 14px;
color: transparent;
}
.site-container article .post-content-types .type {
background-color: rgb(0 0 0 / 63%);
margin: 2px;
border-radius: 7px;
padding: 4px 7px;
font-size: 13px;
color: #fff;
display: inline-block;
grid-column-gap: 5px;
align-items: center;
transition: ease .3s;
}
.site-container article .post-content-types .type:hover {
background-color: #fff;
color: #000;
}
.site-container article .post-content-types .icon {
display: inline-block;
overflow: hidden;
width: 20px;
height: 20px;
vertical-align: middle;
}
.site-container article .post-content-types .icon img {
width: 100%;
height: 100%;
border-radius: 4px;
}
.single-content-types .single-content-type img{
width: 20px;
height: auto;
margin: 0 3px;
vertical-align: middle;
}
.single-content-types .single-content-type span {
background-color: #00000014;
color: #4c4c4c;
margin: 3px;
display: inline-block;
padding: 4px 10px;
border-radius: 5px;
}
.site-container article .post-content-types .new {
background-color: rgb(255 0 0 / 70%);
border-radius: 7px;
color: #fff;
font-size: 13px;
padding: 4px 7px;
}
.single-content-types{
display: flex;
margin: 20px 0;
}
.single-content-type{
display: flex;
align-items: center;
margin: 0 5px;
}
.single-content-type:first-child{
margin: 0;
} .wp-block-code{
background:#e7ecf0;
padding:20px;
border-radius:20px;
}
.ahura-logo-element a{
display:grid;
}
.post-box.content iframe {
display: block;
margin: 30px auto;
border-radius: 20px;
max-width: 100%;
}
.post-box.content .elementor-widget-container iframe {
margin: 0
} .elementor-widget-social-icons .elementor-social-icons-wrapper .elementor-icon.elementor-social-icon {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.clearfix::after {
display: block;
clear: both;
content: "";
}
.elementor-editor-preview .elementor-widget-container .topbar[class*="header"],
.elementor-editor-active .elementor-widget-container .topbar[class*="header"] {
width: auto;
border: none;
box-shadow: none;
padding: 0;
margin: 0;
text-align: unset;
float: none;
}
.header-sticky-hide {
transform: translateY(-300px);
opacity: 0;
pointer-events: none;
}
.header-sticky-show {
transform: unset;
opacity: 1;
pointer-events: all;
}
.show-in-sticky,
body .topbar.ahura-main-header .top-section.menu-wrapper.show-in-sticky {
display: none;
}
.pswp--open {
z-index: 9999;
}
.product-related-slider .swiper-button-next,
.product-related-slider .swiper-button-prev {
background-color: #fff;
padding: 7px;
border-radius: 3px;
width: 45px;
height: 45px;
}
.product-related-slider .swiper-button-next:after,
.product-related-slider .swiper-button-prev:after {
font-size: 26px;
color: #333;
}
.product-related-slider div.swiper-button-next {
left: -7px;
}
.product-related-slider div.swiper-button-prev {
right: -7px;
}
.product-related-slider .swiper-button-next.swiper-button-disabled,
.product-related-slider .swiper-button-prev.swiper-button-disabled {
pointer-events: all;
} .ahura-post-like .row {
margin: 0;
}
.ahura-post-like:not(.post-like-style1) {
position: relative;
background-color: #fff;
width: 100%;
border: 1px solid #f0f0f0;
padding: 17px 15px;
border-radius: 10px;
margin: 1.5rem 0;
box-shadow: 0 4px 15px rgb(0 0 0 / 5%);
}
.ahura-post-like:not(.post-like-style1) .ahura-post-like-msg {
position: absolute;
bottom: 100%;
left: 15px;
background-color: #000;
color: #fff;
padding: 4px 15px;
font-size: 15px;
border-radius: 7px 7px 0 0;
transition: ease .5s;
transform: translateY(7px);
opacity: 0;
pointer-events: none;
}
.ahura-post-like:not(.post-like-style1) .ahura-post-like-msg.show {
transform: translateY(0);
opacity: 1;
pointer-events: all;
}
.ahura-post-like-msg.success {
background-color: rgb(129 215 66);
}
.ahura-post-like-msg.error {
background-color: #d33;
}
.ahura-post-like-msg.warning {
background-color: #ff9800;
}
.ahura-post-like:not(.post-like-style1) .post-like-title {
margin: 0;
font-size: 17px;
font-weight: 500;
color: #2b642e;
}
.ahura-post-like:not(.post-like-style1) .post-like-buttons {
text-align: left;
transition: ease .4s;
}
.ahura-post-like:not(.post-like-style1) .post-like-buttons.has-loader {
opacity: .7;
pointer-events: none;
user-select: none;
}
.ahura-post-like:not(.post-like-style1) .post-like-buttons a {
display: inline-block;
margin-right: 9px;
padding: 5px;
background-color: #f0f0f0;
color: #333;
border-radius: 5px;
font-size: 14px;
font-weight: 600;
transition: ease .3s;
}
.ahura-post-like:not(.post-like-style1) .post-like-buttons a .counter {
display: inline-block;
height: 26px;
background-color: #fff;
padding: 3px 10px;
border-radius: 50px;
font-weight: 400;
}
.ahura-post-like:not(.post-like-style1) .post-like-buttons a i {
display: inline-block;
width: 26px;
height: 26px;
vertical-align: middle;
background-color: transparent;
background-size: 27px;
background-repeat: no-repeat;
}
.ahura-post-like:not(.post-like-style1) .post-like-buttons a .btn-title {
margin: 0 8px;
font-weight: 500;
}
.ahura-post-like:not(.post-like-style1) .post-like-buttons .btn-post-like-action {
opacity: .8;
}
.ahura-post-like:not(.post-like-style1) .post-like-buttons .btn-post-like {
background-color: #cfffd2;
color: #1e6e24;
}
.ahura-post-like:not(.post-like-style1) .post-like-buttons .btn-post-like:hover {
background-color: #b9f9bd;
}
.ahura-post-like:not(.post-like-style1) .post-like-buttons .btn-post-like i {
background-image: url(//porjigar.ir/wp-content/themes/ahura/img/icons/icon-like.webp);
}
.ahura-post-like:not(.post-like-style1) .post-like-buttons .btn-post-dislike {
background-color: #ffcfcf;
color: #6e1e1e;
}
.ahura-post-like:not(.post-like-style1) .post-like-buttons .btn-post-dislike:hover {
background-color: #ffbdbd;
}
.ahura-post-like:not(.post-like-style1) .post-like-buttons .btn-post-dislike i {
background-image: url(//porjigar.ir/wp-content/themes/ahura/img/icons/icon-dislike.webp);
}
.ahura-post-like.post-like-style1 {
box-shadow: initial;
border: initial;
} .ahura-single-portfolio {
margin: 3rem 0;
}
.ahura-single-portfolio .portfolios-slider .swiper-slide {
text-align: center;
}
.ahura-single-portfolio .portfolios-slider .swiper-slide img {
border-radius: 20px;
max-width: 100%;
max-height: 400px;
}
.ahura-single-portfolio .portfolios-slider .swiper-slide video {
width: 100%;
border-radius: 20px;
}
.ahura-single-portfolio .portfolios-slider .swiper-button-next,
.ahura-single-portfolio .portfolios-slider .swiper-button-prev {
background-color: #ffffff;
background-image: none;
width: 50px;
height: 50px;
border-radius: 50px;
border: 1px solid #f0f0f0;
box-shadow: 0 0 10px rgb(0 0 0 / 12%);
}
.ahura-single-portfolio .portfolios-slider .swiper-button-next:after,
.ahura-single-portfolio .portfolios-slider .swiper-button-prev:after {
font-size: 23px;
color: #333;
}
.ahura-single-portfolio .portfolio-slider-toggle {
position: absolute;
z-index: 9999;
top: 7px;
right: 7px;
background-color: var(--mw_primary_color);
border:none;
padding: 7px 17px;
border-radius: 10px;
color: #000;
}
.ahura-single-portfolio .post-content-wrap {
background-color: #f0f0f0;
padding: 3rem;
border-radius: 20px;
color: #333;
}
.ahura-single-portfolio .post-content-wrap p {
text-align: inherit;
line-height: 1.7;
}
.ahura-single-portfolio .wrap-title {
text-align: center;
}
.ahura-single-portfolio .wrap-title h3 {
display: inline-block;
background-color: #fff;
color: #333;
padding: 15px 20px;
border-radius: 25px;
font-size: 18px;
}
.ahura-single-portfolio .portfolio-cats {
margin-bottom: 1rem;
text-align: center;
}
.ahura-single-portfolio .portfolio-cats a {
display: inline-block;
padding: 4px 10px;
background-color: #f0f0f0;
border-radius: 7px;
font-size: 15px;
color: #333;
margin: 4px;
transition: ease .3s;
}
.ahura-single-portfolio .portfolio-skills {
margin: 1rem 0 0 0;
}
.ahura-single-portfolio .portfolio-skills a:hover {
background-color: #333;
color: #fff;
}
.ahura-single-portfolio .portfolio-mid-section {
margin: 3rem 0;
}
.ahura-single-portfolio .portfolio-mid-section .wrap-title h3 {
margin: 0 0 -19px 0;
}
.ahura-single-portfolio .portfolio-bottom-section .wrap-title h3 {
margin: 0;
padding: 12px 25px;
background-color: #f0f0f0;
}
.ahura-single-portfolio .portfolio-details {
text-align: center;
}
.ahura-single-portfolio .portfolio-details .post-title {
font-size: 24px;
margin-bottom: 1.2rem;
font-weight: bold;
color: #000;
}
.ahura-single-portfolio .portfolio-details .post-title:after {
content: "";
display: block;
width: 60px;
height: 5px;
background-color: var(--mw_primary_color);
border-radius: 50px;
margin: 2rem auto 1.5rem auto;
}
.ahura-single-portfolio .portfolio-details .post-excerpt p {
text-align: center;
font-size: 15px;
font-weight: 300;
color: #a7a7a7;
line-height: 1.7;
}
.ahura-single-portfolio .post-metas {
text-align: center;
margin-top: 1.5rem;
line-height: 1.7;
color: #000;
font-weight: 500;
font-size: 16px;
}
.ahura-single-portfolio .post-metas .view-website {
display: inline-block;
background-color: #ff5722;
color: #fff;
padding: 10px 25px;
border-radius: 15px;
font-weight: 300;
margin-top: 1.2rem;
transition: ease .3s;
}
.ahura-single-portfolio .post-metas .view-website:hover {
opacity: .7;
}
.ahura-single-portfolio .post-metas .view-website i {
vertical-align: middle;
margin-left: 11px;
}
.ahura-single-portfolio .portfolios-related {
margin-top: 2.5rem;
}
.ahura-single-portfolio .portfolio-related {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
text-align: center;
width: 100%;
padding: 20px;
height: 220px;
margin: 7px 0;
background-color: #fffade;
border-radius: 20px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
overflow: hidden;
}
.ahura-single-portfolio .portfolio-related:before {
content: "";
position: absolute;
top: 0;
right: 0;
z-index: 10;
width: 100%;
height: 100%;
background-color: var(--mw_primary_color);
opacity: .5;
}
.ahura-single-portfolio .portfolio-related .related-content {
width: 100%;
position: relative;
z-index: 50;
}
.ahura-single-portfolio .portfolio-related .related-cats span {
font-size: 15px;
margin: 0 7px;
color: #a9a9a9;
}
.ahura-single-portfolio .portfolio-related .related-cats span:before {
content: "";
display: inline-block;
width: 15px;
height: 4px;
background-color: #a9a9a9;
vertical-align: middle;
border-radius: 50px;
margin-left: 6px;
}
.ahura-single-portfolio .portfolio-related .related-content .related-title {
font-size: 16px;
font-weight: 600;
margin: .7rem 0;
color: #000;
}
.ahura-single-portfolio .portfolio-related .related-content .permalink {
display: inline-block;
padding: 7px 15px;
background-color: #000;
color: #fff;
font-size: 13px;
border-radius: 50px;
transition: ease .3s;
}
.ahura-single-portfolio .portfolio-related .related-content .permalink:hover {
opacity: .7;
}
.ahura-single-portfolio .portfolio-related.with-bg .related-content .related-title,
.ahura-single-portfolio .portfolio-related.with-bg .related-cats span {
color: #fff;
}
.ahura-single-portfolio .breadcrumb,
.ahura-single-portfolio .bread-crumb2 {
margin-bottom: 3rem;
}
.ahura-single-portfolio .portfolio-main-swiper .swiper-slide,
.ahura-single-portfolio .portfolio-thumbs-swiper .swiper-wrapper {
display: flex;
justify-content: center;
align-items: center;
}
.ahura-single-portfolio .portfolio-main-swiper img {
max-width: 100%;
border-radius: 8px;
}
.ahura-single-portfolio .portfolio-thumbs-swiper {
margin-top: 15px;
}
.ahura-single-portfolio .portfolio-thumbs-swiper img {
width: 100%;
border-radius: 6px;
cursor: pointer;
opacity: .7;
}
.ahura-single-portfolio .portfolio-thumbs-swiper .swiper-slide-thumb-active img {
opacity: 1;
border: 2px solid #0073aa;
} .ahura-portfolio-archive .portfolio-archive-items {
margin: 3rem 0;
}
.ahura-portfolio-archive .portfolio-archive-items .portfolio-box {
display: block;
margin-bottom: 15px;
text-align: center;
}
.ahura-portfolio-archive .page-title-wrap {
text-align: center;
margin: 2rem 0;
}
.ahura-portfolio-archive .page-title-wrap h1 {
font-size: 27px;
font-weight: bold;
}
.ahura-portfolio-archive .page-title-wrap h1:after {
content: "";
display: block;
width: 50px;
height: 4px;
margin: 1rem auto 0 auto;
background-color: var(--mw_primary_color);
border-radius: 50px;
}
.ahura-portfolio-archive .portfolio-archive-items .portfolio-cover {
position: relative;
margin-bottom: 1.2rem;
overflow: hidden;
border-radius: 20px;
}
.ahura-portfolio-archive .portfolio-cover-hover {
position: absolute;
top: 0;
right: 0;
z-index: 10;
width: 100%;
height: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
transition: ease .4s;
transform: translateY(100px);
opacity: 0;
}
.ahura-portfolio-archive .portfolio-cover-hover:before {
content: "";
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background-color: var(--mw_primary_color);
opacity: .6;
}
.ahura-portfolio-archive .portfolio-cover-hover .portfolio-btn-text {
position: relative;
z-index: 10;
width: 100%;
color: #fff;
font-weight: 300;
font-size: 15px;
}
.ahura-portfolio-archive .portfolio-box:hover .portfolio-cover-hover {
transform: translateY(0);
opacity: 1;
}
.ahura-portfolio-archive .portfolio-archive-items .portfolio-cover img {
width: 100%;
height: 260px;
float: right;
}
.ahura-portfolio-archive .portfolio-archive-items .portfolio-cats {
position: absolute;
top: 0;
right: 0;
z-index: 30;
padding: 10px;
width: 100%;
text-align: right;
}
.ahura-portfolio-archive .portfolio-archive-items .portfolio-cats span {
display: inline-block;
background-color: #5e5e5e;
color: #fff;
font-size: 14px;
font-weight: 300;
padding: 3px 10px;
border-radius: 50px;
margin-left: 4px;
margin-bottom: 4px;
}
.ahura-portfolio-archive .portfolio-archive-items .portfolio-title {
text-align: center;
font-size: 20px;
font-weight: bold;
line-height: 1.7;
color: #000;
}
.ahura-portfolio-archive .portfolio-archive-items .portfolio-likes-count {
display: block;
margin-top: .3rem;
color: #a5a5a5;
font-size: 15px;
font-weight: 300;
}
.ahura-portfolio-archive .portfolio-archive-items .portfolio-likes-count i {
color: #dd1c1c;
margin-left: 4px;
}
.ahura-page-breadcrumb {
margin: 1rem 0;
color: #979696;
font-size: 15px;
font-weight: 300;
}
.ahura-page-breadcrumb .separator {
display: inline-block;
width: 7px;
height: 7px;
background-color: #dbdbdb;
border-radius: 50px;
margin: 0 6px;
}
.ahura-portfolio-archive .alert {
text-align: center;
background-color: #f0f0f0;
color: #333;
font-size: 17px;
font-weight: 400;
padding: 25px;
border-radius: 10px;
}
.ahura-portfolio-archive .alert-error {
background-color: #ffdada;
}
.ahura-portfolio-archive .alert-success {
background-color: #e1ffda;
}
.ahura-portfolio-archive .alert-warning {
background-color: #fff9da;
}
.ahura-portfolio-archive .alert-info {
background-color: #daf6ff;
}
#ex1 label div {
display: inline-block;
text-align: right;
float: none;
}
#ex1 label {
text-align: right;
}
.ahura-post-single .post-entry code {
word-break: break-all;
}
.fixed-message-wrap {
position: fixed;
bottom: 0;
right: 0;
width: 100%;
z-index: 9999999999;
-webkit-transition: ease .4s;
-moz-transition: ease .4s;
transition: ease .4s;
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
transform: translateY(100px);
}
.fixed-message-wrap.fixed-message-show {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
.fixed-message-content {
position: relative;
background-color: #fed700;
color: #000;
font-size: 15px;
font-weight: 400;
width: 1140px;
display: block;
margin: 0 auto 0 auto;
padding: 10px 10px 10px 45px;
border-radius: 10px 10px 0 0;
box-shadow: 0 -5px 15px #0000001f;
}
.fixed-message-content[data-type="success"] {
background-color: #52cb20;
color: #fff;
}
.fixed-message-content[data-type="error"] {
background-color: #f12020;
color: #fff;
}
.fixed-message-content[data-type="info"] {
background-color: #2295ff;
color: #fff;
}
.remove-fixed-message {
position: absolute;
left: 10px;
top: 11px;
display: inline-block;
width: 25px;
height: 25px;
background-color: #00000073;
color: #fff;
text-align: center;
border-radius: 50px;
font-size: 18px;
transform: rotate(45deg);
cursor: pointer;
}
code, div.crayon-main {
direction: ltr;
}
html body[class*="elementor"] :where([style*=border-right-color]) {
border-left: none;
}
.is-layout-flex {
display: flex;
flex-wrap: wrap;
}
.archive .term-description {
background: #fff;
border: var(--main-box-border);
border-radius: 20px;
box-shadow: var(--main_soft_shadow);
margin-top: 25px;
margin-bottom: 15px;
padding: 15px;
line-height: 1.7;
}
.ahura-sticky-button {
position: fixed;
z-index: 9999999;
bottom: 20px;
right: 30px;
width: 60px;
height: 60px;
background-color: #000;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 30px;
border-radius: 50px;
box-shadow: 0 4px 10px #0000003d;
}
.ahura-sticky-button img {
width: 100%;
padding: 10px;
}
.ahura-sticky-button.ahura-second-sticky-button {
right: auto;
left: 30px;
}
.ahura-first-sticky-button {
background-color: #4caf50;
}
.ahura-second-sticky-button {
background-color: #03a9f4;
}
.ahura-with-sticky-buttons #goto-top {
bottom: 100px;
}
.blur-loading {
opacity: 0.4;
pointer-events: none;
filter: blur(1.4px) grayscale(1);
transition: ease 0.4s;
}
.header-popup-login-form .ahura-tabs {
text-align: center;
margin-bottom: 20px;
display: flex;
align-items: center;
justify-content: center;
}
.header-popup-login-form .ahura-tabs .tab-item {
width: 33.33%;
font-size: 15px;
cursor: pointer;
color: #7e7e7e;
padding: 6px;
border-bottom: 3px solid #e9e9e9;
transition: ease .3s;
}
.header-popup-login-form .ahura-tabs .tab-item.active {
font-weight: bold;
color: var(--mw_primary_color);
border-color: var(--mw_primary_color);
}
.header-popup-login-form .ahura-tabs-content {
text-align: right;
}
.header-popup-login-form .ahura-tabs-content input {
width: 100%;
display: block;
height: 50px;
}
.header-popup-login-form .ahura-tabs-content button {
margin-top: 10px;
}
.captcha-field-group {
display: flex;
}
.captcha-field-group .captcha-code {
max-height: 50px;
}
.captcha-field-group .reload-captcha {
cursor: pointer;
}
.ahura-post-headings-navigation {
width: 100%;
background: #f5f7fa;
margin: 30px 0;
border-radius: 20px;
padding: 30px;
display: grid;
}
.ahura-post-headings-navigation ul li {
margin: 5px;
font-size: 16px;
line-height: 2em;
list-style-type: none;
}
.ahura-post-headings-navigation ul li a {
line-height: 2em;
font-size: 17px;
display: block;
font-weight: 300;
color: #6c757d;
}
.ahura-post-headings-navigation ul li a:before {
content: "\f137";
color: #7d8995;
float: right;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 20px;
vertical-align: middle;
margin-left: 10px;
}
.ahura-post-single .post-entry video {
max-width: 100%;
}
.ahura-post-single .post-entry .elementor {
width: 100%;
clear: both;
}
.single .elementor-nocontent-page {
padding: 50px;
text-align: center;
}
.single .elementor-nocontent-page-container .elementor-nocontent-page {
max-width: 700px;
}
.ahura-element-not-found-msg,
.ahura-element-msg {
border: 1px solid #e3e3e3;
padding: 13px;
border-bottom: 3px solid #d71515;
color: #626262;
} .theme-mode-switcher {
width: 245px;
background-color: var(--ahura-c-bg-secondary);
border-radius: 10px;
display: flex;
padding: 0 3px;
align-items: center;
position: relative;
overflow: hidden;
margin: 20px 20px 10px 0;
float: left;
}
.theme-mode-switcher.without-titles {
width: 140px;
}
.theme-mode-switcher .slider {
display: block;
position: absolute;
z-index: 1;
width: calc((100% - 6px) / 3);
top: 3px;
transform: translatex(-110%);
bottom: 3px;
border-radius: 6px;
transition: 0.15s ease, transform 0.25s ease-out;
background-color: var(--ahura-c-bg-button);
box-shadow: var(--ahura-slider-shadow);
}
.theme-mode-switcher input {
display: none;
}
.theme-mode-switcher input:nth-of-type(1):checked ~ .slider {
transform: translateX(0);
}
.theme-mode-switcher input:nth-of-type(2):checked ~ .slider {
transform: translateX(-100%);
}
.theme-mode-switcher input:nth-of-type(3):checked ~ .slider {
transform: translateX(-200%);
}
.show-mode-vertical .theme-mode-switcher input:nth-of-type(1):checked ~ .slider {
transform: translateX(-3px) translateY(0);
}
.show-mode-vertical .theme-mode-switcher input:nth-of-type(2):checked ~ .slider {
transform: translateX(-3px) translateY(39px);
}
.show-mode-vertical .theme-mode-switcher input:nth-of-type(3):checked ~ .slider {
transform: translateX(-3px) translateY(80px);
}
.theme-mode-switcher label {
position: relative;
z-index: 2;
width: calc(100% / 3);
height: 40px;
display: flex;
align-items: center;
justify-content: center;
color: var(--ahura-c-text-secondary);
cursor: pointer;
}
.theme-mode-switcher label span {
padding: 8px 0;
border-radius: 6px;
display: flex;
justify-content: center;
align-items: center;
font-weight: 500;
font-size: 14px;
color: #838383;
}
.theme-mode-switcher.without-titles label span {
padding: 12px 0;
}
#ahura-header-main-wrap .theme-mode-switcher label span i {
margin: 0 6px;
color: #838383;
}
.theme-mode-switcher em {
font-style: normal;
margin: 0 3px;
}
#theme-mode-dropdown.is-mobile option[value="ahura-light-theme"]:before {
content: '\f185';
font-family: 'Font Awesome 5 Free';
}
#theme-mode-dropdown.is-mobile option[value="ahura-dark-theme"]:before {
content: '\f186';
font-family: 'Font Awesome 5 Free';
}
#theme-mode-dropdown.is-mobile option[value="ahura-black-theme"]:before {
content: '\f005';
font-family: 'Font Awesome 5 Free';
}
.show-mode-vertical .theme-mode-switcher {
width: 40px;
flex-wrap: wrap;
padding: 0;
}
.show-mode-vertical .theme-mode-switcher label {
width: 100%;
text-align: center;
}
.show-mode-vertical .theme-mode-switcher label em {
display: none;
}
.show-mode-vertical .theme-mode-switcher .slider {
width: 84%;
height: 33px;
}
.pos-relative {
position: relative;
}
.spin-loader svg {
width: 3.25em;
transform-origin: center;
animation: rotate4 2s linear infinite;
}
.spin-loader circle {
fill: none;
stroke: var(--mw_primary_color);
stroke-width: 3;
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
stroke-linecap: round;
animation: dash4 1.5s ease-in-out infinite;
}
@keyframes rotate4 {
100% {
transform: rotate(360deg);
}
}
@keyframes dash4 {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 90, 200;
stroke-dashoffset: -35px;
}
100% {
stroke-dashoffset: -125px;
}
}
ul.wc-block-grid__products li {
list-style-type: none;
margin: 0;
}
.ahura-element-render-head {
display: flex;
justify-content: space-between;
align-items: center;
color: #fff;
padding: 15px;
margin: 2em 0 3em 0;
border-radius: 7px;
background: rgb(172,119,236);
background: linear-gradient(90deg, rgba(172,119,236,1) 0%, rgba(92,36,205,1) 100%);
}
.ahura-element-render-head a {
display: flex;
align-items: center;
justify-content: center;
background-color: #3f178f;
height: 40px;
width: 140px;
border: 1px solid #cea6ff;
border-radius: 7px;
font-size: 15px;
transition: ease .2s;
}
.ahura-element-render-head a.ah-loader {
pointer-events: none;
filter: grayscale(1);
}
.post-box .wp-caption {
max-width: 100%;
}
body .swiper-button-next,
body .swiper-button-prev {
background-image: none;
}
.ah-d-flex {
display: flex;
}
.ah-text-center {
text-align: center;
}
.ah-comments-template-2 .comment-wrap {
display: flex;
gap: 15px;
position: relative;
background-color: var(--ahura-c-bg-primary);
border: 1px solid var(--ahura-c-bg-primary);
padding: 15px;
margin-bottom: 15px;
border-radius: 10px;
box-shadow: 0 2px 10px var(--ahura-c-bg-secondary);
}
.ah-comments-template-2 .comment-wrap .comment-by {
margin-bottom: 15px;
font-size: 17px;
}
.ah-comments-template-2 .comment-wrap .comment-text p {
font-size: 15px;
font-weight: 300;
color: var(--ahura-c-text-primary);
}
.ah-comments-template-2 .comment-wrap .img-thumbnail {
width: 80px;
min-width: 80px;
}
.ah-comments-template-2 .comment-wrap .img-thumbnail img {
width: 80px;
height: 80px;
border-radius: 50px;
object-fit: cover;
box-shadow: 0 7px 10px #00000042;
}
.ah-comments-template-2 .comment-wrap .reply-link {
position: absolute;
left: 10px;
top: 10px;
}
.ah-comments-template-2 .comment-wrap .reply-link a {
border: none;
background-color: var(--ahura-c-bg-secondary);
border-radius: 7px;
color: var(--ahura-c-text-secondary);
margin: 0;
font-size: 15px;
padding: 4px 18px;
}
.ah-comments-template-2 .comment-wrap .comment-date {
float: left;
font-size: 13px;
color: #7e7e7e;
}
.ah-comments-template-2 .comment-wrap .comment-vote {
display: flex;
gap: 10px;
align-items: center;
flex-wrap: wrap;
margin-top: 10px;
}
.ah-comments-template-2 .comment-wrap .comment-vote a {
font-size: 15px;
text-align: center;
}
.ah-comments-template-2 .comment-wrap .comment-vote .plus-vote {
color: #3aa93f;
}
.ah-comments-template-2 .comment-wrap .comment-vote .negative-vote {
color: #e91e1e;
}
.ah-comments-template-2 :is(input, textarea) {
box-shadow: none;
background-color: #fff;
border: 1px solid var(--ahura-c-bg-secondary);
border-radius: 10px;
min-height: 40px;
}
.ah-comments-template-2 #commentform textarea:focus {
padding: 10px;
}
.ah-comments-template-2 input[type=submit],
.ah-comments-template-2 #commentform input[type=submit] {
box-shadow: none;
background-color: #7e7e7e;
min-height: auto;
height: auto;
line-height: 1.7;
margin: 0;
padding: 10px 25px;
display: inline-block;
}
.ah-comments-template-2 .approved-comment {
background-color: #fff0c1;
padding: 2px 7px;
margin-bottom: 10px;
display: inline-block;
font-style: normal;
font-size: 13px;
border-radius: 50px;
}
.ah-comments-template-2 .comment-list li.comment {
list-style: none;
}
.ah-comments-template-2 .comment-list .children {
padding-right: 30px;
}
.ah-comments-template-2 .comment-block {
width: calc(100% - 80px);
}
.ah-comments-template-2 #commentform {
margin-top: 10px;
}
.ah-comments-template-2 .comments-box-title {
border: none;
}
.ah-comments-template-2 .comment-respond {
background-color: var(--ahura-c-bg-primary);
padding: 20px;
border-radius: 10px;
}
.ah-comments-template-2 .comment-respond h3 {
border: none;
}
.ah-comments-template-2 #cancel-comment-reply-link {
background-color: #e6123d;
color: #fff;
font-weight: 300;
font-size: 13px;
padding: 5px 15px;
border-radius: 50px;
}
.post-entry.ah-post-comments-wrap {
padding: 20px;
overflow: visible;
}
.ah-comments-template-2 .no-comments {
padding: 14px;
margin: 10px 0;
background-color: #e6123d4a;
color: #fff;
border-radius: 10px;
}
.ahura-select-field {
position: relative;
}
.ahura-select-field .ah-select-options {
display: none;
}
.ahura-select-field .ah-selected-item-wrap {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
background-color: #F44336;
color: #fff;
padding: 13px 15px;
border-radius: 50px;
font-size: 16px;
cursor: pointer;
min-width: 200px;
}
.ahura-select-field .ah-selected-item {
display: flex;
align-items: center;
gap: 7px;
}
.ahura-select-field .ah-selected-text {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 160px;
}
.ahura-select-field .ah-select-options {
display: none;
position: absolute;
top: 100%;
right: 0;
width: 100%;
max-height: 250px;
overflow: auto;
margin-top: 5px;
padding: 5px 0;
z-index: 999;
background-color: #fff;
box-shadow: 0 5px 25px #00000021;
border-radius: 7px;
}
.ahura-select-field .ah-select-options .select-option {
padding: 10px 10px;
font-size: 15px;
color: #333;
cursor: pointer;
}
.ahura-select-field .ah-select-options .select-option:hover,
.ahura-select-field .ah-select-options .select-option.selected {
background-color: #f0f0f0;
}
.ah-mmenu-overlay {
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100%;
background-color: #00010cb5;
z-index: 999999;
transition: ease .15s;
opacity: 0;
pointer-events: none;
}
.ah-mmenu-overlay.is-show {
opacity: 1;
pointer-events: all;
}
.wp-caption {
max-width: 100%;
}