
/*===========Homepage-css-start==============*/

 
body{
        font-family:"DM Sans", sans-serif !important;
    }
    *{
        font-family:"DM Sans", sans-serif !important;
    }
    a{
        text-decoration:none !important;
    }
    
    li::marker {
        content: none;   /* marker bilkul remove ho jayega */
    }
    
        .top_navbar{
            background:#111b3e;
        }
        .nav_search button{
            background:#111b3e;
            transition:all .2s ease-in;
            outline: 3px solid #f8f9fa;   /* visible focus ring */
            outline-offset: 3px;
        }
        .main_header .nav-link {
            color: #000;
            font-weight: 500;
        }
        .hero_banner {
            background: #e5f9fe;
            
        }
         .bann_btn1 {
            background: #111b3e;
            border-radius: 6px;
            color: #fff;
            font-size: 19px;
            transition:all .2s ease-in;
        }
        .bann_btn1:hover {
            transform:scale(1.1);
            transition:all .2s ease-in;
        }
 
         .bann_left  .py-3 {
            color: #444444;
        }
        
        .bann_left  h5 {
            color: #111b3e;
        }
        
        .nav_search button:hover {
            background: #00c0f7 ;
            transform:scale(1.1);
            transition:all .2s ease-in;
        }
        
        .bann_btn1:hover{
             background: #00c0f7;
            color:#fff;
        }
        
        .bann_left {
            padding:100px 0px;
        }
       
        .wc_us_item {
            border: 1px solid #dee2e6;
            padding: 20px 20px 20px 20px;
            transition: all .2s ease-in;
            min-height: 376px;
            box-shadow:0 10px 40px rgba(0, 0, 0, 0.08);
        }
         .wc_us_item .wc_cont img {
            
            border: 2px solid #00c0f7;
            border-radius: 50px;
            background: #111b3e;
        }
        .light_dark_font{
            color:#5e5e60;
        }
 
        .py_80{
            padding:80px 0px;
        }
       
        .main_header .nav-item a:hover {
            color: #00c0f7 !important;
        }
   
        .wc_main_cont {
            position: relative;
        }
       
         .redy_talk_img img{
             width:100%;
         }
        .feature_shape_1  {
            position: absolute;
            left: 0;
            top: 0;
            opacity: 1;
            background-position: center left;
            transition-delay: 0.1s;
            transition-timing-function: ease-in-out;
            transition-duration: 0.5s;
            transition-property: all;
            transform-origin: left;
            transform-style: preserve-3d;
            transform: scaleY(1);
            z-index: -1;
        }
         
        .wc_us_item:hover {
            transform: scale(1.05);
             
        }
        .text_blue{
            color:#111b3e;
        }
         .wlcm_srvce   {
             background: #f7f7f7;
             z-index: 1;
         }
         .wlcm_srvce:after{
            position: absolute;
            top: 104px;
            right: 68px;
            width: 27px;
            height: 27px;
            border: 3px solid #00c0f7;
            border-radius: 50%;
            content:'';
            animation-name: float-bob-y;
            animation-duration: 2s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
            z-index:-1;
         }
     
         @keyframes float-bob-y{
             0% {
                transform: translateY(-20px);
            }
            50% {
                transform: translateY(-10px);
            }
            100% {
                transform: translateY(-20px);
            }
         }
         .wlcm_srvce:before {
            position: absolute;
            bottom: 54px;
            left: 168px;
            width: 27px;
            height: 27px;
            border: 3px solid #00c0f7;
            border-radius: 50%;
            content: '';
            animation-name: float-zoom;
            animation-duration: 3s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
            z-index:-1;
        }
        @keyframes float-zoom{
             0% {
               transform: rotate(0deg) scale(0.7);
               opacity: 0;
            }
            50% {
                transform: rotate(180deg) scale(1);
                opacity: 1;
            }
            100% {
                transform: rotate(360deg) scale(0.7);
                opacity: 0;
            }
         }
        .deflt_btn_blue {
            background: #111b3e;
            border-radius: 6px;
            color: #fff;
            font-size: 19px;
            transition: all .2s ease-in;
            padding:8px 24px;
            display:inline-block;
        }
        .deflt_btn_light{
            background: #00c0f7 !important;
            border-radius: 6px;
            border:none;
            color: #fff;
            font-size: 19px !important;
            transition: all .2s ease-in;
            padding:8px 24px;
            display:inline-block;
        }
           .deflt_btn_light:hover {
            background: #111b3e;
            color: #fff;
            transform: scale(1.1);
            transition: all .2s ease-in;
        }
        .deflt_btn_blue:hover {
            background: #00c0f7;
            color: #fff;
            transform: scale(1.1);
            transition: all .2s ease-in;
        }
        .deflt_txt{
            color:#5e5e60;
        }
         .sub_heading {
            background: #111b3e;
            display: inline-block;
            padding: 6px 10px;
            border-left: 4px solid #00c0f7;
            color: #fff;
        }
        .wlcm_right_cont {
            position: relative;
            z-index: 1;
        }
        
        .wlcm_right_cont:after {
            position: absolute;
            content: '';
            width: 50%;
            height: 50%;
            top: -30px;
            left: -30px;
            background: url(../image/dot_squr_ico.png);
            background-repeat:no-repeat;
            opacity:0.5;
            animation-name: float-bob-y;
            animation-duration: 2s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
            z-index: -1;
        }
   
        .wlcm_shape_shadow2 {
                position: absolute;
                bottom: 0;
                right: 0;
                z-index: -1;
                animation-name: float-bob-x;
                animation-duration: 2s;
                animation-iteration-count: infinite;
                animation-timing-function: linear;
            }
            @keyframes float-bob-x{
             0% {
                transform: translateX(-30px);
            }
            
            50% {
                transform: translateX(-10px);
            }
            100% {
                transform: translateX(-30px);
           }
            }
            .font_700{
                font-weight:700;
            }
            .build_recyl:after {
                background: url(../image/recyle_shape.png);
                background-repeat: no-repeat;
                background-position: center;
                opacity: 0.2;
                position:absolute;
                top:0;
               left:0;
               width:100%;
               height:100%;
               z-index:-1;
               content:'';
                   background-size: contain;
            }
            .build_recyl{
               position:relative;
            }
             body .owl-carousel {
                cursor: grab !important;
            }
             .help_services  {
                background: #f7f7f7;
                position:relative;
                z-index:1;
            }
            .help_serv_item {
                background: #fff;
                padding: 41px 30px 41px;
                transition: all 500ms ease;
                overflow: hidden;
                z-index: 1;
                border-bottom: 3px solid #111b3e;
                position:relative;
                min-height: 617px;
                 
            }
            .serv_itm_icon {
                display: inline-flex;
                background: #111b3e;
                border-radius: 50px;
                width: 60px;
                height: 60px;
                justify-content: center;
                align-items: center;
                
            }
            
            .serv_itm_icon svg {
                color: #fff;
                font-size: 25px;
            }
            .help_services  .item {
                position: relative;
                margin-top: 50px;
            } 
            
            .help_serv_item:after {
                content: '';
                position: absolute;
                right: 0;
                bottom: 0;
                background: url('../image/services-shape-1.png');
                width: 100%;
                height: 100%;
                background-repeat: no-repeat;
                background-position: right bottom;
                opacity: 0.2;
                z-index:-1;
            }
            .help_serv_item:hover {
                background: #111b3e;
                border-bottom: 3px solid #00c0f7;
                transform: translateY(-10px);
            }
             
            
            .help_serv_item:hover .serv_itm_icon {
                background: #00c0f7;
            }
            
            .help_serv_item:hover .serv_itm_icon svg {
                color: #00c0f7;
            }
            
            .help_serv_item:hover h5 {
                color:#fff !important;
            }
            .help_serv_item:hover p {
                color:#fff !important;
            }
            .help_services  .owl-prev , .help_services  .owl-next {
                background: #00c0f7 !important;
                display: flex;
                width: 40px;
                height: 40px;
                align-items: center;
                justify-content: center;
                line-height: 1;
                margin: 5px;
                position:relative;
            }
            .help_services  .owl-prev:hover{
                background:#111b3e !important;
            }
            .help_services  .owl-next:hover{
                background:#111b3e !important;
            }
             .help_services  .owl-prev span , .help_services  .owl-next span {
                color: #fff;
                font-size: 44px;
                margin-top: -6px;
            }
            .help_services .owl-prev {
                left: -20px;
            }
           .help_services   .owl-nav {
                display: flex;
                justify-content: space-between;
                margin-top: 30px;
                position: absolute;
                top: 50%;
                width: 100%;
                transform: translateY(-50%);
            }
             .help_serv_item a {
                color: #00c0f7 ;
                font-weight: 600;
                transition: all .2s ease-in;
            }
            .help_serv_item:hover a{
               margin-left:20px;
            }
             .help_services:after {
                position: absolute;
                top: 0;
                right: 0;
                content: '';
                background: url(../image/service-one-shape-1.webp);
                width: 100%;
                height: 100%;
                background-repeat: no-repeat;
                background-position: right top;
                opacity: 0.15;
                mix-blend-mode: luminosity;
                z-index:-1;
             
            }
              .conct_left b {
                background: #111b3e;
                display: inline-block;
                padding: 6px 10px;
                border-left: 4px solid #00c0f7;
                color: #fff;
                margin-bottom: 16px;
            }
            .cont_mail {
                position: absolute;
                bottom: 40px;
                left: 50%;
                transform: translateX(-50%);
                background: rgba(255, 255, 255, 0.65);
                backdrop-filter: blur(10px);
                padding: 15px 15px;
                border-radius: 16px;
                width: 60%;
                justify-content: space-around;
            }
            
            .cont_mail p {
                color: #111b3e;
            }
             .cont_mail a{
                color: #111b3e;
                 font-weight:700;
            }
             .user_expct {
                background: url(../image/usr_expct_bg1.png);
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
            }
            .usr_expct_itm {
                background: #fafafa;
                text-align: center;
                padding: 12px;
                position:relative;
                overflow:hidden;
                z-index:1;
                border-radius:6px;
            }
            
            .usr_expct_itm p {
                font-weight: 700;
                font-size: 40px;
            }
             .usr_expct_itm:after {
                content: '';
                position: absolute;
                width: 40px;
                height: 40px;
                background: #00c0f7;
                left: -20px;
                bottom: -10px;
                border-radius: 50px;
                transition: all .2s ease-in;
            }
            .usr_expct_itm:hover::after{
                width: 100%;
                height: 100%;
                left:0;
                top:0;
                border-radius:0;
                z-index:-1;
                transition: all .2s ease-in;
            }
            .usr_expct_itm:hover p{
                 color:#111b3e;
            }
            .usr_expct_itm:hover .deflt_txt {
                color: #fff;
            }
            .usr_expct_itm svg {
                font-size: 35px;
            }
            
            .usr_expct_itm:hover svg {
                color: #fff;
            }
            .usr_expct_itm:before {
                content: '';
                position: absolute;
                width: 40px;
                height: 40px;
                background: #00c0f7;
                right: -20px;
                top: -10px;
                border-radius: 50px;
                transition: all .2s ease-in;
            }
           
            .var_indus_itm .owl-carousel .owl-item img{
                
                 transition: all .5s ease-in;
            }
            .vi_itm {
                z-index: 1;
                height: 120px;
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;
                background-size: cover;
                border-radius: 13px;
                overflow: hidden;
                transition: all .5s ease-in;
            }
            .vi_itm:after {
                content: '';
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #000;
                z-index: 2;
                transition: 0.5s all;
                opacity: 0.7;
                z-index: 0;
            }
            
            .vi_itm:hover img {
                transform: scale(1.5);
                transition: all .5s ease-in;
            }
             .vi_itm h5 {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                    width: 60%;
                    content: '';
                    z-index:1;
            }
            .varius_indus .owl-nav {
                display: none;
            }
            
            .vi_itm:hover::after {
                opacity: 0.5;
            }
             .main_ft {
                background: #111b3e;
                position:relative;
                z-index:1;
            }
            .main_ft:after {
                position: absolute;
                content:'';
                right: 30px;
                top: 0px;
                background: url(../image/footer-shape-2.webp);
                width: 90%;
                height: 90%;
                background-position: right top;
                animation: br-translate 2s ease infinite;
                background-size: contain;
                background-repeat: no-repeat;
                opacity:0.3;
                z-index:-1;
            }
            .main_ft:before {
                position: absolute;
                content:'';
                left: 0px;
                top: 0px;
                background: url(../image/footer-shape-1.webp);
                width: 100%;
                height: 100%;
                background-position: left top;
                background-size: contain;
                background-repeat: no-repeat;
                opacity:0.07;
                z-index:-1;
            }
            @keyframes br-translate{
                 0% {
                transform: translateX(0px) translateY(0px);
            }
            
            50% {
                transform: translateX(-5px) translateY(-5px);
            }
            100% {
                transform: translateX(0px) translateY(0px);
            }
             }  .ft_l_item  svg {
                color: #00c0f7;
                padding-top:4px;
            }
            
             .ft_l_item a {
                padding-left: 10px;
                color: #ccc;
            }
            .ft_4 {
               position: relative;
                background-color: rgba(255 , 255 , 255, 0.1);
                border-radius: 20px;
                padding: 20px;
            }
            .ft_logo {
                position: absolute;
                top: -24px;
                left: 50%;
                content: '';
                background:#111b3e;
                border-radius: 10px;
                padding: 9px;
                transform: translate(-50%);
                width:60%;
            }
            
            .ft_logo img {
                width: 100%;
            }
            .ft_1 p {
                color: #ccc;
            }
             .ft_med_icon  img {
                width: 40px;
                background: rgba(142, 143, 155, 0.15);
                margin: 5px;
                padding: 7px;
                border-radius: 50px;
                filter: invert(1);
            }
            .ft_2 h4, .ft_3 h4, .ft_1 h4 {
                border-bottom: 1px solid #fafafa26;
                display: inline-block;
                padding-bottom: 12px;
                margin-bottom: 20px;
            }
            .contct_img {
                transition: all 1s ease-in;
                overflow: hidden;
                border-radius: 6px;
            }
            
            .contct_img:hover img {
                transition: all 1s ease-in;
                transform: scale(1.2);
            }
            
            .contct_img img {
                transition: all 1s ease-in;
                overflow: hidden;
            }
             .main_header_logo {
                width: 200px;
            }
            
            
