.services_topimage{
     background: url(../img/services-top.jpg) no-repeat;
}

.customers_topimage{
     background: url(../img/customers-top.jpg) no-repeat;
}


.company_topimage{
     background: url(../img/company-top.jpg) no-repeat;
}


.blog_topimage{
     background: url(../img/blog-top.jpg) no-repeat;
}

.selectedlang
{
    text-decoration:underline;
}

.clear3{}
.clear3:nth-child(3n+1){
    clear:both;
}

.margin-left-70
{
   margin-left:70px;
}


.home_service_div{
position:relative;
text-align:center;

}

.img_home_service
{
    position:relative;
    width:auto;
    max-width:98%;
    margin:0 auto;
}

.div_home_service
{
    position:absolute;
    bottom:50px;
    text-align:center;
    width:100%;
}

.span_home_service
{
      color:white;
    font-size:16px;
     padding:10px;
    background-color:rgba(7, 7, 7, 0.40);
}

.servicesitem {
    width: 20% !important;
}
.img-services {
    width:100%;
    max-height:300px;
    border-radius:6px;
    vertical-align:middle;
    max-width:contain;
}
.container-services {
    padding-right: 15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto;
    padding-bottom: 15px;
}
    .container-services::after,::before{
        box-sizing:border-box;
    }
    .showinmobile1 {
    }

@media (max-width: 780px) {
    .servicesitem {
        width: 100% !important;
    }

    .showinmobile1{visibility:visible !important;}
}

.bg-image-v1 {
    width: 100%;
    height: auto;
    padding: 50px 0;
    position: relative;
    background-image:url('/Content/img/img5.jpg');
    background-size: cover;
    margin-bottom: 50px;
}
.bg-text{
    color:white !important;
}

.parallax-h1{
    font-size:36px !important;
}
.parallax-h3 {
    font-size : 28px !important;
}

.imageGalleryRow {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px
}
.column-img {
    margin-top: 8px;
    float: left;
    width:100%;
    height:auto;
}

.best-service {
    min-height: 400px;
    position: relative;
    background-size: 100% 100%;
    transition: all .5s;
    z-index: 1;
}

    .best-service:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(0,0,0,0.6);
        z-index: -1;
    }

    .best-service:hover {
        background-size: 120% 120%;
        transition: all .5s;
    }

.best-service__title {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.best-service__text {
    font-size: 14px;
    color: #fff;
    opacity: 0.7;
}

.btn-u--construction,
.btn-u--construction:focus {
    color: #fff;
    background: #111;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    padding: 20px 30px;
}

.btn-u--construction:hover {
    background: #111;
    color: #fff;
    opacity: 0.8;
}

    .btn-u--construction.trim::before {
        border: 2px solid #f7b70b;
        top: 8px;
        left: 8px;
        right: 8px;
        bottom: 8px;
    }

.best-service--1 {
    background: url(../img-temp/services/service18.jpg) no-repeat scroll 50% 0 / cover;
}

.best-service--2 {
    background: url(../img-temp/services/service16.jpg) no-repeat scroll 50% 0 / cover;
}

.best-service--3 {
    background: url(../img-temp/services/service14.jpg) no-repeat scroll 50% 0 / cover;
}

.best-service--4 {
    background: url(../img-temp/services/service15.jpg) no-repeat scroll 50% 0 / cover;
}

.video_responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .video_responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }
    @media screen and (max-width:768px){
        .container-fluid-mob {
            padding-right: 0;
            padding-left: 0;
        }
    }
