/*
Theme Name: Lockerlady
Theme URI: https://rainytownmedia.com/
Author: Rainy Town Media
Author URI: https://rainytownmedia.com/
Description: Lockerlady is a lightweight, clean, and modern WordPress theme by Rainy Town Media (includes Bootstrap 5.3.8 via CDN).
Version: 1.0.1
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: lockerlady
Tags: custom-logo, featured-images, one-column, two-columns, right-sidebar, accessibility-ready, blog
*/

/* Aspekta font (local) */
@font-face {
  font-family: "Aspekta";
  src: url("./font/Aspekta-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aspekta";
  src: url("./font/Aspekta-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #ffffff;
  --fg: #111827;
  --muted: #6b7280;
  --border: #e5e7eb;
  --link: #2563eb;
  --max: 1100px;
   --font-aspekta: "Aspekta", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1200px;
    }
}

h1, h2, h3, h4, h5, h6{
  font-family: "Montserrat", sans-serif;
      font-weight: 600;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
 font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: var(--fg);
  background: var(--bg);
  line-height: 1.6;
}

a {     color: #026085; text-decoration: none; }
a:hover { text-decoration: underline; }

.site-header {
}
.site-header .custom-logo-link img{
max-width: 300px;
    height: auto;
}
.site-header .wrap {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.site-title {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.2px;
}
.site-title a { color: var(--fg); }
.site-description {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
}

.nav-primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.nav-primary a {
    display: inline-block;
    padding: 8px 10px;
    border-radius: 0px;
    color: #fff;
	font-size:18px;
	border-bottom:2px solid transparent;
}
.nav-primary a:hover {
  text-decoration: none;
  border-bottom:2px solid #fff;
}
.nav-primary .btn-menu a{
background: #fff;
    color: #000;
    border-bottom: 0px solid #fff;
    border-radius: 50px;
    padding: 8px 20px;
}
.nav-primary .btn-menu a:hover {
  text-decoration: none;
  border-bottom:0px solid #fff;
}
.site-content {
  max-width: var(--max);
  margin: 24px auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.site-top-banner{
	text-align: center;
}
.site-top-banner p {
    margin-bottom: 0;
}
.site-top-banner p a{
	color:#000;
}
.site-top-banner__right a{
	    color: #026085;
    font-weight: 500;
}
.second_logo img{
	height: 45px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.second_logo{
	padding: 0px 20px;
}
.second_logo .title{
	    font-size: 16px;
    padding-top: 10px;
    display: block;
    color: #fff
}
/******Menu8****/
.site-header .navbar{
	background:#026085;
}
.cart-link { display: inline-block; }
.cart-count.is-zero { display: none; }

.cart-count{
  position: absolute;
  top: -6px;
  right: -10px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #dc3545;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
}

/* ===== Main Banner ===== */
.home-banner{
  background-size: cover;
  background-position: center;
  overflow: hidden;
  min-height: 360px;
  position: relative;
}

.home-banner__overlay{
    min-height: 800px;
    display: flex;
    align-items: center;
    padding: 28px 0;

}

.home-banner__title{
    color: #026085;
    font-size: 60px;
    line-height: 1.05;
    margin: 0 0 14px;
    max-width: 850px;
    font-weight: 700;
}

.home-banner__sub{
    color: #026085;
    font-size: 27px;
    opacity: 1;
    padding-top: 30px;
    max-width: 780px;
    line-height: 40px;
    font-weight: 500;
}
/***home-block--history***/
.home-block--history{
border-top: 2px solid #000;
    border-radius: 0px;
    padding: 40px 10px !important;
    border-bottom: 2px solid #000;
    margin-top: 50px;
}
.home-block--history h2{
font-size: 60px;
}
.home-history__desc{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
}
.home-history__media{
  min-height: 120px;
}

.home-history__img{
max-width: 560px;
    height: auto;
}

/***home-section--introduction***/
.home-section--introduction{
	background: #013043;
    border-radius: 30px;
    padding: 20px
}
.home-section--introduction .home-block__content{
    color: #fff;
    font-size: 32px;
    line-height: 35px;
}
.home-section--introduction h2{
    font-size: 42px;
    color: #fff;
}
.home-section--introduction .home-block__content p{
	margin-bottom:0px;
}
/***home-section--why_american***/
.home-section--why_american{
		background: #026085;
    border-radius: 30px;
    padding: 20px
}
.home-section--why_american h2{
font-size: 42px;
    color: #fff;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 20px;
    text-align: center;
}
.home-section--why_american .home-block__content{
    color: #fff;
    font-size: 28px;
    line-height: 35px;
}
.home-section--why_american .home-block__content p{
	margin-bottom:0px;
}
/***home-cert**/
.home-cert h2{
    font-size: 46px;
    color: #000;
    max-width: 1000px;
    margin: 0 auto;
}
.home-cert .home-cert__btn{
    background: #013043;
    padding: 10px 60px;
    font-size: 16px;
    border-radius: 40px;
    text-decoration: none;
    text-transform: capitalize;
}
.home-cert .home-cert__btn:hover{
	background: #026085;
    text-decoration: none;
}
.home-cert ul{
	    padding-left: 20px;
    margin-bottom: 40px;
}
.home-cert h3{
       border-bottom: 1px solid #000;
    padding-bottom: 10px;
    max-width: 340px;;
}
.home-cert__logo-wrap { min-height: 150px; }
.home-cert__logo { max-height: 120px; width: auto; }

.home-cert__box{
  border: 1px solid #000;
  border-radius: 30px;
  padding:30px !important;
}
.home-cert__panel{
	 font-size: 18px;
}
.home-cert .divider{
	    width: 100%;
    display: block;
    border-top: 1px solid #000;
    padding: 25px 0px !important;
    margin-top: 25px;
}
/* ===== Three Column Cards ===== */


.home-three__card{
  border-radius:26px;
  overflow:hidden;
  height:100%;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
    background:#026085;
}

.home-three__media{
  height:220px;
  overflow:hidden;
}

.home-three__img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.home-three__body{
    color: #fff;
    padding: 40px 40px 80px 40px;
    min-height: 320px;
}

.home-three__title{
     margin: 0 0 12px;
    font-weight: 600;
    font-size: 28px;
}

.home-three__line{
  height:1px;
  background:rgba(255,255,255,.35);
  margin: 0 0 16px;
}

.home-three__desc{
  font-size:16px;
  line-height:1.45;
}

.home-three__desc ul{
  margin:0;
  padding-left:18px;
}

.home-three__desc li{
  margin:0 0 6px;
}

/****home-client***/
.home-clients h2 {
    font-size: 42px;
    color: #000;
    text-align: center;
}
.home-clients__logo-wrap{
  min-height: 90px; /* keeps rows even */
}

.home-clients__logo{
    max-width: 200px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}






/* grainge page */
.grainger-page__hero{
  border-radius: 30px;
  overflow: hidden;
  background: #0f5d70;
  color: #fff;
  position: relative;
}
.grainger-page__hero h2{
font-size: 36px;
}
.block__content{
	  font-size:18px;
}
.introduction-content{
    border-top: 1px solid #fff;
}
.introduction-content .btn{
	    background: #ffff;
    padding: 10px 60px;
    font-size: 20px;
    border-radius: 40px;
    text-decoration: none;
    text-transform: capitalize;
    border: 0px;
    max-width: 300px;
    display: block;
}
/* Section one cards */

.section-one-item{
     border-radius: 30px;
    overflow: hidden;
    background: #013043;
    color: #fff;
    position: relative;
}
.section-one__item:nth-child(2) {
	    display: flex;
    gap: 80px;
}
.section-one__item:nth-child(2) .section-one__item-title {
border-top: 1px solid #fff;
    margin-top: 30px;
    padding-top: 30px;
    max-width: 480px;
}
.section-one__item:nth-child(2) .col-lg-4{
	display:none;
}
.section-one__item:nth-child(2) .col-lg-8{
	width:100%;
}
.section-one__item:nth-child(2) .section-one-content{
	width:100%;
}
.section-one-item .section-one__item-title{
font-size: 34px;
    max-width: 800px;
    color: #fff;
    line-height: 45px;
    font-weight: 600;
}
.section-one__item-desc{
	color: #fff;
	  font-size: 18px;
}
.section-one-content{
	 border-top: 1px solid #fff;
	 margin-top:30px;
	 padding-top:30px;
}

/* Section two cards */

.section-two-item{
     border-radius: 30px;
    overflow: hidden;
    background: #D9D9D9;
    color: #fff;
    position: relative;
}
.section-two-item .section-two__item-title{
	font-size: 34px;
    color: #000;
    line-height: 45px;
	font-weight: 600;
}
.section-two__item-desc{
	color: #000;
	  font-size:18px;
}
.section-two-content{
	 border-top: 1px solid #000;
	 margin-top:30px;
	 padding-top:30px;
}
/* about us */
.aboutus-box{
border-radius: 30px;
    overflow: hidden;
    background: #013043;
    color: #fff;
    position: relative;
}
.aboutus-box h1{
	font-size: 36px;
}
.aboutus-box .desc{
    font-size: 16px;
}
.why-content{
	border-radius: 30px;
    overflow: hidden;
    background: #026085;
    color: #fff;
    position: relative;
	font-size:18px;
	max-width:1000px;
	margin:0 auto;
}
.why-content h3{
	font-size: 24px;
}

/*****recent project page***/
.grainger-recent-projects__hero{
	border-radius: 30px;
    overflow: hidden;
    background: #013043;
    color: #fff;
    position: relative;
}
.grainger-recent-projects__hero h2{
	font-size: 36px;
}
.grainger-recent-projects__hero-desc{
    font-size: 16px;
}
.grainger-recent-projects__title{
font-size: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 15px !important;
}
.grainger-recent-projects__label{
    display: block;
    font-weight: 500;
}
.grainger-recent-projects__meta{
	max-width: 300px;
    line-height: 25px;
}

/*page_emissis' */
.emissis-hero{
border-radius: 30px;
    overflow: hidden;
    background: #013043;
    color: #fff;
    position: relative;
}
.emissis-hero__logo-wrap{
  position: relative;
}

.emissis-hero__bg{
  width: 100%;
  height: auto;
  display: block;
}

.emissis-hero__img-label{
    position: absolute;
    left: 0%;
    bottom: 25%;
    font-size: 20px;
    /* transform: translateX(-50%); */
    text-align: center;
    font-weight: 700;
    line-height: 30px;
    /* color: #f00; */
    width: 100%;
}

.emissis-hero .emissis-hero__desc{
    font-size: 16px;
	 color: #fff;
}
.emissis-hero .emissis-hero__desc .bottom-part{
     border-radius: 30px;
    overflow: hidden;
    background: #026085;
    color: #fff;
    position: relative;
    font-size: 18px;
    margin: 0 auto;
    padding: 25px;
}
.emissis-hero__logo-wrap img{
max-width: 320px;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
}
.emissis-hero .btn {
    background: #ffff;
    padding: 10px 60px;
    font-size: 20px;
    border-radius: 40px;
    text-decoration: none;
    text-transform: capitalize;
    border: 0px;
    max-width: 300px;
    display: block;
}
/*page_contact*/
.contact__title{
	    font-size: 46px;
}
.contact .list-unstyled li a{
	color:#000;
}
.contact .contact__map iframe{
	width:100%;
}
.contact-form-content{
    border-radius: 30px;
    overflow: hidden;
    background: #0f5d70;
    color: #fff;
    position: relative;
    padding: 30px;
	
}
.contact-form-content .contact-form{
	max-width: 580px;
    margin: 0 auto;
}
.contact-form .with_frm_style input[type=text], 
.contact-form .with_frm_style input[type=password],
 .contact-form .with_frm_style input[type=email], 
 .contact-form .with_frm_style input[type=number], 
 .contact-form .with_frm_style input[type=url], 
 .contact-form .with_frm_style input[type=tel], 
 .contact-form .with_frm_style input[type=file], 
 .contact-form .with_frm_style input[type=search],
 .contact-form .with_frm_style select, 
 .contact-form .with_frm_style .frm-card-element.StripeElement,
.contact-form .with_frm_style textarea {
    min-height: var(--field-height);
    line-height: 1.3;
    background: transparent !Important;
    color: #fff;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #fff;
    padding: 0px;
    font-size: 18px;
	 font-family: "Aspekta" !important;
}
.contact-form .with_frm_style input::placeholder,
.contact-form .with_frm_style textarea::placeholder {
	 color: #fff !Important;
}

.contact__subhead{
	    font-size: 20px;
}
/* Also remove the blue focus ring */
.contact-form .with_frm_style input:focus,
.contact-form .with_frm_style textarea:focus,
.contact-form .with_frm_style select:focus,
.contact-form .with_frm_style textarea:focus {
  box-shadow: none !important;
  outline: none !important;
}
.contact-form .with_frm_style .frm_submit button {
     cursor: pointer !important;
    background: #013043 !important;
    padding: 15px 60px !important;
    font-size: 16px !important;
    border-radius: 40px !important;
    text-decoration: none !important;
    text-transform: capitalize !important;
    border: 0px !important;
    width: 400px !important;
    display: inline-block !important;
    box-shadow: 0 0px 0px #eeeeee;
	    font-weight: 500;
}
.contact-form .with_frm_style .frm_submit.frm_flex {
    text-align: center;
}
.contact-form .with_frm_style h2{
font-size:46px;
    color: #fff;
    text-align: center;
	 font-family: "Aspekta" !important;
}
.contact-form .frm_html_container p{
	font-size: 16px;
    text-align: center;
    color: #fff;
	 font-family: "Aspekta" !important;
}
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=checkbox], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=radio], .frm_style_formidable-style.with_frm_style .frm_blank_field textarea, .frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year), .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-card-element.StripeElement, .frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
    color: #fff !important;
}
.with_frm_style .frm_message, .frm_success_style {
  margin: 5px 0 15px;
    border: 3px solid var(--success-border-color);
    background-color: #fff!important;
    color: #000!important;
    border-radius: var(--border-radius);
    font-size: 18px!important;
    text-align: center!important;
}
.frm_style_formidable-style.with_frm_style .frm_error_style{
	font-size: 18px!important;
    text-align: center!important;
}
/* shop-grainger*/
.shop-grainger__card{
	    border-radius: 30px;
    overflow: hidden;
    background: #013043;
    color: #fff;
    position: relative;
}
.shop-grainger__card .shop-grainger__title {
    font-size: 45px;
}
.shop-grainger__card h2{
    font-size: 24px;
}
.shop-grainger__card .shop-grainger__desc {
    font-size:16px;
}
.shop-grainger__card .shop-grainger__desc a{
	color: #fff;
	font-weight:600;
}
.woocommerce-order-details h2,
.woocommerce-customer-details h2{
	font-size: 24px;
}
/*****woocommerce***/
.woocommerce table.my_account_orders .button {
    white-space: nowrap;
    background: #013043;
    color: #fff;
}
/*****Footer***/
.site-footer{
	background:#026085;
}
.site-footer .footer-brand img{
	     max-width: 300px;
    height: auto;
}
.footer-section p,
.footer-section{
	font-size: 14px;
    font-weight: 400;
}
.footer-section a{
	color:#fff;
}
.footer-section h6{
	font-size: 14px;
	 font-weight: 400;
}
.footer-brand{
	display: flex;
    align-items: center;
}
.footer-brand .second_logo img {
    height: 65px;
    width: auto;
    display: block;
    margin: 0 auto;
}
/****Custom logn***/
.custom-login .woocommerce h2{
	display:none;
}
.custom-login{
    border-radius: 30px;
    overflow: hidden;
    background: #026085;
    color: #fff;
    position: relative;
    padding: 20px;
}
.custom-login .woocommerce form.login{
    border: 0px solid #cfc8d8;
    padding: 0px;
    margin: 20px 0px;
    text-align: left;
    border-radius: 0px;
}
.custom-login .woocommerce-LostPassword.lost_password a{
	color: #fff;
}
.custom-login .woocommerce form .form-row .input-text{
	    background: transparent !important;
    border: 0px!important;
    border-bottom: 1px solid #fff!important;
    border-radius: 0px!important;
    outline: 0!important;
    color: #fff!important;
}
.custom-login .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    background: #013043;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 15px;
}
.custom-login .btn-reg{
width: 100%;
    border-radius: 30px;
    overflow: hidden;
    background: #013043;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 15px;
    border: 0px;
    text-transform: capitalize;
}
.custom-login .btn-reg:hover{
	text-decoration:none;
}
.custom-reg{
    border: 1px solid #000;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    padding: 20px;
}
/****cart***/
 table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	font-size: 24px !important;
	color: #1b6185!important;
	font-weight: 500!important;
}
.wc-block-components-product-details.wc-block-components-product-details {
    font-size: 14px;
    line-height: 25px;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
}
.wc-block-cart__main .wc-block-cart-items td:last-child {
	padding-right: 16px;
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	color: #1b6185;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    font-size: 16px;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    font-size: 18px;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    align-items: start;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.wc-block-cart__main .wc-block-cart-items td {
	padding: 20px 0 20px 0px;
}
.wc-block-components-quantity-selector {
    border-radius: 20px;
}
.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus {
    border-radius: 0 20px 20px 0; 
}
.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus {
    border-radius: 20px 0 0 20px;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product, 
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: hidden;
    display: none;
}
@media (min-width: 980px) {
  .site-content.has-sidebar {
    grid-template-columns: 1fr 320px;
    align-items: start;
  }
}

