/*
Theme Name: Bemins Child
Theme URI: http://www.wpbingosite.com/bemins
Author: wpbingo
Description: This is a child theme for Bemins
Version: 1.0.0
Author URI: http://wpbingosite.com
Template: bemins
Text Domain: bemins-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/


.banner_home {
    background-color: #143660;
    margin: 0 0 60px 0;
    padding: 30px 0 70px 0;
}


.banner_home h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3em;
    color: #fff;
    text-shadow: 0px 2px 4px #000;
}

.banner_home p {
    font-size: 19px;
    color: #fff;
    text-shadow: 1px 1px 1px black;
    font-weight: 600;
}

.hero-section_cta {
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
    border-radius: 5px 5px 5px 5px;
    padding: 10px 20px;
    background-color: #fba41b;
    border: none;
    color: #fff;
    display: inline-block;
    text-align: center;
    transition: all .3s;
}

.testimonials-summary {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}

.testimonials-avatars {
    width: 140px;
}

.rating {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.rating i {
    font-size: 18px;
    color: #fba41b;
}

.testimonials-summary p {
    font-size: 14px;
    margin: 0;
}

.testimonials-summary p a {
    text-decoration: underline;
    color: #fff;
}






.homepage-categories{
    margin-top: 0px;
    margin-bottom: 100px;
}

.homepage-categories h2{
    margin: 0px 0px 65px 0px;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

.category-card{
    padding: 0px 20px 0px 20px;
    text-align: center;
}

.category-image-wrapper {
    background-color: #d9d9d9;
    border-radius: 10px;
  width: 100%;
  height: 200px;
  margin-bottom: 25px;
}

.category-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card h3{
    font-size: 18px;
    font-weight: 600;
}



.homepage-products h2{
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 18px 0;
}

.p_s_desc{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 50px 0;
}

.product-card{
    /* box-shadow: 0 0 4px 0 rgb(23 43 77 / 27%); */
    box-shadow: 0px 0px 10px 0px rgba(148.99999999999997, 156.99999999999997, 164.99999999999997, 0.2);
    border-radius: 15px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.imag_thumb_outer {
    border-radius: 15px 15px 0 0;
    margin: 0;
    padding: 0;
    position: relative;
}

.imag_thumb_outer img{
    box-shadow: none;
    height: auto;
    max-width: 100%;
}

.imag_thumb_outer span.sku {
    position: absolute;
    right: 12px;
    bottom: 11px;
    font-size: 12px;
    font-weight: 600;
}

.imag_thumb_outer span.stock {
    position: absolute;
    left: 12px;
    bottom: 11px;
    font-size: 12px;
    font-weight: 600;
}

.product-content {
    /* display: flex;
    flex-direction: column; */
    align-items: start;
    gap: 8px;
    padding: 20px;
}

.product-name {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 7px 0;
    text-align: start;
}

.product-card .description {
    font-size: 15px;
    font-weight: 400;
    text-align: start;
}

.product-cta {
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
    border-radius: 5px 5px 5px 5px;
    padding: 4px 10px;
    background-color: #fba41b;
    border: none;
    color: #fff;
    display: inline-block;
    text-align: center;
    transition: all .3s;
}

.price-single {
    float: right;
    margin: 3px 0 0 0;
}

.all-products-cta {
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
    border-radius: 5px 5px 5px 5px;
    padding: 9px 20px;
    background-color: #1c3a5b;
    border: none;
    color: #fff;
    display: inline-block;
    text-align: center;
    transition: all .3s;
    margin: 15px 0 5px 0px;
}


.industry-solutions-content {
    display: grid;
    place-items: center;
    gap: 20px;
}



.industry-solutions-content h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}

.industry-solutions-content p {
    font-size: 16px;
}

.industry-solutions-content .get-quote {
    color: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
    padding: 10px 15px;
}

.cta {
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
    border-radius: 5px 5px 5px 5px;
    padding: 10px 15px;
    background-color: #fba41b;
    border: none;
    color: #fff;
    display: inline-block;
    text-align: center;
    transition: all .3s;
}





.box-printing-content {
    display: grid;
    place-items: center;
    gap: 20px;
    margin: 0 0 75px 0;
    background-color: #143661;
    padding: 40px 0;
}



.box-printing-content h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 25px 0;
    color: #fff;
    text-shadow: 0px 2px 4px #000;
}

.box-printing-content p {
    font-size: 18px;
    color: #fff;
    margin: 0 0 32px 0;
}

section.box-printing-content img {
    border-radius: 10px;
}


