
body{
  font-family: 'Hind', sans-serif;
}
a{
  display:inline-block;
  text-decoration: none !important;
}
ul{
   padding:0;
   margin: 0;
   list-style: none;
}
/*#back{
  background-image: url(../images/footer.png);
  background-position: center;
  background-size: cover;
}*/
.whit_bg{
  background: #fff;
}
/*----------------------top-----------------------------------*/
.top{
  background: #e6b455; 
  padding: 8px 0;   
}

.top-right a{
  color:#000000;
  font-size: 12px;
  margin-right: 20px;
}
.whatsapp {
  background: #06b303;
  color: white; 
  padding: 5px 8px;     
}
.facebook{
  padding: 5px 8px; 
  font-size: 12px;
}
.social{
  float:right;
  font-size: 12px;
}

/*------------------------mid-nav-----------------------------------*/
.logo{
  width:400px;
}
 /*-------------------nav-------------------------------*/
.my-nav{
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
 .my-list li a{
  display: inline-block;
  text-decoration: none !important;  
  font-size: 14px;
  font-weight: 500; 
  text-transform: uppercase; 
  margin: 18px;
  color:#000 !important;   
} 
/*----------mega-menu------------*/
.dropdown-menu{
  width:100%;
  padding: 10px;  
 } 
 .dropdown{
  position: absolute; 
  left:0;
  right:0;
} 
.dropdown-item{
  margin: 0px !important;
}
.column{
  flex:0 0 14%;
  max-width: 14%;
}
.mega-items{
  width:100%; 
  text-align: center;
}
.img-instru{
  width:60%;
}

 /*------------------------banner------------------------------*/
.carousel-control-next, .carousel-control-prev{
  opacity:1;
}
.carousel-indicators li{
  width:10px;
  height:10px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 5px;
  background: transparent;
}
.carousel-indicators li.active{
  background: #0059a8;  
}
.bann-hd{
  color:#fff;
  font-size: 20px;  
  font-family: 'Playfair Display', serif;
  text-shadow: 1px 3px 1px black;
}
/*====== 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: #dd4b39;
  color: white;
}
.google {
  background:#55ACEE ;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.whatsapp {
  background: #06b303;
  color: white;
}

.display-2{
        font-size: 3rem;
    }

/*-----------------------about-----------------------------*/
.hdng{
  color:#be2107;
  font-size: 26px;  
  font-family: 'Playfair Display', serif; 
}
.para{
   color:#29292b;
    text-align: justify; 
    margin: 25px 0;
}
.prod-img{
   width:100%;
   overflow:hidden;
   text-align: center;
}
.prod-img img{
  width:70%;
}
.prod{ 
  text-align: center; 
  padding:10px;
}
.name{
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  color:#000;
  text-transform: uppercase;
  
}
.matrl{
  text-transform: capitalize;
  color:#29292b;
}
.abt_image{
   width:100%;
   overflow: hidden;
}
.abt_image img{
   width:100%;
}
/*-------------------testimonial-----------------------*/
.testi{
  min-height: 300px;  
}
#owl1 .owl-stage-outer{
  overflow: initial!important;
}
.testimonial {
  margin:auto;
  width: 900px;
  max-width: 100%;
  background: /*#d3d60e*/ #55ACEE;
  padding: 4em 3em;
  display: flex;
  align-items: flex-end;  
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075), 0 3px 3px rgba(0, 0, 0, 0.075), 0 5px 5px rgba(0, 0, 0, 0.075), 0 9px 9px rgba(0, 0, 0, 0.075), 0 17px 17px rgba(0, 0, 0, 0.075);
  position: relative;  
}
.testimonial:after {
  content: "";
  border: 8px solid #be2107;
  border-radius: 50px;
  width: 94%;
  height: 120%;
  position: absolute;
  z-index: 1;
  left: 1.5em;
  top: -2em;
}
.testimonial:before {
  content: "";
  position: absolute;
  bottom: -5.2em;
  left: 5em;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 100px 0 0;
  border-color:  #be2107 transparent transparent transparent;
}
.testimonial .quote {
  position: absolute;
  font-size: 3em;
  width: 40px;
  height: 40px;
  background:  #be2107;
  color: #fff;
  text-align: center;
  line-height: 1.25;
}
.testimonial .quote.open {
  top: 0;
  left: 0;
}
.testimonial .quote.close {
  bottom: 0;
  right: 0;
}
.testimonial p {
  width: 60%;
  display: inline-block;
  font-weight: bold;
  font-size: 1.25em;
}
.testimonial .source {
  width: 40%;
  height: 100%;
  position: relative;
}
.testimonial .source span {
  display: inline-block;
  font-weight: bold;
  font-size: 1.15em;
  position: relative;
  margin-left: 1rem;
  text-align: right;
}
.testimonial .source span:before {
  content: "—";
  display: inline;
  margin-right: 5px;
}
.testimonial .image {
  transform: rotate(-5deg);
  position: absolute;
  top: 0.5em;
  right: 1.5em;
}
.testimonial .image img {
  border: 10px solid #fff;
  margin: 0;
  padding: 0;
}
.testimonial .image .clip {
  border: 2px solid #222;
  border-right: none;
  height: 75px;
  width: 20px;
  position: absolute;
  right: 30%;
  top: -15%;
  border-radius: 25px;
}
.testimonial .image .clip:before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  height: 10px;
  width: 16px;
  border: 2px solid #222;
  border-bottom: none;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  z-index: 99;
}
.testimonial .image .clip:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  height: 40px;
  width: 16px;
  border: 2px solid #222;
  border-top: none;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  z-index: 99;
}
/*--------------footer----------------------*/
.footer{
  background-image: url(../images/footer_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
}
.foot-logo{
  width:100%;
  overflow: hidden;
}
.foot-logo img{
  width:300px;
}
.foot-items{
  text-align: center;
}
.links{
  display: flex;
  justify-content: center;
}
.quick{
   border-left:1px solid #fff;
}
.foot-line{
  color:#fff;
}
.quick a{
  color:#ccc;
  font-size: 13px;
  font-weight: 600;
  text-align: center; 
  padding: 20px;
}
/*////////////////mridangam////////////////////////*/
.sub_banner{
  background-image: url(../images/subbanner.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100px;
}
.sub-items{
  display: flex;
  justify-content: right;
  align-items: center;
  padding-top: 30px;
}
.sub-items a{
  text-transform: capitalize;
  font-size: 14px;
}
.gal-img{
  width: 100%;
  overflow: hidden;
}
.gal-img img{
  width: 100%;
}
.line{
  background: #000;
  color: #fff;
  text-align: center;
 padding: 5px 0;
}
.heading{
  font-size: 26px;
  color:#29292b;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
}
.smallhd{
  font-size: 18px;
}
/*-----------------------*/
.card{
  border:none !important;
}

.nav { 
  margin: 0 auto 40px auto;  
}

.nav img {
  padding: 5px 0;
  margin: 10px ;
  width: 55px;
  opacity:.7;
  cursor: pointer;
  transition: 0.3s;
  /*border: 4px solid #888*/;
}

.nav img:hover {
 /* border: 4px solid #ffc107*/
  opacity: 1;
}
.colour{
  display: flex;
  justify-content: space-between;
}
.price, .weight, .type{
  display: flex;
  margin: 10px 0;
}
.line1{
  color: #000;  
  margin-left: 15px;
}
.quote-key{
  box-shadow: 0px 17px 10px -10px rgba(0,0,0,0.4);
  background: #be2107;
  padding: 10px 15px;
  color: #fff;
  margin-top: 10px;
  transition: all ease-in-out 300ms;
}
.quote-key:hover{
  box-shadow: 0px 37px 20px -20px rgba(0,0,0,0.2);
  transform: translate(0px, -10px) scale(1.1);
}
/*//////////////about-page/////////////////////////*/

.list li{
  color:#222;
  font-size: 16px;
  margin: 10px 0; 
}
.list li i{
  color: #be2107;
  margin-right: 10px;
}
.side{
  width: 100%;
  overflow: hidden;
}
.side img{
  width:100%;
}
/*/////////////////contact-us////////////////////////////////*/
.contactban{
  background-image: url(../images/contact_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; 
  min-height: 300px;
}
.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;
}
.ico i{
  font-size: 32px;
  color: #be2107;
}
.con-box h3{
  font-size: 24px;
  color:#29292b;
  text-transform: capitalize;
  margin: 15px 0;
}
.con-box p{
  font-size: 16px;
  color:#6d7162;  
}
.contact-line-2{
  font-size: 16px;
  font-weight: 600;
  color:#29292b;
  text-transform: capitalize;  
}

#contactForm .form-control::placeholder{
  text-transform: capitalize !important;
}
.form-group{
  margin-top: 20px;
}