/* font */
@font-face { font-family: CircularStd-Bold; src: url('../fonts/CircularStd-Bold.otf'); } 
@font-face { font-family: CircularStd-Book; src: url('../fonts/CircularStd-Book.otf'); } 
@font-face { font-family: CircularStd-Medium; src: url('../fonts/CircularStd-Medium.otf'); } 
html {
  position: relative;
}
body{
    font-family: CircularStd-Book;
    background-color: #fff;
}
.nopadding{
    padding: 0px !important;
}
.form-group{
    margin-bottom: 20px;
}
/* slider */
.hinfo{
    background: url(../img/hinfo-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 10px;
}
.hinfo ul{
    margin: 0px;
}
.hinfo ul li a i{
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 16px;
    color: #262626;
    /* padding: 6px 10px; */
    text-align: center;
    padding-top: 5px;
}
.hinfo ul:last-child{
        margin-top: 5px;
    color: #fff;
    font-size: 15px;
}
.affix{
    top: 0;
      width: 100%;
      z-index: 1;
}
.navbar-default .navbar-nav>li>a {
    color: #777;
    font-size: 16px;
}
.navbar-brand{
        margin-left: 6px !important;
}
.navbar ul li a.active{
    border-bottom: 2px solid #b9519f;
}
.navbar-brand span{
    font-size: 14px;
    margin-top: 10px;
    color: #000000
}
.navbar-brand>img {
    display: block;
    margin-bottom: 6px;
}
.tembus{
	background-color: transparent !important;
          border-color: #e7e7e700;
}
.tembus.affix{
    background-color: white !important;
    border-color: #e7e7e700;
    padding-bottom: 18px;
}
    
.hvrcenter {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvrcenter:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #b9519f;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvrcenter:hover:before, .hvrcenter:focus:before, .hvrcenter:active:before {
     left: 8px;
    right: 8px;
}
.navbar-nav>li>a {
       padding-top: 42px;
    padding-bottom: 10px;
    margin-bottom: 8px;
}

/* slder */
/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}




/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
  .carousel-control .next { margin-right: -15px; right: 50%; } /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  } 


/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }  


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }

