﻿

/*وسط چین کردن*/
.Centerer {
    display: block;
    margin: auto auto;
    text-align: center;
}


/*رفع ایراد اضافه شدن اسکرول با row*/
.row {
    margin-left: 0;
    margin-right: 0;
}

/*اسکرول افقی صفحه اصلی*/
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
