body{
  font-family: "Poppins", sans-serif;
}
 a{
    display: inline-block;
    text-decoration: none !important;
  }
  :root{
    --greencolor:#cadb2a;
    --redcolor:#f93a13;
    --purplecolor:#901c4b;
    --orangecol:#f08910;
    --paracolor:#333;
  }

  
  td{
    border-bottom: none !important;
  }
/*-------------top---------------------*/
.top{ 
   padding: 8px 0;  
   border-bottom: 1px solid #ccc; 
  /* background: #22c1c3;  /* fallback for old browsers */
/*background: -webkit-linear-gradient(to right, #fdbb2d, #22c1c3);  /* Chrome 10-25, Safari 5.1-6 */
/*background: linear-gradient(to right, #fdbb2d, #22c1c3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.top-items a{
  color:#000;
  font-size: 14px;
  margin-left: 15px; 
}
.top-items a i{
  margin-right: 8px; 
  color:var(--redcolor); 
}
.user{
  float:right;
}
.user a{
  color:#000;
}
.user a i{
  color:var(--redcolor);
  margin-right: 10px;
}
/*-----------navbar----------------------*/
.navbar img{
  width:400px;
}
.my-nav li a{
  font-size: 16px;
  font-weight: 500;
  margin:20px;
  color:var(--redcolor);
  font-family: "Poppins", sans-serif;
}
/*-------------------------*/
.carousel-caption h5{
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 40px;
  text-align: left;
  font-weight: bold;
  text-shadow: 3px 3px 2px rgb(205, 182, 182);
}
.carousel-caption h5 span{
  color:var(--redcolor);
  font-weight: bold;
}
.carousel-caption p{
  color:var(--orangecol);
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  text-shadow: 3px 3px 2px rgb(214, 188, 188);
}
.carousel-caption{
  position: absolute;
  top:20%;
  left:10%;
  width:600px;
}

/*--------about-----------------*/
.abt-details{
  padding: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color:var(--paracolor);
  text-align: justify;
}

/* CSS */
.abt-btn {
  align-items: center;
  appearance: none;
  background-clip: padding-box;
  background-color: initial;
  background-image: none;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex-direction: row;
  flex-shrink: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  line-height: 24px;
  margin: 0;
  min-height: 64px;
  outline: none;
  overflow: visible;
  /*padding: 19px 26px;*/
  pointer-events: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  width: auto;
  word-break: keep-all;
  z-index: 0;
}

@media (min-width: 768px) {
  .abt-btn {
    padding: 19px 32px;
  }
}

.abt-btn:before,
.abt-btn:after {
  border-radius: 80px;
}

.abt-btn:before {
  background-color: rgba(249, 58, 19, .32);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.abt-btn:after {
  background-color: initial;
  background-image: linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
  bottom: 4px;
  content: "";
  display: block;
  left: 4px;
  overflow: hidden;
  position: absolute;
  right: 4px;
  top: 4px;
  transition: all 100ms ease-out;
  z-index: -1;
}

.abt-btn:hover:not(:disabled):after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition-timing-function: ease-in;
}

.abt-btn:active:not(:disabled) {
  color: #ccc;
}

.abt-btn:active:not(:disabled):after {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
  bottom: 4px;
  left: 4px;
  right: 4px;
  top: 4px;
}

.abt-btn:disabled {
  cursor: default;
  opacity: .24;
}

.fifty img{
  width:20%;
}
.small{
  font-size: 16px !important;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
}
/*----------products------------------*/
.prohd{
  font-size: 36px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  color:#000;
  text-align: center;
}
.pro-box{
  width:100%;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px; 
}
.pro-box img{
  width:100%;
}

.orng_box{
  font-family: "Poppins", sans-serif;
  text-transform:uppercase;
  background:var(--redcolor);
  font-size: 16px; 
  padding: 15px ;
  display: flex;
  justify-content: space-between;
}
.orng_box p{     
  color:#fff;
  margin-bottom: 0;   
}
.pro-box h6{    
  margin-bottom: 0;  
  color:#fff;
}
.orng_box a{  
   display: inline-block; 
   text-transform:uppercase;  
   color:#fff;
}
/*-----------------new-----------------------------*/
.new{
   background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
   padding: 30px 0;
}
.launch{
   text-align: center;
   
}
.launch img{
  width:60%;
  border-radius: 10px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
/*--------------footer--------------------------*/
.footer{  
  background: url(../images/footer-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
}
.foot-logo{
  width:100%;
  overflow: hidden;
}
.foot-logo img{
  width:400px;
}
.para{
  font-family: "Poppins", sans-serif;
  color:#000;
  font-size: 13px;
  font-weight: 600;
  text-align: justify;
}
.foot-small{
    font-family: "Poppins", sans-serif;
    color:var(--purplecolor);
    font-size: 20px;
    margin: 20px 0;
}
.foot-items{
    padding: 0;
    margin: 0;
    list-style: none;
}
.foot-items li a{
    font-family: "Poppins", sans-serif;   
    font-size: 14px;
    font-weight: 600;
    color:#000;   
}
.foot-items li a i{
    color:var(--redcolor);
}
.last{
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  font-size: 12px;
  font-family: "Poppins", sans-serif; 
}
/*/////////////about-page///////////////////*/
.small-banner{
   background: url(../images/ban_sm.png);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   padding: 50px 0;
}
.ban-details{
   text-align: center;
}
.ban-details a{
   text-transform: capitalize;
   color: var(--purplecolor) !important;
   font-family: "Poppins", sans-serif;   
   font-size: 16px;
   font-weight: 600;
}
.list li{
  color: var(--orangecol);
  font-family: "Poppins", sans-serif;   
   font-size: 16px;
   font-weight: 600;
   margin: 10px 0;
}
.certi{
  width:100%;
  overflow: hidden;
}
.certi img{
  width: 80%;
}
.found{
  text-align: center;
}
.found img{
   width:50%;
   border-radius: 10px;
}
.choose{
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 30px;
  margin-bottom: 30px;
}
.choose p{
   font-weight: 600;
   margin-top: 20px;
}
/*//////////////product/////////////////////////*/
.product{
  min-height: 120vh;
  padding: 15px 0;
}
.view_btn{
  background: var(--orangecol);
  padding: 16px ;
  color: #fff !important;
  border-radius: 8px;
}
.hd{
  color: var(--purplecolor);
  font-family: "Poppins", sans-serif;   
   font-size: 24px;
   font-weight: 600;
   margin: 10px 0;
}
.price{
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
}
/*//////////////////////////contact-us//////////////////////////*/

.con-line{
  text-align: center;
  text-transform: capitalize;
  
}
.con-box{
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height:200px;
  padding: 15px 10px;
}
.ico i{
  font-size: 32px;
  color:#222;
}
.con-box h3{
  font-size: 24px;
  font-weight: 600;
  color:#222;
  text-transform: capitalize;
  margin: 15px 0;
}
.con-box p{
  font-size: 16px;
  color:#5C5E5D;
  font-weight: 600;
}
.contact-line-2{
  font-size: 16px;
  color:#222;
  text-transform: capitalize;
  font-weight: 600;
}
.my-bttn{
  background-color:#222;
  color:#fff !important;
  padding: 10px 100px;
  border: none;
}
#contactForm .form-control::placeholder{
  text-transform: capitalize !important;
  font-style: italic;
} 
/*//////////////////description/////////////////////////*/
.box{
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
}
/*///////////////////////////////////////*/
.spare_box{
  font-family: "Poppins", sans-serif;
  text-transform:uppercase;
  background:var(--redcolor);
  font-size: 16px; 
  padding: 10px ;
  text-align: center;
}
.spare_box p{
   color: #fff;
   margin-bottom: 0;
}