@media (min-width:768px) {

    /*Global CSS*/
    .heading-1 {
        --heading-1: 2.2rem;
        line-height: 2.4rem;
    }

    .heading-2 {
        --heading-2: 1.8rem;
        line-height: 1.8rem;
    }

    .heading-3 {
        --heading-2: 1.2rem;
        line-height: 1.4rem;
    }

    button.ToggleMenu {
        display: flex;
    }
    
    .web-grid {
        min-height: 200px;
    }

    /*Global CSS*/
    .hero-banner {
        padding-top: 10rem;
    }
	
	.about-modern-text {
		padding: 50px;
	}

    .hero-content {
        margin-top: 1.5rem;
    }
    .services-container {
        min-height: 330px;
    }

    .slide-title {
        font-size: 2rem;
    }

    .grid {
        -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 15px
    }

    .marqueelist li {
        font-size: 50px;
    }
    .why-choose-box {
        width: 50%;
        padding: 0 15px;
    }
	
}

@media (min-width:992px) {

    .heading-1 {
        --heading-1: 3.2rem;
        line-height: 3.4rem;
    }

    .heading-2 {
        --heading-2: 2.8rem;
        line-height: 2.8rem;
    }

    .heading-3 {
        --heading-2: 2rem;
        line-height: 1.8rem;
    }

    /*Global CSS*/
    .common-top-pad {
        --global-padding-top: 8rem;
    }

    .common-bottom-pad {
        --global-padding-bottom: 8rem;
    }

    .common-top-margin {
        --global-margin-top: 8rem;
    }

    .desktop__Menu {
        display: flex;
    }

    .mobile-menu {
        display: none;
    }
    
    .web-grid {
        padding: 30px;
        min-height: 296px;
    }

    /*Global CSS*/
    .hero-content {
        margin-top: 5rem;
    }

    .slide-title {
        font-size: 3.5rem;
        line-height: 56px;
    }

    figure span.badgeStyle:nth-child(3) {
        top: 150px;
    }

    figure span.badgeStyle:nth-child(4) {
        top: 300px;
    }

    .why-choose-us img {
        max-width: 800px;
        position: relative;
        left: -125px;
    }

    .web-grid a {
        width: 60px;
        height: 60px;
        font-size: 32px;
        visibility: hidden;
        opacity: 0;
        transition: 0.1s ease-in;
        left: 165px;
        bottom: -26px;
    }

    .web-grid:hover a {
        visibility: visible;
        opacity: 1;
        transition: 0.1s ease-in;
    }

    .jarallax-keep-img {
        max-width: 70%;
    }

    .overlay-content {
        top: 200px;
    }

    .overlay-content .content {
        width: 55%;
        padding-left: 8%;
        padding-right: 0;
        order: 0;
    }

    .overlay-content p {
        font-size: 20px;
    }

    .overlay-content h2 {
        width: 45%;
        font-size: 60px;
        padding-left: 8%;
        order: 1;
    }

    footer {
        margin-top: -84px;
    }
    .marqueelist li {
        font-size: 70px;
    }
    .dev-box {
        min-height: 280px;
    }
    .dev-box .num{
        width: 18%;
        font-size: 50px;
    }
    .dev-box .dev-content{
        width: 82%;
    }

    .sr_box_content{
        bottom:  -104px;
    }

    .sr-box-header {
        top: -60px;
    }

    .sr_BOX:hover .sr-box-header{
        top: 0;
    }
    
    .sr_BOX:hover .sr_box_content{
        bottom: 0;
    }
    
    .sr_BOX:hover::before {
        opacity: 1;
    }

    .hero-2023 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    
}

@media (max-width:767px) {

    .slide-title,
    .slide-description,
    .hero-content {
        text-align: center;
    }
    .expertises {
        padding-left: 15px;
        padding-right: 15px;
    }
    .g_algorithms:after {
        width: 100%;
    }
    .g_text_wrapper {
        padding-left: 0;
    }
    .dm-grid:before {
        z-index: 0;
    }
    .dm-grid h2 {
        position:relative;
        z-index:1;
    }
}

@media (max-width:640px){
    .jarallax-keep-img{
        height: 660px;
    }
    .overlay-content{
        top: 35px;
    }
}