.sliderblock {
    width: 100%;
    height: 45vh;
    margin-top: 60px;
    background-image: url('../assets/images/sister\ companies.png');
    background-size: 100% 45%;
    background-repeat: no-repeat;
    background-position: 0 60px;
    background-attachment: fixed;
    transition: all .5s ease 0s !important;
}

.sliderblock p {
    margin-top: 20vh;
    font-size: 6vh;
    position: absolute;
    bottom: 10%;
    margin-left: 15px;
    font-weight: bold;
}

.sliderblock span {
    padding: 2px 10px;
    border-radius: 5px;
    position: absolute;
    bottom: 3%;
    font-size: 2.5vh;
    background-color: #255F79;
    margin-left: 15px;
}
.title{
    font-weight: bold;
    color: #fff;
    font-family: 'Segoe-UI';
}

/*.fixed-area {
    position: fixed;
    top: 0;
    z-index: -1;
}*/

@font-face {
    font-family: Segoe-UI;
    src: url('../assets/fonts/segoeui.ttf');
}

.our-products-head {
    color: #fff;
    width: 100%;
    opacity: .1;
    font-weight: bold;
    line-height: 1;
    padding: 20px 0;
    font-size: 18vh;
    overflow: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 15px;
}

#coming-soon {
   
    background-color: white;
}
.tile {
    border: 1px solid #d7d7d7;
    
    max-height: 160px;
    /*width: 100%;*/
    margin: 10px 20px;
    border-radius: 22px;
    background-image: url('../assets/images/tilebg.svg');
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.tile img {
    width: 100%;
    padding: 10px;
}

.shadowing{
    background-image: url('../assets/images/Group\ 6029.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 20px;
    box-shadow: 0 0 10px rgba(170, 166, 166, 0.6);
}
.main-mlg{
    width: 25%;
}
.brrr{
    display:none ;
}
.footer {
    background-color: #255f79;
    color: white;
}

ul.dashed {
    list-style-type: none;
}

ul.dashed>li {
    text-indent: -5px;
    margin-left: 5px;
    padding-top: 15px;
}

ul.dashed>li:before {
    content: "-  ";
    text-indent: -5px;
}

#gmap_canvas {
    width: 100%;
    height: calc(width);
    border-radius: 5px;
    padding: 0 8px;
}

.text-Navy-blue {
    margin-bottom: auto;
    color: #265976;
    font-size: .8rem
}

.footerImg {
    position: absolute;
    bottom: 15px;
}

#gmap_canvas {
    border-radius: 15px;
}

.maintenance {
    font-size: 1.7rem;
    max-width: 700px;
}

hr {
    width: 50%;
}

@media (max-width: 767px) {}

@media (max-width: 576px) {
    .sliderblock {
        width: 100%;
        height: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../assets/images/comp99.png");
    }
    .sliderblock p {
        margin-top: 25vh;
        font-size: 3vh;
        position: absolute;
        bottom: 41%;
        margin-left: 15px;
        font-weight: bold;
    }
    .brr{
        display: none;
    }
    .brrr{
        display:inline ;
    }

    .title{
        margin-top: 14vh;
        font-size: 26px;
        font-weight: bold;
        color: #fff;
    }
    .tile {
        margin: 10px 0px;
    }

        .tile img {
            padding: 7px 11px;
            width: 100%;
            height: 100%;
        }
        .main-mlg{
            width: 80%;
        }
}

@media(max-width:767px) {
    .title{
        margin-top: 14vh;
        font-size: 26px;
        font-weight: bold;
        color: #fff;
    }
    .footerImg {
        position: relative;
        top: 15px;
    }
    .maintenance {
        font-size: 1rem;
    }
    /*.coming-soon {
        font-size: 4.5rem !important;
        line-height: 1;
    }*/
    hr {
        width: 75%!important;
    }
}

@media(min-width:1540px) {
    .container {
        max-width: 80% !important;
    }
}

