/*--------------------------------------------------------------
# Nav bar
--------------------------------------------------------------*/
.header_13 {
  background: var(--wb-website-theme-primary-color);
  /* box-shadow: 0 0 0.825rem 0 var(--wb-theme-box-shadow); */
}


.header_13 .logo-img {
  max-width: 100%;
  height: 3.015rem;
}

.header_13 .logo {
  color: var(--wb-website-theme-secondary-color);
}

.header_13 .navbar-toggler {
  border: none;
}

.header_13 .navbar-toggler:focus {
  border: none;
  outline: 0;
  box-shadow: none;
}

.header_13 .navbar-toggler .navbar-toggler-icon {
  background: transparent;
  outline: 0;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;

}


.header_13 .navbar-toggler .navbar-toggler-icon .fas {
  color: var(--wb-website-theme-secondary-color);
}


.header_13 .navbar-nav .nav-item .nav-link {
  padding: 0.625rem 0 0.625rem 1.875rem;
  color: var( --wb-menu-color);
}


.header_13 .navbar-nav .nav-item .nav-link:hover {
  color: var(--wb-menu-hover-color);
}


/* ===========media query======== */


@media (max-width: 48rem) {
  .header_13 .navbar-nav .nav-item .nav-link {
    padding-left: 0.5rem !important;

  }
}

@media (max-width: 32.813rem) {
  .header_13 .navbar-nav .nav-item .nav-link {
    padding: 0 0 0.625rem 1.875rem;

  }

  .header_13 .logo-img {
    height: 3.125rem;
  }
}

@media (max-width: 57rem) {
  .header_13 .navbar-nav .nav-item .nav-link {
    padding-left: 0;

  }

}

/*--------------------------------------------------------------
# about_67
--------------------------------------------------------------*/
.about_67 {
    background: var(--wb-website-theme-primary-color);
}

