
/* Capabilities -> ========== Design & Development Page ==========  */
a{
  text-decoration: none;
}
p {
    font-family: Roboto, sans-serif;
    font-weight: 400;
}
.fs-14{
  font-size: 14px;
}
.fs-16{
  font-size: 16px;
}
.fs-18{
  font-size: 18px;
}
.fs-20{
  font-size: 20px;
}
.fs-22{
  font-size: 22px;
}
.fs-24{
  font-size: 24px;
}
.fs-26{
  font-size: 26px;
}
.fs-28{
  font-size: 28px;
}
.spl-bg{
    background-color: #F16223;
    border-radius: 3px;
    padding: 0 5px 0 2px;
    color: #FFF;
}

.spl-text{
    color: #F16223;
}

.cta-btn-orange{
      border-radius:4px; 
      background:#f76f45; 
      width:100%; 
      padding:10px 15px;
      transition: background 0s ease, transform 0s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
      font-size: 18px;
      font-weight: 400;
      color: #fff; 
}
.cta-btn-orange:hover{
    background: #089cdc;
    color: #fff; 
}
.cta-btn-dark-blue{
      border-radius:4px; 
      background:#4C3199; 
      width:100%; 
      padding:10px 15px;
      transition: background 0s ease, transform 0s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
      font-size: 18px;
      font-weight: 400;
      color: #fff; 
}
.cta-btn-dark-blue:hover{
    background: #089cdc;
    color: #fff; 
}

.cta-btn-white{
      border-radius:4px; 
      background:#FFF; 
      width:100%; 
      padding:10px 15px;
      transition: background 0s ease, transform 0s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
      font-size: 18px;
      font-weight: 400;
      color: #000; 
}
.cta-btn-white:hover{
    background: #f76f45;
    color: #000; 
}
.sec-sub-head{
  color: #6C727F;
}
.small-strip{
  color: #FFF;
  text-align: center;
  border-radius: 30px;
  padding: 10px;
  background-color: #49328A;
}

.big-strip{
  color: #000;
  border: none;
  text-align: center;
  border-radius: 10px;
  padding: 20px;
  background-color: #F5ECED;
  font-size: 16px;
}

