body{
  font-family: 'Inter', sans-serif !important;
  position: relative;

}
::-webkit-input-placeholder { /* Edge */
  color: #000 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000 !important;
}

::placeholder {
  color: #000 !important;
}
.sub-head{
  max-width: 1300px;
  padding: 5px 0px;
}
.logo-a:hover{
  text-decoration: none;
}
.logo{
  width: 70px;
}
.logo-txt{
  font-style: italic;
  font-weight: 800;
  color: #331202;
  font-size: 25px;
}
.nav-pos-fix{
  position: fixed!important;
  z-index: 1;
}
.header-contact-txt, .header-contact-txt a, .header-contact-txt a:hover{
  font-weight: 600;
  color: #331202;
  text-decoration: none;
}

.site-navigation{
  background-image: linear-gradient(to right, rgba(255,116,7,1), rgba(255,171,70,1));
  border-radius: 50px;
  max-width: 1300px;
}
.site-nav-ul > li > a{
   color: #fff !important;
   opacity: 1 !important;
   text-transform: uppercase;
   font-weight: 600;
   font-size: 14px;
   letter-spacing: .30px;
}
.nav-header{
  position: relative;
  z-index: 10;
  width: 100%;
}
.cat-card{
  max-width: 400px;
  width: 100%;
  padding: 15px;
  border-radius: 20px;
  color: #fff;
  margin-top: -100px;
  overflow: hidden;
}
.cc-1{
    background-image: linear-gradient(to right, rgba(189,107,0,1), rgba(255,157,65,1));
}
.cc-2{
    background-image: linear-gradient(to right, rgba(242,0,0,1), rgba(255,118,118,1));
}
.cc-3{
    background-image: linear-gradient(to right, rgba(240,140,0,1), rgba(255,193,47,1));
}
.cc-4{
    background-image: linear-gradient(to right, rgba(4,125,0,1), rgba(42,210,0,1));
}
.cat-text-container{
  position: relative;
}
.cat-text-design{
  font-weight: 900;
  font-size: 50px;
  text-align: center;
  opacity: .10;
}
.cat-head{
  font-weight: 800;
  text-transform: uppercase;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.bg-section{
  background-image: url('images/bg-section.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 36.531%;
  padding: 50px 0 185px;
}
.site-heading{
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.site-par{
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
}

.site-btn{
  min-width: 150px;
  padding: 10px;
  border: 1px solid #5A0C0B;
  border-radius: 50px;
  color: #fff;
  background-color: #5A0C0B;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .30px;
}
.new-container{
  max-width: 400px;
  height: 350px;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}
.news-txt{
  display: block;
  position: absolute;
  bottom: 20px;
  left: 8px;
  right: 0px;
  width: 95%;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;

}
.news-heading{
  font-size: 15px;
  font-weight: 600;
  color: #414141;
  text-align: left;
}
.news-date{
  font-weight: 600;
}
.w-20{
  width: 20%;
}
.w-80{
  width: 80%;
}
.w-10{
  width: 10%;
}
.w-90{
  width: 90%;
}
.wcu-heading{
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.wcu-par{
  font-size: 15px;
  font-weight: 400;
}
.orange-bg{
  background-color: #F58634;
  padding: 10px;
  border-radius: 5px;
}
.facts-no{
  font-size: 50px;
  color: #fff;
  font-weight: 800;
}
.fact-par{
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0px !important;
}
.bg-section-2{
  background-image: url('images/bg-section2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial-profile{
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid #F68C3D;
}
.carousel-indicators {
    position: relative !important;
  }
.carousel-indicators li{
  width: 10px !important;
  height: 10px !important;
  border-radius: 50px !important;
  background-color: #F58634 !important;
  border: 0px !important;
}
.vc-img{
  position: relative;
}
.video-container{
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
}
.map{
  width: 100%;
  border: 0px;
  height: 200px;
}
.footer-par{
  font-size: 18px;
  font-weight: 300;
}
.footer-bg1{
  background-color: #FFF0E1;
}
.footer-bg2{
  background-color: #F58634;
}
.footer-head{
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
.footer-ul{
  padding-left: 20px;
  text-transform: uppercase;
}
.footer-ul > li{
  list-style-image: url('images/icons/footer-ul-arrow-right.png');
}
.footer-ul > li > a{
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.site-ul{
  padding-left: 20px;
}
.site-ul > li{
  list-style-image: url('images/icons/footer-ul-arrow-right.png');
  color: #000;
  font-size: 15px;
  line-height: 25px;
}
.footer-end{
    background-color: #331202;
    padding: 10px;
}
.color-bg{
  background-color: #ffedde;
}
.show-logo{
  display: block;
}
.hide-logo{
  display: none;
}
.inner-banner{
  background-color: #fff0e1;
}
.inner-banner h1{
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 800;
  color: #cca161;
}
.form-input{
  width: 100%;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #ddd;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.form-textarea{
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.form-select{
  width: 100%;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #ddd;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('images/icons/arrow-down.png');
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 15px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.breadcrum{
  color:#000;
  font-weight: 600;
}
.breadcrum:hover{
  color: #000;
  text-decoration: none;
}
.site-modal-header{
  background-color: #331202;
  color: #fff;
}
.site-modal{
  background-image: linear-gradient(to right, rgba(255,116,7,1), rgba(255,171,70,1));
}

.profile-circle{
  width: 70px;
  height: 70px;
  border-radius: 50px;
  overflow: hidden;
}
.profile-circle img{
  width: 100%;
}
.contact-card{
  background-color: #fff;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 15px;
}
.contact-card a, .contact-card a:hover{
  color: #000;
  text-decoration: none;
}
.about-img{
  max-width: 250px;
}
.par-head{
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.site-nav-dropdown{
  padding: 0px !important;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #fff !important;
  min-width: 200px !important;
  width: 100%;
}
.site-nav-dropdown a{
  font-weight: 600;
  border-bottom: 1px solid #ffca96;
  font-size: 14px;
  width: 100%;
  padding: 10px;
}
.site-nav-dropdown a:hover{
  background-color: #cca161 !important;
  color: #fff !important;
}
.profile-box{
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px;
}
.profile-box a{
  color: #333;
}
.profile-box a:hover{
  color: #333;
}
.member-name{
  font-size: 18px;
  font-weight: 600;
  color: #ff7508;
}
.postion{
  font-size: 15px;
}
.email{
  font-size: 14px;
}
.export-list{
  text-transform: uppercase;
}
.product-container{
  background-color: #fff;
  overflow: hidden;
  max-width: 400px;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.20);
}
.product-cc-txt{
  padding: 10px;
}
.w-40{
  width: 40%;
}
.w-60{
  width: 60%;
}
.footer-a a, .footer-a a:hover{
  color: #fff;
  text-decoration: none;
}
.whatsapp-sticky{
  position: fixed;
  z-index: 11;
  bottom: 50px;
  left: 20px;
}
.whatsapp-sticky img{
  width: 70px;

}
@media only screen and (max-with: 1366px) and (min-width: 1200px){
  .site-navigation{
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 0px){
  .mhide{
    display: none !important;
  }
  .jc-sm-center{
    justify-content: center !important;
  }
  .nav-header{
    position: relative;
  }
  .cat-card{
    margin-top: 0px;
    margin-bottom: 5%;
  }
  .fact-no-container{
    width: 100%;
    text-align: center;
  }
  .fact-txt-container{
    width: 100%;
    text-align: center;
  }
  .w-sm-100{
    width: 100%;
  }
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 50px;
  left: 30px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.btn-whatsapp-pulse:hover {
  color: #fff;
  text-decoration: none;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.mw-600{
  max-width: 600px;
}