@media (max-width: 1023px) {
    .sliderblock span {
        font-size: 2vh;
    }
    .our-products-head {
        display: none;
    }
    .sliderblock {
        height: 25vh;
        background-size: 100% 25%;
    }
    /*#coming-soon {
        min-height: 60vh;
    }*/
}


/*Thoufeer*/

.fixed-area {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 390px;
    margin-bottom: -5px;
}

.fixed-area-background {
    width: 100%;
    height: 100%;
    position: absolute;
}

    .fixed-area-background img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

.fixed-area-text {
    position: relative;
    top: 10%;
    margin: 0 auto;
    width: 1140px;
    padding: 0 15px;
    width: 70%;
}

    .fixed-area-text h1 {
        color: white;
        font-size: 140px;
        line-height: 113px;
        font-weight: bold;
        margin-top: 35px;
        margin-bottom: 0px;
        min-height: 225px;
    }

        .fixed-area-text h1:first-child {
            padding-right: 10px;
        }

    .fixed-area-text p {
        top: 95px;
        font-size: 40px;
        position: absolute;
        bottom: 22%;
        margin-left: 35px;
        
    }

    .fixed-area-text span {
        padding: 2px 10px;
        border-radius: 5px;
        font-size: 18px;
        background-color: #255F79;
        margin-left: 15px;
        position: relative;
    }
.coming-soon {
    background-color: #fff;
    margin-top: 390px;
    
}


.services a {
    text-decoration: none;
}

.our-products-head {
    color: #fff;
    width: 100%;
    opacity: .1;
    font-weight: bold;
    line-height: 1;
    padding: 20px 0;
    font-size: 18vh;
    overflow: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 15px;
    margin-top: 40px;
}

@media (max-width: 1199.98px) {

    .fixed-area {
        height: 280px;
    }

    #coming-soon {
        background-color: #fff;
        margin-top: 280px;
    }

    .fixed-area-text {
        top: 33%;
        width: 767px;
        padding: 0 15px;
    }

        .fixed-area-text h1 {
            font-size: 100px;
            line-height: 90px;
            margin-bottom: 30px;
            min-height: 180px;
        }

        .fixed-area-text p {
            top: 40px;
            font-size: 30px;
            position: unset;
            bottom: 22%;
            margin-left: 35px;
            
        }

        .fixed-area-text span {
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 20px;
            background-color: #255F79;
            margin-left: 35px;
            position: relative;
        }
    .fixed-area-background img {
        width: 100%;
        margin-top: 0px;
        object-fit: unset;
    }

    
}

@media (max-width: 767.98px) {
    .fixed-area {
        height: 330px;
    }

    .fixed-area-text {
        top: 33%;
        width: 100%;
        padding: 0 20px;
    }

        .fixed-area-text h1 {
            font-size: 70px;
            font-weight: bold;
            line-height: 60px;
            margin-bottom: 30px;
            min-height: 0;
            max-width: 445px;
        }
}

@media (max-width: 575.98px) {

    .fixed-area {
        height: 234px;
    }

    .fixed-area-text {
        top: 15%;
        width: 100%;
        padding: 0 20px;
    }

        .fixed-area-text h1 {
            font-size: 35px;
            font-weight: bold;
            line-height: 45px;
            margin-bottom: 15px;
            min-height: 0;
            max-width: 348px;
        }

    #coming-soon {
        background-color: #fff;
        margin-top: 270px;
    }
   

    .fixed-area-text p {
        /*top: 70px;
        font-size: 40px;
        position: absolute;
        bottom: 22%;
        margin-left: 35px;*/
        margin-top: 55px;
        font-size: 23px;        
        margin-left: 0px;
        position: unset;
    }

    .fixed-area-text span {
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 14px;
        background-color: #255F79;
        margin-left: 0px;
        position: relative;
    }


    .fixed-area-background img {
        width: 100%;
        
        margin-top:38px;
        object-fit: fill;
    }
    .main-mlg {
        padding: 0px !important;
        width: 60%;
    }
}