

/* body {
    background-color: #252525;
} */

.contact-form {
    padding: 50px;
    background-color: #23201E;
    color: white;
    font-size: 16px;
    font-family: 'Hind', sans-serif;
    font-weight: 400;
    border-radius: none;
}

.form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 0;
    color: white;
    font-size: 16px;
    font-family: 'Hind', sans-serif;
    font-weight: 400;
    padding-left: 0;
}

.form-control::placeholder {
    color: white;
}

.form-control:focus {
    background-color: transparent;
    color: white;
    box-shadow: none;
    border-color: #C5972C;
}

textarea.form-control {
    color: white !important;
}

.btn-warning {
    background-color: #C5972C;
    border-color: #C5972C;
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-family: 'Hind', sans-serif;
    font-weight: 400;
    color: white;
}

.btn-warning:hover {
    background-color: #C5972C;
    color: white;
    border-color: #C5972C;
    transition: none;
}

.bg-custom {
    background-color: #23201E !important;
}

.contact-box {
    background-color: #1e1e1e;
    padding: 12px;
    margin-right: 7px;
    height: 278px;
    min-width: 250px !important;
}

.contact-box:hover {
    border: 2px solid #C5972C;
}

.icon-container {
    margin-bottom: 20px;
}

.icon-container img {
    max-width: 100%;
    height: 2rem;
}

.contact-box h2, h5 {
    margin-bottom: 20px;
    font-size: 22px;
    font-family: 'Hind', sans-serif;
    font-weight: 500;
}

.contact-box p {
    margin-bottom: 5px;
    font-size: 16px;
    font-family: 'Hind', sans-serif;
    font-weight: 400;
}


.row-cust {
    margin-left: 15px; 
    margin-right: 10px;
}

.row-cust+.row-cust {
    margin-top: 30px;
}

.helper-text {
    font-size: 0.8rem;
    color: #ccc;
}

.tooltip-inner {
    max-width: 200px;
    width: 200px;
    text-align: left;
}

.second-row {
    max-width: 95%; 
    margin: 0 auto;
}
@media (max-width:375px){

.contact-box p {
    font-size: 12.5px;
   /*  word-wrap: break-word;  */
}

}    
#message {
    resize: none; 
    overflow: auto; 
    max-height: 150px; 
}
.mail-icon {
    opacity: 0.9; 
}





  /* BACKGROUND */

  .ellipse-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
     /* Ensure ellipse backgrounds are behind content */
  }
  
  .ellipse-div {
    position: absolute;
    border-radius: 50%;
    background-color: #ddc13d;/*rgb(252, 186, 3)*/
    filter: blur(150px);
    transform-origin: 0 0;
    z-index: -3;
  }
  
  .top-left {
    width: 50%;
    height: 40%;
    top: -20%;
    left: -25%;
  }
  
  .bottom-right {
    width: 35%;
    height: 35%;
    top: 15%;
    right: -25%;
  }
  
  .bottom-left {
    width: 40%;
    height: 40%;
    bottom: 15%;
    left: -20%;
  }
  
  .bottom-right-2 {
    width: 50%;
    height: 50%;
    bottom: -30%;
    right: -35%;
  }
  
  /* BACKGROUND */
  









