@import url("vazir.css");

body{
	font-family: Vazir;
}
.justify-space-between{
	justify-content:space-between;
}
#sp-header  .justify-content-end {
    justify-content: start!important;
}

.header-modules .search form:after {
    right: auto;
    left: 10px;
}

ul.social-icons>li {
    margin-right: 20px;
}

.sp-megamenu-parent>li:last-child>a {
    padding: 0px 15px 0px 15px;
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #fff;
    background: #9725ae;
    line-height: 35px;
    border-radius: 10px 0;
}

.sp-megamenu-parent>li>a {
    line-height: 35px;
}

.sp-megamenu-parent>li:hover>a {
    color: #fff;
    background: #9725ae;
    border-radius: 10px 0;
}

.myservices .sppb-addon-overlay-image-content{
    direction: ltr;
}

.sp-contact-info {
	unicode-bidi: embed;
    direction: ltr;
}

#sp-footer ul.menu li {
    display: block;
    margin: 10px;
}

.sp-copyright {
    margin-top: 20px;
    display: block;
}
body.rtl .sp-megamenu-parent>li.sp-has-child>a:before, body.rtl .sp-megamenu-parent>li.sp-has-child>span:before {
	font-weight: 900;
    margin-right: 2px;
    margin-top: 2px;
}

.view-featured #sp-main-body {
    padding: 0;
}

.mytestimonial .sppb-column-addons{
	direction:ltr;
}

.mytestimonial .sppb-column-addons .sppb-text-center {
	direction:rtl;
}

.directionrtl {
	direction: ltr;
}
#sp-top-bar {
	border-bottom: 4px solid #9725ae;
}

.sp-sign-in{
    border: 2px solid #9725ae;
    border-radius: 4px;
    padding: 2px 10px;
}
.sp-sign-in:hover{
	color: #9725ae;
}

.sp-sign-in .fa-user {

    margin-left: 5px;
}


@media (max-width: 1600px) and (min-width: 1250px) {

    .myhomesilede .sp-slider-outer-stage {
        height: 500px !important;
    }

}



@media (max-width: 1250px) and (min-width: 1100px) {

    .myhomesilede .sp-slider-outer-stage {
        height: 450px !important;
    }

}