.sliderblock {
    /*width: 100%;
    height: 300px;
    margin-top: 60px;
    background-image: url('../assets/images/Group 355.png');
    background-size: 100% 50%;
    background-repeat: no-repeat;
    background-position: 0 60px;
    background-attachment: fixed;
    transition: all .5s ease 0s !important;
    overflow: hidden;*/
    width: 100%;
    height: 100%;
    position: absolute;
}

.sliderblock p {
    margin-top: 20vh;
    font-size: 12vh;
    position: absolute;
    bottom: 22%;
    font-family: SegoeUI;
    line-height: 1;
    margin-left: 15px;
}

.sliderblock span {
    padding: 2px 10px;
    border-radius: 5px;
    position: absolute;
    font-family: SegoeUI;
    bottom: 3%;
    font-size: 2.5vh;
    background-color: #255F79;
    margin-left: 15px;
}

.Industries-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;
}

/*.fixed-area {
    z-index: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 470px;
    margin-bottom: -5px;
    background-color: #293340;
}*/

@font-face {
    font-family: Segoe-UI;
    src: url('../assets/fonts/segoeui.ttf');
}

.main-section {
    min-height: 100vh;
}

/* #IndustriesSection {
    margin-top: 70vh;
} */

.hide-text-left {
    position: absolute;
    bottom: 20px;
    font-size: 18vh;
    font-weight: bold;
    color: #dbdedf;
    opacity: .3 !important;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    overflow: hidden;
    line-height: 1;
    text-shadow: 3px 3px 0px rgba(63, 107, 169, 0.3)
}

