

/* change the background color */

.navbar-custom {
    background-color: black ;
    padding: 1% 0% 1% 17%;
    }
    /* change the brand and text color */
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
    color: #ffffff;
    padding: 0px;
    }
    .navbar-brand{
        top:6px;
    }
    /* change the link color */
    .navbar-custom .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 15px 7px 15px;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon{
        width: 35px!important;
        height: 35px!important;
    }
   
    /* change the color of active or hovered links */
    .navbar-custom .nav-item.active .nav-link,
    .navbar-custom .nav-item:focus .nav-link .navbar-custom .nav-item:hover .nav-link {
    color: fff ;
    }
    .navbar-custom .nav-item.active .nav-link, .navbar-custom .nav-item:focus .nav-link .navbar-custom .nav-item:hover .nav-link {
    color: fff !important;
    }
    .learn-btn-ie{
        border-radius: 0px;
        padding-top: 6px!important;
    padding-bottom: 3px!important;
        padding-left: 1px;
        padding-right: 1px;
        text-align: center !important;
       
        width: 140px!important;
        color: black;
        vertical-align: middle;
        margin-bottom: 5px;
        height: 35px!important;
        cursor: pointer;
    
    }
    body{
    line-height: 1.4;
    }
    
    /* Footer */
    .footer {
        left: 0;
        bottom: 0;
        width: 100%;
        color: grey;
        font-size: 12px;
        }
        /* Dotted Line */
        hr.dotted-line {
        border-top: 1px dotted #8c8b8b;
        }
        hr.bottom-line {
        border-top: 1px solid #d1d1d1;
        border-bottom: 1px solid #d1d1d1;
        }
       
        .social-icons{
        width : 14px;
        height: 15px;
        margin: 5px;
        }
        .learn-btn{
        border-radius: 0px;
        padding-top: 6px;
        padding-bottom: 2px;
        padding-left: 1px;
        padding-right: 1px;
        text-align: center !important;
        width: 110px;
        color: black;
        vertical-align: middle;
        margin-bottom: 5px;
        height: 30px;
        cursor: pointer;
        
        }
        .carousel-div{
            position: absolute;
           right: 20%;
           left: 20%;
           bottom: 25vh;
            background: rgb(0, 0, 0);
            background: rgba(0, 0, 0, 1.0);
            opacity: 0.9;
            filter: alpha(opacity=90); /* For IE8 and earlier */
            color: #f1f1f1;
            width: auto;
            padding: 26px; 
        
          }
          .carousel-caption {
            position: absolute;
            right: 20%;
            bottom: 20px;
            left: 20%;
            z-index: 10;
            padding-top: 20px;
            padding-bottom: 20px;
            color: #fff;
            text-align: center;
        }
          .carousel-text{
            text-align: justify;
            text-justify: inter-word;
            /* font-family: paraFont; */
            font-family: myFirstFont;
           text-align: center;
           font-size: 1.1em;
          }
        a {
        outline: none;
        text-decoration: none;
        }
        a:hover, a:visited, a:link, a:active
        {
        text-decoration: none;
        }
        a:hover, a:focus {
        color: inherit;
        outline: none!important;
        border: 0!important;
        }
        .btn:focus {
        outline: none!important;
        border: 0!important;
        }
        a:focus, button:focus {
        outline: 0px solid #ffffff;
        }
        .no-focus a, .no-focus button {
        outline: none;
        } 
        p{
        text-align: justify;
        text-justify: inter-word;
        font-size: 15px;
        /* font-family: paraFont; */
        font-family: myFirstFont;
        text-align:justify;
        }
      
        
        /* article pages css */
        .social-logo{
        max-width:2vh;
        max-height: 2vh
        }
        .justify{
        text-align: justify;
        text-justify: inter-word;
        /* font-family: paraFont; */
        font-family: myFirstFont;
        word-spacing: -1px;
        }
        
/* .container-fluid{
    margin-top:50px !important;
 } */
 .footer-paragraph-margin{
    margin-left: 15px;
}

