.roboto-thin {
 font-family: "Roboto Slab", serif;
  font-weight: 100;
  font-style: normal;
}
 a{
    display: inline-block;
    text-decoration: none !important;
  }
  :root{    
    --linecolr: #b10c2d;
    --yellcolor:#be5007;    
    --ash:#353535;
    --bgcolor: /*#f0ed98*/ #dfe6ee;
  }
  /*---------top----------------*/
  .top{
    background: #000;
    padding: 8px 0;   
  }
  .top-items a, .user a{
   font-family: "Roboto Slab", serif;
    color: #fff;
    font-size: 12px;
    padding: 8px 0;
  }
  .top-items a i, .user a i{
    color: var(--yellcolor);
    margin-right: 8px;
  } 
  .user{
    float:right;
  }
 /*----------nav--------------*/ 
 .my-nav li a{
   text-transform: uppercase;
   font-family: "Roboto Slab", serif;
   font-size: 14px;
   font-weight: 600;
   letter-spacing: 2px;
   margin: 10px ;
 }
 
.navbar-brand img{
  width: 400px;  
}
.dropdown-item{
  margin: 0 !important;
}
  /*-----------banner----------------*/    
  .ban-hd {
    font-family: "Playfair Display", serif;
    font-size: 60px;
    font-weight:500;
    text-transform: capitalize;
    letter-spacing: 2px;    
    color: #fff; 
    text-shadow: 2px 2px black;   
    line-height: 1.5;    
  }
  .carousel-caption{
    top:20%;
  }
  @keyframes scale {
    100% {
      transform: scale(1);
    }
  }
  
  span {
    display: inline-block;
    opacity: 0;
    filter: blur(4px);
  }
  
  span:nth-child(1) {
    animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(2) {
    animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(3) {
    animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(4) {
    animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(5) {
    animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(6) {
    animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(7) {
    animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(8) {
    animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(9) {
    animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(10) {
    animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(11) {
    animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(12) {
    animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(13) {
    animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(14) {
    animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(15) {
    animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(16) {
    animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(17) {
    animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(18) {
    animation: fade-in 0.8s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  @keyframes fade-in {
    100% {
      opacity: 1;
      filter: blur(0);
    }
  }
  /*---------------about----------------*/    
  
  .para{
    font-size: 14px;
    font-family: "Roboto Slab", serif;   
    color: #222;
    line-height: 2;
    text-align: justify;
  }  
  .key{
    color:var(--ash);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .main{
    display: none;
  }
  /*====== sticky icons css=======================*/

.icon-bar1 {
  position: fixed;
  top: 70%;
  z-index: 999;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar1 a {
  display: block;
  text-align: center;
  padding: 12px;
  transition: all 0.3s ease;
  color: white;
  font-size: 16px;
}

.icon-bar1 a:hover {
  background-color: #000;
  background: rgb(0,0,0);
  background: linear-gradient(152deg, rgba(0,0,0,1) 100%, rgba(255,255,255,1) 100%, rgba(234,108,67,1) 100%, rgba(246,211,157,1) 100%);
}

.facebook {
  background: #3B5998;
  color: white;
}
.instagram {
  background: rgb(255,255,255);
  background: linear-gradient(152deg, rgba(255,255,255,1) 0%, rgba(103,83,196,1) 0%, rgba(234,108,67,1) 61%, rgba(246,211,157,1) 100%);
  
  color: white;
}
.youtube {
  background: #FF0000;
  color: white;
}
.twitter {
  background: #55ACEE;
  color: white;
}
.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.whatsapp {
  background: #06b303;
  color: white;
}

.display-2{
        font-size: 3rem;
    }
  
  
/*---------------about--------------------*/

.testi-box{
  background: #bbe0f4;
  padding: 60px;
  text-align: center;
}
#owl1 .owl-nav {
   position: absolute;
   bottom: 0;
   right:48%;
   left:auto;
   top:auto;
}
.testi-box p{
  font-size: 16px;  
}

.testi-box h5{
  color: #b10c2d;
}
.place{
  color: var(--yellcolor);
}
.head2{
  font-family: "Roboto Slab", serif; 
  color: #b10c2d;    
}
.head2 i{
  border: 1px solid #b10c2d;
  padding:20px;
  border-radius: 50%;
}

/*--------------products---------------------*/
.pill-items{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px;
  text-align: center;
}
.pill-items img{
  width:100%;
}
.pill-line{
  font-family: "Roboto Slab", serif; 
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  margin: 8px 0;
}
/*-------------owl-book-----------------*/
.head{
    font-size: 30px;
    font-family: "Playfair Display", serif;
    color: #000;
    line-height: 2;
    text-align: center;
}
/*------------footer--------------*/
.footer{
  background: url(../images/banner/footer.png);
  background-repeat: no-repeat;
  background-size: cover;   
  padding: 60px;
}
.foot-logo{
  text-align: center;
}
.foot-logo img{
  width:500px;  
}
.foot-hd{
   text-align: center;
   font-size: 20px;
   font-family: "Playfair Display", serif;
   color: #fff;
}
.foot-links{
  font-family: "Roboto Slab", serif; 
  color: #fff;
  font-size: 16px;
  text-align: center;
}
/*//////////////////about-page-begins//////////////////////*/
.small_banner{
  background: url(../images/banner/small.png);
  background-repeat: no-repeat;
  background-size: cover;   
  padding: 60px 0;
}
.ban_items a{
  color: #fff;
}
.quality{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px;
  text-align: center; 
}
.quality img{
  width:30%;  
}
/*////////////////prdt//////////////////////////*/
.prdt{
  text-align: center;
  margin-bottom: 30px;
}
.prdt img{
  width:60%;
}
/*//////////////RAW////////////////////*/
.jute-list{
  list-style: none;
  padding: 0;
}
.jute-list li{
  font-family: "Roboto Slab", serif; 
  color: #000;
  font-size: 13px;
  text-transform: capitalize;
  margin: 8px 0;
}
/*////////////contact/////////////////////////////*/
#contactForm{
  background: #ccc;
  padding: 30px;
  border-radius: 10px;
}
.con-line{
  color:#001e57;
  text-align: center; 
  margin: 30px 0;
  text-transform: capitalize;
}
.con-box{
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; 
  padding-bottom: 15px;
  height:200px;
}
.ico i{
  font-size: 30px;
  color:var(--linecolr);
  margin: 10px 0;
}
.con-box h3{
  font-size: 24px;
  color: #000;
  text-transform: capitalize;
  margin: 15px 0;
}
.con-box p{
  font-size: 16px;
  color:#6d7162;  
}
.contact-line-2{
  font-size: 16px;
  font-weight: 600;
  color:#000;
  text-transform: capitalize; 
  margin-bottom: 10px; 
}
.form-group{
  margin-bottom: 10px;
}
.my-bttn{
  background-color: #b10c2d !important;
  color:#fff !important;
  padding: 10px 100px;
}
/*/////////////enquire/////////////////////*/
#enquire{
   background: #ccc;
   padding: 15px;
}
#enquire .form-group{
  margin: 15px 0;
}
#enquire .form-group label{
  font-family: "Roboto Slab", serif;   
  font-size: 15px;
  color: var(--ash);
  text-transform: capitalize;
}
.btn{
  background: var(--yellcolor) !important;
  padding: 12px 18px !important;
  color: #fff;
}