.Industries-Section1 {
    min-height: 100vh;
    background-image: url('../assets/images/Group 6171.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.Industries-Section2 {
    min-height: 100vh;
    background-image: url('../assets/images/Group 6169.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.industry-Item {
    color: #C93665;
    padding: 5px 15px;
    border: 1px solid #265976;
    border-radius: 10px;
    font-family: SegoeUI;
    display: inline-block;
    margin: 0 10px 15px 0;
}

.animation-element {
    opacity: 0;
    position: relative;
}

.animation-element.slide-left {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-right {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    -moz-transform: translate3d(100px, 0px, 0px);
    -webkit-transform: translate3d(100px, 0px, 0px);
    -o-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide-left.in-view,
.animation-element.slide-right.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.top-right {
    width: 13%;
    border-radius: 50%;
    position: absolute;
    animation: top-right 5s infinite;
    animation-direction: alternate;
}

@keyframes top-right {
    0% {
        right: 5%;
        top: -10%;
    }
    100% {
        right: 10%;
        top: -15%;
    }
}

.top-left {
    width: 8%;
    border-radius: 50%;
    position: absolute;
    animation: top-left 5s infinite;
    animation-direction: alternate;
}

@keyframes top-left {
    0% {
        left: 10%;
        top: 15px;
    }
    100% {
        left: 10%;
        top: 18%;
    }
}

.bottom-left {
    width: 10%;
    border-radius: 50%;
    position: absolute;
    animation: bottom-left 5s infinite;
    animation-direction: alternate;
}

@keyframes bottom-left {
    0% {
        left: 20%;
        bottom: 10%;
    }
    100% {
        left: 20%;
        bottom: 14%;
    }
}

.Section2-top-left {
    width: 12%;
    border-radius: 50%;
    position: absolute;
    animation: Section2-top-left 4s infinite;
    animation-direction: alternate;
}

@keyframes Section2-top-left {
    0% {
        left: 5%;
        top: -10%;
    }
    100% {
        left: 5%;
        top: -5%;
    }
}

.Section2-top-middle {
    width: 6%;
    border-radius: 50%;
    position: absolute;
    animation: Section2-top-middle 4s infinite;
    animation-direction: alternate;
}

@keyframes Section2-top-middle {
    0% {
        left: 60%;
        top: 5%;
    }
    100% {
        left: 60%;
        top: 9%;
    }
}

.Section2-bottom-right {
    width: 8%;
    border-radius: 50%;
    position: absolute;
    animation: Section2-bottom-right 4s infinite;
    animation-direction: alternate;
}

@keyframes Section2-bottom-right {
    0% {
        right: 20%;
        bottom: 20%;
    }
    100% {
        right: 20%;
        bottom: 26%;
    }
}

.Section2-top-right {
    width: 9%;
    border-radius: 50%;
    position: absolute;
    animation: Section2-top-right 4s infinite;
    animation-direction: alternate;
}

@keyframes Section2-top-right {
    0% {
        right: 0%;
        top: 10%;
    }
    100% {
        right: 0%;
        top: 20%;
    }
}

.SMhead {
    color: #C93665;
}

.SSP {
    font-size: 4vh;
    font-weight: bold;
    margin-left: 15px;
}

.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;
}


.footerImg {
    position: absolute;
    bottom: 15px;
}

#gmap_canvas {
    border-radius: 15px;
}

@media(max-width:767px) {
    .footerImg {
        position: relative;
        top: 15px;
    }
    .hide-text-left {
        display: none;
    }
}

@media(min-width:1540px) {
    .container {
        max-width: 80% !important;
    }
}

@media (max-width: 1023px) {
    .SSP {
        font-size: 3vh;
    }
    .sliderblock span {
        font-size: 2vh;
    }
    .Industries-head {
        display: none;
    }
    .sliderblock {
        height: 45vh;
        background-size: 100% 45%;
    }
    @keyframes bottom-left {
        0% {
            left: 7%;
            bottom: 10%;
        }
        100% {
            left: 7%;
            bottom: 14%;
        }
    }
    @keyframes Section2-top-middle {
        0% {
            left: 60%;
            top: -10%;
        }
        100% {
            left: 60%;
            top: -5%;
        }
    }
    @keyframes Section2-bottom-right {
        0% {
            right: 10%;
            bottom: 10%;
        }
        100% {
            right: 10%;
            bottom: 16%;
        }
    }
}

@media (max-width: 576px) {
    .sliderblock {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 25vh;
        background-size: 100% 25%;
    }
    .sliderblock p {
        margin-top: 25vh;
        font-size: 5vh;
    }
    .industriesP {
        font-size: .9rem;
    }
    .Suggested-Solutions {
        font-size: .7rem;
    }
}

/*Thoufeer*/
.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;
}
.fixed-area {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    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: 40px;
        font-size: 90px;
        position: absolute;
        bottom: 22%;
        margin-left: 35px;
        line-height: 1;
    }

    .fixed-area-text span {
        padding: 2px 10px;
        border-radius: 5px;
        font-size: 18px;
        background-color: #255F79;
        margin-left: 15px;
        position: relative;
    }
.helping-section {
    background-color: #265976;
    margin-top: 400px;
}

@media (max-width: 1199.98px) {

    .fixed-area {
        height: 375px;
    }

    .helping-section {
        background-color: #265976;
        margin-top: 350px;
    }

    .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;
            display: none;
        }

        .fixed-area-text p {
            top: 40px;
            font-size: 80px;
            position: unset;
            bottom: 22%;
            margin-left: 35px;
            line-height: 1;
        }

        .fixed-area-text span {
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 20px;
            background-color: #255F79;
            margin-left: 35px;
            position: relative;
        }
}

@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;
            display: none;
        }
}

@media (max-width: 575.98px) {

    .fixed-area {
        height: 255px;
    }

    .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;
            display:none;
        }

    .helping-section {
        background-color: #265976;
        margin-top: 250px;
    }

    .fixed-area-text p {
        /*top: 70px;
        font-size: 40px;
        position: absolute;
        bottom: 22%;
        margin-left: 35px;*/
        margin-top: 70px;
        font-size: 40px;
        line-height: 1;
        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;
    }
}