.box-printing-content .get-quote {
    color: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
    padding: 10px 15px;
}






.eco-friendly-boxes-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}

.eco-friendly-boxes-section h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 0
}

.eco-friendly-boxes-section p {
    font-size: 16px
}

.eco-friendly-features {
    display: flex;
    gap: 20px;
}

.eco-friendly-features div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.eco-friendly-features p {
    font-size: 14px;
    font-weight: 500;
    text-align: center
}





.sec-3 .process-area .p2 {
    background-color: #ffcd00
}

.sec-3 .process-area .process-card h3 {
    padding: 20px 0;
    font-size: 25px;
    font-weight: 700
}

.sec-3 .process-area .process-card p {
    font-size: 16px
}

.sec-3 .process-area {
    margin-top: -300px
}

.sec-3 {
    padding: 50px 0 65px 0;
    background-color: #f3f3f3;
    margin-bottom: 12px;
    margin-top: 290px;
}

.sec-3 .process-area .p1 {
    background-color: #222c62
}


.sec-3 h2 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

.pb-5 {
    padding-bottom: 3rem !important;
}


@media (max-width: 767.98px) {
  .sec-3 h2 {
    font-size: 30px;
  }
}

.sec-3 .process-area .process-card {
  border: none;
  padding: 30px;
  text-align: center;
  height: 100%;
  border-radius: 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 1199.98px) {
  .sec-3 .process-area .process-card {
    padding: 10px;
  }
}
@media (max-width: 991.98px) {
  .sec-3 .process-area .process-card {
    margin-bottom: 30px;
    height: auto;
  }
}
.sec-3 .process-area .process-card:hover {
  -webkit-transform: scale(1.09, 1.09);
          transform: scale(1.09, 1.09);
}
.sec-3 .process-area .process-card .process-img {
  background-color: white;
  padding: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 90px;
}
.sec-3 .process-area .process-card img {
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  max-width: 60px;
}
.sec-3 .process-area .process-card h3 {
    font-size: 19px;
  padding: 20px 0;
  font-size: 20px;
  color: #1d1d1d;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .sec-3 .process-area .process-card h3 {
    font-size: 16px;
  }
}
.sec-3 .process-area .process-card p {
  color: #1d1d1d;
  font-size: 19px;
}
@media (max-width: 1199.98px) {
  .sec-3 .process-area .process-card p {
    font-size: 14px;
  }
}
.sec-3 .process-area .p1 {
  background-color: #153661;
}
.sec-3 .process-area .p1 h3 {
  color: #fff;
}
.sec-3 .process-area .p1 p {
  color: #fff;
}
.sec-3 .process-area .p2 {
  background-color: #faa41a;
}





.sec-6 {
    padding: 70px 0;
}

.sec-6 .title-area h2 {
    font-size: 32px;
    padding-bottom: 20px;
    font-weight: 600;
}

.sec-6 .title-area p {
    font-size: 16px;
}

.sec-6 .order-area {
    margin-top: 40px;
}


.order-area .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.sec-6 .order-card {
    border: none;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 20px;
}

.sec-6 .order-card img {
    border: 2px solid #153661;
    width: 120px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, .13);
    border-radius: 15px;
    max-width: 100%;
    overflow: initial;
    display: block;
    padding: 17px;
}

.sec-6 .order-card h3 {
    margin-top: 0px;
    color: #fba41b;
    font-size: 20px;
    font-weight: 700;
    padding-top: 30px;
    text-transform: capitalize;
    text-align: center;
}



.sec-8 {
    padding: 60px 0 0;
}

.sec-8 .payments {
    background-color: #fba41b;
    height: 100%;
    padding: 80px 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.sec-8 .payments img {
    display: block;
    margin: 0 auto;
    width: -webkit-fill-available;
}

.sec-8 .form-box {
    background-color: #153764;
    padding: 30px;
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.sec-8 .form-box h2 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 50px;
    font-weight: 700;
}

.sec-8 .form-box label {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.sec-8 .form-box .form-control {
    padding: 5px 20px;
    border-radius: 7px;
    margin-bottom: 14px;
    border: none;
    background-color: #f0f8ff;
    color: #000;
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
    border-radius: 12px;
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px);
}

.sec-8 .form-box .btn-sub {
    width: 100%;
    background-color: #fba41b;
    color: #153661;
    border: none;
    font-weight: 600;
    margin-top: 10px;
    border-radius: 15px;
    font-size: 20px;
    padding: 10px 30px;
    -webkit-transition: .6s;
    transition: .6s;
}

.sec-8 .form-box .btn-sub:hover {
    background-color: #fff;
    color: #000;
}

.p-0 {
    padding: 0 !important;
}

.sec-8 .form-box .form-select {
    padding: 5px 20px;
    border-radius: 7px;
    margin-bottom: 14px;
    border: none;
    background-color: #f0f8ff;
    color: #000;
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
    border-radius: 13px;
}




.faqs-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0 0 70px 0;
}


