/*!

Theme Name: pHountain Official 2026
Theme URI: https://phountain.com/
Author: pHountain Internal Development
Author URI: https://phountain.com/
Description: Proprietary lead-generation and brand system. © 2026 pHountain. All Rights Reserved. Unauthorized copying of these files is strictly prohibited.
Version: 1.0.0
License: Proprietary
Text Domain: phountain-official

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */


/******* Global **********/
body{font-family: "Open Sans", sans-serif;font-weight: 400;color:#333;font-size:17px !important;line-height: 1.6; letter-spacing: -0.5px;}
 
h1,h2,h3,h4,h5,h6{font-family: "Open Sans", sans-serif;font-weight: 700; color:#000;line-height: 1.1 !important;
	/* color: #2c2832; */
}

body h1 {
	font-size: 56px;
}
body h2{font-size: 50px;}
body h3{font-size: 40px;}
body h4{font-size: 30px;}
body h5 {font-size: 22px;}
body h6 {font-size: 20px;}
body h2 span, body h3 span {
  color: #0077ef;
}
body a {
color:#333;
}
body a:hover {
    color: #000;
    text-decoration: none;
}

.upper{text-transform: uppercase;}
.blue{color:#0077ef;}
.dark-blue{color:#004a98;}
.green{color:#76bc21;}
.white{color:#fff;}
.fw-700{font-weight: 700;}
.orange{color:#666;}
.btn {
display: inline-block;
font-weight: 600;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding: .9rem 2em;
line-height: 1.5;
border-radius: 2rem;
border-width: 1px;
border-style: solid;
}
#banner .btn.btn-transparent, .btn.btn-transparent.bordered {
  background-color: rgba(255, 255, 255, 0.4);
  border-color: #fff;
  color: #fff;
}
#banner .btn.btn-transparent:hover, .btn.btn-transparent.bordered:hover {
  background-color: #0077ef;
  border-color: #0077ef;
  color: #fff;
}
.btn.btn-transparent {
  background-color: transparent;
  border-color: #0077ef;
  color: #0077ef;
}
.btn.btn-transparent:hover {
  background-color: #0077ef;
  border-color: #0077ef;
  color: #fff;
}
.btn.btn-transparent.btn-light {
	border-color: #fff;
}
.btn.btn-transparent.btn-light:hover {
	border-color: #0077ef;
}

.btn-info, .btn-default{color: #fff;
background-color: #004a98;
border-radius: 50px;
border-color: #004a98;
-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;}
.btn-info.focus,.btn-info:focus,.btn-info:hover, .btn-default.focus,.btn-default:focus,.btn-default:hover,.btn-info:active,.btn-default:active,.btn-info:checked,.btn-default:checked{color:#fff; background-color: #76bc21 !important; border-color:  #76bc21 !important; box-shadow: none !important; text-decoration: none;}

.btn-white{color: #004a98;
background-color: #fff;
border-radius: 50px;
border-color: #fff;
-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;}
.btn-white.focus,.btn-white:focus,.btn-white:hover, .btn-white:active,.btn-white:checked{color:#004a98; background-color: #fff !important; border-color:  #fff !important; box-shadow: none !important; text-decoration: none;}


.btn-blue, .btn-blue:hover,.btn-blue:focus,.btn-blue:active,.btn-blue:checked{color: #fff;
background-color:transparent;
border-color: #fff;
	border-radius: 0px;
-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;text-decoration: none;}
.btn.btn-info.btn-black {
  background-color: #22282B;
  border-color: #22282B;
}
.btn.btn-info.btn-black:hover {
  background-color: #00195d;
  border-color: #00195d;
}
.btn.btn-link {
	padding: 0;
	border: none;
	color: #000;
	font-weight: 800;
	font-size: 16px;
}
.btn.btn-link:hover {
  color: #000;
}

h2.title-detail, h3.title-detail, h4.title-detail{
	color: #fff;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 2px;
margin: 0;
}


input:focus, textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #eee;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(82,168,236,0);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(82,168,236,0);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(82,168,236,0);
}

.large-padding{
	padding-top:150px;
	padding-bottom: 150px;
}
.pad-100{
	padding-top:100px;
	padding-bottom: 100px;
}
.pad-tp-100 {
	padding-top: 100px;
  }
  .pad-btm-100 {
	padding-bottom: 100px;
  }
  .pad-80{
	padding-top:80px;
	padding-bottom: 80px;
}
.pad-tp-80 {
	padding-top: 80px;
  }
  .pad-btm-80 {
	padding-bottom: 80px;
  }
.pad-70{
	padding-top:70px;
	padding-bottom: 70px;
}
.pad-50{
	padding-top:50px;
	padding-bottom: 50px;
}
.pad-25{
	padding-top:25px;
	padding-bottom: 25px;
}
.w-85 {
width: 85%!important;
}

.divider{
	width: 200px;
height: 6px;
background-color: #76bc21;
display: table;
margin: 20px auto;
}

.divider.div-left{
margin: 20px 0px;
}

.topText{
	color: #004a98;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 20px;
    font-weight: 600;
}
.topText+h1, .topText+h2, .topText+h3{
margin-top: 5px;
}

.fw-400{
	font-weight: 400 !important;
}

ul.bullList li{
position: relative;
padding: 5px 0 5px 22px;
	}
		ul.bullList li::before{
color: #0077ef;
vertical-align: middle;
top: 7px;
position: absolute;
left: 0;
content: "\f324";
display: inline-block;
font-family: "Font Awesome 6 Pro";
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
	}

.gray-bg {
background-color: #F6F7F9;
}
.grey-bg {
background-color: #DFDFDF;
}
.pri-light-bg {
	background-color: #eaffee;
}
.dark-grey-bg {
	background-color: #191919;
}
.light-blue-bg {
	background-color: #e6f0f7;
}
.blue-bg {
	background-color: #004a98;
}


/******* Header **********/

nav#header {
box-shadow: none;
width: 100%;
padding: 12px 20px;
background-color: #fff;
}

.flexia-sticky-navbar nav#header{
-webkit-box-shadow: 1px 1px 20px 1px rgba(0,0,0,.3);
box-shadow: 1px 1px 20px 1px rgba(0,0,0,.3);
}


@media only screen and (min-width: 1201px) {
.dropdown:hover>.dropdown-menu {
  display: block;
}    
}

nav#header.navbar-expand-xl .navbar-nav .nav-link{
padding: 1rem 1rem;
}

.navbar-expand-xl .navbar-nav .nav-link:hover, .navbar-expand-xl .navbar-nav .nav-link:active {
color: #004a98;
}


.dropdown-item.active, .dropdown-item:active {
color: #16181b !important;text-decoration: none;background-color:#f8f9fa!important;
}



nav{background-color: transparent;}

.nav-link {
  color: #345;
  font-weight: 500;
}
.nav-link:hover {
color: #038018;
}

nav#header #navbar .nav-link.btn.btn-info {
  padding: .9rem 2rem;
}
nav#header .navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-brand img {
width: 230px;
height: auto !important;
}


