body,html{
margin: 0;
color: #000;
font-size: 16px;
overflow-x:hidden;
padding: 0;
font-family: "Poppins", sans-serif;
}
a{
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}
.text-red{
  color: #BB0000;
}
.bg-red{
   background-color: #BB0000;
}
.telephone {
  gap: 40px;
}
@media (max-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
.hero-section {
    background: url(../images/banner.jpg) no-repeat center center / cover;
    min-height: 700px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
} 
.hero-heading {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
}
.navbar-nav a:hover {
color:#000 !important;
}
.custom-btn {
    font-size: 17px;
    font-weight: bold;
    border-radius: 40px;
    padding: 13px 46px;
    background-color: #FFD54B;
}
.custom-btn:hover {
  color: #fff;
  border-color:#000;
    background-color: #000;
}
.hero-subtext {
  font-size: 20px;
  color: #fff;
  max-width: 831px;
  margin: 0 auto 2rem;
}
.gradient-bg {
    background: linear-gradient(90deg, #FFF6F6 0%, #FF7474 52.4%, #DA0100 100%);
    border-radius: 20px;
    margin-bottom: 52px;
}
.gradient-bg img {
    margin-top: -51px;
    position: relative;
    top: -21px;
}
.gradient-bg h2{
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  font-style: italic;
}
section.bg-light-gradient {
    background: linear-gradient(180deg, #F4F4F4 0%, #FCF5F5 100%);
}
.bg-light-gradient h2{
  font-size: 48px;
  font-weight: 700;
}
.single-post-data img {
    border-radius: 4px;
}
.social-media img {
    max-width: 20px;
}
.sidebar {
    background-color: #fff;
    padding: 21px 30px;
}
.sidebar h3 {
    font-weight: 800;
    font-size: 18px;
    padding-bottom: 15px;
}
.sidebar a {
    font-weight: 600;
    font-size: 14px;
}
.sidebar a:hover {
 color:#FFCD1E;
}
.sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.single-post-data p {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 20px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}
.single-post-data {
    position: relative;
    margin-bottom: 30px;
}
footer {
  background: #2D2B2B;
}
.copyright {
    border-top: 1px solid rgb(255 255 255 / 30%);
}
footer h3 {
    font-size: 24px;
    font-weight: 700;
}
.footer-menu ul {
    list-style-type: none;
}
.footer-menu h3 {
    padding-left: 30px;
}
.social-media ul {list-style-type: none;padding: 18px 0 0;display: flex;gap: 12px;}
.social-media li a {
    width: 45px;
    height: 45px;
    background-color: #FFCD1E;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
}
.footer-menu ul li a {
    font-size: 14px;
    padding-bottom: 15px;
    display: block;
}
.footer-menu ul li a:hover,.address a:hover,.single-phone a:hover {
 color:#FFCD1E !important;
}
.social-media li a:hover{
  opacity: .8;
}
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .inner-title {
  font-size: 48px;
  font-weight: 700;
  margin: 30px 0;
}

@media (min-width: 991px) {
  .about .inner-title {
    max-width: 65%;
    margin: 0 0 50px 0;
  }
}

.about .our-story {
  padding: 40px;
background: linear-gradient(180deg, #F4F4F4 0%, #FCF5F5 100%);
}

@media (min-width: 991px) {
  .about .our-story {
    padding-right: 35%;
  }
}

.about .our-story h4 {
  text-transform: uppercase;
  font-size: 1.1rem;
}
.title-global h2 {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
}
.title-global p {
 padding-bottom: 30px;  
    text-align: center;
}
.about .our-story h3 {
  font-size: 36px;
  font-weight: 700;
}

.about .our-story p:last-child {
  margin-bottom: 0;
}

.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.about ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.about ul i {
  font-size: 1.25rem;
  margin-right: 0.5rem;
  line-height: 1.2;
  color: #BB0000;
}

.about .about-img {
  min-height: 400px;
  position: relative;
}
.light-background{
 background: linear-gradient(90deg, #F4F4F4 0%, #FCF5F5 100%);
}
@media (min-width: 992px) {
  .about .about-img {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 700px;
  }
}

.about .about-img img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member {
  background-color:#fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 5px;
}

.team .team-member .member-img {
  position: relative;
  overflow: hidden;
}

.team .team-member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(256,256,256,.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .team-member .social a {
  transition: color 0.3s;
  color: #000;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .team-member .social a i {
  line-height: 0;
}

.team .team-member .social a:hover {
  color: #BB0000;
}

.team .team-member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .team-member .member-info {
  padding: 25px 15px;
  text-align: center;
}

.team .team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
}

.team .team-member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
}

.team .team-member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
}

.team .team-member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  background-color:#fff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: relative;
  height: 100%;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #FFCD1E;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  color: #BB0000;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
    color: #BB0000;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}
/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients .clients-wrap {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.clients .client-logo {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

.clients .client-logo img {
  padding: 50px;
  max-width: 80%;
  transition: 0.3s;
}

@media (max-width: 640px) {
  .clients .client-logo img {
    padding: 30px;
    max-width: 50%;
  }
}

.clients .client-logo:hover img {
  transform: scale(1.1);
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
  padding-top: 0;
}

.contact .info {
  padding: 40px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.contact .info h3 {
  font-weight: 600;
  font-size: 24px;
}
.contact .infos h3 {
  font-weight: 600;
  font-size: 24px;
}

.contact .info p {
  margin-bottom: 30px;
  font-size: 15px;
}

.contact .info-item+.info-item {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
}

.contact .info-item i {
    font-size: 24px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    margin-right: 20px;
    width: 45px;
    height: 45px;
    background-color: #BB0000;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: #BB0000;
}
.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email] {
  height: 48px;
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
  margin-bottom: 10px;
  height: 138px;
}


@media only screen and (max-width: 767px){
.bg-red {
    background-color: #fff;
}
.hero-section {
    text-align: center;
}
.sidebar ul {
    display: flex;
    flex-wrap: wrap;
}

.free-delivery {
    padding-left: 10px;
    padding-right: 10px;
}
button.navbar-toggler {
    background-color: #000000;
}
.sidebar ul li {
    width: 50%;
}
.sidebar {
    margin-bottom: 50px;
}
.single-post-data p {
    font-size: 18px;
}
.navbar-nav a {
    color: #000000 !important;
}
.bg-light-gradient h2 {
    font-size: 36px;
}
.bg-light-gradient h2 br {
   display: none;
}
.gradient-bg h2 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 20px;
}
.footer-menu h3 {
    padding-left: 0;
}
.gradient-bg img {
    margin-top: -22px;
}
.hero-section {
    min-height: 500px;
}
.single-logo {
    width: 50%;
    padding: 020px;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
}
.hero-heading {
    font-size: 36px;
}
.copyright {
    margin-top: 30px;
}
}