
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* reset-css start */

.web-sections{
  padding: 40px 0px !important;
}

.sec-bg-color {
  background-color: #f0f0f8b4;
}
.text-color-gradient{
  background-image: linear-gradient(90deg, #f5b628 0%, #ef5832 100%) !important;
    color: transparent !important;
    background-clip: text !important;
}

.banner-btns{
  padding: 0;
}

.header-btn {
  border: 1px solid #f1f1f1;
  color: white !important;
  padding: 10px 20px !important;
  font-size: 15px !important;
  cursor: pointer !important;
  border-radius: 50px !important;
  transition: all 0.5s !important;
  display: inline-block !important;
  text-align: center;
  background-color: #ef5832;
}

.header-btn:hover{
  background-color: #000;
  color:#fff !important;
}

.header-form-btn{

  border: 1px solid #ef5832;
  color: white !important;
  padding: 10px 20px !important;
  font-size: 16px !important;
  cursor: pointer !important;
    border-radius: 50px !important;
  background-color: #ef5832 !important;
  transition: all 0.5s !important;
  display: inline-block !important;
  margin-right: 12px;
  width: 100%;
  margin-bottom: 10px;

}

.header-form-btn:hover{
  border: 1px solid #ef5832 !important;
  color:#000 !important;
  background-color: transparent !important ;
  color: #fff !important;
}
.web-btn-primary {
  border: 1px solid #ef5832;
  color: white !important;
  padding: 10px 20px !important;
  font-size: 16px !important;
  cursor: pointer !important;
    border-radius: 50px !important;
  background-color: #ef5832 !important;
  transition: all 0.5s !important;
  display: inline-block !important;
  margin-right: 12px;
}

.web-btn-primary:hover {
  border: 1px solid #ef5832 !important;
  color:#000 !important;
  background-color: transparent !important ;
  color: #fff !important;
}

.web-btn-secondary {
  border: 1px solid #f1f1f1;
  color: white !important;
  padding: 10px 20px !important;
  font-size: 16px !important;
  cursor: pointer !important;
  border-radius: 50px !important;
  transition: all 0.5s !important;
  display: inline-block !important;
}
.web-btn-secondary:hover {
  background-color: #fff;
  color:#000 !important;
}

.web-sections h2{
  font-size: 25px !important;
  line-height: 1.3 !important;
  /* font-weight: 500; */
}

.web-sections h6{
  color: #ef5832;
  text-transform: capitalize;
}

.web-sections p{
  font-size: 15px;
}

  /* navbar-area start */
  
.topbar{
  background-color: #000;
  padding: 6px 0px;
}  
.topbar .topbar-left p{
   font-size: 16px;
   color: #fff;
   padding-bottom: 0px !important;
   font-weight: 500 !important;

}
.topbar-right {
  text-align: end;
}
.topbar-right a{
  color: #fff;
}


@media (max-width:992px) {
  .topbar .topbar-left p{
   font-size: 14px;
    text-align: center;
 }

 .topbar-right {
  text-align: center;
}

.home-banner-content h2 {
    font-size: 24px;
}
 
  
}

@media (max-width:575px) {
  .topbar-right a{
    color: #fff;
    display: block;
  }
  

  
}
 .navbar-nav {
  border-radius: 10px !important;
 }
.navbar-nav .nav-link{
  color: #000 !important;
  font-weight: 500;
  font-size: 16px;
  margin-top: 8px;
}

.navbar-nav .nav-link:hover{
  color: #ef5832 !important;

}

/* navbar-area end */

/* reset-css end */

/* hero-area-start */

/* .home-banner {
   padding: 150px 0 60px 0 !important;
} */

/* hero-area-end */

/* about-area-start */
.Providing-wrapper{
  padding: 25px 0px 0px 0px;
}
.pro-info-bx{
  text-align: center;
  padding: 30px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.pro-info-bx h5{
  color: #fff;
  font-size: 20px;
  padding: 10px 0px;
}

.abt-btn {
  text-align: center;
  padding: 30px 0px 0px 0px ;
}

.web-btn-primary-two {
  border: 1px solid #ef5832;
  color: white !important;
  padding: 12px 30px !important;
  font-size: 16px !important;
  cursor: pointer !important;
  border-radius: 50px !important;
  background-color: #ef5832 !important;
  transition: all 0.5s !important;
  display: inline-block !important;
  margin-right: 20px;
}

.web-btn-primary-two:hover {
  border: 1px solid #000 !important;
  color:#fff !important;
  background-color: #000 !important;
  background-color: rgb(0, 0, 0) !important;
 
}
/* about-area-end */
/* jounery area start */
.journey-wrapper{
  padding: 50px 15px !important;
  background-image: url(assets/images/bg-img.png); 
  background-image:
  linear-gradient(to bottom, rgba(0, 0, 0, 0.95), rgb(239, 88, 50,0.43)),
  url('../images/bg-img.png');
   background-repeat: no-repeat no-repeat; 
   background-position: center center;
    background-size: cover;
    border-radius: 8px;
}

.journey-wrapper h2{
  font-size: 30px !important;
  margin-bottom: 10px;
}
/* jounery area end */


/* reviews-area-start */
.reviews-hero-area{
  padding: 160px 0px 50px 0px !important;
  background-color: #000;
}
.reviews-area {
    padding: 30px 0px 10px 0px;
    background-color: #f1f1f1;
  }
  .review-wrapper {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
      rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 15px 15px;
    border-radius: 5px;
    transition: transform 0.8s ease-in-out;
    min-height: 325px;
    margin-bottom: 20px;
  }
  .review-wrapper:hover {
    transform: translateY(-10px);
  }
  /* media query-start */
  @media (max-width: 767px) {
    .review-wrapper {
      min-height: unset;
    }
  }
  /* media query-end */
  .review-cnt-bx {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 10px;
  }
  .review-avtar-bx h3 {
    width: 60px;
    height: 52px;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 0px;
  }
  
  /* media query-start */
  @media (max-width: 767px) {
    .review-avtar-bx h3 {
      width: 48px;
      height: 48px;
      font-size: 30px;
    }
  }
  /* media query-end */
  .review-title-bx h4 {
    color: #000;
    font-size: 18px;
    margin-bottom: 3px;
  }
  .rating-bx span i {
    color: #ff8f3c;
  }
  .review-para-bx p {
    color: #000;
    line-height: 1.5;
    text-transform: capitalize;
    font-size: 14px;
  }
  .avtar-bg-col-one {
    background-color: #606c38;
    color: #fff;
  }
  .avtar-bg-col-two {
    background-color: #feb406;
    color: #000;
  }
  .avtar-bg-col-three {
    background-color: #000;
    color: #fff;
  }
  .avtar-bg-col-four {
    background-color: #dc3545;
    color: #fff;
  }
  .avtar-bg-col-five {
    background-color: grey;
    color: #fff;
  }
  .avtar-bg-col-six {
    background-color: #ff8f3c;
    color: #000;
  }
  /* reviews-area-end */


  @media (max-width:1024px){

    .burger_menu {
      display: block;
    }

  }

  /* -------------- */

.policies{
  padding: 40px 10px;
  background-color: #f1f1f1;
}

.thnk-area{
  background-color: #d1d1d1c9;
  padding: 50px 10px;
}


  