.dropdown-menu {
padding: 0px;
margin: 0px;
color: #101F2F;
border: none;
border-radius: 0px;
}
.dropdown-item {
display: block;
width: 100%;
padding: .75rem 1.5rem;
clear: both;
font-weight: 400;
color: #101F2F;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
border-bottom: 1px solid #eee;
}
.services .dropdown-menu {
	min-width: 45rem !important;
	padding-bottom: 15px;
  }
.services .dropdown-menu h5 a:hover {
  text-decoration: none;
}
.services .dropdown-menu .dropdown-item {

}

.flexia-navbar.flexia-sticky-navbar {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
.flexia-navbar.flexia-sticky-navbar #header { 
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
.flexia-navbar {
z-index: 999999;
/*box-shadow: 0 .15em .35em 0 rgba(0,0,0,.135);*/
transition: all .3s ease-in-out;
transform: translate3d(0,0,0);
background-color: #fff;
position: relative;
width: 100%;
    border-top: 8px solid #76bc21;
}
.slideInDown{
    -webkit-animation-name:slideInDown;
    animation-name:slideInDown
}
@keyframes slideInDown{
    from{
        transform:translate3d(0,-100%,0);
        visibility:visible
    }
    to{
        transform:translate3d(0,0,0)
    }
}
@-webkit-keyframes slideInDown{
    from{
        transform:translate3d(0,-100%,0);
        visibility:visible
    }
    to{
        transform:translate3d(0,0,0)
    }
}
.top-bar {
	background-color: #131C45;
	padding: 10px 0;
}
.top-bar ul li a, .top-bar ul li i {
	color: #fff;
}
.top-bar ul li {
	padding-left: 30px;
	margin-left: 30px;
	border-left: 1px solid #fff;
}
.top-bar ul li:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}
.top-bar ul li.social {
	display: flex;
	gap: 15px;
}
.top-bar ul li.social i.fa-brands {
	font-size: 20px;
}