.content-area {
  background: #fff;
}

.widget-area {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px;
}

.entry {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px;
  margin-bottom: 16px;
}
.entry-title {
  margin: 0 0 8px;
  line-height: 1.2;
   font-size: 36px;
}
.entry-meta {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 14px;
}
.entry-content p:first-child { margin-top: 0; }
.entry-content img { max-width: 100%; height: auto; border-radius: 12px; }

.pagination {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.site-footer {
  border-top: 1px solid var(--border);
  margin-top: 40px;
  padding: 22px 16px;
  color: var(--muted);
  font-size: 14px;
}
.site-footer .wrap {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
/* Hide by default */
.logged-in-only,
.logged-out-only { display: none !important; }

/* Show when logged in */
body.logged-in .logged-in-only { display: list-item !important; }

/* Show when logged out */
body:not(.logged-in) .logged-out-only { display: list-item !important; }
.btn-shop-mayaccount{
    border-radius: 30px;
    overflow: hidden;
    background: #013043;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 40px;
    display: block;
}

/* my account */
.woocommerce-MyAccount-navigation ul li a{
	color: #000;
    font-size: 16px;
}
.woocommerce-MyAccount-navigation ul li a:hover{
	text-decoration:none;
}
.woocommerce-MyAccount-navigation ul li{
	    padding: 10px 0px;
    border-bottom: 1px dashed #000;
}
.woocommerce-MyAccount-navigation ul li.is-active a{
	color: #026085;
    font-weight: 500;
}
.woocommerce-MyAccount-navigation ul{
	padding: 0px;
    list-style: none;
    padding-top: 15px;
    padding-right: 50px;
}
.woocommerce-Addresses .woocommerce-Address{
	    border: 1px solid #e5e7eb;
    padding: 20px;
    border-radius: 20px;
    background: #e7e9eb;
}
.woocommerce-Addresses .woocommerce-Address-title h2{
	    font-size: 24px;
}
.woocommerce-account .addresses .title .edit {
    text-decoration: underline;
    font-size: 14px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    background: #013043;
    color: #fff;
}
ul.wc-item-meta{
	padding-left: 0px;
}

.energy_solutions_cta {
							background:#fff;
							border-radius:30px;
							padding:30px;
							text-align:center;
							color:#013043;
							margin:auto;
							max-width:700px;
							margin-top:20px;
						}
						
						.energy_solutions_cta h2 {
							text-align:center;
						}
						
						.energy_solutions_cta p {
							text-align:left;
						}
/* Mobile: up to 767px */
@media (max-width: 767px) {
	 .home-banner__title {
		font-size: 28px;
        text-align: center;
	}
	.home-banner {
		background-position: left top;
	}
	.home-banner__sub {
	        font-size: 18px;
        line-height: 30px;
        text-align: center;
        padding-top: 0px;
	}
	.home-banner__overlay {
		min-height: 550px;
	}
	.container, .container-sm {
        max-width: 100%;
    }
	.home-block--history h2 {
		font-size: 36px;
		text-align: center;
	}
	.home-history__desc {
		font-size: 20px;
		line-height: 25px;
		text-align: center;
	}
	.home-block--history {
		padding: 20px 10px !important;
		margin-top: 40px;
	}
	.home-section--three_column{
		padding: 20px 0px !important;
	}
	.home-three__body {
		padding: 40px;
	}
	.home-three__title {
		font-size: 28px;
	}
	.home-cert__box {
		padding: 25px !important;
	}
	.home-cert h2 {
		font-size: 42px;
		text-align: center;
	}
	.home-clients h2 {
		font-size: 36px;
	}
	.home-clients__logo {
		max-width: 100%;
	}
	.footer-brand {
		display: block;
		text-align: center;
	}
	.site-footer .footer-brand img {
		width: 200px;
	}
	.second_logo {
		margin-top: 20px;
		display: block;
	}
	.site-footer {
		margin-top: 0px;
		padding: 20px 20px !important;
	}
	.footer-section p, .footer-section {
		text-align: center;
	}
	/****grainger-page***/
	.grainger-page__hero h2 {
		font-size: 32px;
		text-align: center;
	}
	.introduction-content .p-4 {
		padding: 20px 0px !important;
	}
	.introduction-content .block__content {
		text-align: center;
	}
	.introduction-content .btn {
		margin: 0 auto;
	}
	.section-one-item .section-one__item-title {
		font-size: 32px;
		line-height:40px;
	}
	.section-one__item:nth-child(2) {
		display: block;
	}
	.section-one__item:nth-child(2) .section-one__item-title {
		border-top: 0px solid #fff;
		margin-top: 0px;
		padding-top: 0px;
		max-width: 100%;
	}
	.section-one__item:last-child{
		margin-bottom:0px !important;
	}
	.section-two-item .section-two__item-title {
		font-size: 32px;
		line-height:40px;
	}
	.section-two-content {
		margin-top: 20px;
	}
	.section-two-item:last-child{
		margin-bottom:0px !important;
	}
	/***emissis page***/
	.emissis-hero {
		padding: 20px !important;
	}
	.emissis-hero__content{
		padding: 0px !important;
		text-align:center;
	}
	.emissis-hero .btn {
		margin: 0 auto;
	}
	/***Recent Projects***/
	.grainger-recent-projects__hero h2 {
		font-size: 32px;
		line-height: 40px;
		text-align: center;
	}
	.grainger-recent-projects__hero-desc {
		text-align: center;
	}
	.grainger-recent-projects__title {
		font-size: 22px;

	}
	/***About Us***/
	.aboutus-box h1 {
		font-size: 32px;
		text-align: center;
	}
	.aboutus-box .desc {
		text-align: center;
	}
	.why-content h3 {
		font-size: 26px;
	}
	/***contact***/
	.contact__title {
		font-size: 36px;
	}
	.contact-form .with_frm_style h2 {
		font-size: 36px;

	}	
	/***shop-graingert***/
	.shop-grainger-card img{
		height:auto !important;
	}
	.shop-grainger__card .shop-grainger__title {
		font-size: 36px;
	}
	.shop-grainger__card .shop-grainger__desc {
		padding-top: 0px !important;
	}
	
	.site-header .custom-logo-link {
		width: 120px;
	}
	.site-header .custom-logo-link img {
		max-width: 100%;
		height: auto;
	}
	.second_logo img {
    height: 40px;
    width: auto;
    display: block;
    }
	.second_logo .title {
		font-size: 12px;
	}
	.navbar-expand-lg .px-4 {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	.navbar-expand-lg .navbar-toggler {
		background: #1b6185;
    border: 1px solid #fff;
	}
	.navbar-expand-lg  .navbar-collapse {
		padding: 20px;
		text-align: center;
	}
	.site-top-banner__left{
		display:none;
	}
	.contact-form .with_frm_style .frm_submit button {
		width: 100% !important;
	}

}