.about_67 .about-heading h2 {
    font-size: 5.6rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.about_67 .pe-lg-50 {
    padding-right: 8rem;
}

@media (max-width: 90rem) {
    .about_67 .pe-lg-50 {
        padding-left: 4rem;
    }
}

@media (max-width: 64rem) {
    .about_67 .pe-lg-50 {
        padding-right: 2.025rem !important;
    }
}

@media (max-width: 57rem) {
    .about_67 .pe-lg-50 {
        padding-right: 0;
    }
}

/*--------------------------------------------------------------
# End about_67
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Services_3
--------------------------------------------------------------*/
.hero_36 {
  background: var(--wb-website-theme-primary-color);
}

.hero_36 .icon-box h4 {
  font-size: 1.1rem;
  font-weight: 600;
}

.hero_36 .border-div {
  background: var(--wb-website-theme-secondary-color);
  height: 0.125rem;
  width: 7.5rem;

}
/*--------------------------------------------------------------
# End Services_3
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.services_27 {
  background: var(--wb-website-theme-primary-color);
}

.services_27 .serv-main-div h1 {
  font-size: 2rem;
  font-weight: 600;
}

.services_27 .serv-sec-div h5 {
  font-size: 1.5rem;
  font-weight: 600;
}

.services_27 .detail-btn {
  background: var(--wb-website-theme-secondary-color);
  color: var(--wb-website-text-secondary-color);
  padding: 0.575rem 2.5rem;
}

.services_27 .detail-btn:hover {
  background: var(--wb-website-hover-background-color);
  color: var(--wb-website-hover-text-color);
}

/*--------------------------------------------------------------
# End Hero Section
--------------------------------------------------------------*/

/* ======== about_61========== */
.about_61 {
  background: var(--wb-website-theme-primary-color);
}

.about_61 .about-heading-style h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.about_61 .list-para-style p {
  margin-bottom: 0.4rem;
}

.about_61 ul>li {
  display: flex;
}

.about_61 i {
  color: var(--wb-website-theme-secondary-color);
}

.about_61 .about-btn {
  background: var(--wb-website-theme-primary-color);
  color: var(--wb-website-text-primary-color);
  border: 0.063rem solid var(--wb-website-theme-secondary-color);
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.938rem;
  font-weight: 600;
  transition: 0.3s;
}

.about_61 .about-btn:hover {
  background: var(--wb-website-hover-background-color);
  color: var(--wb-website-hover-text-color);
  border: 0.063rem solid var(--wb-website-hover-background-color);
}

.about_61 .about-btn:hover i {
  color: var(--wb-website-hover-text-color);
}

.about_61 .about-heading-style p {
  font-size: 0.9375rem;
  line-height: 1.5;
}

/* ======== End about_61========== */

/*--------------------------------------------------------------
# services_78
--------------------------------------------------------------*/

.services_78 {
    background: var(--wb-website-theme-primary-color);
    position: relative;
}

.services_78 i {
    color: var(--wb-website-theme-secondary-color);
    font-size: 2rem;
}

.services_78 .img-position {
    position: absolute;
    left: 0;
}

.services_78 .heading-style h1 {
    font-size: 1.6rem;
    font-weight: bold;
}

.services_78 .service-heading h4 {
    font-weight: 600;
    font-size: 1.1rem;
}

.services_78 .service-heading p {
    font-size: 0.938rem;
}

@media (max-width: 90rem) {
    .services_78 .img-position {
        position: absolute;
        left: -2.813rem;
    }

}

@media (max-width: 64rem) {
    .services_78 .img-position {
        position: inherit;
        left: 0 !important;
    }

}



/*--------------------------------------------------------------
# End services_78
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# start About Section
--------------------------------------------------------------*/
.about_64 {
  background: var(--wb-website-theme-primary-color);
}

.about_64 .heading-style h2 {
  font-size: 1.6rem;
  font-weight: 600;
}

.about_64 .bg-color {
  background: var(--wb-website-theme-secondary-color);
  color: var(--wb-website-text-secondary-color);
  height: 3.2rem;
  width: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.5rem;
}

.about_64 .heading2-style h3 {
  font-size: 1.2rem;
  font-weight: 600;
}

.about_64 .position-div img {
  position: absolute;
  top: 0;
  right: 0;
}

/* ===========media query======== */
@media(max-width:57rem) {
  .about_64 .position-div {
    text-align: center;
  }

  .about_64 .position-div img {
    position: inherit;

  }
}

/*--------------------------------------------------------------
# End About Section
---------------------------------------------------

/*--------------------------------------------------------------
# Footer_7
--------------------------------------------------------------*/

.footer_7 {
  background: var(--wb-website-theme-primary-color);
}

.footer_7 .footer-div h1 {
  font-size: 2rem;
  font-weight: bold;
}

.footer_7 .store-img {
  max-width: 100%;
  height: 4rem;
}

@media (max-width: 32.813rem) {
  .footer_7 .store-img {
    height: 6rem;
  }
}

/*--------------------------------------------------------------
# End Footer_7
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# contact_37
--------------------------------------------------------------*/


.contact_37 {
    background: var(--wb-website-theme-primary-color);
}

.contact_37 .heading-form-style h1 {
    font-weight: 600;
    font-size: 1.7rem;

}

.contact_37 .form-slider-heading h1 {
    font-weight: 600;
    font-size: 1.7rem;

}

.contact_37 .form-group {
    padding-bottom: 0.5rem;
}

.contact_37 .form-control {
    padding: 0.638rem 0.938rem;
    background: var(--wb-input-background-color);
    color: var(--wb-input-text-color);
    border-radius: 0rem;
    border: 0;
    border-bottom: 0.063rem solid var(--wb-input-border-color);
}

.contact_37 .form-control::placeholder {
    color: var(--wb-input-placeholder-color);
}

.contact_37 .form-control:focus {
    box-shadow: none;
    border-bottom: 0.063rem solid var(--wb-website-theme-secondary-color);
}

.contact_37 .btn-form-button {
    color: var(--wb-website-text-primary-color);
    background-color: transparent;
    border: 0.125rem solid var(--wb-website-theme-secondary-color);
    padding: 0.938rem 2rem;
}

.contact_37 .btn-form-button:hover {
    background: var(--wb-website-hover-background-color);
    color: var(--wb-website-hover-text-color);
    border-color: var(--wb-website-hover-background-color);
    border: 0.125rem solid var(--wb-website-hover-background-color);
}

/* .carousel-control */
.contact_37 .carousel-control-prev,
.contact_37 .carousel-control-next {
    opacity: 1;
    background: var(--wb-website-theme-secondary-color);
    height: 1.875rem;
    width: 1.875rem;
    border-radius: 0.25rem;
    padding: 0.438rem;
    position: absolute;
    top: 50%;
}


.contact_37 .carousel-control-prev {
    display: flex;
    justify-content: left;
}

@media (max-width : 64rem) {

    /* .carousel-control */
    .contact_37 .carousel-control-prev,
    .contact_37 .carousel-control-next {
        position: absolute;
        top: 55%;
    }

}

@media (max-width: 32.813rem) {

    .contact_37 .carousel-control-prev,
    .contact_37 .carousel-control-next {
        display: none;
    }
}

/*--------------------------------------------------------------
# End footer_37
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# footer_37
--------------------------------------------------------------*/

.footer_37 {
background: var(--wb-website-theme-primary-color);
}

.footer_37 ul {
margin-bottom: 0rem;
}

.footer_37 ul>li a {
font-size: 1rem;
}

.footer_37 .footer-main-wrapper a {
color: var(--wb-website-text-primary-color);
}

.footer_37 .footer-main-wrapper a:hover,
.footer_37 .footer-links .para-color:hover {
color: var(--wb-website-theme-secondary-color);
}

.footer_37 .footer-links p {
font-size: 1rem;
}

.footer_37 .footer-links i {
color: var(--wb-website-theme-secondary-color);
padding: 0 0.75rem 0;

}


/*--------------------------------------------------------------
# End footer_37
--------------------------------------------------------------*/