/******* Carousel **********/

#carouselExampleCaptions.carousel {
    width: 100%;
    height: 750px;
}
#carouselExampleCaptions.carousel .carousel-inner {
    height: 100%;
}
#carouselExampleCaptions.carousel .carousel-inner .carousel-item {
    height: 100%;
}
.carousel-caption h2 {
color: #fff;
font-size: 40px;
font-weight: 700;
}
.carousel-caption p{
font-size: 20px;
margin: 18px 0px 30px 0px;
}

.carousel-caption {
position: absolute;
right: auto;
top: auto;
bottom: 22%;
left: 12%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
margin: 0 auto;
text-align: left;
width: 50%;
}
.carousel-inner .carousel-item::after {
  display: block;
  clear: both;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #000 , #000);
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0.4;
}
.carousel-inner .carousel-item img {
    height: 100%;
	object-fit: cover;
	object-position: center;
  }
  .carousel-caption .btn.btn-info {
    color: #004a98;
    background-color: #fff;
    border-color: #fff;
	  display: table;
}
.carousel-caption .btn.btn-info:hover {
    color: #fff;
    background-color: #004a98;
    border-color: #004a98;
}


.container {
  max-width: 1230px !important;
}
.rounded-1 {
	border-radius: 5px;
}
.rounded-2 {
	border-radius: 10px;
}
.rounded-3 {
	border-radius: 20px;
}
.dark-border {
    border: 2px solid #4c6580;
}
.pri-clr {
	color: #004a98;
}
.sec-clr {
	color: #76bc21;
}
.blue-clr {
    color: #004a98;
}
.orange-clr {
    color: #ff6e2f;
}
.dark-blue-bg {
	background-color: #1c61ad;
}
.big {
	font-size: 1.2rem;
}
.pri-clr-bg {
	background-color: #0077ef;
}
.header-call h4 {
  font-weight: normal;
}
.header-call h4 a {
  font-weight: 700;
}


/******* HOME  **********/

.newsletter-form input.wpcf7-form-control.wpcf7-email {
    width: 100%;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 10px 15px;
    color: #fff;
}
.newsletter-form input.wpcf7-form-control.wpcf7-email::placeholder {
    color: #fff;
}
.newsletter-form .wpcf7-form {
    position: relative;
}
.newsletter-form input.wpcf7-form-control.wpcf7-submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    height: 49px;
    padding: 0px 15px;
}
.newsletter-form p{
	margin-bottom: 0px;
}

/******* SUB PAGES  **********/

.inner-header {
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 8px solid #76bc21;
   height: 370px;
	position: relative;
}
.inner-header::after{
	content:'';
	position: absolute;
	top: 0;
left: 0;
	background-color:rgba(0,0,0,.2);
width:100%;
	height:100%;
	z-index: 1;
}
.inner-header div{z-index: 9;}
.cta-section {
    border-bottom: 8px solid #76bc21;
}
.newsletter-section {
    border-bottom: 8px solid #76bc21;
}
.iconWrap .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-color: #004a98;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iconWrap .icon i {
    font-size: 30px;
}
.iconWrap .icon i::before {
    color: #76bc21;
}
.iconWrap .icon i::after {
    color: #fff;
}
.servWrap img {
height: 340px;
object-fit: cover;
object-position: top;
    border-radius: 5px 5px 0px 0px
}

.formWrap .wpcf7-form-control.wpcf7-text {
    background-color: #fff;
    border: 2px solid #d7d7d7;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 6px;
}
.formWrap .wpcf7-form-control.wpcf7-textarea {
    background-color: #fff;
    border: 2px solid #d7d7d7;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 6px;
}
.formWrap .wpcf7-form-control.wpcf7-select {
    background-color: #fff;
    border: 2px solid #d7d7d7;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 6px;
}
.field-50 br {
    display: none;
}
.field-50 p {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
  margin: 0;
}
.field-50 p .wpcf7-form-control-wrap {
    max-width: 48.9%;
    flex: 48.8%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 22px;
}
.woocommerce ul.products li.product a img {
    margin: 0;
}
.woocommerce ul.products li.product {
    text-align: center;
}
.woocommerce ul.products li.product .price {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 20px;
    color: #76bc21;
}
.woocommerce ul.products li.product .button {
    margin-top: 10px;
    color: #fff;
    background-color: #004a98;
    border-radius: 50px;
    border-color: #004a98;
    padding: .9rem 2em;
}

