.QaImg {
    position: relative;
    overflow: hidden;
    height: 400px;
    margin: 40px 0px 0px 0px;
}
.QaImg-innr {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.QaImg-innr > img {
    max-width: 100%;
    max-height: 400px;
    position: absolute;
    top: 0;
    left: 0;
}

.customNavigation {
    margin-top: 20px;
}
.customNavigation a {
    position: absolute;
    right: 0;
    width: 72px;
    height: 72px;
    border-radius: 0;
    border: 0;
    margin: 0 20px;
}
.customNavigation a.next {
    background-color: #000;
}
.customNavigation a.prev {
    right: 72px;
    background-color: #404040;
}
.customNavigation a:hover {
    background: #04B4FF;
}
.customNavigation a > i {
    line-height: 55px;
    color: #fff;
}

#slitSlider .carousel-caption {
	padding: 0;
    display: table;
    height: 100%;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
	background-color: rgba(0,0,0,.5);
}

#slitSlider .carousel-caption a {
    font-size: 18px;
}

#slitSlider .carousel-caption > div {
    vertical-align: middle;
    display: table-cell;
}

#slitSlider .carousel-caption h2 {
    color: #FFF;
    font-family: Oswald, sans-serif;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-transform: uppercase;
    font-family: 'Teko', sans-serif;
}

#slitSlider .carousel-caption h3 {
    color: #FFF;
    font-family: Oswald, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 59px;
    text-transform: uppercase;
    font-family: 'Teko', sans-serif;
}

#loading-mask {
    background: #333439;
    height: 100%;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999999;
}

.loading-img {
    height: 100%;
    left: 0;
    position: fixed;
    top: 50%;
    width: 100%;
}

.bgBlue {
    /* background: #e6f4fc; */
    background:linear-gradient(to right,#0408D0 0%,#0452C6 50%,#00A8D3 100%);
}

.custom-hr {
    margin: 2% auto 5%;
    width: 25%;
    border-bottom: 5px dotted #ccc;
}

#solution .main-img2 {
    text-align: center;
    position: relative;
    /* overflow: hidden; */
    
}
.net-imgall{
    max-width: 600px;
}