

.homepage-header {
    border-top: 10px solid #e97714;
}
li.UserLogin {
    margin-right: -10px;
}

.headerBgtw {
    content: '';
    border: 62px solid #9d3e2c;
    position: absolute;
    top: 1px;
    background: #ffffff;
    left: 0;
    width: 85.5%;
    border-right: 27px solid transparent;
    border-bottom: 0px solid transparent;
}
.header-action-btns a {
    padding: 8px 26px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-top: 60px;
    display: inline-block;
    color: white;
    background: #e97714;
}
.bottomFooter {
    position: relative;
    padding: 22px 0px;
    background: #e97714;
    font-size: 14px;
    color: #ebebeb;
}
.servicImg img {
    -webkit-box-shadow: 23px -22px 0px 0px rgb(30 136 255);
    -moz-box-shadow: 23px -22px 0px 0px rgba(30,136,255,1);
    box-shadow: 23px -22px 0px 0px rgb(233 119 20);
}
@media only screen and (min-width:321px) and (max-width:768px) {

    .custom1 {
        margin-left:20px !important;   }
    .custom2 {
        margin-left: 20px  !important;
    }
}