.single.single-product .entry-header {
    display: none;
}
.single.single-product .entry-content {
    margin: 0;
}
.product-top {
    float: left;
    width: 100%;
}
.woocommerce div.product div.summary {
    position: relative;
    top: 130px;
}

@media only screen and (max-width: 767px) {
    .woocommerce div.product div.summary {
        position: relative;
        top: 12px;
        margin-top: 20px;
    }
}

.single.single-product h1.product_title {
	font-size: 35px;
	line-height: 1;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.single.single-product div.product p.price {
	color: #004a98;
	font-size: 1.5rem;
  font-weight: 600;
}
.single.single-product .woocommerce-variation-price {
    margin-bottom: 20px;
}
.single.single-product .woocommerce-variation-price .price {
    color: #76bc21;
    font-size: 1.5rem;
    font-weight: 600;
}
.woocommerce div.product form.cart .variations select {
    padding: 4px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #bbb;
}
.single.single-product nav#header {
    background-color: #f7f7f7;
}
.single.single-product .product_meta {
	display: none;
}
.single.single-product .single_add_to_cart_button.button {
	color: #fff;
	background-color: #004a98;
	border-radius: 50px;
	border-color: #004a98;
	text-align: center;
	padding: 15px 40px;
}
.single.single-product .single_add_to_cart_button.button:hover {
	background-color: #76bc21;
}
.woocommerce .quantity .qty {
	height: 46px;
	border-radius: 5px;
	border: 1px solid #c8c8c8;
}
.woocommerce div.product form.cart div.quantity {
	margin: 0 15px 0 0;
}
.woocommerce div.product form.cart {
	margin-bottom: 2em;
	border-top: 1px solid #e1e1e1;
	padding-top: 25px;
	margin-top: 20px;
}
.woocommerce-tabs h2 {
    font-size: 26px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #004a98;
    background-color: #004a98;
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {
    color: #000;
}
.related.products h2 {
    font-size: 40px;
    margin-bottom: 30px;
}
.woocommerce-message {
	border-top-color: #004a98;
}
.woocommerce-message::before {
	color: #004a98;
}
.woocommerce .woocommerce-message .button {
	color: #fff;
	background-color: #004a98;
	border-radius: 50px;
	border-color: #004a98;
	text-align: center;
}
.woocommerce .woocommerce-message .button:hover {
	background-color: #76bc21;
	color: #fff;
}
.woocommerce-notices-wrapper {
	max-width: 1200px;
	margin: 0 auto;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	margin: 1em 0 1em;
}
.woocommerce-cart .wc-block-cart {
	background-color: #f6f7f9;
	padding: 20px !important;
	border-radius: 5px;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__main.wp-block-woocommerce-cart-items-block {
	border-right: 1px solid hsla(0,0%,7%,.11);
}
.woocommerce-cart .wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
	background-color: #fff;
	padding: 20px;
}
.woocommerce-cart .wc-block-cart__submit-button {
	color: #fff;
	background-color: #004a98;
	border-radius: 50px;
	border-color: #004a98;
	text-align: center;
}
.woocommerce-cart .wc-block-cart__submit-button:hover {
	background-color: #76bc21;
	text-decoration: none;
}
.wc-block-components-totals-coupon__content button {
    background-color: #004a98;
    color: #fff;
}
.woocommerce-checkout .wc-block-checkout {
	background-color: #f6f7f9;
	padding: 20px !important;
	border-radius: 5px;
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button {
	color: #fff;
	background-color: #004a98;
	border-radius: 50px;
	border-color: #004a98;
	border: none;
	text-align: center;
	font-size: 18px;
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
	background-color: #76bc21;
	border-color: #76bc21;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    background-color: #fff;
}
.woocommerce-order-received .woocommerce-order {
	background-color: #f6f7f9;
	padding: 20px;
	border-radius: 5px;
}
.woocommerce-order-received .woocommerce-order h2 {
	font-size: 30px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
	text-align: center;
	font-size: 35px;
	font-weight: 600;
	color: #004a98;
}
.woocommerce ul.products li.product a.added_to_cart {
  text-decoration: underline;
  margin-left: 15px;
}
.wc-block-grid.wp-block-product-new {
  margin-top: 30px;
}
.wc-block-grid__products {
  justify-content: center;
}
.wc-block-grid.wp-block-product-new .wc-block-grid__product-title {
  font-size: 22px;
  color: #000;
}
.wc-block-grid__product-price.price .woocommerce-Price-amount.amount {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 20px;
  color: #76bc21;
}
.wc-block-grid.wp-block-product-new .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  color: #fff;
  background-color: #004a98;
  border-radius: 50px;
  border-color: #004a98;
  padding: .9rem 2em;
  font-weight: 700;
  font-size: 16px;
}
.woocommerce-account .woocommerce {
    background-color: #f6f7f9;
    padding: 30px;
    border-radius: 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
    background-color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 12px 20px;
    display: block;
    border-bottom: 1px solid #d9d9d9;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #76bc21;
    color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content a {
    color: #004a98;
}
.woocommerce-account .woocommerce-MyAccount-content a:hover {
    color: #76bc21;
}
.woocommerce-account .woocommerce table.shop_table {
    background-color: #fff;
}
.woocommerce-account .woocommerce table.my_account_orders .button {
    background-color: #004a98;
    color: #fff;
    border-radius: 50px;
}
.woocommerce-account .woocommerce table.my_account_orders .button:hover {
    background-color: #76bc21;
    color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 24px;
}
.woocommerce-account ul.wc-item-meta {
    padding: 0;
}
.woocommerce-account .woocommerce .woocommerce-customer-details address {
    background-color: #fff;
}
.woocommerce-info {
	border-top-color: #004a98;
	background-color: #fff;
}
.woocommerce-info::before {
	color: #004a98;
}
.woocommerce .woocommerce-info .button {
	color: #fff;
	background-color: #004a98;
	border-radius: 50px;
	border-color: #004a98;
	text-align: center;
}
.woocommerce .woocommerce-info .button:hover {
	background-color: #76bc21;
	color: #fff;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    max-width: 48%;
    background-color: #fff;
    border-radius: 5px;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 48%;
    background-color: #fff;
    border-radius: 5px;
}
.woocommerce-account .addresses .title .edit {
    float: left;
}
.woocommerce-account .woocommerce form .form-row label {
    margin: 0;
    width: 100%;
}
.woocommerce-account .woocommerce form .form-row .input-text, .woocommerce-account .woocommerce form .form-row select {
    border: 1px solid #dddddd;
}
.woocommerce-account .woocommerce-Button.button {
    color: #fff;
    background-color: #004a98;
    border-radius: 50px;
    border-color: #004a98;
    text-align: center;
}
.woocommerce-account .woocommerce-Button.button:hover {
	background-color: #76bc21;
	color: #fff;
}
.woocommerce-account .woocommerce form .password-input, .woocommerce-account.woocommerce-page form .password-input {
    width: 100%;
}

#main {
margin-top: 0px !important;
}

.inner-header.shop-header{height: auto;}

.testimonialWrap {
    position: relative;
}
.testimonialPhoto {
    width: 125px;
    height: 125px;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: -64px;
    border-radius: 50%;
    border: 4px solid #76bc21;
}
.testimonialWrap p {
    margin-top: 32px;
}
.testimonialWrap i {
    position: absolute;
    top: 8px;
    right: 45px;
    font-size: 70px;
    color: #76bc21;
    opacity: 0.1;
}
.testimonialCol {
    margin-bottom: 110px;
}

.postWrap .postImg img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.postContent {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.postContent .post-title {
    min-height: 44px;
}

#category-tabs button {
  padding: 8px 16px;
  margin: 5px;
  border: none;
  background: #eee;
  cursor: pointer;
}
#category-tabs .active {
  background-color: #007bff;
  color: white;
}
#loader {
  margin: 20px 0;
}