.learn-more-btn{
    border-radius: 0px;
    padding-top: 6px;
padding-bottom: 2px;
    padding-left: 1px;
    padding-right: 1px;
    text-align: center !important;
  
    width: 110px;
    color: black;
    vertical-align: middle;
    margin-bottom: 5px;
    height: 30px;
    cursor: pointer;
}
/* .carousel-inner img {
    width: 100%;
    height: 68vh;
} */

.learn-btn-ie{
    border-radius: 0px;
    padding-top: 6px!important;
padding-bottom: 3px!important;
    padding-left: 1px;
    padding-right: 1px;
    text-align: center !important;
   
    width: 140px!important;
    color: black;
    vertical-align: middle;
    margin-bottom: 5px;
    height: 35px;
    cursor: pointer;

}
footerpadding{
    margin-left: -5vw !important;
}
/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    /* font-family: 'Fontawesome'; */
    font-family: myFirstFont;
    float: left;
    margin-right: 10px;
}
.banner-transformation {
    position: absolute;
    bottom: 10vh;
    background: rgb(233, 129, 129);
    background: rgba(0, 0, 0, 0.9);
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
    color: #f1f1f1;
    width: auto;
    padding: 12px;
      padding: 12px;
  }
  .banner-heading{
  
        text-align: justify;
        text-justify: inter-word;
  
       text-align: center;
       font-size: 2.4em;
     
  }
  .banner-carousel-heading{
    text-align: justify;
    text-justify: inter-word;
    
   text-align: center;
   font-size: 1.8em;
  }
  .carousel-mobile-div{
    background: rgb(233, 129, 129);
    background: rgba(0, 0, 0, 0.9);
    color: #f1f1f1;
    padding: 12px;
  }

  .carousel-mobile-div{
      margin-bottom: 25vh!important;
  }
  .carousel-caption {
    position: absolute;
    right: 20%;
    bottom: 20px;
    left: 20%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
  .carousel-text{
    text-align: justify;
    text-justify: inter-word;
    /* font-family: paraFont; */
    font-family: myFirstFont;
   text-align: center;
   font-size: 1.1em;
  }
  .be-ready-img-div,.digital-transformation-img-div,.hybrid-cloud-img-div,.Advanced-Analytics-img-div,.Transforming-FSI-img-div,.Digital-Transformation-img-div{
    height: 430px!important;
    }
    @media all and (min-width: 2560px) and (max-width: 2732px) {
        .be-ready-img-div,.digital-transformation-img-div,.hybrid-cloud-img-div,.Advanced-Analytics-img-div,.Transforming-FSI-img-div,.Digital-Transformation-img-div{
            height: 580px!important;
            }
            .text-section-containt{
                font-size: 18px!important;
            }
            .navbar-brand {
                top: 18px !important;
            }
    }
    @media all and (min-width: 2048px) and (max-width: 2559px) {
        .be-ready-img-div,.digital-transformation-img-div,.hybrid-cloud-img-div,.Advanced-Analytics-img-div,.Transforming-FSI-img-div,.Digital-Transformation-img-div{
            height: 470px!important;
        
            }
            .text-section-containt{
                font-size: 17px!important;
            }
            .navbar-brand {
                top: 13px!important;
            }
    }
   
 
@media all and (min-width: 1920px) and (max-width:2047px) {
    .be-ready-img-div,.digital-transformation-img-div,.hybrid-cloud-img-div,.Advanced-Analytics-img-div,.Transforming-FSI-img-div,.Digital-Transformation-img-div{
        height: 435px!important;
        }
        .text-section-containt{
            font-size: 16px!important;
        }
        .navbar-brand {
            top: 11px;
        }
        .navbar-brand {
            top: 11px;
        }
}

@media all and (min-width: 1600px) and (max-width:1919px) {
    .be-ready-img-div,.digital-transformation-img-div,.hybrid-cloud-img-div,.Advanced-Analytics-img-div,.Transforming-FSI-img-div,.Digital-Transformation-img-div{
        height:360px!important;
        }
        .text-section-containt{
            font-size: 15px!important;
        }
        .navbar-brand {
            top: 8px;
        }
}
@media all and (min-width: 1400px) and (max-width:1599px) {
    .be-ready-img-div,.digital-transformation-img-div,.hybrid-cloud-img-div,.Advanced-Analytics-img-div,.Transforming-FSI-img-div,.Digital-Transformation-img-div{
        height: 385px!important;
        }
        .text-section-containt{
            font-size: 14px!important;
        }
        .navbar-brand {
            top: 8px!important;
        }
}

  @media all and (min-width:1368px) and (max-width:1399px){ 
    .be-ready-img-div,.digital-transformation-img-div,.hybrid-cloud-img-div,.Advanced-Analytics-img-div,.Transforming-FSI-img-div,.Digital-Transformation-img-div{
        height: 430px!important;
        }
        .navbar-brand {
            top: 7px!important;
        }
}

@media all and (min-width: 1025px) and (max-width: 1367px) { 
    .be-ready-img-div, .digital-transformation-img-div, .hybrid-cloud-img-div, .Advanced-Analytics-img-div, .Transforming-FSI-img-div, .Digital-Transformation-img-div {
        height: 310px!important;
    }
    #player{
        margin-top: 2vh;
    }

}
@media all and (min-width: 1000px) and (max-width: 1024px) { 
    /* STYLES GO HERE */
    .intel-logo{
        width: 35px !important;
        }
        .navbar-brand {
            top: 10px!important;
        }
        
        .banner-img{
        height: auto!important;
        margin-bottom: 10%;
        }
        .banner-heading.text-center {
            font-size: 2.5em!important;
        }
        .banner-heading{
            font-size: 1.1em!important; 
            }
            .banner-containt{
            font-size:0.8em!important; 
            }
    
            .section-bg {
                background: #003973;
                padding-top: 5vh;
                padding-bottom: 0vh;
                padding-left: 5%;
                padding-right: 5%;
            }
        .article-img {
        height:auto !important; 
        }
        .curve-div{
        height: auto !important;
        }
        .article-heading {
        height: 108px!important;
        font-size: 24px!important;
        }
        .bottom-align-btn{
        bottom: 8px !important;
        position: absolute;
        }
        .footer{
        margin-bottom: 15px!important;
        }
        
        .carousel-inner img {
        width: 100vw!important;
        height: 650px!important;
        object-fit: cover;
        }
        .carousel-div {
        position: absolute!important;
        right: 1%!important;
        left: 1%!important;
        bottom: 220px!important;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0,1.0);
        opacity: 0.9;
        filter: alpha(opacity=90);
        color: #f1f1f1;
        width: auto;
        padding: 20px;
        }
        .carousel-caption {
        position: absolute;
        right: 15% !important;
        bottom: 20px;
        left: 15% !important;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        }
        img.digital-section-banner {
            height: auto!important;
        }
        .be-ready-img-div,.digital-transformation-img-div,.hybrid-cloud-img-div,.Advanced-Analytics-img-div,.Transforming-FSI-img-div,.Digital-Transformation-img-div{
        height: 350px!important;
        }
        img.banner-img-container {
            height: auto!important;
        }
       
        .curve-img{
            height: auto !important;
            padding: 20% 3% 5% 3%!important;
        }
        .curve-div-hybrid{
            height: auto !important;
            padding: 5% 3% 5% 3%!important;
        }
        .curve-img-advanceanalytic{
            height: auto !important;
            padding: 25% 3% 5% 3%!important;
        }
        .banner-transformation {
          
            bottom: 8vh!important;
           
        }
        .navbar-brand {
            top: 10px!important;
        }
}
@media all and (min-width: 960px) and (max-width: 1000px) { 
    /* STYLES GO HERE */
    .intel-logo{
        width: 35px !important;
        }
        .banner-img{
        height: auto!important;
        margin-bottom: 10%;
        }
        .banner-heading.text-center {
            font-size: 2.5em!important;
        }
        .banner-heading{
            font-size: 1.1em!important; 
            }
            .banner-containt{
            font-size:0.8em!important; 
            }
    
            .section-bg {
                background: #003973;
                padding-top: 5vh;
                padding-bottom: 0vh;
                padding-left: 5%;
                padding-right: 5%;
            }
        .article-img {
        height:auto !important; 
        }
        .curve-div{
        height: auto !important;
        }
        .article-heading {
        height: 108px!important;
        font-size: 24px!important;
        }
        .bottom-align-btn{
        bottom: 8px !important;
        position: absolute;
        }
        .footer{
        margin-bottom: 15px!important;
        }
        
        .carousel-inner img {
        width: 100vw!important;
        height: 650px!important;
        object-fit: cover;
        }
        .carousel-div {
        position: absolute!important;
        right: 1%!important;
        left: 1%!important;
        bottom: 15vh!important;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 1.0);
        opacity: 0.9;
        filter: alpha(opacity=90);
        color: #f1f1f1;
        width: auto;
        padding: 20px;
        }
        .carousel-caption {
        position: absolute;
        right: 15% !important;
        bottom: 20px;
        left: 15% !important;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        }
        img.digital-section-banner {
            height: auto!important;
        }
        .be-ready-img-div,.digital-transformation-img-div,.hybrid-cloud-img-div,.Advanced-Analytics-img-div,.Transforming-FSI-img-div,.Digital-Transformation-img-div{
        height: 350px!important;
        }
        img.banner-img-container {
            height: auto!important;
        }
       
        .curve-img{
            height: auto !important;
            padding: 20% 3% 5% 3%!important;
        }
        .curve-div-hybrid{
            height: auto !important;
            padding: 5% 3% 5% 3%!important;
        }
        .curve-img-advanceanalytic{
            height: auto !important;
            padding: 25% 3% 5% 3%!important;
        }
        .banner-transformation {
          
            bottom: 8vh!important;
           
        }

}
@media all and (min-width: 801px) and (max-width: 959px) { 
    .banner-img{
        height: auto!important;
        margin-bottom: 5%;
        }
        .navbar-brand {
            right: 1% !important;
            top: 6px!important;
        }
        .intel-logo{
            width: 45px !important;
        }
        .banner-heading.text-center {
            font-size: 2.5em!important;
        }
        .banner-transformation {
            position: absolute;
            bottom: 15vh!important;
            background: rgb(233, 129, 129);
            background: rgba(0, 0, 0, 0.9);
            opacity: 0.9;
            filter: alpha(opacity=90); /* For IE8 and earlier */
            color: #f1f1f1;
            width: auto;
            padding: 10px;
             
          }
          .container-fluid{
            margin-top:50px !important;
         }
          img.img-fluid {
            height: 40px!important;
        }
        .section-bg {
            background: #003973;
            padding-top: 5vh;
            padding-bottom: 2vh;
            padding-left: 5%;
            padding-right: 5%;
        }
        img.digital-section-banner {
            height: auto!important;
        }
        img.banner-img-container {
            height: auto!important;
    
        }
        .banner-heading{
            font-size: 1.8em!important; 
            }
            .banner-containt{
            font-size:1.0em!important; 
            }
        .article-img {
        height:auto!important; 
        }
        .curve-div{
        height: auto !important;
        }
        
        .article-heading {
            height: 129px!important;
            font-size: 24px!important;
        }
        .bottom-align-btn{
        bottom: 10px !important;
        position: absolute;
        }
        
        .carousel-inner img {
        width: 100%;
        height: 500px!important;
        object-fit: cover;
        }
        
        .carousel-div {
        position: absolute!important;
        right: 1%!important;
        left: 1%!important;
        bottom: 35vh!important;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 1.0);
        opacity: 0.9;
        filter: alpha(opacity=90);
        color: #f1f1f1;
        width: auto;
        padding: 20px;
        }
        .carousel-caption {
        position: absolute;
        right: 15% !important;
        bottom: 20px;
        left: 15% !important;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        }
        .banner-transformation {
          
            bottom: 15vh!important;
           
        }
    .carousel-text{
        font-size: 0.9em!important;
    }
        .be-ready-img-div,.digital-transformation-img-div,.hybrid-cloud-img-div,.Advanced-Analytics-img-div,.Transforming-FSI-img-div,.Digital-Transformation-img-div{
        height:300px!important;
        }
        h1,h3{
        font-size: 31px!important;
        line-height: 1.3!important;
        }
       
}
@media all and (min-width: 767px) and (max-width: 800px) { 
    #player1{
        margin-top:4%!important;
    }
    .intel-logo{
        width: 45px !important;
    }
    .banner-img{
        height: auto!important;
        margin-bottom: 5%;
        }
      
        .intel-logo{
            height: 35px!important;
        }
        .banner-heading.text-center {
            font-size: 2.5em!important;
        }
        .banner-transformation {
            position: absolute;
            bottom: 10vh;
            background: rgb(233, 129, 129);
            background: rgba(0, 0, 0, 0.9);
            opacity: 0.9;
            filter: alpha(opacity=90); /* For IE8 and earlier */
            color: #f1f1f1;
            width: auto;
            padding: 10px;
             
          }
          img.img-fluid {
            height: 40px!important;
        }
        .section-bg {
            background: #003973;
            padding-top: 5vh;
            padding-bottom: 2vh;
            padding-left: 5%;
            padding-right: 5%;
        }
        img.digital-section-banner {
            height: auto!important;
        }
        img.banner-img-container {
            height: auto!important;
    
        }
        .banner-heading{
            font-size: 1.8em!important; 
            }
            .banner-containt{
            font-size:1.0em!important; 
            }
        .article-img {
        height:auto!important; 
        }
        .curve-div{
        height: auto !important;
        }
        
        .article-heading {
            height: 129px!important;
            font-size: 24px!important;
        }
        .bottom-align-btn{
        bottom: 10px !important;
        position: absolute;
        }
        
        .carousel-inner img {
        width: 100%;
        height: 500px!important;
        object-fit: cover;
        }
       
        .carousel-div {
        position: absolute!important;
        right: 1%!important;
        left: 1%!important;
        bottom: 15vh!important;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 1.0);
        opacity: 0.9;
        filter: alpha(opacity=90);
        color: #f1f1f1;
        width: auto;
        padding: 20px;
        }
        .carousel-caption {
        position: absolute;
        right: 15% !important;
        bottom: 20px;
        left: 15% !important;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        }
        .banner-transformation {
          
            bottom: 8vh!important;
           
        }
    .carousel-text{
        font-size: 0.9em!important;
    }
        .be-ready-img-div,.digital-transformation-img-div,.hybrid-cloud-img-div,.Advanced-Analytics-img-div,.Transforming-FSI-img-div,.Digital-Transformation-img-div{
        height:300px!important;
        }
        .be-ready-img-div{
            height:380px!important; 
        }
        .be-ready-img{
            object-fit: cover!important;
        }
        h1,h3{
        font-size: 25px!important;
        line-height: 1.3!important;
        }
        .container-fluid{
            margin-top:50px !important;
         }
         .navbar-brand {
            right: 1% !important;
            top: 4px;
        }
       
}
@media all and (min-width: 480px) and (max-width: 767px){ 
   
   /* STYLES GO HERE */
   .banner-img{
    height: auto!important;
    margin-bottom: 5%;
    }
    .banner-heading.text-center {
        font-size: 2.5em!important;
    }
    .section-bg {
        background: #003973;
        padding-top: 5vh;
        padding-bottom: 2vh;
        padding-left: 5%;
        padding-right: 5%;
    }
    img.digital-section-banner {
        height: auto!important;
    }
    img.banner-img-container {
        height: auto!important;

    }
    .intel-logo{
        width: 40px;
    }
    .banner-heading{
        font-size: 1.8em!important; 
        }
        .banner-containt{
        font-size:1.0em!important; 
        }
    .article-img {
    height:auto!important; 
    }
    .curve-div{
    height: auto !important;
    }
    .carousel-mobile-div{
        margin-bottom: 13vh!important;
    }
    .article-heading {
        height: 129px!important;
        font-size: 24px!important;
    }
    .bottom-align-btn{
    bottom: 10px !important;
    position: absolute;
    }
    

        .carousel-inner img {
            width: 100%;
            height: 420px!important;
            object-fit: cover;
        
    }
    
    .carousel-div {
    position: absolute!important;
    right: 1%!important;
    left: 1%!important;
    bottom: 13vh!important;
    
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 1.0);
    opacity: 0.9;
    filter: alpha(opacity=90);
    color: #f1f1f1;
    width: auto;
    padding: 20px;
    }

   
    .carousel-caption {
    position: absolute;
    right: 15% !important;
    bottom: 20px;
    left: 15% !important;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    }
    #be-ready-for-desktop,#video-play-for-web,#web-carousel-view, #hybrid-cloud-for-desktop, #Transforming-FSI-for-desktop {
        display: none !important;
        }
        
        #be-ready-for-mobile,#video-play-for-mobile,#mobile-carousel-view,#hybrid-cloud-for-mobile, #Transforming-FSI-for-mobile {
        display: block !important;
        }
    .be-ready-img-div,.digital-transformation-img-div,.hybrid-cloud-img-div,.Advanced-Analytics-img-div,.Transforming-FSI-img-div,.Digital-Transformation-img-div{
    height: 450px!important;
    }
    h1,h3{
    font-size: 31px!important;
    line-height: 1.3!important;
    }
    .learn-more-btn{
     margin-bottom: 4%!important;
    }
    .only-desktop{
        margin: 0 0 0 0!important;
    }
    .container-fluid{
        margin-top:50px !important;
     }
     .navbar-brand {
        right: 1% !important;
        top: 5px!important;
    }
  
}
@media all and (max-width: 599px) { 
    .only-desktop{
        margin: 0 0 0 0!important;
    }
    
    .carousel-mobile-div{
        margin-bottom: 2vh!important;
    }
    .navbar-custom {
        background-color: black;
        padding: 1% 0% 3% 1% !important;
        }
        .intel-logo{
        width: 40px !important;
        }
        Transforming-FSI-img-div {
            height: 270px!important;
        }
        .navbar-brand {
            right: 1% !important;
            top: 4px;
        }
        
        #be-ready-for-desktop,#video-play-for-web,#web-carousel-view, #hybrid-cloud-for-desktop, #Transforming-FSI-for-desktop {
        display: none !important;
        }
        
        #be-ready-for-mobile,#video-play-for-mobile,#mobile-carousel-view,#hybrid-cloud-for-mobile, #Transforming-FSI-for-mobile {
        display: block !important;
        }
        .carousel-inner img {
        width: 100%;
        height: 250px!important;
        object-fit: cover;
        }
        
        .carousel-control-next, .carousel-control-prev {
        position: relative !important;
        }
        
        .banner-heading{
        font-size: 0.6em!important;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
        }
        .container-fluid{
    margin-top:50px !important;
 }


}
@media all and (max-width: 479px) { 
    .only-desktop{
        margin: 0 0 0 0!important;
    }
    
    .navbar-custom {
        background-color: black;
        padding: 1% 0% 3% 1% !important;
        }
        .intel-logo{
        width: 40px !important;
        }
        .Transforming-FSI-img-div{
            height: 30vh!important;
        }
        .carousel-mobile-div{
            margin-bottom: 2vh!important;
        }
        .navbar-brand {
            right: 1% !important;
            top: 6px!important;
        }
        
        #be-ready-for-desktop,#video-play-for-web,#web-carousel-view, #hybrid-cloud-for-desktop, #Transforming-FSI-for-desktop {
        display: none !important;
        }
        
        #be-ready-for-mobile,#video-play-for-mobile,#mobile-carousel-view,#hybrid-cloud-for-mobile, #Transforming-FSI-for-mobile {
        display: block !important;
        }
        .carousel-inner img {
        width: 100%;
        height: 250px!important;
        object-fit: cover;
        }
        
        .carousel-control-next, .carousel-control-prev {
        position: relative !important;
        }
        .be-ready-img-div, .digital-transformation-img-div, .hybrid-cloud-img-div, .Advanced-Analytics-img-div, .Digital-Transformation-img-div, .Transforming-FSI-img-div {
            height : 32vh !important;
            }
        
        .banner-heading{
        font-size: 0.7em!important;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
        }
        .container-fluid{
    margin-top:50px !important;
 }
}


