html {
    scroll-behavior: smooth;
}

.cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
    z-index: 111111;
}

#Subheader {
    background-image: url(../images/data-slider-bg1.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    min-height: 660px;
}

#Subheader {
    /*    padding: 400px 0;*/
}

.subtitlemain {
    font-size: 40px !important;
}

/*servicesIndex*/
.servp1 {
    padding-bottom: 0px;
}

.servp2 {
    padding-bottom: 28px;
}

.servp3 {
    padding-bottom: 30px;
}

.servp4 {}


.parcontent p {
color: #0d0f39;
}

@media only screen and (min-width: 960px) and (max-width: 1239px) {

    .servp1 {
        padding-bottom: 30px;
    }

    .servp2 {
        padding-bottom: 58px;
    }

    .servp3 {
        padding-bottom: 86px;
    }

    .servp4 {}
}



/*servicesIndex*/


/*Responsive*/

@media only screen and (max-width: 479px) {

    .servp1 {
        padding-bottom: 0px;
    }

    .servp2 {
        padding-bottom: 0px;
    }

    .servp3 {
        padding-bottom: 0px;
    }

    .servp4 {}

}


@media only screen and (max-width: 767px) {
    #Top_bar a.responsive-menu-toggle {
        top: 20px;
    }

    .mobile-sticky #Top_bar.is-sticky a.responsive-menu-toggle {
        top: 15px !important;
    }

    .mobile-header-mini #Top_bar #logo {
        height: 50px !important;
        line-height: 50px !important;
        margin: 5px 0;
    }
}

@media only screen and (max-width: 1239px) {
    #Top_bar a.responsive-menu-toggle {
        top: 15px;
    }
}