.single-header h1 {
	font-size: 2.2rem;
	line-height: 1.2 !important;
}
.single-header {
	background-color: #004a98;
}
.single-header .profile-author {
	color: #fff;
	font-weight: 600;
}
.profile-img img {
	border-radius: 50%;
}
.single.single-post .entry-content h2 {
	font-size: 2.5rem;
	margin-bottom: 15px;
	line-height: 1.2 !important;
}
.single.single-post .entry-content h3 {
	font-size: 2rem;
}
.single.single-post .entry-content h4 {
	line-height: 1.2 !important;
	font-size: 24px;
}
.single.single-post .entry-content a {
	color: #e41e26;
}
.single.single-post .entry-content a:hover {
	color: #000;
	text-decoration: none;
}
.cat-badge {
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 4px 15px;
	font-size: 14px;
}
.cat-badge:hover {
	background-color: #e41e26;
	color: #fff;
	text-decoration: none;
}
.post-meta .post-category a {
    border-radius: 5px;
    background-color: #76bc21;
    color: #fff;
    padding: 5px 15px 5px 15px;
    margin-right: 15px;
    position: relative;
    font-size: 14px;
}
.post-date {
    color: #fff;
    font-size: 14px;
}
.blog-sidebar #sidebar h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #3d82d1;
    margin-bottom: 20px;
}
.blog-sidebar #sidebar ul li {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.blog-sidebar #sidebar ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.blog-sidebar #sidebar ul li a {
    font-size: 18px;
    font-weight: 700;
}
.blog-sidebar #sidebar ul li a:hover {
    text-decoration: none;
}
.blog-sidebar {
    padding-top: 78px;
    padding-left: 20px;
    position: sticky;
    top: 40px;
}
.blog-sidebar h3 {
    font-size: 26px;
    margin-top: 0;
}
.blog-sidebar .recentposts h4 {
    margin-top: 0;
    line-height: .8 !important;
}
.blog-sidebar #sidebar .recentposts .date {
    font-size: 14px;
    background-color: #76bc21;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
}
.blog-sidebar .recentposts, .blog-sidebar .categories {
    background-color: #f6f7f9;
    padding: 30px 20px;
}