.text-gradient{
   	background: linear-gradient(to right, #00143D, #004CE6); /* Customize colors */
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent;
  }

  .text-gradient-1{
   	background: linear-gradient(to right, #F47C24, #FFFFFF); /* Customize colors */
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent;
  }

.num-gradient-1{
   	background: linear-gradient(to right, #FFFFFF, #FF5724); /* Customize colors */
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent;
  }

.num-gradient-2{
   	background: linear-gradient(to right, #00008A, #FF5724); /* Customize colors */
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent;
  }
h2{
    font-family: 'Roboto', sans-serif;
    color: #3A3A3A;
    margin: 0 0 0px 0;
    font-weight: 700;
    font-size: 40px;
}
/* Banner Section  */
.industry-banner h1{
  color: #FFFFFF;
  line-height: 1.5;
  margin: 0px;
  font-size: 50px;
}
.industry-banner.automotive{
    background: url('../images/industry/automotive-banner-bg.webp');
    background-color: #4C3199;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}
.industry-banner.automotive .hero-section{
      color: white;
      padding: 75px 20px 0px;
}
.industry-banner.manufacturing{
    background: url('../images/industry/automotive-banner-bg.webp');
    background-color: #4C3199;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}

.industry-banner.manufacturing .hero-section{
      color: white;
      padding: 50px 20px 0px;
}
.industry-banner.health{
    background: url('../images/industry/automotive-banner-bg.webp');
    background-color: #4C3199;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0px;
}

.industry-banner.health .hero-section{
      color: white;
      padding: 50px 20px 0px;
}
.industry-banner .banner-btns{
  margin-top: 40px;
}
.industry-banner .hero-img{   
    width: max-content;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Banner Bottom Carousel */
.listing-carousel-section{
		padding: 0px 0 0px 0;
    border-bottom: solid 2px #F16223;
}
.listing-carousel-section h3{
    font-size: 28px;
    font-weight: 400;
    color: #000;
}
.left-shadow-box{
		box-shadow: -10px 0 15px -5px rgba(0, 0, 0, 0.3);
}
#pagelisting-carousel{
		padding: 15px;
    min-height: 90px;
}
#pagelisting-carousel .owl-carousel .owl-item img{
		width: auto;
    height: 60px;
}


/* Industry Sesction - 1  */
.industry-sec-1{
    background: url('../images/industry/automotive-sec-1-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0px 60px 0px;
}
.industry-sec-1 .card-bg{
  padding: 30px 18px;
  border-radius: 10px;
  min-height: 230px;
  box-shadow: 0 0.125rem 1rem rgba(0.1, 0.1, 0.1, .075)
}
.industry-sec-1.health .card-bg{
  min-height: 250px;
}
.industry-sec-1 .card-bg .icon-bg{
    background-color: #F8DEDE;
    border-radius: 20px;
    text-align: center;
    padding: 17px;
    width: 65px;
    height: 65px;
}
.industry-sec-1 .card-bg .strip{
    background-color: #F8DEDE;
    color: #F16223;
    border-radius: 20px;
    padding: 5px 15px 5px 15px;
    width: max-content;
    font-size: 14px;
    font-weight: 500;
}
.industry-sec-1 .card-bg .desc{
  color: #71717A;
  font-size: 16px;
}
.industry-sec-1 .card-bg .progress-bar {
  width: 100%;
  height: 6px;
  background-color: #eee;
  border-radius: 10px;
  overflow: hidden;
}

.industry-sec-1 .card-bg .progress-fill {
  height: 100%;
  background-color: #F8DEDE;
  width: 0%;
  transition: width 0.5s ease-in-out;
}


/* Industry Sesction - 2  */

.industry-sec-2{
    background: url('../images/industry/automotive-sec-2-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 80px 0 80px 0;
}
.industry-sec-2.manufacturing{
    background: url('../images/industry/manufacturing-sec-2-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 80px 0 80px 0;
}
.industry-sec-2.fashion{
    background: url('../images/industry/fashion-sec-2-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 80px 0 80px 0;
}
.industry-sec-2.health{
    background: url('../images/industry/health-sec-2-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 80px 0 80px 0;
}
/* Industry Sesction - 3  */ 

.industry-sec-3{
    background: url('../images/industry/automotive-sec-3-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0px 60px 0px;
}

.industry-sec-3 .card{
    padding: 20px;
    background: #FAFAFA;
    border-radius: 10px;
    border: solid 1px #e1e1e1;
    cursor: pointer;
    min-height: 320px;
    box-shadow: 0 2px 16px rgba(0.1, 0.1, 0.1, 0.1);
}
.industry-sec-3 .card:hover{
  background: #FFFFFF;
}

.industry-sec-3.manufacturing .card{
    padding: 20px;
    background: #FAFAFA;
    border-radius: 10px;
    border: solid 1px #e1e1e1;
    cursor: pointer;
    min-height: 300px;
    box-shadow: 0 2px 16px rgba(0.1, 0.1, 0.1, 0.1);
}
.industry-sec-3.manufacturing .card:hover{
  background: #FFFFFF;
}

.industry-sec-3.health .card{
    padding: 20px;
    background: #FAFAFA;
    border-radius: 10px;
    border: solid 1px #e1e1e1;
    cursor: pointer;
    min-height: 318px;
    box-shadow: 0 2px 16px rgba(0.1, 0.1, 0.1, 0.1);
}
.industry-sec-3.health .card:hover{
  background: #FFFFFF;
}

.cta-card{
  background: linear-gradient(to right, #efd1d1, #efebeb);
  color: #000;
  border: none;
  text-align: center;
  border-radius: 10px;
  padding: 20px;
}

/* Industry Sesction - 4  */ 

  .industry-sec-4{
    background: url('../images/industry/automotive-sec-4-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 0px 280px 0px;
}
.industry-sec-4.manufacturing{
    background: url('../images/industry/manufacturing-sec-4-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 0px 280px 0px;
}
.industry-sec-4.fashion{
    background: #fff;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 60px 0px 40px 0px;
}
.industry-sec-4.health{
    background: #fff;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 60px 0px 40px 0px;
}
/* Industry Sesction - 5  */ 

.industry-sec-5{
    background-color: #fff;
    background-position: center;
    padding: 40px 0px 60px 0px;
}
.industry-sec-5 .card{
   padding: 20px;
    background: #f3f3f3;
    border-radius: 10px;
    border: solid 1px #e1e1e1;
    cursor: pointer;
    min-height: 330px;
    box-shadow: 0 2px 16px rgba(0.1, 0.1, 0.1, 0.1);
}
.industry-sec-5 .card:hover{
  background: #FFFFFF;
}
.industry-sec-5 .card .progress-bar {
  width: 100%;
  height: 6px;
  background-color: #eee;
  border-radius: 10px;
  overflow: hidden;
}

.industry-sec-5 .card .progress-fill {
  height: 100%;
  background-color: #F16223;
  width: 0%;
  transition: width 0.5s ease-in-out;
}
.industry-sec-5 .card .progress-fill-1 {
  height: 100%;
  background-color: #432C84;
  width: 0%;
  transition: width 0.5s ease-in-out;
}

/* Industry Sesction - 6  */ 

.industry-sec-6{
    background-color: #fff;
    background-position: center;
    padding: 40px 0px 60px 0px;
}
.industry-sec-6 .card{
   padding: 20px;
    background: #f3f3f3;
    border-radius: 10px;
    border: solid 1px #e1e1e1;
    cursor: pointer;
    min-height: 330px;
    box-shadow: 0 2px 16px rgba(0.1, 0.1, 0.1, 0.1);
}
.industry-sec-6.manufacturing .card{
  min-height: 300px;
}
.industry-sec-6 .card:hover{
  background: #FFFFFF;
}
.industry-sec-6 .card .circle{
    background: linear-gradient(to right, #efd1d1, #efebeb);
    border-radius: 30px;
    color: #000;
    padding: 10px;
    height: 55px;
    width: 55px;
    text-align: center;
}

.industry-sec-6 .card .progress-bar {
  width: 100%;
  height: 6px;
  background-color: #eee;
  border-radius: 10px;
  overflow: hidden;
}

.industry-sec-6 .card .progress-fill {
  height: 100%;
  background-color: #F8DEDE;
  width: 0%;
  transition: width 0.5s ease-in-out;
}

/* FAQ's Section */

.partners-sec-5 .faqs-sec{
    padding: 0px 0px 0px 0px;
    background: transparent;
}
.partners-sec-5 .faqs-sec .questionAnswerWrapper ol {
    padding-left: 25px
}
.partners-sec-5 .faqs-sec .questionAnswerWrapper ol li {
    padding-bottom: 15px
}
.partners-sec-5 .faqs-sec .accordian-ebook {
    background: transparent;
    cursor: pointer;
    font-size: 17px;
    color: #FFFFFF;
    padding: 14px 22px 14px 14px;
    border: none;
    border-radius: 6px;
    box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0);
    font-weight: 400;
}
.partners-sec-5 .faqs-sec .number-ques {
    margin-bottom: 12px;
    float: left;
}
.partners-sec-5 .faqs-sec .number-ques:after {
    content: '⌵';
    position: absolute;
    right: 30px;
    top: 14px;
    font-size: 20px;
    font-size: 15px;
    color: #fff;
    font-weight: 900
}
.partners-sec-5 .faqs-sec .open .number-ques:after {
    content: '⌵';
    color: #fff;
    right: 30px;
    top: 18px;
    transform: rotate(180deg)
}
.partners-sec-5 .faqs-sec .hidElement .desc {
    padding: 10px 10px;
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    border: none;
    border-radius: 5px;
}

.partners-sec-5 .faqs-sec .hidElement li {
    list-style: none;
    padding-bottom: 20px
}
.partners-sec-5 .faqs-sec .hidElement li:last-child {
   padding-bottom: 0
}
.partners-sec-5 .faqs-sec .col-sm-height{
  border-bottom: solid 1px #6d6f70;
}

/* Responsive Design */
@media (max-width: 320px) {
  .capabilities-banner h1{
    font-size: 40px;
  }
}
@media (min-width: 320PX) and (max-width: 480PX){
  .capabilities-banner h1{
    font-size: 40px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px){}
@media (min-width: 992px) and (max-width: 1024px){}
@media (min-width: 1025px) and (max-width: 1200px) {}
@media (min-width: 1201px) {}
