@media (min-width: 320px) {
.noteRow button.note-btn {
    position: relative;
    border: none!important;
}
.filter-nav label em {
    padding-left: 4px;
}
.table-row.Price.Message {
    display: none;
}
.TL-Info.Price.Message {
    color: #03A9F4;
    font-weight: 500;
    font-style: italic;
}
.product-sku a {
    font-weight: 700;
    text-decoration: underline;
}
body {
    font-family: "Taviraj", serif;
    color: #4c4c4c;
    font-size: 14px;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
}
.container {
    max-width: 100%;
	padding: 0 5%;
}
.container-narrow {
    /* max-width: 1440px; */
    padding: 0 10%;
}
.container.wide {
    max-width: 1600px;
}
.page-heading {
    padding-top: 3rem;
    padding-bottom: 0rem;
    position: relative;
}
.heading-title {
    position: relative;
    margin-top: 2rem;
    font-size: clamp(1.75rem, -0.875rem + 8.333vw, 2.25rem);
}
.heading-title:empty {
    display: none;
}


.cms-image {
    content: "";
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.cms-image img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: auto;
}
a {
    color: #1b4194;
}
.btn {
    font-size: 18px;
}
.btn, button {
    display: inline-block;
    color: #1b4194 !important;
    text-align: center;
    font-weight: 500;
    background-color: #fff;
    padding: 4px 16px;
    border: 2px solid #1b4194;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    white-space: nowrap;
    text-transform: none;
    text-decoration: none !important;
}
section.content-section .btn {
	    font-size: 14px;
    padding: 10px 30px;
}
section.content-section .btn:empty {
    display: none;
}
.btn:hover {
    color: #fff !important;
    background-color: #1b4194;
    text-decoration: none !important;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
section.banner-section .btn, .banner-static .btn {
    background: transparent;
    border: 1px solid;
    color: #fff!important;
    font-size: 14px;
    padding: 5px 20px!important;
}
section.banner-section .btn:hover, .banner-static .btn:hover {
    background: #fff;
    border: 1px solid;
    color: #244296!important;
	opacity: .8;
    font-size: 14px;
    padding: 5px 20px!important;
}	
.btn-link {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    color: initial;
    background-color: transparent;
    border-bottom: 2px solid #b1c9be;
}
.btn-link i{
    color: #00a148;
}
.white {
    color: #ffffff!important; 
}
.blue {
	color: #1b4194 !important;
}
.green {
    color: #00a148;
}
.red {
    color: red;
}
.bg-green {
    background: #11332b;
}
.gray {
    color: #a6a8ab;
}
.bg-gray {
    background: #f2f2f2;
}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    
}
.h1, .h2, h1, h2, .h3, h3 {
    font-weight: 500;
}
.h3, h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.25rem;
}
h5 {
    font-size: 1rem;
}
.lead {
    /* font-size: 1.5rem; */
    line-height: 1.5;
}
ul, .umb-grid ul {
    padding-left: 20px;
	list-style: disc;
}

.info-card__title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.2px;
}
	