.well{background-color: #004a98; padding: 100px; border-radius: 50px; color: #fff;}


/******* FOOTER  **********/


#footer {
    background-color: #F6F7F9;
    padding-top: 50px;
	font-size: 14px;
}

#footer .fa-brands{
	font-size: 30px;
}
#footer h4 {
    font-size: 24px;
    margin-bottom: 20px;
    color:#004a98;
}

#footer .socList .list-inline-item:not(:last-child) {
margin-right: 1rem;
}

.foot-copy{font-size: 12px;}

ul.list-unstyled.nav-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: start;
}
.list-unstyled.privacy-terms-link {
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: center;
    gap: 20px;
}
.foot-copy {
    border-top: 1px solid #cfcfcf;
}
.foot-logo {
    max-width: 260px;
}
.woocommerce .woocommerce-ordering select {
  background-color: transparent;
  border: 1px solid #9f9f9f;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
}



@media only screen and (max-width: 1200px) {
	nav#header .navbar-toggler {
		padding: 8px 8px;
		outline: none;
		background-color: #004a98;
	}
	nav#header .navbar-toggler .navbar-toggler-icon {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	nav#header .navbar-toggler .navbar-toggler-icon i {
		color: #fff;
		font-size: 30px;
	}
	nav#header .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon .fa-light.fa-bars {
		display: block;
	}
	nav#header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .fa-light.fa-bars {
		display: none;
	}
	nav#header .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon .fa-light.fa-xmark {
		display: none;
	}
	nav#header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .fa-light.fa-xmark {
		display: block;
	}
#carouselExampleCaptions.carousel {
  height: 490px;
}
	.carousel-caption {
  max-width: 100%;
  padding: 0px 15px;
}
body h1 {
  font-size: 50px;
}
.inner-header {
  display: flex;
  align-items: center;
}
body h2 {
  font-size: 45px;
}
.servWrap img {
  height: 245px;
}
.woocommerce-notices-wrapper {
  max-width: 92%;
}
.single-header h1 {
  font-size: 2.8rem;
}
.blog-sidebar {
  padding-left: 0;
}
.blog-sidebar #sidebar {
  padding: 0;
}
.single.single-post .entry-content h2 {
  font-size: 2.2rem;
}
.single.single-post .entry-content h3 {
  font-size: 1.7rem;
}
.single.single-post .entry-content h4 {
  font-size: 20px;
}
}


