/* scroll bar...amrut...........................................................*/
::-webkit-scrollbar{
  width:8px;height:4px
}
::-webkit-scrollbar-track{
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
  box-shadow:inset 0 0 6px rgba(0,0,0,.3);
  -webkit-border-radius:10px;border-radius:10px
}
::-webkit-scrollbar-thumb{
  -webkit-border-radius:10px;
  border-radius:10px;
  background:#184F80;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5);
  box-shadow:inset 0 0 6px rgba(0,0,0,.5)
}
::-webkit-scrollbar-thumb:window-inactive{
  background:#184F80
}

/* Header...amrut........................................................... */
header{
  height: 76px;
}
#top-navbar .navbar-nav .nav-item a{
  color: #333;
}
#top-navbar .navbar-nav .nav-item.active > a{
  color: #184F80;
}

@media screen and (max-width: 992px) {
  #top-navbar{
    background: #fff;
  }
  .title-font{
    font-size: 21px;
  }
  .slider-cont{
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  #top-navbar .navbar-nav .nav-item.active a::before{
    content: ". . .";
    position: absolute;
    bottom: -8px;
    color: #184F80;
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 15px;
    font-weight: 800;
  }
}

.slider-bg{
    background: url('/Content/images/header-bg.jpg') no-repeat center center;
    background-size: cover;
    height: 100vh;
}

.rounded-pill-2{
  border-radius: 100px 0px 100px;
}

/* home-body...amrut........................................................... */
.device-swiper-container .swiper-button-next:after, .swiper-button-prev:after,
.device-swiper-container .swiper-button-next:after, .swiper-button-prev:after {
  font-size: 25px;
  font-weight: bold;
}

.product-title:before{
  content: 'Products & Solutions';
  font-size: 100px;
  color: rgba(255, 255, 255, 0.027);
  position: absolute;
  top: -80px;
  left: 0;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.lbl-and{
  font-size: 45px;
}
.products-title-bar{
  top: 90px;
}

@media screen and (max-width: 992px) {
  .product-title:before{
    font-size: 45px;
    top: -40px;
  }
  .lbl-and{
    font-size: 28px;
  }
  .products-title-bar{
    top: 43px;
  }
  .products-title-bar{
    top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .product-title:before{
    font-size: 30px;
    top: -26px;
  }
}

.pCard:hover .card-body{
  background-color: #E87F17;
  color: #fff;
}
.pCard:hover .pIcon, .pCard:hover .pCardFooter a{
  background-color: #fff !important;
  color: #E87F17 !important;
}
.bg-bottom{
  background: url('../images/bg-bottom.png') no-repeat 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.sub-title {
  letter-spacing: 3px;
  font-weight: 300;
}
.img-thumb-height{
    height:215px;
}

/* Footer...amrut........................................................... */
.subscribe-bg{
    background: url('/Content/images/subscribe.png') no-repeat center center;
    background-size: cover;
}

/* About us...amrut........................................................... */
.about-list > li > a:hover{
  color:#E87F17 !important;
}
.about-list > li > a.active{
  color:#E87F17 !important;
}
.about-list > li > a.active::before {
  content: ' ';
  width: 10px;
  height: 4px;
  background: #E87F17;
  position: absolute;
  left: -5px;
  margin-top: 10px;  
}

.breadcrumb-list .breadcrumb-item.active::before{ 
    content: "";
    background: #E87F17;
    height: 6px;
    margin-top: -8px;
    padding: 0;
    width: 6px;
    display: inline-block;
    border-radius: 90px;
    margin-right: 10px;
}
.breadcrumb-list .breadcrumb-item.active::after{ 
  content: "";
  display: inline-block;
  height: 1px;
  width: 80px;
  background: #E87F17;
  margin-left: 10px;
}
.AbtSection{
  padding-top: 76px;
}

/* Products...amrut........................................................... */
.ul-box li::before{
  padding-right: 1rem;
  content: "\25a0";
  color: #E87F17;
  vertical-align: text-bottom;
}

/* Career...amrut........................................................... */
.input-height{
  height: 50px;
}

/* Contact us...amrut........................................................... */
.contact-img{
  height: 200px;
}
.line-h-inherit{
  line-height: inherit;
}