.content-section * {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.section-title {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 1.2px;
    padding-bottom: 10px;
    border-bottom: 1px solid #9b9b9b;
}
.section-title-sub:empty {
    display: none;
}
section.content-section {
    margin: 4rem 0;
}
section.content-section.banner-static {
    margin-top: 0;
}
section.content-section.cta-cardimage-section {
    margin: 0;
}
.cta-cardimage-section .grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}
.cta-cardimage-section .grid-container .image-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    overflow: hidden;
    border-right: 2px solid #fff;
}
.image-box > a {
    position: relative;
    height: 400px;
    width: 100%;
    border-bottom: 4px solid var(--primary-color);
}
.cta-cardimage-section .grid-container .image-box a:hover img {
    opacity: 0.9;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.cta-cardimage-section .grid-container .image-box img {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cta-cardimage-section .grid-container .image-box .top-overlay {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0 auto;
}
.cta-cardimage-section .grid-container .image-box .bottom-overlay {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0 auto;
}
.cta-cardimage-section .grid-container .image-box .top-overlay a.btn {
    padding: 10px 30px;
    font-family: 'Taviraj', serif;
    font-size: 16px;
    color: #1b4194!important;
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid #1b4194;
    border-radius: 0;
    text-decoration: none;
    text-transform: none;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.cta-cardimage-section .grid-container .image-box .bottom-overlay a.btn {
    padding: 12px 40px;
    font-family: 'Taviraj', serif;
    font-size: 18px;
    color: #1b4194!important;
    background-color: rgba(255, 255, 255, .75);
    border: 2px solid #1b4194;
    border-radius: 0;
    text-decoration: none;
    text-transform: none;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.cta-cardimage-section .grid-container .image-box .top-overlay a.btn.awning,
.cta-cardimage-section .grid-container .image-box .bottom-overlay a.btn.awning:hover {
    color: #fff!important;
    background: #195e36;
    border: 2px solid #fff;
}
.cta-cardimage-section .grid-container .image-box .top-overlay a.btn.marine,
.cta-cardimage-section .grid-container .image-box .bottom-overlay a.btn.marine:hover {
    color: #fff!important;
    background: #022f54;
    border: 2px solid #fff;
}
.cta-cardimage-section .grid-container .image-box .top-overlay a.btn.automotive,
.cta-cardimage-section .grid-container .image-box .bottom-overlay a.btn.automotive:hover {
    color: #fff!important;
    background: #69031a;
    border: 2px solid #fff;
}
.cta-cardimage-section .grid-container .image-box .top-overlay a.btn.furniture,
.cta-cardimage-section .grid-container .image-box .bottom-overlay a.btn.furniture:hover {
    color: #fff!important;
    background: #bc9304;
    border: 2px solid #fff;
}
.cta-cardimage-section .grid-container .image-box .top-overlay a.btn:hover {
    opacity: 0.85;
}


.cta-50-image {
    height: 100%;
    min-height: 350px;
}
.cta-50-image img {
    object-fit: cover;
    object-position: 50% 50%;
	max-height: 400px;
    width: 100%;
    height: 100%;
}


.cta-card figure {
    position: relative;
    aspect-ratio: 16/9;
}
.cta-card figure img {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

 /*** Banner *****/
section.banner-section {
    background: #fff;
}
.banner-link {
    width: 100%;
    display: block;
}
.media-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
}
.media.d-block {
    height: 500px;
}
.media:before {
    content: '';
    background: rgba(0, 0, 0, 0.25);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.carousel-caption {
    top: 0px;
    bottom: 0;
    left: 0px;
    right: 0;
    text-align: left;
    padding: 0px;
}
.carousel-control-next, .carousel-control-prev {
    width: 5%;
    opacity: .75;
}
.container.relative {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.title {
    position: relative;
    text-align: left;
}
.carousel-caption h2 {
    z-index: 5;
    min-width: 100%;
    max-width: 100%;
    font-size: clamp(2rem, -0.875rem + 8.333vw, 2.5rem);
    line-height: 32px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    visibility: inherit;
    transition: none 0s ease 0s;
    border-width: 0px;
    margin: 0px 0px 0px;
    padding-bottom: 15px;
}
.carousel-caption p {
    z-index: 6;
    line-height: 1.7;
    font-weight: 400;
    max-width: 600px;
}

	
/***** Cat Grid*****************************************************************/	
a.p-item-box {
    margin: 0 4px;
    margin-bottom: 24px;
    display: block;
    width: calc((100%/5) - 8px);
	transition: all .3s;
	text-align: center;
}
a.p-item-box:hover {
    
}
.p-item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 225px;
    margin: 8px;
    margin-top: 8px;
    padding: 8px;
    background: white;
    border: 0px solid #ddd;
    border-radius: 0px;
}	
.p-item-img img {
    align-self: center;
    max-height: 100%;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.p-item-title {
    font-size: 1rem;
    line-height: 98%;
    padding: 0px 8px 20px 8px;
    font-weight: 400;
    color: initial;
    text-align: center;
}	
/***** CTA card image*****************************************************************/
  a.cta-cardimage {
        display: flex;
        position: relative;
        align-items: flex-end;
        height: 100%;
        min-height: 380px;
        text-decoration: none;
        background-color: #111;
        overflow: hidden;
        transform: translateY(0) rotate(0.0001deg);
        backface-visibility: hidden;
        transition: all 0.2s ease-out;
        border-radius: var(--element-border-radius);
}  
a.cta-cardimage:hover img {
    transform: scale(1.05);
}
.cta-cardimage-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 2rem;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}
.cta-cardimage-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
}
.cta-cardimage-picture {
    content: "";
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #E0E0E0;
}
.cta-cardimage-picture img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: auto;
	transition: all .3s;
    border-radius: var(--element-border-radius);
}
.cta-cardimage-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.cta-cardimage-overlay:after {
    content: "";
    display: block;
    background: linear-gradient(to bottom, rgba(22, 56, 86, 0) 20%, rgb(66 70 75 / 85%) 80%);
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    mix-blend-mode: multiply;
}
.cta-cardimage-content {
    position: relative;
    z-index: 2;
    margin-top: auto;
    margin-bottom: 0;
    color: #fff;
}
.cta-cardimage-title {
    font-weight: 600;
    font-size: 1.25rem;
}	

	
.line-card-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 110px;
    padding: 16px;
    background: #fff;
}
.line-img {
    align-self: center;
    width: auto!important;
    max-height: 100%;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
}	

/************** videos ****************/			
.res-video {
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.res-video iframe {
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
/************** faqs page ****************/		
section.faq {
    padding-bottom: 3rem;
    margin: 0;
}
	.panel-default {
    border-bottom: 1px solid #e5e5e5;
}
.panel-body {
    margin-left: 34px;
}
	h5.panel-title {
    margin-bottom: 0px;
}
h5.panel-title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: 1rem 0;
    color: initial;
    font-size: 18px;
}
	.panel-heading a[aria-expanded="false"]:before {
    content: '\e145';
    display: inline-block;
    font-family: 'Material Icons';
    font-size: 16px;
    color: #9ea1a2;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin-right: 12px;
}
	.panel-heading a[aria-expanded="true"]:before {
    content: '\e15b';
    display: inline-block;
    font-family: 'Material Icons';
    font-size: 16px;
    color: #9ea1a2;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin-right: 12px;
}

/************** Blog ****************/	
span.tag {
    padding: .25rem .5rem;
    margin-right: .25rem;
    margin-top: .5rem;
    background: #f1f1f1;
    line-height: 1;
    display: inline-block;
    border-radius: 4px;
}
ul.filter-menu {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid;
    justify-content: center;
    list-style: none!important;
    padding-left: 0!important;
}
a.btn.filter-link {
    margin: .75rem;
	    min-width: 150px;
    text-align: center;
}
a.btn.filter-link.active {
    background: #244296;
    color: white!important;
}
	.blogpost-excerpt {
    height: 65px;
    color: initial;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-decoration: none;
}
a.blogpost:hover .post-img:before {
    background: rgb(0 0 0 / 50%);
    position: absolute;
    backdrop-filter: blur(3px);
    height: 100%;
    width: 100%;
    z-index: 1;
    display: block;
    transition: all .3s;
    content: "View More";
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.post-img {
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0px;
}
.post-img img {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-testimonial {
    background: #f2f2f2;
    padding: 4rem 0;
}
.section-testimonial .section-title {
    border-bottom: none;
}
.section-testimonial .test-title {
    border-right: 2px solid #1b4194;
}
/************** pdfs ****************/		
a.pdf-link {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 400;
    line-height: 1;
}
a.pdf-link span {
    text-decoration: underline;
}
a.pdf-link:hover span {
    color: #ca1c21;
}
a.pdf-link i {
    font-size: 24px;
    margin-right: 4px;
	display: none;
}	
/************** Owl carousel ****************/	
.owl-dots {
    text-align: center;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1}

.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 7px;
	border: 2px solid #444;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #1b4194;
	border-color: #1b4194;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 0%;
    background-color: transparent;
    height: 100%;
    line-height: 55px;
    width: 0px;
    text-align: center;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.owl-prev {
    left: -20px;
}
.owl-next {
    right: -20px;
}
.owl-prev i, .owl-next i {
    color: #9ea1a2;
    font-size: 24px;
    border-radius: 2px;
    border-radius: 100%;
    width: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/************** footer ****************/	
.loggedout li.l-in {
	display: none;
}
.loggedin li.l-out {
	display: none;
}
footer.footer-wrap {
    background-color: #244296;
    color: #fff;
    font-size: 15px;
    line-height: initial;
	text-align: left;
}
footer.footer-wrap a{
	color: #fff;
}
footer .navTitle {
    display: block;
    font-family: 'Taviraj', serif;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}
.footer1a {
    background: #f2f2f2;
    color: #19325d;
    padding: 1.5rem 0;
    font-size: 1.5rem;
}
.footer1 {
    padding: 3rem 0;
}
.social-links i {
    font-size: 24px;
    margin: 8px;
    margin-top: 1rem;
}
}
@media (max-width: 1200px) {	
.media.d-block {
    height: 425px;
}	
}	
@media (max-width: 991px) {	
.section-testimonial .test-title {
    border-right: 0px solid #1b4194;
	border-bottom: 2px solid #1b4194;
	margin-bottom: 2rem;
}
}	
@media (max-width: 768px) {	

.cta-cardimage-section .grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.image-box > a {
    aspect-ratio: 4/3;
    height: auto;
}
}	
@media (max-width: 650px) {	

.cta-cardimage-section .grid-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
}		