
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

*{margin: 0;padding: 0;box-sizing: border-box; color: #777;}



/* **********************Services universal classes starts here******************** */

.service-desc-title{
    font-family: 'Roboto', sans-serif;
    font-size: 1.875em;
    line-height: 1.1;
    font-weight: 400;
    color: #1e5799;
    text-transform: capitalize;
}

.service-desc{
    padding: 10px;
    background: #56CCF2; 
    background: -webkit-linear-gradient(to left, #2F80ED, #56CCF2); 
    background: linear-gradient(to left, #2F80ED, #56CCF2); 
}



.service-desc p{
    letter-spacing: 0.5px;
    color: #fff;
    font-size: 1.2rem;
}


.rg-text-primary-services{
    color: #56CCF2;
}

.services-types{
    background-color: rgba(0, 0, 0, 0.6);
    overflow:hidden;
    position: absolute; 
    width: 97%;  
    margin-left: 1.5%;
}


.services-theme-image{
    position: relative;
}


.services-theme-image-overlay{
    position: absolute;
    top:30px;
    left: 78%;
    color: #fff;
    text-transform: uppercase; 
    background-color: #394989;
    border-radius: 3px;
    padding: 0px 5px;
    letter-spacing: 2px;
   
    
}



.services-types .carousel-caption {
    top: auto;
    bottom: 0;
}

.services-types .carousel-indicators{
    top: auto;
    bottom: 0; 
}


.service-types-patterns{
    position: relative;
    top: 50px;
    z-index: -1;
    opacity: 01;
    width: 97%;
    margin-left: 1.5%;
    height: 100%;
}

.service-type-header{
    font-size: xx-large;
    text-transform: uppercase;
    letter-spacing:0.30;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    border-bottom: 1px solid #56CCF2;
    position: relative;
    
}


.services-category-title{
    font-size: 1.5rem;
    color: #56CCF2 !important;
    font-weight: 500;
}

 .services-list ul{
    list-style: none;
  }
  .services-list ul li{
      line-height: 1.75;
      /* color: rgba(255, 255, 255, 0.8); */
      color: #fff;
      font-size: large;
  }
   .services-list ul li::before{
    content: "\276f";
    color: #56CCF2;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }

  .services-types-bg-shapes ul{
    position: absolute;
    display: block;
    list-style: none;
    width: 25px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.05);  
    z-index: -1;

  }

  .services-types-bg-shapes ul li:nth-child(1){
    left: 80px;
    width: 30px;
    height: 30px;
    bottom: 200px;;
    background-color: rgba(0, 0, 0, 0.1);  
    bottom: -150px;
    transform: rotate(130deg);
  }
  .services-types-bg-shapes ul li:nth-child(3){
    left: 70%;
    width: 100px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.1);  
    bottom: -150px;
    transform: rotate(130deg);
  
  }
  .services-types-bg-shapes ul li:nth-child(4){
    left: 42%;
    width: 150px;
    height: 150px;  
    background-color: rgba(0, 0, 0, 0.1);  
    bottom: -150px;
    transform: rotate(130deg);
  }


  .service-glance-one{
      position: absolute;
      animation: animate-zoom-up 5s  infinite; 
      max-width: 100%;
      max-height: 150px;
      

  }
  .service-glance-two{
    max-width: 100%;
    max-height: 150px;
    position: relative;
    top: 30%;
    left: 20%;
    animation: animate-zoom-up 10s  infinite; 
}

.services-slide{
    background-color: #2F80ED !important;
}

.services-slide .carousel img{
max-width: 100%;
max-height: 300px;

}


@keyframes animate-zoom-up{
    0%{
        transform: translateY(-0%);
    }
    25%{
        transform: translateY(-05%);
    }
    50%{
        transform: translateY(-10%);
    }
    75%{
        transform: translateY(-05%);
    }
    100%{
        transform: translateY(-0%);
    }
}

/* *******************services - clean rooms classes ends here*****************/






















/* ******************media csss************** */

    @media only screen and (min-width: 960px) {
        /* styles for browsers larger than 960px; */
    }
    @media only screen and (min-width: 1440px) {
        /* styles for browsers larger than 1440px; */
    }
    @media only screen and (min-width: 2000px) {
        /* for sumo sized (mac) screens */
    }
    @media only screen and (device-width: 320px) {

        .services-theme-image-overlay{
            left: 60% !important;
            top: 5px !important;
        }
    }

    @media only screen and (max-device-width: 480px) {
        .services-theme-image-overlay{
            left: 60% !important;
            top: 5px !important;
        }
    }
    @media only screen and (device-width: 768px) {
        .animate-zoom img{
            height: 500px !important;
        }
        .services-theme-image-overlay{
            left: 60% !important;
            top: 35px !important;
        }

    }
    /* different techniques for iPad screening */
    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
      /* For portrait layouts only */
    }

    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
      /* For landscape layouts only */
    }