/* footer */
#footer {
    padding: 0 0 30px 0px;
    color: white;
    font-size: 16px;
    background-color: #313131;
   /*  margin-top: 60px; */
  }
  #footer .footer-top {
    padding: 60px 0 30px 0;
    background-color: #313131;
    color: white;
  }
  #footer .footer-top .footer-contact {
    margin-bottom: 30px;
  }
  #footer .footer-top .footer-contact h3 {
    color: #fff;
  }
  #footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
  }
  #footer .footer-top .footer-contact p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    color: white;
  }
  #footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
  }
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
    margin-top: 10px;
  }
  #footer .footer-top .footer-links h4 {
    color: #fff;
  }
  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  #footer .footer-top .footer-links ul li a {
    text-decoration: none;
    color: white;
    display: inline-block;
    line-height: 1;
    font-weight: normal;
    transition: 0.5s ease;
  }
  #footer .footer-top .footer-links ul li a:hover {
    color: #fff;
  }
  #footer .footer-top .socail-links a {
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    background-color: #373737;
    color: white;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    transition: 0.5s ease;
  }
  #footer .footer-top .socail-links a:hover {
    background-color: #C5972C;
    color: white;
  }
  #footer .copyright {
    text-align: center;
    float: left;
  }
  #footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
  }
  #footer .credits a {
    color: #C5972C;
  }
  .contact-detail{
    padding-left:0px !important;
  }
  
  /* footer */
  
  
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    font-family: 'Hind', serif;
    }
    
    @media screen and  (max-width:768px) 
    {
      html,body{
        overflow-x: hidden !important;
        width:100% !important;  
      }
      
    }
    
    html,body{
      overflow-x: hidden !important;
      width:100% !important; 
      user-select: none; 
      -moz-user-select: none;
      -webkit-user-select: none;
    }
    
    .sale-bar h6{
    position: relative;
    height: auto;
    
    text-align:center;
    top: 9px;
    color: #FFF;
    font-family: Hind;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    }
    
    /* top navbar */
    @media screen and (min-width:992px) {
      #navbar{
        padding-bottom: 0px !important;
      }
      
    }
    @media (max-width: 991px) {
      #navbar {
          padding-bottom: 7px !important;
      }
    }
    
    .top-navbar{
    display: flex;
    justify-content: space-between;
    }
    .top-navbar p{
    margin-top: 13px;
    margin-left: 15px;
    }
    .top-navbar .icons{
    margin-top: 13px;
    margin-right: 15px;
    }
    .top-navbar a{
    text-decoration: none;
    color: black;
    margin-left: 10px;
    }
    .top-navbar a img{
    margin-bottom: 3px;
    }
    .top-navbar a:hover{
    color: black;
    }
    @media screen and (max-width:400px){
    .top-navbar a{
    font-size: 13px;
    }
    .top-navbar a img{
    width: 15px;
    }
    .top-navbar p{
    font-size: 13px;
    }
    .navbar-collapse form {
    display: none; 
    }
    }
    @media screen and (max-width:320px){
    .top-navbar a{
    font-size: 10px;
    }
    .top-navbar a img{
    width: 13px;
    }
    .top-navbar p{
    font-size: 10px;
    }
    .navbar-collapse form {
    display: none; 
    }
    }
    @media screen and (max-width:318px){
    .top-navbar a{
    font-size: 8px;
    margin-left: 0;
    }
    .top-navbar a img{
    width: 10px;
    margin-left: 0;
    }
    .top-navbar p{
    font-size: 10px;
    margin-top: 20px;
    }
    .navbar-collapse form {
    display: none; 
    }
    }
    /* top navbar */
    
    /* navbar */
    #navbar{
    background-color: #fff;
    }
    #logo{
    margin-left: 15px;
    color: #252525;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 6px;
    }
    #logo span{
    color: #C5972C;
    }
    #logo #span1{
    font-size: 30px;
    }
    .navbar-nav{
    margin-left: 20px;
    }
    .nav-item{
    margin-left: 10px;
    }
    
    .nav-item .nav-link{
    color: #252525;
    font-family: Hind;
    font-size: 20px;
    font-style: normal;
    font-weight: 500; 
    margin-left: 2px;
    transition: 0.5s ease;
    }
    .nav-item .active{
    color: #C5972C !important;
    font-weight: 600 !important; 
    }
    
    .nav-item .nav-link:hover{
    color: #C5972C;
    }
    
    #member {
      background-color: #C5972C !important;
      border-color: #C5972C !important;
      border-radius: 8px;
      font-size: 20px;
      color: #fff;
      display: inline-flex;
      padding: 10px 14px;
      align-items: center;
      justify-content: center;
      text-align: center;
      text-decoration: none;
    }
    @media screen and (min-width:992px){
      #member{
        position:relative;
        left:-10%;
      }
    }
    @media screen and (max-width:992px){
      #member{
        position:relative;
        left:2px;
      }
    }
    
    #member button {
      border: none;
      background: none;
      cursor: pointer;
      color: inherit;
      font-size: inherit;
      margin-top: 0px !important;
    }
    
    /* Header */
  

/* Style the custom dropdown */
.custom-dropdown {
  background-color: #23201e;

  max-width: 200px;
}

/* Style the options inside the custom dropdown */
.custom-dropdown option {
  background-color: #23201e;

}

/* Style the selected (active) option inside the custom dropdown */
.custom-dropdown option:checked {
  background-color: gold;
  color: #23201e;
}



#expYes,#expNo{
  
    accent-color: #c5972c;

}


.spinner-border {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}

.spinner-border{
  vertical-align:middle !important;
}
