.navbar{
  box-shadow: 0 0px 3px 0 #ff9800, 0 3px 3px 0 #ff9800;
  background-color: #4db5ad;
}
.navbar-nav .nav-item .nav-link{
  color:white;
}
.navbar-nav .nav-item{
  margin: 16px;
  
  
}
.navbar-nav .nav-item:hover{
  border-radius:0px 19px;
  background-color:  #159ca9;

}
.navbar-nav .nav-item .nav-link:hover{
color: #ffca28;
}
.navbar .navbar-brand{
  color:white;
}
.dropbtn {
  
  color: white;
 
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #38d0c4;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color:#4db5ad;color:#ffca28;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #159ca9;border-radius:0px 19px;}
@media only screen and (max-width:768px){
  .navbar-brand{
    font-size:smaller;
  }
  .navbar-nav .nav-item {
    margin: 5px;
}
.dropdown:hover .dropbtn {background-color: #4db5ad;}
.textchangecolor{
  display: none;
}
.hide{
  display: block!important;
}

}

  .hide{
    display: none;
  }

/*carousel*/
.carousel-indicators li{
    width: 15px;
    height: 15px;
    background-color: black;
  }
/*carousel end*/
.welcometext1{
  background-image: url(images/welcome.jpg); 
  background-repeat: no-repeat; 
  background-size:cover;
}
.welcome{
  background: url(https://tiimg.tistatic.com/catalogs/template59004/line2.gif) no-repeat bottom left;
    color: #313131;
    display: !important;
    float: left;
    font-size: 32px;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 15px 0px;
    text-align: left;
    text-transform: uppercase;
}
.wrap {
  margin: 0 auto;
  text-align: center;
}

.textcolor a {
  font-family: 'Tinos', serif;
  font-size: 43px;
  text-align: center;
  line-height: 1.25;
  display: inline;
  color: #4db5ad;
  text-shadow: 0 1px darken(steelblue, 10%);
  transition: box-shadow ease 250ms, color ease 250ms;
  cursor: pointer;
  
  text-decoration: none;

  }
 /* .textcolor a:hover {
    color: #ffc107;
    box-shadow: 0 -80px 0 #4db5ad inset;
  }*/

.textcolor1 a {
  font-family: 'Tinos', serif;
  font-size:19px;
  text-align: center;
  
  display: inline;
  color: #4db5ad;
  text-shadow: 0 1px darken(steelblue, 10%);
  transition: box-shadow ease 250ms, color ease 250ms;
  cursor: pointer;
  
  text-decoration: none;
  
  }

.btn1{
  font-size: 14px;
    color: #fff;
    padding: 10px;
    margin: 10px;
    background: #d79719;
   margin-top:-10px;
    border-radius: 0 19px;
    
    
}
.clearfix {
  overflow: auto;
  background-attachment:fixed;
  background-repeat: no-repeat;
  background-size:cover;
}

.img2 {
  float: right;
  width:250px;
  border:1px solid rgba(0,0,0,0.33);
  padding: 10px;
  }
.textchangecolor{
  border:1px solid rgba(0,0,0,0.33);
  height: auto;margin-top: 50px;
  margin-bottom:25px;
  
}
.textincolor{
  background: #fff;
    position: relative;
    top: -48px;
    left: 30px;
    text-align: center;
    width:19%;
}
.hrsect2 {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  color: rgba(0, 0, 0, 0.35);
  margin: 8px 0px;
  font-size: 50px;
    font-weight: 200;
    margin-top:20px;
    margin-bottom: 20px;
}
/*Product css*/
.hr-sect {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  color: rgba(0, 0, 0, 0.35);
  margin: 8px 0px;
  font-size: 50px;
    font-weight: 200;
    margin-top:20px;
    margin-bottom: 20px;
}
.hr-sect::before,
.hr-sect::after {
  content: "";
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.35);
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin: 0px 8px;
}
.wow{
  margin-bottom:30px;
}
.box14{position:relative}
.box15,.box17,.box18{box-shadow:0 0 5px #7e7d7d;text-align:center}
.box14:before{content:"";width:100%;height:100%;background:rgba(0,0,0,.5);position:absolute;top:0;left:0;opacity:0;transition:all .35s ease 0s}
.box14:hover:before{opacity:1}
.box14 img{width:100%;height:350px;}
.box14 .box-content{width:90%;height:90%;position:absolute;top:5%;left:5%}
.box14 .box-content:after,.box14 .box-content:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;transition:all .7s ease 0s}
.box14 .box-content:before{border-bottom:1px solid rgba(255,255,255,.5);border-top:1px solid rgba(255,255,255,.5);transform:scale(0,1);transform-origin:0 0 0}
.box14 .box-content:after{border-left:1px solid rgba(255,255,255,.5);border-right:1px solid rgba(255,255,255,.5);transform:scale(1,0);transform-origin:100% 0 0}
.box14:hover .box-content:after,.box14:hover .box-content:before{opacity:1;transform:scale(1);transition-delay:.15s}
.box14 .title{font-size:21px;font-weight:700;color:#fff;margin:15px 10px;opacity:0;transform:translate3d(0,-50px,0);transition:transform .5s ease 0s}
.box14:hover .title{opacity:1;transform:translate3d(0,0,0)}
.box14 .post{font-size:14px;color:#fff;padding:10px;margin:15px 10px;background:#d79719;opacity:0;border-radius:0 19px;transform:translate3d(0,-50px,0);transition:all .7s ease 0s}
.box14 .icon,.box15 .icon{padding:0;list-style:none}
.box14:hover .post{opacity:1;transform:translate3d(0,0,0);transition-delay:.15s}
.box14 .icon{width:100%;margin:0;position:absolute;bottom:-10px;left:0;opacity:0;z-index:1;transition:all .7s ease 0s}
.box14:hover .icon{bottom:20px;opacity:1;transition-delay:.15s}
.box14 .icon li a{display:block;width:40px;height:40px;line-height:40px;border:1px solid #fff;border-radius:0 16px;font-size:14px;color:#fff;margin-right:5px;transition:all .4s ease 0s}
.box14 .icon li a:hover{background:#d79719;border-color:#d79719}
@media only screen and (max-width:990px){.box14{margin-bottom:30px}
}

/*product css end*.
/*footer*/
.footer{
  padding: 60px 0;
    width: 100%;
    color: #fff;
   
}
.footer-title{
  position: relative;
    color: #fff;
  font-size: 24px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #838488;
}
.footer-title:after{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 30px;
  height: 4px;
  background: #ffca28;
}
.footer-links a{
  padding: 10px 0;
  border-bottom: 1px solid #838488;
  color: #fff;
  display: block;
  transition: color 0.5s ease-in-out;
   text-decoration:none;
}
.footer-links a:hover{
  color: #FFC107;
}
.footer-social-links li{
  display: inline-block;
}
.footer-social-links a{
  width: 40px;
  height: 40px;
  font-size: 16px;
  float: left;
  margin-right: 10px;
  padding: 10px;
  border: 1px solid #404040;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  line-height: 1;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  background:#3B008D;
}
.footer-social-links a:hover{
  background: #ff304d;
}
/* g. Footer bottom section */
.footer-bottom{
  width: 100%;
  padding: 25px 0;
  text-align: center;
  color: #fff;
  background: rgb(56, 208, 196)
}
/*footer*/
/*Product detail*/
.proimage {
  position: relative;
  width: 60%;
  background-color:#81d0ca;
}
.bord{
  border:1px solid #4caf50  ;
}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: 350px;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.proimage:hover .image {
  opacity: 0.3;
}

.proimage:hover .middle {
  opacity: 1;
}

.text {
  background-image: linear-gradient(to right,black,#009688);
  color: white;
  border-radius:50px;
  font-size: 16px;
  padding:10px;
}
.th tr th{
  background-color:#9e9e9e6b;
  color:white; 
}
.tb{
  
  color:white;
  
}
.tb tr td:hover{
    background-color:#3f8c85;
  color:#ffca28; 
  opacity:1;
}
input{
  background-color: transparent;
    border: 0px solid;
    width: 160px;
    color: #CCC;
}
.form-control{
  border: none;
    border-bottom: 1px solid black;
    text-decoration: none;
    border-radius:0px;
    padding: 5px;
    height:30px;
}
.form-control:focus {
    color:black;
    background-color:white;
    border-color:#630600;
    outline:none;

    box-shadow:none;
}
.modal-header{
  border-bottom:none;
}
.modal-footer{
  border-top:none;
}
.procon{
  background-color: rgba(255, 255, 255, 0.85);
}




/*Product detail*/
#myBtn1{
  
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color:#d79719;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
}
/*side icons*/
.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    left: 30px;
    background-color:#d79719;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.float:hover{
  background-color:#4db5ad;;
  color:white;
}
.float1 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 120px;
    left: 30px;
    background-color:#d79719;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.float1:hover{
  background-color:#4db5ad;;
  color:white;
}
.float2 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 200px;
    left: 30px;
    background-color:#d79719;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.float2:hover{
  background-color: #4db5ad;
  color:white;
}
.my-float {
    margin-top: 13px;
}
/*Side icons*/

@media (max-width: 767px){
    body {
     font-size: 1.4rem;
    
        
    }
    .hr-sect {
       font-size: 25px;
       margin: 20px 10px;
       text-align: center;
        
    }
    
    .hr-sect::after, .hr-sect::before {
        display: none;
    }
    
    .navbar-brand{
        font-size: 15px;
    }
}