.faqs-section .hightlight-text {
    color: white;
    background-image: linear-gradient(90deg, #fba41b 50%, #fba41b33 100%);
    width: 100%;
    padding: 8px;
    font-weight: 600;
}

.faqs-section .faqs {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.faqs-section .faqs  .faq-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
}

.faqs-section .faqs .faq-item .question {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-align: start;
    margin: 0px;
}
        

.faqs-section .faqs .faq-item .question:before {
    content: "";
    position: absolute;
    left: -1px;
    bottom: -7px;
    width: 80px;
    height: 3px;
    background: #fba41b;
}

.faqs-section .faqs .faq-item .answer {
    font-size: 15px;
    text-align: start;
    margin: 0px;
}







.homepage-blog {
    padding: 70px 0 70px 0;
}


.homepage-blog h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 55px;
    margin-top: 0;
}


.homepage-blog h4.entry-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.homepage-blog p.card-text {
    font-size: 14px;
}

.homepage-blog a.bwp-button.style_11 {
    font-size: 15px;
    font-weight: 600;
    border-bottom: solid 3px #fba41b;
    padding: 0 0 3px 0;
}

.homepage-blog .style_11:before {
    background-color: #54D9E1;
}

.homepage-blog .style_11:after {
    background-color: #54D9E1;
}

.homepage-blog .post-image img{
    -webkit-transition:all 1s ease;
    transition:all 1s ease;
    border-radius: 10px;
}

.homepage-blog .post-image {
    margin: 0 0 24px 0;
}





.archive-banner {
    background-color: #fff4ea;
    padding: 50px 0 50px 0;
    margin: 0 0 0px 0;
}

.archive-banner h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}

.archive-banner p {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.archive-banner a.cta{
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
    border-radius: 5px 5px 5px 5px;
    padding: 10px 26px 10px 26px;
    background-color: #f58e43;
    color: #fff;
    display: inline-block;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    margin: 8px 11px 0 0;
}

.archive-banner .testimonials-summary p {
    font-size: 13px;
}

.archive-banner img {
    width: 100%;
}


.blog_banner{
    background-color: #fff4ea;
    padding: 50px 0 50px 0;
    margin: 0 0 0px 0;
    text-align: center;
}

.blog_banner h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2em;
    color: #33394b;
    margin: 0 0 15px 0;
}

.blog_banner p {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.blog-date{
    margin: 0 0 10px 0px;
}

.blog_page .post-inner {
    margin: 0 0 40px 0;
}


.only_categories .woocommerce-product-category li {
    width: 25%;
    flex: 0 0 25%;
}



footer.bg-light.pt-5 {
    background-color: #F6F6F6;
    padding: 50px 0 14px 0;
}

.footer-widget.mb-4 img {
    max-width: 160px;
    margin: 0 0 5px 0;
}

.widget-custom-menu ul li {
    list-style-type: none;
    margin: 0 0 8px 0;
}

.widget-custom-menu ul {
    margin: 0px;
    padding: 0;
}

.footer-widget h5.widget-title {
    font-size: 18px;
    font-weight: 600;
    margin: 21px 0 26px 0;
}

.footer-widget a:hover {
    color: #fba41b;
}







.single_page_quote_form {
    background-color: #fba41b;
    padding: 20px 25px;
}

.single_page_quote_form h2{
    margin: 0px 0 19px 0;
    font-weight: 600;
    font-size: 27px;
    text-align: center;
}

.single_page_quote_form input {
    background-color: #fff;
    border: none;
    margin: 0 0 7px 0;
    height: 34px;
    font-size: 14px;
}

.single_page_quote_form select {
    background-color: #fff;
    border: none;
    margin: 0 0 7px 0;
}

.single_page_quote_form input[type="file"]{
    height: auto
}

.single_page_quote_form textarea {
    background-color: #fff;
    border: none;
    height: 110px;
    margin: 0 0 20px 0;
}



.single_page_quote_form .btn.btn-sub {
    background-color: #153561;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    height: auto;
    padding: 4px 37px;
    border-radius: 26px;
}