.carousel-indicators li {
  background: #666;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  }

.carousel-indicators li.active {
  background: #fff;
  margin: 0 3px;
  }
  .carousel, .main-slider{
      height: 600px;
  }
  .carousel-caption {
        top: 49%;
    right: 17%;
    left: 30%;
    padding-bottom: 30px;
    /* bottom: 10%; */
    float: right;
}

.carousel-caption h1
{
   display: inline-block;
   position: relative;  
   margin: 0px;
   font-size: 50px;
}
.carousel-caption h1::before
{
   content: "";
   display: block;
   position: absolute;
   z-index: -1;
   width: 100%;
   height: 100%;
   background:#000;
   opacity: .7;

}
.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.42857143;
    color: #757575;
    white-space: nowrap;
    text-transform: initial;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    text-decoration: none;
    background-color: #b9519f;
    color: #fff;
}
.dropdown-menu{
    display: none;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: transparent;
}
/* about us */
.about-us1{
    padding: 60px 10px;
}
.title h1{
    color: #b9519f;
    text-align: center;
    margin: 0px;
}
.title hr {
    margin-top: 28px;
    border-top: 1px solid #b6b6b6;
    width: 5%;
}
.about-us1 p{
    color: #676767;
        font-size: 16px;
}
.about-us1 .about-us-data{
    margin-top: 20px;
}
.about-us1 a{
    margin-top: 25px;
}
.btn-custome1:hover i{
   padding-right: 10px;
}
.btn-custome1{
    background-color: #6ecddd;
    color: #fff;
    
}
.btn-custome1 i{
    transition: all 0.5s ease;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 0 0px white, 0 0 0 0px #449d44;
    outline: 0;
}
.ripple-button{
    position: relative;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.wave{
    position: absolute;
    width: 105%;
    height: 110%;
    background-color: #ffffff;
    top: -2px;
    left: -2px;
    transform: scale(0);
    opacity: 0.5;
}
.ripple-button:hover .wave{
    animation: ripple-in2 2s;
}
@keyframes ripple-in2 {
 0% {transform: scaleX(0);}
 20%{transform: scaleX(1);opacity:0.3;}
 100%{transform: scaleX(1);opacity:0;}
}


/* products */
.products{
    background-color: #f9f9f9;
    padding: 80px 10px 80px;
    position: relative;
}
.products img:first-child{
     position: absolute;
    top: -1%;
    left: 47%;
    margin: auto;
}
.products .products-bg {
    background-color: #fff;
    border: 5px solid #f0f0f7;
    box-shadow: -1px 3px 11px 1px #ddd;
        min-height: 463px;
}
.products .products-bg:hover {
    background-color: #fff;
    border: 5px solid #f0f0f7;
    box-shadow: -0px 0px 0px 0px #ddd;
}
.products .products-bg span{
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.products .products-bg .product-data{
    padding: 10px 20px 20px;
}
.products .products-bg .product-data h4{
    color: #13087e;
    margin: 0px;
    font-size: 23px;
    padding-bottom: 15px;
}
.products .products-bg .product-data p{
        margin-bottom: 20px;
    color: #676767;
    font-size: 15px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    max-height: 85px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.products-info{
        padding-top: 24px;
}
/* gallery */
.gallary-img{
    border: 0px solid #ccc !important;
        background-color: #403e3e !important;
            margin-bottom: 25px !important;
}
.gallary span {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
      transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 34%;
    left: 54%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 88%;
}

.gallary-img:hover span {
  opacity: 0.3;
}

.gallary-img:hover .middle {
  opacity: 1;
}

.text {
  color: white;
  font-size: 16px;
  padding: 16px 10px;
}
/* background-bg */
.background-bg{
    background-image: url(../img/background-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 50px;
    text-align: center;
    background-position: 50% 50%;
    width: 100%;
    color: #fff;
}
.background-bg h1{
       margin: 0px;
    font-size: 46px;
    padding-top: 30px;
    padding-bottom: 30px;
}
/* About us */
.abackground-bg{
    background-image: url(../img/about-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 50px;
    text-align: center;
    background-position: 50% 50%;
    width: 100%;
    color: #fff;
}
.about-us .about-us-data{
    margin-top: 40px;
    margin-bottom: 40px;
}
.about-us-data p{
        font-size: 16px;
}

.abackground-bg h1, .cbackground-bg h1{
       margin: 0px;
    font-size: 46px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
.parallax-img{
    background: #fff url(../img/aboutus1.png);
    min-height: 300px;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

/* contact us */
.cbackground-bg{
    background-image: url(../img/contact-bg.jpg);
}

.contact-main .item {
    margin-top: 30px;
}
.contact-main .item .item-inner {
    margin: 30px;
    padding: 30px 10px;
    background: #f5f5f5;
       min-height: 330px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.contact-main .item .icon {
    position: relative;
    width: 90px;
    height: 90px;
       border: 2px solid #6ecddd;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: table;
    margin: 0 auto;
    -webkit-transition: -webkit-transform ease-out 0.2s, background 0.3s;
    -moz-transition: -moz-transform ease-out 0.2s, background 0.3s;
    transition: transform ease-out 0.2s, background 0.3s;
    margin-bottom: 30px;
}
.delayp1 {
    animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-delay: .1s;
    -o-animation-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
}
.contact-main .item .details {
    font-size: 18px;
}
.contact-main .item .icon .fa, .contact-main .item .icon .pe-icon {
    color: #6ecddd;
    font-size: 48px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.details h4{
    font-size: 25px;
    margin-bottom: 20px;
}
.details p{
    font-size: 15px;
}
.form-control {
    height: 45px;
    padding: 6px 12px;
    border: 1px solid #e1e1e1;
    border-radius: 0px;
}
.fullwidth{
    width: 100%;
}

/* resources */
.rbackground-bg{
        background-image: url(../img/resources-bg.jpg);
}
.resources-form{
   margin-top: 40px;
      margin-bottom: 40px;
   
}
.resources-form p, .contact-form p{
    margin-bottom: 30px;
        color: #535353;
}
/* gallery */
.gbackground-bg{
     background-image: url(../img/gallery-bg.jpg);
}

/*product */
.pbackground-bg{
    background-image: url(../img/about-bg.png);
}
.our-product-list{
    padding: 20px !important;
       border: 10px solid #6ecddd;
}
.our-product-list ol li{
    text-align: left;
        font-size: 17px;
        line-height: 30px;
}
.our-product-list ol li a{
    text-align: left;
        font-size: 19px;
        padding-right: 10px;
}
.rebackground-bg{
     background-image: url(../img/reactive-bg.png);
}
.about-us .product-data p{
    font-size: 17px;
    text-align: justify;
    line-height: 25px;
    
}
.about-us .product-data{
    padding: 40px 10px 20px;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    text-align: center;
    font-size: 21px;
}
.table>tbody>tr>td{
    font-size: 18px;
    border-top: 1px solid #fff;
    vertical-align: middle;
}
.table>thead>tr{
        background-color: #3b3a3a;
    color: #fff;
}
.shades{
       width: 125px;
    height: 46px;
    border-radius: 50px;
    margin: auto;
}
.dibackground-bg{
     background-image: url(../img/disperse-bg.png);
}
.acbackground-bg{
     background-image: url(../img/acid-bg.png);
}
.spcbackground-bg{
     background-image: url(../img/specialised-bg.png);
}

.footer{
  width: 100%;
  /* Set the fixed height of the footer here */
  background-color: #3b3a3a;
}
.footer-company {
    width: 100%;
    float: left;
    padding: 22px 0 0px;
}
.footer-company h5 {
        font-family: CircularStd-Bold;
    font-size: 17px;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 32px;
    position: relative;
    line-height: 16px;
    display: block;
    float: left;
    border-bottom: 1px solid #a0a0a0;
}
.footer-company ul {
    margin-top: -15px;
    width: 100%;
    float: left;
    padding-left: 0px;
}
.footer-company li {
    list-style: none;
    color: #fff;
    line-height: 26px;
    font-weight: normal;
}
.footer-company li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.follow-us ul {
    padding-left: 0px;
}
.follow-us li {
    list-style: none;
    display: -webkit-inline-box;
    margin: 4px;
    color: #FFF;
    font-size: 15px;
    font-weight: 300;
}
.follow-us li a {
    color: #FFF;
    text-decoration: none;
}
.follow-us li a i {
       width: 35px;
    height: 35px;
    background: #303030;
    border: 1px solid #525151;
    border-radius: 3px;
    font-size: 16px;
    color: #FFF;
    /* padding: 9px 7px 8px 7px; */
    padding-top: 8px;
    padding-left: 9px;
}
.follow-us li a i:hover {
    background: #2b93d2;
}


.coppy-right {
    font-size: 13px;
    color: #FFF;
       padding: 18px 0 18px;
    text-align: center;
}
.coppy-right a{
    font-size: 13px;
    color: #FFF;
    padding: 40px 0 10px;
}
.coppy-right a:hover{
    text-decoration: none;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 12px;
    margin-right: 15px;
    margin-bottom: 21px;
    background-color: transparent;
    /* background-image: none; */
    border: 0px solid transparent;
    /* border-radius: 4px; */
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;;
}
.rph-getitall{
    /*    background-image: url('../img/getitall.jpg');*/
    background-image: #fff;
    padding: 70px 0px;
    background-repeat: no-repeat;
    position: relative;
}
.gallery .products-bg{
    min-height: auto !important;
}