@media only screen and (max-width: 991px) {
	nav#header {
		padding: 12px 15px;
	}
	#carouselExampleCaptions.carousel {
  height: 450px;
}
.carousel-caption {
  left: 15px;
  width: 100%;
}
	.carousel-caption h2 {
  padding-right: 35%;
margin-top: 0;
}
.carousel-caption p {
  padding-right: 13%;
}
body h1 {
  font-size: 46px;
}
body h2 {
  font-size: 40px;
}
body h3 {
  font-size: 34px;
}
body h4 {
  font-size: 26px;
}
.field-50 p .wpcf7-form-control-wrap {
  max-width: 48.6%;
  flex: 48.6%;
}
.related.products h2 {
  font-size: 34px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}
.single-header h1 {
  font-size: 2.5rem;
}
.inner-header {
  height: auto;
}
}


@media only screen and (max-width: 767px) {
.carousel-caption {
    left: 0;
  }
	.carousel-caption h2 {
  font-size: 35px;
  padding-right: 0;
}
.carousel-caption p {
  padding-right: 0;
}
ul.list-unstyled.nav-list li {
  justify-content: center;
}
#footer h4 {
  margin-top: 0;
}
nav#header .navbar-toggler .navbar-toggler-icon i {
    font-size: 22px;
  }
  nav#header .navbar-toggler {
    padding: 4px 4px;
  }
  .pad-100 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pad-tp-100 {
  padding-top: 80px;
}
.pad-btm-100 {
  padding-bottom: 80px;
}
body h1 {
  font-size: 36px;
}
body h2 {
  font-size: 32px;
}
body h3 {
  font-size: 30px;
}
.topText {
  font-size: 18px;
}
.field-50 p .wpcf7-form-control-wrap {
  max-width: 48.3%;
  flex:48.3%;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 20px;
}
.single.single-product h1.product_title {
  font-size: 30px;
}
.woocommerce-tabs h2 {
  font-size: 22px;
}
.related.products h2 {
  font-size: 30px;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__main.wp-block-woocommerce-cart-items-block {
  border-right:none;
}
.woocommerce-cart .wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
  padding: 15px !important;
}
.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout.is-mobile {
  padding: 0 !important;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  padding:10px;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
  margin-top: 0;
}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
    font-size: 26px;
    line-height: 1.2;
}
.woocommerce ul.order_details {
    padding: 0;
}
.woocommerce ul.order_details li {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
    border-bottom: 1px dashed #cfc8d8;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100%;
}
.woocommerce-order-received .woocommerce-order h2 {
    font-size: 24px;
}
ul.wc-item-meta {
    padding: 0;
}
.woocommerce-account .woocommerce {
    padding: 30px 15px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 100%;
    width: 100%;
    padding-bottom: 5px;
}
.woocommerce-info {
    display: flex;
    flex-direction: column;
}
.testimonialWrap p {
  margin-top: 55px;
}
.single-header h1 {
  font-size: 2rem;
}
}


@media only screen and (max-width: 479px) {
#carouselExampleCaptions.carousel {
    height: 400px;
  }
	.carousel-caption h2 {
    font-size: 30px;
    margin-top: 0;
  }
  .carousel-caption p {
  font-size: 16px;
}
.btn {
  padding: .7rem 2em;
}
body h2 {
  font-size: 32px;
}
body h3 {
  font-size: 28px;
}
body h4 {
  font-size: 24px;
}
.field-50 p .wpcf7-form-control-wrap {
  max-width: 100%;
  flex: 100%;
}
.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
  width: 100%;
}
.single.single-product h1.product_title {
  font-size: 26px;
}
.single.single-product div.product p.price {
  font-size: 1.2rem;
}
.single.single-product .woocommerce-variation-price .price {
  font-size: 1.2rem;
}
.pad-80 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.woocommerce-message {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.single-header h1 {
  font-size: 1.8rem;
}
.single.single-post .entry-content h2 {
  font-size: 1.6rem;
}
.single.single-post .entry-content h3 {
  font-size: 1.4rem;
}
.single.single-post .entry-content h4 {
  font-size: 18px;
}
.blog-sidebar {
  padding-top: 0;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: left;
  width: 100%;
  margin-bottom: 40px !important;
}
.woocommerce .woocommerce-ordering select {
  width: 100%;
}
}
