﻿

  /*not used*/
.hometopimg {
    /*background-image: url('../img/HomePage_LandingImage.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    
    background-position:revert;
    background-color: forestgreen;
    display: table-cell;
    vertical-align: top;
    justify-content: stretch;
    display:flex;
}
.row1 {
 /*   height: 300px;
    width: 100%;*/
    background-color: fuchsia;
}
.row_ourclients{
    height:300px;
}

.row3_Servicesbg {
    background-image: url('../img/Servicesbg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.row4_Servicesbg {
    background-image: url('../img/Servicesbg2.png');
    background-repeat: no-repeat;
    background-size: cover;
}
/*-------------Our Clients-------------------------------------*/
.ourclientsbg {
    background-image: url('../img/OurClientsbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 558px;
}
/*-------------Our Support Service-------------------------------------*/
.oursupportservicebg {
    background-image: url('../img/ourSupportServicebg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 558px;
}

/*-------------Customer Say ----------------------------------*/
.rowcustomersay {
    height: 500px;
    width: 100%;
    text-align: center;
    background-color: floralwhite;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
}

.carousel-indicators li {
    border-color: #f4511e;
}

    .carousel-indicators li.active {
        background-color: #f4511e;
    }

.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item span {
    font-style: normal;
}

/*---------contactus----------------------*/
.rowcontactus {
    height: 100%;
    width: 100%;
    background-image:url('../img/Contactusbg.png');
    background-repeat:no-repeat;
    background-size:cover;
}

/*---------refrence----------------------*/
.referencebg {
    padding-bottom: 300px;
    height: 100%;
    
    background-image: url('../img/Referencebg1.png');
    background-repeat: inherit;
    background-size: cover;
    
}