@media screen and (min-width: 1200px) {
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto{
        height: 70vh;
        display: block;
    }
    
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs{
        margin-left: 1%;
    }
    
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs li{
        width: 30%;
    }
    
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs li .vd-thumb-box{
        height: 100%;
    }
    
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs li .vd-thumb-box img{
        height: auto;
        width: 100%;
    }
    
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs li .vd-thumb-box h4{
        height: auto;
        margin-top: 0px;
    }
    
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs li .vd-thumb-box .vd-thumb-overlay{
        top: 5%;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto{
        height: 70vh;
    }
    
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs{
        margin-left: 1%;
    }
    
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs li{
        width: 30%;
    }
    
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs li .vd-thumb-box{
        height: 100%;
    }
    
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs li .vd-thumb-box img{
        height: auto;
        width: 100%;
    }
    
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs li .vd-thumb-box h4{
        height: auto;
        margin-top: 0px;
    }
    
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs li .vd-thumb-box .vd-thumb-overlay{
        top: 10%;
    }
}

@media screen and (max-width: 992px) and (min-width: 769px) {
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto{
        height: 70vh;
    }
    
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs{
        margin-left: 1%;
    }
    
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs li{
        width: 30%;
    }
    
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs li .vd-thumb-box{
        height: 100%;
    }
    
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs li .vd-thumb-box img{
        height: auto;
        width: 100%;
    }
    
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs li .vd-thumb-box h4{
        height: 15%;
        margin-top: 0px;
    }
    
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs li .vd-thumb-box .vd-thumb-overlay{
        top: 0%;
    }
}

@media screen and (max-width: 769px) and (min-width: 640px) {
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list li{
        height: 60%;
    }
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto{
        height: 70vh;
    }
    
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs{
        margin-left: 1%;
    }
    
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs li{
        width: 30%;
    }
    
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs li .vd-thumb-box{
        height: 100%;
    }
    
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs li .vd-thumb-box img{
        height: 1212;
        width: 100%;
    }
    
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs li .vd-thumb-box h4{
        height: auto;
        margin-top: 0px;
    }

    .vd-thumb h4 {
        text-align: left;
        font-size: 19px;
    }
    
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs li .vd-thumb-box .vd-thumb-overlay{
        top: 2%;
    }
}

@media screen and (max-width: 640px) and (min-width: 375px) {
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list{
        width: 100%;
        /* height: 60%; */
        padding-left: 0px;
        margin: 0px auto;
    }
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs li .vd-thumb-box .vd-thumb-overlay{
        top: 20;
    }
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs li .vd-thumb-box h4{
        margin-top: 0px;
    }
}

@media screen and (max-width: 375px){
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list{
        width: 100%;
        /* height: 60%; */
        padding-left: 0px;
        margin: 0px auto;
    }
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list li{
        width: 100%;
        /* height: 60%; */
        margin: 0px auto;
    }
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs li .vd-thumb-box img{
        height: auto;
        width: 100%;
    }
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs li .vd-thumb-box h4{
        height: auto;
        margin-top: 0px;
    }
    .counter.canvas-padding.text-center.btb-1.type-counter .row.mx-auto .videos-list.hidden-xs li .vd-thumb-box .vd-thumb-overlay{
        top: 40;
    }
}
