.master-slider .ms-caption{
    direction: ltr;
}
.btn i{
    transform: rotate(180deg);
}
.service-box .icon {
    right: auto;
    left: 0;
}
.footer-top .footer-contacts .list-unstyled>li i {
    margin-left: 0;
    margin-right: 10px;
}
.newsletter .form-control {
    border-radius: 5px 0 0 5px !important;
}
.newsletter .btn {
    border-radius: 0 5px 5px 0 !important;
}
.newsletter .btn i {
    transform: rotate(0);
}
.footer-top .list-unstyled.footer-social>li>a {
    margin-left: 0;
    margin-right: 10px;
}
.page-header {
    background-image: url(../images/page-header-ltr.png);
}
.contact-info-item p {
    margin-right: 0;
    margin-left: 15px;
}