/* ---------  Mayuresh Custom Scrollbar ---------  */
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  /*border-radius: 10px;*/
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0e1927;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #cc0033;
}
/* ---------  Mayuresh Custom Scrollbar End ---------  */
/*------------------------------------ not responsive---------------------*/

html {
  scroll-behavior: smooth;
}

body {
   scroll-behavior: smooth;
}

:target {
   scroll-margin-top: 9rem;
}

#contact {
  scroll-margin-top: 100px; /* Offset for scroll position */
}

.header-default .logo a { 
   height: 100px; 
}
.header-default .logo a img {
   max-height: 100px !important; 
}  
.rainbow-header.sticky { 
   height: 100px !important; 
}
.clients-image{ 
   max-width: 150px; 
   filter: brightness(0) invert(1); 
} 
.brand-style-1 li:hover a img {
   opacity: 1 !important;
   filter: contrast(0) !important;
} 
.rainbow-card.card-list-view .inner .thumbnail a img {
   width: auto;
   object-fit: contain !important;
/*   height: 100%;*/
} 
.service.service__style--1.bg-color-blackest.radius.mt--25.text-center.service_div_style .icon img {
   width: 50%;
} 
.service.service__style--1 {
   padding: 25px 20px;
} 
.rainbow-box-card.card-style-default.testimonial-style-one.testimonial-div-style .thumbnail {
   background: #fff;
   display: flex; 
   max-width: 120px;
   max-height: 120px; 
   min-width: 120px;
   min-height: 120px;
} 
.thumb-child{
   display: flex;
   align-content: center;
   justify-content: center;
   align-items: center;
}
.thumb-child img{
   width: 50%;
} 
.industry-style {
   position: relative;
   padding: 10px;
}
.industry-style img {  
   width: 100%;
   border-radius: 10px;
} 
.industry-badge{
   position: absolute;
   bottom: 20px;
   left: 20px;
} 
.rainbow-slick-arrow button.slick-arrow { 
   width: 35px;
   height: 35px; 
}
.rainbow-slick-arrow button.slick-arrow:hover {
   background: #0b0808;
   border-color: #150c0d;
}
.rainbow-slick-arrow button.slick-arrow i {
    display: block;
    color: #ffffff;
}
.rainbow-slick-arrow button.slick-arrow.prev-arrow::before, .rainbow-slick-arrow button.slick-arrow.next-arrow::before {
   content: '';
}
.rainbow-address .contact-detail{
   display: flex;
}   
.rainbow-card.card-list-view .inner .thumbnail a {
   display: block;
   height: 70%;
   margin-bottom: 1rem;
}
.caseStudy .thumbnail {
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   justify-content: center;
   align-items: center;
}
.caseStudy-badge { 
   /*position: absolute;
   bottom: 20px;
   left: 20px;*/ 
/*   width: 100% !important;*/
/*   border-radius: 0 !important; */
   height: 32px!important;
   line-height: 27px!important;
}

select {
   background: transparent;
}
.submitIc i {
   font-size: 20px;
}
.slider-style-1.variation-default .inner {
   padding-top: 25px;
}
.fixedFooterDiv {
   background: #272727;
   text-align: center;
   padding: 10px 0px 10px 0px;
   width: 100%;
   position: fixed;
   bottom: 0px;
   z-index: 99;
} 
.divLine {
   border-right: 1px solid #fff;
} 
#wa-widget-send-button::before {
   content: '';
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 100px;
   height: 100px;
   background: rgba(0, 150, 136, 0.4); /* Light wave color */
   border-radius: 50%;
   animation: pulse-wave 1.5s infinite;
   z-index: -1;
} 
@keyframes pulse-wave {
   0% {
      transform: translate(-50%, -50%) scale(0.8);
      opacity: 0.8;
   }
   100% {
      transform: translate(-50%, -50%) scale(1.5);
      opacity: 0;
   }
}
.advance-industry {
   padding: 0;
   margin: 0;
   list-style: none;
}
.btn.btn-danger.interested {
   position: fixed;
   bottom: 15px;
   right: 100px;
   transition: 0.4s ease-in;
   z-index: 999;
   background: linear-gradient(95deg, var(--color-primary) 15%, var(--color-tertiary) 45%, var(--color-pink) 75%, var(--color-secondary) 100%) 95% / 200% 100%;
   width: 160px;
   font-weight: 600;
   font-size: 20px;
   padding: 5px;
   border: 0px solid #b77e29;
   color: #ffffff;
}
.btn.btn-danger.interested:hover {
   box-shadow: var(--shadow-primary);
   -webkit-filter: brightness(125%);
   filter: brightness(125%);
   color: var(--color-white);
   text-decoration: none;
}
.contact-detail .inner {
   margin-left: 20px;
}
span.morecontent a {
   color: #dc3545;
}
.rainbow-card .inner .content {
   display: block; 
}  
select.contact-input.white-input.contact-input-purp option {
   background-color: #0f0f11;
   color: white; 
}
* {
   user-select: none;
   -webkit-user-select: none; /* Safari */
   -ms-user-select: none; /* IE 10+ */
}

/*------------------------------------ eOf not responsive---------------------*/

/*------------------------------------responsive start-----------------------*/

/* mayuresh media queries for all devices*/
/*mayuresh css responsive main.. for all pages */
 /* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  /*//CSS*/
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  /*//CSS*/
     

}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  /*//CSS*/
   
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
  
  /*//CSS*/
   .clients-image {
      max-width: 100px;
      filter: brightness(0) invert(1);
   }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  /*//CSS*/

   .clients-image {
      max-width: 100px;
      filter: brightness(0) invert(1);
   }

}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
 /* //CSS*/ 

   .header-default .logo a img {
      max-height: 85px !important;
   }
   .rainbow-header.sticky {
      height: 90px !important;
   }
   .header-btn {
      display: none;
   }
   .thankYouPage .header-btn {
      display: block;
   }
   .brand-style-1 li { 
      padding: 20px 0 20px 0; 
   }
   .brand-style-1 img.clients-image {
      width: 65%;
   }
   span.header-caption.theme-gradient {
      display: block;
   }
   .slider-style-1 .inner .header-caption span {
      font-size: 46px;
   }
   .copyright-area.copyright-style-one {
      margin-bottom: 4rem;
   }
   .rainbow-back-top { 
      bottom: 50px; 
   }
   .rainbow-card.card-list-view .inner .thumbnail a { 
      height: auto; 
   }
   .rainbow-card.card-list-view .inner .thumbnail a img {
      width: auto;
      object-fit: contain !important;
      height: auto;
   }
   a.btn-default.btn-large, button.btn-default.btn-large, div.btn-default.btn-large {
      height: 50px;
      line-height: 45px;
      padding: 0 37px;
      font-size: 15px;
   }
}
/* eOf css not responsive */

/*------------------------------------ eOf responsive start-----------------------*/