/*==============Homepage-css-end=================*/



/*==============AboutUs-css-start=================*/

      .about_bann {
            background: url(image/innr_page_bann3.png);
        }
    .usr_expc_txt {
        background: #e5f9fe;
        padding: 15px 20px;
    }
/*==============AboutUs-css-end=================*/


/*==============data-center-decommssioning-serverwala-css-start======*/

  .top_navbar{
            background:#111b3e;
        }
        .nav_search button{
            background:#111b3e;
            transition:all .2s ease-in;
        }
        .main_header .nav-link {
            color: #000;
            font-weight: 500;
        }
        .hero_banner {
            background: #e5f9fe;
            
        }
         .bann_btn1 {
            background: #111b3e;
            border-radius: 6px;
            color: #fff;
            font-size: 19px;
            transition:all .2s ease-in;
        }
        .bann_btn1:hover {
            transform:scale(1.1);
            transition:all .2s ease-in;
        }
 
         .bann_left  .py-3 {
            color: #444444;
        }
        
        .bann_left  h5 {
            color: #111b3e;
        }
        .nav_search button:hover {
            background: #00c0f7 ;
            transform:scale(1.1);
            transition:all .2s ease-in;
        }
        .bann_btn1:hover{
             background: #00c0f7;
            color:#fff;
        }
        .bann_left {
            padding:100px 0px;
        }
        
       .bann_btn2 {
            border-radius: 6px;
            color: #111b3e;
            font-size: 18px;
            border: 1px solid;
            margin-left: 14px;
        }
        
        .bann_btn2:hover {
            background-color: #111b3e;
            color: #FFFFFF;
        }
        
        .py_80 {
            padding: 80px 0px;
        }
        .steps-grid {
            display: flex;
        }
        
        .step-card {
            background: #fff;
            padding: 2.0rem 2rem;
            border-radius: 20px;
            text-align: center;
            position: relative;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            border: 1px solid #04274a17;
            position: relative;
            min-height:240px;
        }
        
        
        .step-card:hover {transform: translateY(-15px);}
        
        .step-card h3 {
            font-size: 23px;
            font-weight: 700;
            margin: 10px 0;
            color: #00c0f7;
        }
        
        .step-number {
            position: absolute;
            top: -27px;
            background: #fafafa;
            padding: 5px;
            border-radius: 38px;
            border: 1px dashed #ddd;
        }
        .step-number img {
            width: 50px;
        }
        
        
        
        .secure-sec {
            background: #f7f7f7;
            z-index: 1;
            position:relative;
        }    
        
        
       .border-end-md {
            border-right: 1px solid #e2e8f0;
        }
        
        .border-top-lg {
            border-top: 1px solid #e2e8f0;
       
        }
       .dc_bann{
           background: url(../image/inner-page-banner.png);
            background-size: cover;
            background-position: center;
       }
       .dta_wp {
            background: #ffffff;
            padding: 15px;
            border: 1px solid #00c0f75c;
             transition: all 500ms ease;
             border-radius: 6px;
            
        }
        
        .About_bann h5 {
            color: #fff;
        }
        
        .About_bann h1 {
            color: #fff;
        }
        
        .About_bann p {
            color: #fff;
        }
        
        .dta_wp:hover {
            background: #e5f9fe;   
        }
        
        .sub_heading {
            background: #111b3e;
            display: inline-block;
            padding: 6px 10px;
            border-left: 4px solid #00c0f7;
            color: #fff;
        }
        .dta_wp_img img {
            border-radius: 20px;
        }
         .secure-sec:after {
            content: '';
            position: absolute;
            left: 10%;
            top: 10%;
            background: url(../image/shape2.svg);
            height: 25px;
            width: 25px;
            background-repeat: no-repeat;    
             animation-name: zoomInOut;
             animation-duration: 3s;
             animation-iteration-count: infinite;
             animation-timing-function: ease-in-out;
        }
        @keyframes zoomInOut{
            0% {
                transform: rotate(0deg) scale(0.7);
                opacity: 0;
            }
            50% {
                transform: rotate(180deg) scale(1);
                opacity: 1;
            }
            100% {
                transform: rotate(360deg) scale(0.7);
                opacity: 0;
            }
                }
            .secure-sec:before {
                content: '';
                position: absolute;
                left: 5%;
                bottom: 10%;
                background: url(../image/shape4.svg);
                height: 20px;
                width: 20px;
                background-repeat: no-repeat;
                animation-name: zoomIn;
                animation-duration: 3s;
                animation-iteration-count: infinite;
                animation-timing-function: linear;
            }
             @keyframes zoomIn {
                  0% {
                    transform: rotate(0deg);
                  }
                  50% {
                    transform: rotate(180deg);
                  }
                  100% {
                    transform: rotate(360deg);
                  }
                }
                .dta_wp_img {
                    position: relative;
                    z-index: 0;
                }
                
                .dta_wp_img:after {
                    content: '';
                    position: absolute;
                    width: 20%;
                    height: 20%;
                    background: url(../image/shape1.png);
                    background-repeat: no-repeat;
                    right: -10%;
                    top: -9%;
                    background-position: center;
                    background-size: cover;
                    z-index: -1;
                    animation-name: zoomOut;
                     animation-duration: 3s;
                     animation-iteration-count: infinite;
                     animation-timing-function: ease-in-out;
                     
                }
                @keyframes zoomOut{
                     0% {
                        transform:  scale(0.7);
                        opacity: 0;
                    }
                    50% {
                        transform:  scale(1);
                        opacity: 1;
                    }
                    100% {
                        transform:   scale(0.7);
                        opacity: 0;
                    }
                }
              .val_no_hover {
                    transition: all .4s;
                    background: #e5f9fe;
                    padding: 20px 20px;
                    border-radius: 10px;
                    overflow: hidden;
                    
                }
                .val_itm_slid .item {
                    position: relative;
                }
                .val__hover {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    transition: all .5s;
                    content: '';
                    opacity: 0;
                    background: #111b3e;
                    padding: 20px 20px;
                     border-radius: 10px;
                    overflow: hidden;
                  
                }
                .val_itm_slid .item:hover .val__hover {
                    opacity:1
                }
                .val_icon svg {
                    font-size: 20px;
                }

                .val_icon {
                    background: #fff;
                    width: 50px;
                    height: 50px;
                    border-radius: 50px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
                .val_itm_txt {
                    width: 85%;
                }
                .val_itm_slid .item:hover .val_itm_txt {
                    color: #fff;
                }
                
                .val_itm_slid .item:hover .val_icon {
                    background: #e5f9fe;
                }
 
                .val__hover:after {
                    content: '';
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    background: url('../image/services-shape-1.png');
                    width: 100%;
                    height: 100%;
                    background-repeat: no-repeat;
                    background-position: right bottom;
                    opacity: 0.5;
                    z-index: -1;
                }
                 .recy_resel {
                    background: #111b3e;
                }
                .rec_res_r_itm img {
                    width: 50px;
                    height: 50px;
                    background: #fff;
                    padding: 8px;
                    border-radius: 10px;
                }
                .rec_res_r_itm {
                    color: #fff;
                    margin-bottom: 20px;
                }
                .rec_res_r_itm {
                    color: #fff;
                    margin-bottom: 20px;
                    border-left: 1px solid #cccccc4d;
                    padding: 14px;
                    background: #0000002b;
                    min-height: 220px;
                    border-radius:10px;
                    transition: all .2s ease-in;
                }
                .recy_resel {
                        background-image: url(../image/recyl_bg4.webp);
                        background-repeat: no-repeat;
                        background-position: bottom left;
                        background-size: cover;
                        
                    }

                .rec_res_r_itm:hover {
                    box-shadow: 0px 1px 8px #00c0f7;
                    background: #00c0f7;
                    transform: scale(1.05);
                    transition: all .2s ease-in;
                }
                .text_blue {
                    color: #111b3e;
                }
                
                .deflt_txt {
                    color: #5e5e60;
                }
                 
                .evrn_disp_box{
                    background-color: #fafafa;
                    margin-bottom: 10px;
                    padding: 60px 50px 40px;
                    position: relative;
                    transition: 0.3s;
                    border-radius: 2px;
                    margin-top: 40px;
                    border: 1px solid #cccccc7d;
                }
                 
                .evrn_disp_ico {
                    font-size: 35px;
                    width: 86px;
                    height: 86px;
                    line-height: 86px;
                    text-align: center;
                    background: #fff;
                    border-radius: 60px;
                    border: 2px dashed #f0f0f0;
                    box-shadow: 0 0 0 10px #fff;
                    position: absolute;
                    top: -50px;
                    left: 50%;
                    transform: translate(-50%);
                    color: #bdbdbd;
                    transition: 0.3s;
                }
                .evrn_disp_box:hover {
                        box-shadow: 0 40px 70px 0 rgba(0, 0, 0, 0.22);
                        cursor: pointer;
                        }
                    .evrn_disp_box:hover .evrn_disp_ico {
                        color: #00c0f7;
                        border-color: #00c0f7;
               }
                .val_recovr:after {
                    position: absolute;
                    content: '';
                    right: 0;
                    top: 0;
                    background: url(../image/shap01_1.png);
                    width: 100%;
                    height: 100%;
                    background-repeat: no-repeat;
                    background-position: right top;
                    z-index: -1;
                }
                
                 .val_recovr  {
                    position: relative;
                }
                
                 .comp_glbl {
                        background: #e5f9fe;
                    }
                .envr_disp:after {
                    position: absolute;
                    content: '';
                    left: 0;
                    bottom: 0;
                    background: url(../image/shap01_2.png);
                    width: 100%;
                    height: 100%;
                    background-repeat: no-repeat;
                    background-position: left bottom;
                    z-index: -1;
                    opacity:0.5;
                }
                
                 .envr_disp  {
                    position: relative;
                }
                .comp_glbl_box {
                    background: #ffffff;
                    padding: 20px;
                    border-radius: 10px;
                    position: relative;
                    z-index: 2;
                    transition:all .2s ease-in;
                }
                .comp_glbl_box:hover {
                    transform: translateY(10px);
                    transition: all .2s ease-in; 
                }
                .comp_glbl_box:after {
                    position: absolute;
                    content: '';
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    z-index: -1;
                    border: 4px solid #111b3e;
                    background: #fff;
                    border-radius: 10px;
                }
                .comp_glbl_box:before {
                    position: absolute;
                    content: '';
                    top: -10px;
                    left: -11px;
                    width: 60%;
                    height: 60%;
                    background: #111b3e;
                    z-index: -2;
                    border-radius: 10px;
                }
                .deflt_btn_light {
                    background: #00c0f7 !important;
                    border-radius: 6px;
                    border: none;
                    color: #fff;
                    font-size: 19px !important;
                    transition: all .2s ease-in;
                    padding: 8px 24px;
                    display: inline-block;
                }
                 .ready_tlk {
                        background: url('../image/vector-21.png');
                        background-position: right;   
                        background-repeat: no-repeat;
                    }
                 .comp_glbl:after {
                    position: absolute;
                    left: 15%;
                    top: 15%;
                    content: '';
                    width: 40px;
                    height: 40px;
                    background: url(../image/lite_blue_star.png);
                    background-repeat: no-repeat;
                    background-size: contain;
                    opacity: 0.2;
                    animation-name: float-zoom; 
                    animation-duration: 3s;
                    animation-iteration-count: infinite;
                    animation-timing-function: linear;
                }
                .comp_glbl:before {
                    position: absolute;
                    right: 15%;
                    bottom: 15%;
                    content: '';
                    width: 40px;
                    height: 40px;
                    background: url(../image/dark_blue_star.png);
                    background-repeat: no-repeat;
                    background-size: contain;
                    opacity: 0.2;
                    animation-name: float-zoom; 
                    animation-duration: 3s;
                    animation-iteration-count: infinite;
                    animation-timing-function: linear;
                    
                }
                .comp_glbl {
                     
                    position: relative;
                } 
                .main_faq {
                    background: #fafafa;
                    position: relative;
                }
 
                .main_faq:after {
                    position: absolute;
                    left: 10%;
                    top: 10%;
                    content: '';
                    width: 140px;
                    height: 20px;
                    background: url(../image/dark_ar_star.png);
                    background-repeat: no-repeat;
                    background-size: contain; 
                    animation-name: float-bob-x;
                    animation-duration: 2s;
                    animation-iteration-count: infinite;
                    animation-timing-function: linear;
                }
                .main_faq  .accordion-button {
                    background:#5f5f61 !important;
                    color: #fff !important;
                }
                 
                
                .main_faq .accordion-button:not(.collapsed)::after,.accordion-button::after {
                    filter: brightness(0) invert(1);
                }
                .main_faq:before {
                    position: absolute;
                    right: 10%;
                    bottom: 10%;
                    content: '';
                    width: 80px;
                    height: 40px;
                    background: url(../image/dot_squr_ico.png);
                    background-repeat: no-repeat;
                    background-size: contain;
                    animation-name: float-bob-y;
                    animation-duration: 2s;
                    animation-iteration-count: infinite;
                    animation-timing-function: linear;
                }
/*==============data-center-decommssioning-serverwala-css-start======*/




/*================it-asset-disposal-services-serverwala-global-uae===============*/

.wd_range{
         background:#f7f7f7; 
      }
     .uniq_sell {
        background: #0000002b;
        padding: 20px;
        color: #fff;
        text-align: center;
        border-radius: 10px;
    } 
    .wd_range{
         position:relative;
         z-index:1;
     }
    .wd_range:after {
        position: absolute;
        top: 0;
        right: 0;
        content: '';
        background: url(../image/service-one-shape-1.webp);
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: right top;
        opacity: 0.15;
        mix-blend-mode: luminosity;
        z-index: -1;
    }
    .wc_recycle .comp_glbl_ico svg {
        font-size: 35px;
        color: #00c0f7;
    }
    .glbl_itad {
        background: #e5f9fe;
    }
    
    .wc_recycle {
        background: #fafafa;
    }
    .glbl_itad .val_no_hover {
        background: #ffffff;   
    }
    .val_no_hover .val_icon {
        background: #e5f9fe;
    }
    .glbl_itad:after {
        content: '';
        left: 0;
        bottom: 0;
        background: url(../image/shap01_2.png);
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: left bottom;
        z-index: -1;
        opacity: 0.5;
        position:absolute;
    }
    .glbl_itad{
        z-index:2;
    }
    .it_servic:after {
        position: absolute;
        content: '';
        right: 0;
        top: 0;
        background: url(../image/shap01_1.png);
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: right top;
        z-index: -1;
    }
    .it_servic{
        position:relative;
    }
    .abt_srvwla:after {
        position: absolute;
        top: 0;
        right: 0;
        content: '';
        background: url(../image/service-one-shape-1.webp);
        width: 70%;
        height: 70%;
        background-repeat: no-repeat;
        background-position: right top;
        opacity: 0.15;
        mix-blend-mode: luminosity;
        z-index: -1;
        background-size: contain;
        }

/*================it-asset-disposal-services-serverwala-global-uae===============*/

/*================it-maintenance-amc-services-serverwala-global-uae===============*/

    .wc_maint_serv .val_no_hover {
        background: #fafafa;
        border: 1px solid #cccccc47;
    }
    .it_servic2 {
    position: relative;
    }
    
     .it_servic2:after {
         position:absolute;
         content:'';
         left:0;
         bottom:0;
         background:url(../image/shapes_001.png);
         width: 40%;
         height: 40%;
         background-repeat:no-repeat;
         background-size: contain;
         background-position: left bottom;
         z-index: -1;
         opacity: 0.5;
     }
/*================/it-maintenance-amc-services-serverwala-global-uae===============*/