@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.1/animate.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.1/assets/owl.carousel.min.css');

@font-face {font-family: 'FuturaPT-Heavy';src: url('../fonts/FuturaPT-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Heavy.otf') format('opentype'), url('../fonts/FuturaPT-Heavy.woff') format('woff'), url('../fonts/FuturaPT-Heavy.ttf') format('truetype'), url('../fonts/FuturaPT-Heavy.svg#FuturaPT-Heavy') format('svg');font-weight: normal;font-style: normal;}
::selection {background: rgba(14, 120, 174, 0.6);color: #fff;}
::-moz-selection {background: rgba(14, 120, 174, 0.6);color: #fff;}
a {transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;text-decoration: none;}
a:hover, a:focus {text-decoration: none;}
*:focus {outline: none !important}
img {max-width: 100%} 
strong, b {font-weight: 700;}
i, em {font-style: italic;}
.clr {border: 0;clear: both;height: 0;}
.display-table {display: table;height: 100%;text-align: center;width: 100%;}
.table-cell {display: table-cell;vertical-align: middle;}
/* html, body {width: 100%;height: 100%; overflow-x:hidden;} */
html, body {width: 100%; overflow-x:hidden;}
h1, h2, h3, h4, h5, h6, p {font-weight: normal;margin: 0;} 
ul, li {list-style: none;padding: 0;margin: 0;}
.display-table {display: table;height: 100%;width: 100%;}
.table-cell {display: table-cell;vertical-align: middle;text-align: left;}
body {background: #fff;-webkit-text-stroke: rgba(255, 255, 255, 0.01) 0.1px;overflow-x: hidden;font-family: 'Lato', sans-serif;}
.hdr_top {background: #4d080e;width: 100%;display: block;padding: 14px 0;}
.hdr_top ul {float: right;margin: 0;padding: 0;}
.hdr_top ul li {font-size: 15px;text-transform: uppercase;float: left;margin: 0 0 0 15px;font-weight: 400;}
.hdr_top ul li a {color: #fff;}
.hdr_top ul li.current-menu-item a, .hdr_top ul li:hover a {color: #d29196}
.custom_nav {display: flex;align-items: center;margin: 0;padding: 10px 0;}
.logo {width: 15%}
.menu_bar {margin: 0;padding: 0;display: block;width: 85%;}
.custom_nav ul {margin: 0;padding: 0;float: right;}

.custom_nav ul li 
{
	float: left;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 0 30px;
	position: relative;
}

.custom_nav ul li a 
{
	color: #363636;
}

.custom_nav ul li.current-menu-parent > a, 
.custom_nav ul li.current-menu-item > a, 
.custom_nav ul li > a:hover, 
.custom_nav ul li > a:focus 
{
  color: #1565ad;
}

.custom_nav ul li ul.sub-menu
 {
    position: absolute;
    top: 26px;
    left: 0;
    min-width: 240px;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.16);
    padding: 10px 0;
	-webkit-transform:scaleY(0);
	-webkit-transform:scaleY(0);
	transform:scaleY(0);
	transform-origin: top left;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
	opacity: 0;
}
.custom_nav ul li ul.sub-menu li
{
    margin-left: 0;
    font-size: 15px;
    display: block;
    float: none;
}

.custom_nav ul li ul.sub-menu li > a {
    padding: 6px 20px;
    display: block;
}
.custom_nav ul li ul.sub-menu li > a:hover,
.custom_nav ul li ul.sub-menu li > a:focus
{
	background-color:#1565ad;
	color:#fff;
}
.custom_nav ul li ul.sub-menu li span.bottom-line
{ 
	display:none;
}

.custom_nav .menu_bar  ul > li.menu-item-has-children:hover ul.sub-menu,
.custom_nav .menu_bar ul > li.menu-item-has-children:focus ul.sub-menu
{
	-webkit-transform:scaleY(1);
	-webkit-transform:scaleY(1);
	transform:scaleY(1);
	opacity: 1;
}


.custom_nav span.bottom-line {background: #1565ad;bottom: -10px;display: block;height: 2px;left: 0;margin: auto;position: absolute;right: 0;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;width: 0;}

.custom_nav .menu_bar li a:hover span.bottom-line, 
.custom_nav .menu_bar li.current-menu-parent span.bottom-line,
.custom_nav .menu_bar li.current-menu-item span.bottom-line 
{width: 100%;}
.home-banner {height: 678px;position: relative; background-size: 55%;  background-position: right;  background-repeat: no-repeat;}
.inner_banner {height: 450px;}
.home-banner .carousel-inner .item:after, .home-banner.inner_banner:after {content: "";position: absolute;top: 0;bottom: 0;left: -120px;width: 58%;background: rgba(21, 101, 173, 1);z-index: 1;-webkit-transform: skewX(-17deg);transform: skewX(-17deg);}
.home-banner .container {position: relative;height: 100%;z-index: 10;}
.caption_info {position: absolute;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);width: 100%;max-width: 605px;left: 15px;text-align: left;z-index: 15;}
.caption_info h2 {font-size: 30px;font-weight: 400;color: #fff;text-transform: uppercase;line-height: 1.3;}
.caption_info h1 {font-size: 53px;font-weight: 400;color: #fff;text-transform: uppercase;margin: 12px 0;line-height: 1.3;position: relative;}
.caption_info h1::before {content: "";width: 10%;height: 1px;background: #fff;position: absolute;top: 50%;left: -12%;}
.caption_info p {font-size: 25px;font-weight: 400;color: #fff;line-height: 1.5;}
.home-banner .carousel-inner, .home-banner .carousel-inner .item {height: 100%;background-size: cover !important;}
/* .home-banner .carousel-inner .item.promo-slide { background-position: right !important; background-size: 60% !important;} */
.about_us {text-align: center;padding: 50px 0;}
.title {color: #363636;font-size: 40px;text-transform: uppercase;font-weight: 400;position: relative;margin: 0 0 70px;text-align: center;}
.title:before {position: absolute;content: "";background: #57070a;width: 212px;height: 1px;bottom: -25px;left: 0;right: 0;margin: auto;}
.title:after {position: absolute;content: "";background: #57070a;width: 137px;height: 1px;bottom: -34px;left: 0;right: 0;margin: auto;}
.about_us p {color: #363636;font-size: 24px;line-height: 1.6;font-weight: 300;}
.dual_iamges {margin: 40px 0;width: 100%;display: block;overflow: hidden;}
.dual_iamges figure:first-child {float: left;width: 49%;}
.dual_iamges figure:last-child {float: right;width: 49%;} 
.difference_section {padding: 0 0 60px;overflow: hidden;}
.difference_section h3 {color: #363636;font-size: 35px;text-transform: capitalize;margin: 10px 0 12px;}
.difference_section p {color: #363636;font-size: 24px;line-height: 1.6;font-weight: 400;}
.wrkmanship {display: flex;margin: 50px 0 0;overflow: hidden;}
.lft, .rgt {width: 50%;}
.lft {background-size: cover;background-repeat: no-repeat;background-position: center;height: 385px;}
.rgt {background: #57070a;padding: 75px 65px;display: flex;flex-direction: column;justify-content: center;}
.rgt h2 {font-size: 35px;color: #fff;text-transform: uppercase;font-weight: 500;margin: 0 0 15px;}
.rgt p {color: #fff;font-size: 26px;line-height: 1.4;font-weight: 300;}
footer {background: #2b82d1;padding: 55px 0 0;}
footer ul {}
/* footer ul li {font-size: 19px;font-weight: 300;text-transform: capitalize;margin: 0 0 10px;position: relative;padding-left: 30px;} */
footer ul li {font-size: 19px;font-weight: 400;text-transform: capitalize;margin: 0 0 10px;position: relative;padding-left: 30px;}
footer ul li:before {content: "\f105";font-family: fontawesome;position: absolute;left: 0;top: 0;color: #fff;}
footer ul li a, footer a {color: #fff;}
.ph {font-size: 24px;font-weight: 400;display: inline-block;}
.ml {font-size: 19px;font-weight: 400;margin: 12px 0 22px;display: inline-block;}
/*footer a.ph:hover, footer a.ph:focus, footer a.ml:hover, footer a.ml:focus, footer a:hover, footer a:focus {color: #57070a;text-decoration: none;}*/
footer a:hover img {transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;}
footer a:hover img, footer a:focus img {opacity: .65;}
footer p {font-size: 19px;font-weight: 400;color: #fff;}
footer .block {text-align: center;}
footer .block ul {overflow: hidden;margin: 20px 0 0;}
footer .block ul li {display: inline-block;padding: 0;margin: 0 4px;}
footer .block ul li:before {display: none;}
footer .block ul li a {display: block;overflow: hidden;width: 15px;}
footer .block ul li:nth-child(2) a {width: 30px;}
footer .block ul li:nth-child(3) a {width: 28px;}
footer .block ul li:last-child a {width: 18px;}
.copyright_txt {background: #630017;padding: 12px 0;width: 100%;overflow: hidden;margin: 40px 0 0;}
footer p a:hover {color: inherit;/*text-decoration: #fff underline;*/}
footer .copyright_txt p {font-size: 16px;}
.grid1 {width: 100%;display: block;height: 385px;background: #fff;position: relative;text-align: center;}
.grid1 .grid_lft {width: 42%;float: none;position: relative;z-index: 2;background: #f6f6f6;display: inline-block;text-align: left;vertical-align: top;height: 100%;}
.abc {position: absolute;z-index: 10;width: 458px;left: 23%;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%); }
.grid2 .abc {left: auto;}
.grid1 .grid_lft::before {content: "";position: absolute;background: #fff;width: 118px;height: 100%;left: -59px;transform: skew(-17deg);-webkit-transform: skew(-17deg);z-index: 1;top: 0;}
.grid1 .grid_lft::after {content: "";position: absolute;background: #f6f6f6;width: 118px;height: 100%;right: -59px;transform: skew(-17deg);-webkit-transform: skew(-17deg);z-index: 1;top: 0;}
.grid1 .grid_rgt {width: 50%;float: none;height: 100%;background-size: cover !important;position: relative;display: inline-block;vertical-align: top;margin: 0 0 0 -4px;}
.grid1 .grid_rgt::after {content: "";position: absolute;background: #fff;width: 118px;height: 100%;right: -59px;transform: skew(-17deg);-webkit-transform: skew(-17deg);top: 0;}
.grid2 {width: 100%;display: block;height: 385px;background: #fff;position: relative;text-align: center;margin: 45px 0;}
.grid2 .grid_lft {width: 50%;float: none;height: 100%;background-size: cover !important;position: relative;z-index: 2;background: #f6f6f6;display: inline-block;text-align: left;vertical-align: top;}
.grid2 .grid_lft::after {content: "";position: absolute;background: #fff;width: 118px;height: 100%;left: -59px;transform: skew(17deg);-webkit-transform: skew(17deg);z-index: 1;top: 0;}
.grid2 .grid_rgt {width: 42%;float: none;padding: 40px 130px 40px 40px;position: relative;z-index: 2;display: inline-block;vertical-align: top;margin: 0 0 0 -4px;background: #f6f6f6;height: 100%;text-align: left;}
.grid2 .grid_rgt::before {content: "";position: absolute;background: #fff;width: 118px;height: 100%;right: -59px;transform: skew(17deg);-webkit-transform: skew(17deg);top: 0;}
.grid2 .grid_rgt::after {content: "";position: absolute;background: #f6f6f6;width: 118px;height: 100%;left: -59px;transform: skew(17deg);-webkit-transform: skew(17deg);top: 0;}
.internal_pages {padding: 80px 0 60px;}
/* .internal_pages p {color: #363636;font-size: 24px;line-height: 1.6;font-weight: 300;} */
.internal_pages p {color: #363636;font-size: 24px;line-height: 1.6;font-weight: 400;}
.privacy h2 {margin: 35px 0 13px;font-size: 35px;text-transform: uppercase;color: #232323;font-weight: 400;}

/* .internal_pages ul li {color: #363636;font-size: 24px;line-height: 1.6;font-weight: 300;position: relative;padding: 0 0 0 30px;} */
.internal_pages ul li {color: #363636;font-size: 24px;line-height: 1.6;font-weight: 400;position: relative;padding: 0 0 0 30px;}
.internal_pages ul {margin: 30px 0;}
.internal_pages ul li::before {content: "";position: absolute;left: 2px;top: 14px;background: #630017;width: 10px;height: 10px;transform: rotate(45deg);-webkit-transform: rotate(45deg);}
.link {color: #630017;}
.communityPage h2 {text-align: center;font-size: 35px;margin: 0 0 30px;text-transform: uppercase;}
.communityPage h3 {text-align: center;font-size: 30px;margin: 0 0 20px;text-transform: uppercase;}
.communityPage blockquote {border: 0;padding: 0;margin: 20px 0 30px;text-align: center}
.communityPage blockquote cite {display: block;font-style: normal;font-size: 22px;font-weight: bold;}
.communityPage p {font-size: 22px;}
.supportLogos {display: flex;margin: 70px 0 0;flex-wrap: wrap;justify-content: space-between;}
.supportLogos figure {display: flex;width: 23.5%;border: 1px solid #c4c4c4;padding: 20px;justify-content: center;margin: 0 0 30px;flex-direction: column;align-items: center;}
.supportLogos figure img {height: auto;}
.careers h2, .defaultPage h2 {color: #363636;font-size: 40px;font-weight: normal;margin: 0 0 40px;text-transform: uppercase;text-align: center;}
.careers h2:before, .defaultPage h2:before {content: "";height: 2px;background: #1b62a2;margin-right: 20px;width: 100px;display: inline-block;vertical-align: 14px}
.careers h3, .defaultPage h3 {color: #232323;font-size: 30px;margin: 0 0 30px;text-transform: uppercase}
.careers p, .defaultPage p {font-size: 22px;}
.careers ul {margin-bottom: 0}
.careers ul li {font-size: 22px;}
.careers ul li + li {margin-top: 10px}
.boxedContent {background: #f5f5f5;padding: 35px 45px;margin-bottom: 60px}
.careersForm h3 {text-align: center}
.careersForm p {text-align: center}
.careersForm form p {text-align: left;}
.careersForm form {border: 1px solid #e3e3e3;padding: 53px 60px;margin: 35px auto 0;letter-spacing: 0.05em;max-width: 952px}
.careersForm form label {font-size: 15px;font-weight: 300;margin: 0 0 10px; display: flex; align-items: center;}
.input {height: 52px;width: 100%;border: 1px solid #e3e3e3;display: block;padding: 0 20px;font-size: 15px;margin: 0 0 20px;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;}
.input:focus {box-shadow: 0 0 0 1px #06F;border-color: #06F}
textarea.input {height: 165px;padding: 10px 20px}
.submit, label.submit, .careersForm form label.submit {color: #fff;background: #1565ad;margin: 50px 0 0;padding: 0;width: 215px;height: 62px;font-size: 19px;text-transform: uppercase;font-weight: bold;border: 2px solid #1565ad;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;text-align: center;}
.fileGroup {display: -webkit-box;display: -ms-flexbox;display: flex;}
label.submit, .careersForm form label.submit {font-size: 16px;height: 52px;}
label.submit {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-align-items: center;align-items: center;cursor: pointer;justify-content: center;margin-top: 0 !important;}
label.fileGroup > input {flex-shrink: 2;margin: 0 !important;}
.submit:hover, label.submit:focus, label.submit:hover, .careersForm form label.submit:focus, .careersForm form label.submit:hover {background: #fff;color: #1565ad}
.contactInfo {display: block;float: left;width: 34%}
.contactInfo h3 {text-transform: uppercase;font-size: 22px}
.contactInfo p {font-weight: normal;font-size: 22px;}
.contactInfo p + h3, .contactInfo > div + div {margin-top: 40px}
.contactInfo p a {color: #333}
.contactInfo p a:hover {color: #1565ad}
.contactForm {display: block;float: right;width: 66%}
.contactForm form {margin: 0;}
.contactForm form {padding-top: 30px}
.contactForm form h3 {font-size: 40px;text-transform: uppercase;text-align: left;margin: 0 0 30px;}
.contactForm span.wpcf7-list-item {margin: 0 0 0 20px;}
.contactForm span.wpcf7-list-item.first {margin: 0;}
.contactForm span.wpcf7-list-item {font-size: 15px; font-weight: 300; vertical-align: middle; line-height: normal;}
.contactForm .wpcf7-form-control.wpcf7-radio {margin: 20px 0 20px; display: block; text-align: center;}
.contactForm span.wpcf7-list-item label {cursor: pointer;}
.contactForm span.wpcf7-list-item label input {margin: 0 6px 0 0;}

.googleMap {padding-bottom: 30%;position: relative;}
.googleMap iframe {display: block;position: absolute;left: 0;top: 0;height: 100%;width: 100%}
.pageHeader {text-align: center}
.defaultPage p {font-weight: normal}
.pageTabs ul[role="tablist"] {display: table;table-layout: fixed;width: 100%;border: 1px solid #d4d4d4;}
.pageTabs ul[role="tablist"] li {padding: 0;display: table-cell;border-right: 1px solid #d4d4d4;text-align: center;font-size: 20px;font-weight: normal;text-transform: uppercase;}
.pageTabs ul[role="tablist"] li:last-child {border-right: 0}
.pageTabs ul[role="tablist"] li:before {display: none}
.pageTabs ul[role="tablist"] li a {display: block;color: #363636;padding: 15px 10px;}
.pageTabs ul[role="tablist"] li.active a {background: #630017;color: #fff}
.pageTabs .tab-content {padding-bottom: 20px;border-bottom: 1px solid #d4d4d4;margin-bottom: 50px}
.pageTabs .tab-content p {font-size: 24px}
.pageTabs .tab-content ul {margin-bottom: 0}
.imgTextRow {margin: 50px 0;border: 1px solid #d4d4d4;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.imgTextRow:nth-of-type(odd) {flex-direction: row-reverse;}
.imgTextRow figure {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;align-self: stretch;width: 51.25%;position: relative;overflow: hidden;     background-size: cover; background-repeat: no-repeat; background-position: top center;}
.imgTextRow figure img {display: block;object-fit: cover;object-position: center;position: absolute;top: -9999px;right: -9999px;bottom: -9999px;left: -9999px;margin: auto;min-width: 100%;min-height: 100%;}
/* .imgTextRow .textDiv {min-height: 385px;width: 48.75%;padding: 20px 4%} */

.imgTextRow .textDiv {min-height: 385px;width: 48.75%;padding: 40px 4%}

.imgTextRow .textDiv h3 {font-size: 30px;font-weight: 500;text-align: left;line-height:1.5;}
/* .imgTextRow .textDiv p {font-weight: 300;font-size: 26px;} */
.imgTextRow .textDiv p {font-weight: 400;font-size: 26px;}

.imgTextRow .textDiv li {font-size: 22px}
.imgTextRow .textDiv li + li {margin-top: 10px}
.pageTabs .maintenanceFree {margin: 40px 0 0}
.pageTabs .maintenanceFree ul {margin-top: 0;margin-bottom: 40px} 
.pageTabs .maintenanceFree ul li + li {margin-top: 20px}
.pageTabs .avalanche {text-align: center;}
.pageTabs .avalanche h3 {font-size: 40px}
.pageTabs .avalanche p {font-weight: 300;padding: 0 50px;font-size: 22px}
.pageTabs .avalanche .videoFrame {margin: 30px 0 0}
.imagesGroup {margin: 0 0 60px}
.pageTabs .snowSafety {background: #1565ad;margin: 0 0 60px;padding: 40px 44px;text-align: center;color: #fff}
.pageTabs .snowSafety .snowSafetyInner {border: 1px solid #4786be;padding: 22px 45px;}
.pageTabs .snowSafety h3 {color: #fff;font-size: 35px;}
.pageTabs .snowSafety h3:before {content: "";height: 1px;background: #fff;margin-right: 20px;margin-left: -138px;width: 108px;display: inline-block;vertical-align: 14px}
.pageTabs .snowSafety p {color: #fff;font-weight: 300;font-size: 22px}
.pageTabs .snowSafety ul {margin-top: 30px;margin-bottom: 0}
.pageTabs .snowSafety ul li {color: #fff;font-size: 22px;float: left;width: 47%;margin: 0 0 20px;text-align: left}
.pageTabs .snowSafety ul li:nth-of-type(2n) {float: right}
.pageTabs .snowSafety ul li:nth-of-type(2n+1) {clear: left}
.pageTabs .snowSafety ul li + li {margin-top: 0;}
.videoFrame { position: relative; overflow: hidden;}
.videoFrame > iframe { height: 400px; width: 100%}
.sectionHeading {text-align: center;margin: 0 0 50px}
.sectionHeading h3 {font-size: 35px;text-transform: uppercase}
.sectionHeading p {font-weight: normal}
.no-padding {padding: 0 !important}
.fascia h3 {text-align: center;font-size: 35px;text-transform: uppercase}
.visitShowroom {text-align: center;background: #f4f4f4;margin: 0 auto;max-width: 1200px;padding: 35px 40px}
.visitShowroom h2 {font-size: 50px;}
.visitShowroom p {font-size: 27px;font-weight: 300}
.visitShowroom .showroomInner {border: 2px solid #cacaca;padding: 65px 30px 50px;}
.myRedBtn {min-width: 185px;text-align: center;line-height: 54px;color: #fff;background: #630017;border: 2px solid #630017;font-size: 22px;margin: 40px 0 0;text-transform: uppercase;display: inline-block}
.myRedBtn:hover {color: #630017;background: #fff}
.ourBrands {background: #1e1e1e;text-align: center;padding: 75px 0}
.ourBrands h2 {color: #363636;font-size: 40px;text-transform: uppercase;margin: 0 0 50px}
.ourBrands h2:before {content: "";height: 1px;background: #1565ad;margin-right: 20px;margin-left: -138px;width: 108px;display: inline-block;vertical-align: 14px}
.ourBrands .item figure {background: #fff}
.ourBrands .owl-nav > div {color: #fff;position: absolute;top: 50%;font-size: 50px;line-height: 1;transform: translateY(-50%);-webkit-transform: translateY(-50%);opacity: 0.22;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;}
.ourBrands .owl-nav > div:hover {opacity: 1;}
.ourBrands .owl-nav > div.owl-prev {left: -50px;}
.ourBrands .owl-nav > div.owl-next {right: -50px;}
.testimonials blockquote {margin: 0;padding: 0;border: 0;text-align: center}
.testimonials blockquote:before {content: "";display: block;margin: 0 auto 22px;height: 80px;width: 93px;background: url('../images/quote-icon.png') no-repeat center;background-size: 100% auto;}
.testimonials blockquote + blockquote {padding-top: 40px;border-top: 1px solid #e5e5e5;margin-top: 40px}
.testimonials blockquote p {font-size: 22px;font-weight: 300}
.testimonials blockquote p + p {margin-top: 20px}
.testimonials blockquote p:first-of-type:before {content: 'â€œ'}
.testimonials blockquote p:last-of-type:after {content: 'â€'}
.testimonials blockquote cite {display: block;margin: 15px 0 0;font-style: normal;font-size: 20px;}
.testimonials blockquote cite:before {content: "- "}

/** Copper Zinc **/

.copper-zinc-post {display: block;}
.copper-zinc-post figure {display: block;width: 100%;padding-bottom: 70%;background-position: center center;background-size: cover;background-repeat: no-repeat;}
.copper-zinc-text {border: solid 1px rgba(0, 0, 0, 0.14);padding: 20px 30px;text-align: center;min-height: 205px;}
.copper-zinc-text h3 {font-size: 35px;font-weight: 500;margin-bottom: 15px}
/* .copper-zinc-text p {font-size: 22px;font-weight: 300;} */

.copper-zinc-text p {font-size: 22px;font-weight: 400;}

.zinc-banner-section {padding: 60px 0;text-align: center;}
.zinc-banner-section h3 {font-size: 35px;font-weight: 500;margin-bottom: 25px}
.zinc-banner-section figure {display: block;width: 100%;max-width: 1190px;padding-bottom: 45%;background-position: center center;background-size: cover;background-repeat: no-repeat;margin: 0 auto 30px;}
.zinc-banner-section p {font-size: 22px;font-weight: 700;}
.embrace-section {background: #1f1f1f;padding: 60px 0;text-align: center;margin-bottom: 60px;}
.embrace-section h2 {color: #fff;}
.embrace-section h2:before {background: #fff;}
.embrace-section p {color: #fff;font-weight: 300;margin-bottom: 25px;}
.embrace-section p:last-of-type {margin-bottom: 0;}

/** Copper Folding Page **/

.embrace-text-section {margin-bottom: 50px;}
/* .embrace-text-section p {font-weight: 300;margin-bottom: 30px;} */

.embrace-text-section p {font-weight: 400;margin-bottom: 30px;}

.pdf-download-section table {border: solid 1px #d2d2d2;width: 100%;}

/* .pdf-download-section table td {font-family: 'Lato', sans-serif;text-align: center;color: #1f1f1f;font-size: 22px;line-height: 1.6;font-weight: 300;border: solid 1px #d2d2d2;padding: 8px 15px;} */


.pdf-download-section table td {font-family: 'Lato', sans-serif;text-align: center;color: #1f1f1f;font-size: 22px;line-height: 1.6;font-weight: 400;border: solid 1px #d2d2d2;padding: 8px 15px;}

.pdf-download-section {margin-bottom: 60px;}

/** Kevin Browne Section **/

.kevin-browne-section p {margin-bottom: 25px;font-weight: 300;}
.kevin-browne-section p:last-of-type {margin-bottom: 0;}

/** Siding page **/

.siding-post{border: solid 1px rgba(0,0,0,0.17);padding: 40px;margin-top: 40px;}
.siding-post + .sectionHeading {margin-top: 40px;}
.siding-post h3 {font-size: 35px;font-weight: 500;text-align: center;margin-bottom: 25px;}
.siding-post .siding-text, .siding-post figure{display: inline-block;margin-right: -4px;vertical-align: top;}
.siding-post .siding-text{width:33%;padding-right: 15px;}
.siding-post figure{width: 67%;background-position: center center;background-repeat: no-repeat;background-size: cover;padding-bottom: 30%;}
.internal_pages .siding-post ul{margin: 0;padding: 0;}

.sidingPage .grid1 h3, .sidingPage .grid2 h3 {color: #363636;font-size: 35px;text-transform: capitalize;margin: 10px 0 12px;}
.sidingPage .grid1 ul, .sidingPage .grid2 ul{margin-top: 5px}
.visitShowBlue{margin: 60px auto 30px;background: #1565ad;}
.visitShowroom.visitShowBlue .showroomInner{border-color:#fff;}
.visitShowBlue p{color: #fff;}
.visitShowBlue h2{color: #fff;}
.visitShowBlue .myRedBtn{margin-bottom: 15px}
.visitShowBlue h2:before{background: #fff;}

/** Window Door Page **/

.winDoor-top{margin-bottom: 40px;}
.winDoor-top h3{text-align: center;}
.winDoor-top ul{max-width: 90%;margin: 0 auto;}
.winDoor-top ul li{display: inline-block;width: 50%;margin-right: -4px;vertical-align: top;padding-right: 15px;}
.window-gal-post{display: inline-block;width: 16.5%;vertical-align: top;margin-right: 4%;margin-bottom: 4%;}
.window-gal-post:last-child, .window-gal-post:nth-child(5n) {margin-right: 0;}
.window-gal-post figure{display: block;width: 100%;padding-bottom: 75%;margin-bottom: 15px;}
.window-gal-post p{font-size: 24px;color: #232323;text-align: center;text-transform: capitalize;letter-spacing: 0.02em;font-weight: 600;}
.window-gal-post p a{color: #232323;}
.window-gal-post p a:hover, .window-gal-post p a:focus{color: #630017;}
.custom-door-gray{position: relative;display: block;padding: 80px 0;background: #f4f6f6;}
.custom-door-gray .snowSafety {background: #1565ad;margin: 40px 0 0;padding: 40px 44px;color: #fff;/*height: 640px;*/}
.custom-door-gray .snowSafety .snowSafetyInner {border: 1px solid #4786be;padding: 22px 45px;position: relative;height: 100%;}
.custom-door-gray .snowSafety h3 {color: #fff;font-size: 35px;}
.custom-door-gray .snowSafety h3:before {content: "";height: 1px;background: #fff;margin-right: 20px;margin-left: -90px;width: 70px;display: inline-block;vertical-align: 14px;}
.custom-door-gray .snowSafety p {color: #fff;font-weight: 300;font-size: 22px}
.custom-door-gray .snowSafety ul {margin-top: 30px;margin-bottom: 0}
.custom-door-gray .snowSafety ul li {color: #fff;font-size: 22px;width: 100%;margin: 0 0 10px;text-align: left;display: inline-block;text-transform: none;}
.custom-door-gray .snowSafety.snowSafetyBlack{background: #232323;}
.custom-door-gray .snowSafety.snowSafetyBlack .snowSafetyInner{border-color: #fff;}
.custom-door-gray .snowSafety.snowSafetyBlack  ul li:before{background: #fff;}
.custom-door-nobg {background-color: transparent;padding: 0;}
.custom-door-nobg.custom-door-gray .snowSafety {margin: 0;}
.hiring-section {display: block;margin-bottom: 40px;}
.hiring-section p {font-size: 24px;display: inline-block;background: #630017;padding: 15px 25px;color: #fff;}
.hiring-section p span {font-weight: 400;}
.hiring-section p a{color: #fff;padding-bottom: 2px;border-bottom: solid 1px #fff;}
.hiring-section p a:hover, .hiring-section p a:focus {border-bottom-color:transparent;color: #fbb4b4;}

/** Sandeep Kumar **/
.window-gal-post figure {background-position: center;background-repeat: no-repeat;-webkit-background-size: contain;background-size: contain;}
.Skewed .grid1 .grid_lft {float: left;}
.Skewed .grid1 .grid_rgt, .Skewed .grid2 .grid_lft {width: 58%;}

/** Decking Kevin Page **/
.custom-door-gray.custom-door-nobg {padding-bottom: 60px;}
/*.custom-door-gray.custom-door-nobg .snowSafety {height: 540px;}*/
.accessories {padding-bottom: 60px;border-bottom: 1px solid #d4d4d4;margin-bottom: 50px;}
/*.treed .imgTextRow:last-child {margin-bottom: 0;}*/
.treed .imgTextRow .textDiv {-ms-align-items: center;align-items: center;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.treed .imgTextRow .textDiv > div {vertical-align: middle;width: 100%;}

/* About Us Page Style */
.aboutUs .boxedContent ul {display: inline-block;margin: 0 -2px;vertical-align: top;width: 50%;}
.aboutUs .boxedContent ul:first-child {padding-right: 75px;}
.aboutUs .boxedContent ul:last-child {padding-left: 75px;}
.aboutUs p + p, .aboutUs .boxedContent li + li {margin-top: 15px;}
.aboutUs .treed .imgTextRow .textDiv {padding: 50px 40px;width: 66.66%;}
.aboutUs .treed .imgTextRow figure {width: 33.33%;}

.internal_pages .historyContainer ul {display: inline-block;padding: 60px 0px;position: relative;width: 100%;z-index: 1;}
.internal_pages .historyContainer ul::before, .historyContainer ul::after {background-color: #dbdbdb;bottom: 0;content: "";display: block;left: 0;position: absolute;right: 0;top: 0px;}
.internal_pages .historyContainer ul::before {border-radius: 50%;height: 18px;margin: 0 auto;top: -18px;width: 18px;z-index: -1;}
.internal_pages .historyContainer ul::after {background-color: #f5f5f5;margin: 0 auto;width: 3px;z-index: -2;}
.internal_pages .historyContainer li {display: inline-block;;padding: 0;width: 50%;}
.internal_pages .historyContainer li:nth-child(odd) {margin-right: 50%;}
.internal_pages .historyContainer li:nth-child(even) {margin-left: 50%;}
.internal_pages .historyContainer li + li {margin-top: 30px;}
.internal_pages .historyContainer li::before {display: none;}
.internal_pages .historyContainer li span {display: block;}
.internal_pages .historyContainer li span:not(.yearDiv) {min-height: 65px;}
.internal_pages .historyContainer li .yearDiv {background-color: #630017;color: #fff;font-size: 35px;font-weight: 500;line-height: 1;padding: 15px 50px;position: absolute;right: 0;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.internal_pages .historyContainer li:nth-child(odd) .yearDiv {padding-left: 60px;}
.internal_pages .historyContainer li:nth-child(even) .yearDiv {background-color: #3176b4;left: 0;right: auto;padding-right: 60px;}
.internal_pages .historyContainer li:nth-child(odd) > span:not(.yearDiv) {padding-right: 230px;text-align: right;}
.internal_pages .historyContainer li:nth-child(even) > span:not(.yearDiv) {padding-left: 230px;text-align: left;}
.internal_pages .historyContainer li .yearDiv::before, .internal_pages .historyContainer li .yearDiv::after {background-color: transparent;border-color: transparent;border-style: solid;content: "";display: block;height: 50%;left: 0;position: absolute;width: 11.05%;}
.internal_pages .historyContainer li .yearDiv::before {border-top-color: #fff;border-width: 34px 20px 0px 0px;top: -2px;}
.internal_pages .historyContainer li .yearDiv::after {border-bottom-color: #fff;border-width: 0px 20px 34px 0px;bottom: -2px;}
.internal_pages .historyContainer li:nth-child(even) .yearDiv::before, .internal_pages .historyContainer li:nth-child(even) .yearDiv::after {left: auto;right: 0;}
.internal_pages .historyContainer li:nth-child(even) .yearDiv::before {border-width: 34px 0px 0px 20px;}
.internal_pages .historyContainer li:nth-child(even) .yearDiv::after {border-width: 0px 0px 34px 20px;}

/* Rainwear Page Style */
.rainwearInner .custom-door-gray.custom-door-nobg .snowSafety {height: auto;}
.eavestroughWrapper {background-color: #f4f4f4;display: table;font-size: 22px;margin-top: 30px;table-layout: auto;width: 100%;}
.eavestroughWrapper > div {display: table-cell;vertical-align: top;width: 50%;}
.eavestroughWrapper strong {display: block;}
.eavestroughWrapper strong + strong, .eavestroughWrapper strong + br + strong {margin-top: 15px;}
.imageContainer figure {background-position: center;background-repeat: no-repeat;background-size: cover;display: block;padding-bottom: 85%;width: 100%;}
.textContainer {padding: 80px 60px;}
.graySection {background-color: #f4f4f4;}
.graySection, .rainwear .treed, .rainwear .treed1, .rainwearInner {padding: 75px 0px;}
.rainwear .treed p {font-size: 22px;font-weight: 500;margin-bottom: 30px;}
.buySection {padding: 120px 0 60px;}
.graySection .zinc-banner-section {margin: 0;padding: 0;}
.blackSection {background-color: #00101e;color: #fff;padding: 70px;text-align: center;text-transform: uppercase;}
.rainwear .custom-door-gray.custom-door-nobg .snowSafetyInner {padding: 75px 45px;}
.rainwear .custom-door-gray.custom-door-nobg .snowSafetyInner h2 {font-size: 49px;margin-bottom: 2rem;text-transform: uppercase;}
.rainwear .custom-door-gray.custom-door-nobg {padding: 0;}
.graySection .eavestroughWrapper {background-color: #fff;}
.graySection .eavestroughWrapper .imageContainer figure {padding-bottom: 100%;}
.videoWrapper {display: table;height: 0;margin: 0 auto;max-width: 850px;overflow: hidden;padding-bottom: 33.4%;position: relative;width: 100%;}
.videoWrapper iframe {position: absolute;height: 100%;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 100%;}
.graySection .textContainer {padding: 35px 40px;}
.eavestroughWrapper h4 {color: #630017;font-size: 24px;font-weight: 600;margin-bottom: 15px;}
.eavestroughWrapper p {font-size: 18px;margin-top: 15px;}
.eavestroughWrapper .textContainer p:first-child {margin-top: 0px;}
.imageContainer figure {padding-bottom: 80%;}
.graySection .zinc-banner-section p + figure {margin-top: 20px;}
.buySection h3 {text-transform: none;}

/* Sales Divison Page Style */
.satisfactionImage figure {background-position: center;background-repeat: no-repeat;background-size: cover;padding-bottom: 85%;width: 100%;}
.satisfactionText {background-color: #630017;color: #fff;display: block;font-size: 30px;font-weight: 500;overflow: hidden;padding: 20px;text-align: center;text-overflow: ellipsis;text-transform: uppercase;white-space: nowrap;}
.salesDivision .embrace-text-section p {font-size: 24px;font-weight: 500;text-transform: uppercase;}
.salesDivision .defaultPage h3 {font-size: 40px;}
.salesDivision .defaultPage h4 {font-size: 24px;margin-bottom: 30px;text-transform: uppercase;}
.salesDivisionInner {padding: 30px 0px 60px;text-align: center;}
.salesDivisionInner p {font-size: 19px;font-weight: 500;line-height: 2.3;}
.salesDivisionInnerImage {margin-top: 50px;}
.salesDivisionInnerImage figure {background-position: center;background-repeat: no-repeat;background-size: cover;padding-bottom: 85%;}
.mobToggle {display: none;text-align: right;width: 50%;}

/* 404 Page */
.page-not-found { text-align: center; }
.page-not-found svg { display: block; width: 130px; height: 130px; margin: 0 auto 30px; }
p.message-errors { margin-bottom: 0; }

.pageHeader > br, .abc > br, .visitShowroom .showroomInner > br, .textContainer br {display: none;}
.input:focus {-webkit-box-shadow: none;box-shadow: none;}
div.wpcf7-mail-sent-ok {background-color: #398f14;color: #fff;text-align: center;}
div.wpcf7-validation-errors {border-color: #f00 !important;text-align: center;}
.wpcf7-not-valid, .errors {border-color: #f00 !important;}
span.wpcf7-not-valid-tip {display: none !important;}

.contactForm form h3, .careers h3 {text-align: center;}
.careersForm .careersForm p {text-align: center;margin-bottom: 30px;}


/* Sandeep */
* {background-position: center;background-repeat: no-repeat;}
footer ul li a, footer a {display: inline-block;position: relative;}
footer ul li a::after, footer a::after {background-color: #fff;bottom: -2px;content: "";display: block;height: 2px;position: relative;-webkit-transition: all .25s ease-in-out;-ms-transition: all .25s ease-in-out;transition: all .25s ease-in-out;width: 0%;}
footer .block a::after {display: none;}
footer a:hover, footer a:focus {color: #fff}
footer a:hover::after, footer a:focus::after, footer .current-menu-item a::after {width: 100%}
.g-recaptcha {margin-top: 37px;}
.brandsSlider {margin-left: auto;margin-right: auto;}
/* .brandsSlider[data-length="1"] {width: calc(100% / 6) !important;} */
/* .brandsSlider[data-length="2"] {width: calc(100% / 4) !important;} */
/* .brandsSlider[data-length="3"] {width: calc(100% / 2) !important;} */
/* .brandsSlider[data-length="4"] {width: calc(100% / 1) !important;} */
/* .brandsSlider[data-length="5"] {width: calc(100% / 1) !important;} */

.owl-carousel .owl-item {display: inline-block;float: none;vertical-align: middle;}
.ourBrands .item figure {background-color: transparent;}
.ourBrands .item figure img {margin: 0 auto;max-height: 80px;width: auto;}

/* New Footer Style */
footer.newFooter {background: transparent;padding: 0;text-align: center;}
footer.newFooter ul li a, footer.newFooter a {color: #000;}
footer.newFooter ul li {display: inline-block;margin-bottom: 0;padding: 0;}
footer ul li:before {display: none;}

.topFooter {background-color: #2b82d1;font-size: 20px;padding: 30px 0px;}
footer.newFooter .topFooter li + li {margin-left: 60px;}
.newFooter .topFooter li a {color: #fff;text-transform: uppercase;}
.subFooter {margin-top: 40px;}
footer.newFooter .subFooter li {text-transform: uppercase}
footer.newFooter .subFooter li + li {margin-left: 60px;}
footer.newFooter .subFooter li a::after {background-color: #000;}
footer.newFooter .footerContacts ul li + li {margin-left: 60px;}
footer.newFooter .footerContacts, footer.newFooter .footerContacts span, footer.newFooter .footerContacts ul li a {color: #630017;font-size: 30px;font-weight: 500; text-transform: none;}

.footerSocial li + li {margin-left: 40px;}
.footerSocial img {max-height: 30px;}
.footerContacts {padding: 10px 0px 20px;}
.footerAddress {font-size: 24px;margin-top: 10px;}
.footerAddress {font-size: 24px;margin-top: 10px;}
.newFooter .copyright_txt {background-color: #fff;border-top: 2px solid #630017;margin-top: 50px;}
.newFooter .copyright_txt p {color: #000;}
footer .footerContacts a::after {background-color: #630017;}

.ourBrands {background: none;border-top: 1px solid #ccc;}
.ourBrands .owl-nav > div {color: black;}

.cRow {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: center;margin: 0 -15px;}
.cRow > div {padding: 15px;position: relative;width: 33.33%;}
.cCollWrapper {background-color: #f6f6f6;height: 100%;padding: 20px 60px;position: relative;-webkit-transform: skew(10deg);-ms-transform: skew(10deg);transform: skew(10deg);}
.cCollWrapper > div {-webkit-transform: skew(-10deg);-ms-transform: skew(-10deg);transform: skew(-10deg);}
.inner_vedio video {  height: auto }
section.vedio_section {  padding-bottom: 65px;}
.vedio_section  .owl-dots {
margin: 15px;
text-align: center;
}

.vedio_section  .owl-dot {
background-color: #1b62a2;
border: 1px solid #1b62a2;
border-radius: 50%;
display: inline-block;
height: 15px;
width: 15px;
}

.vedio_section  .owl-dot + .owl-dot {
margin-left: 5px
}

.vedio_section  .owl-dot.active {
background-color: #fff;
}

.rainwear .imgTextRow figure {
    background-size: cover;
}
a.readmore {    
    color: #1565ac;
    padding: 9px 15px;
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
    border: 2px solid #1565ac;
}
a.readmore:hover {
    background: #1565ac;
    border: 2px solid #1565ac;
    color: #fff;
}
.copper-zinc-text h3 {
    min-height: 53px;
}

.page-id-83 .imgTextRow {
    max-width: 31.7%;
    width: 31.7%;
    display: inline-block;
    vertical-align: top;
    margin-right: 24px;
}
.page-id-83 .imgTextRow:last-child{margin-right: 0px;}
.page-id-83  .imgTextRow figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-self: stretch;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 251px;
}
.page-id-83  .imgTextRow .textDiv {
    min-height: 205px;
    width: 100%;
    padding: 20px 4%;
}
.page-id-83 .imgTextRow .textDiv h3 {
    font-size: 20px;
}
.woocommerce-form-coupon-toggle {
    display: none;
}
.pdf-download-section a.readmore {
    margin-bottom: 20px;
    min-width: 200px;
}
.banner2_section figure {
    text-align: center;
}
.copper {
    margin-top: 50px;
}
.imgTextRow_out {
text-align: center; 
}
.imgTextRow_out p {
text-align: left;
}




/* harwinder work 26-4-19 */

.cut-cost-sec 
{
	padding:100px 0 70px;
}

.cut-cost-sec .container:before,
.cut-cost-sec .container:after
{
	 display:none;
}

.cut-row
{
	display:flex;
	align-items:center;
	justify-content:flex-start;
}
.justify-content-center
{
 	justify-content:center;
}
.cut-cost
{
	width:50%;
}

.cut-cost.cut-cost-right
{
	text-align:center;
	width:100%;
}
.cut-cost-left figure 
{ 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
	max-width: 580px;   
	height: 450px;
	width: 100%;
	background-color: #ccc;
	position:relative;
}

.cut-cost-left figure:before
{
	content:'';
	position:absolute;
	top: -43px;
	left: -43px;
	width:310px;
	height:310px;
	background-image:url('../images/dottes.png');
	background-size:contain;
	background-position:top center;
	background-repeat:repeat;
	z-index:-1;
}
.cut-cost-right h3
{
	color:#1565ad;
	font-size:30px;
	text-transform:uppercase; 
	font-weight:700;
	margin-bottom:15px;
	    font-family: 'Lato', sans-serif;
}

.cut-cost-right p
{
	color:#363636; 
	font-size:30px;
	font-weight:400;
	    font-family: 'Lato', sans-serif;
}

.bg_cover
{
		background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
}

.tabs_sec
{
		display:flex;
	align-items:flex-start;
	justify-content:flex-start;
}
.tabs-bx {
    width: 33.33%;
    text-align: center;
	border-right:2px solid #fff;
}
.tabs-bx:last-child
{
	border-right:0;
}

.tabs-bx .tabs_head 
{
	text-align:center;
	padding:30px 20px;
	background-color:#f6f6f6;
}
.tabs-bx .tabs_head h3
{
	font-size:28px;
	color:#232323;
	text-transform:uppercase;
	font-weight:700;
	font-family: 'Lato', sans-serif;	
	margin-bottom:10px;
	  -webkit-transition:all ease-in-out 0.5s;
  -moz-transition:all ease-in-out 0.5s;
  transition:all ease-in-out 0.5s;
}
.tabs-bx .tabs_head p
{
	color:#363636;
		font-weight:300;
	font-family: 'Lato', sans-serif;
	font-size:22px;
	  -webkit-transition:all ease-in-out 0.5s;
  -moz-transition:all ease-in-out 0.5s;
  transition:all ease-in-out 0.5s;
}

.tabs_figure figure
{	
  width:100%;
  height:588px;
  opacity:0.5;
  -webkit-transition:all ease-in-out 0.5s;
  -moz-transition:all ease-in-out 0.5s;
  transition:all ease-in-out 0.5s;
}

.tabs-bx:hover .tabs_head h3
{
	color:#1565ad;
}
.tabs-bx:hover .tabs_head p
{
	color:#1565ad; 
}
.tabs-bx:hover  .tabs_figure figure
{
	  opacity:1;
}



.about-ser-sec
{
	padding:80px 0;
}

.about-ser-in
{ 
	/* height:100%; */
	/* min-height:380px; */
	height:380px;
	border:4px solid #4d080e;
	padding:20px;
	position:relative;
	text-align:center;
	    padding-top: 78px;
}
.about-ser-in > h3
{
	position:relative;
	width:auto;
	font-weight:700;
	font-family: 'Lato', sans-serif;
	padding:5px 20px;
	color:#4d080e;
    font-size: 30px;
    text-transform: uppercase;
	min-height:78px;
	/* margin-top:-43px; */
	    margin-top: -100px;
		z-index: 1;
}
.about-ser-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.about-ser-in > h3 span
{
	position:relative;
	z-index:1;
}
.about-ser-in > h3:after
{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;background-color:#fff;z-index: -1;
}
.about-ser-in p
{
	font-size:22px;
	color:#262626;
	line-height:1.5;
	/* font-weight:300; */
	    font-family: 'Lato', sans-serif;
}
.about-ser-in p
{
	font-weight:400;
}


.title-head
{
	text-align:center;
	 margin: 0 0 50px;
}
.title-head h2
{ 
	color: #1565ad;
    font-size: 40px;
    text-transform: uppercase;
} 
.title-head h2 + *
{
	margin-top:20px;
}
.title-head h2:before  
{
	    content: "";
    height: 1px;
    background: #1565ad;
    margin-right: 20px;
    margin-left: -138px; 
    width: 60px;
    display: inline-block;
    vertical-align: 14px;
}
.title-head p
{
	font-size:30px;
	color:#000;
	font-weight:600;
	    font-family: 'Lato', sans-serif;
}

.steel-sec .steel-title
{
	padding:50px 0 0;
	border-top:1px solid #f1f1f1;
}
.steel-sec .imgTextRow:nth-of-type(even) {
    flex-direction: row-reverse;
}
.steel-sec .imgTextRow:nth-of-type(odd) {
    flex-direction:inherit;
}


.steel-sec .imgTextRow figure
{
	max-width:580px;
	min-height:390px; 
	 position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.steel-sec .imgTextRow .textDiv
{
	width:calc(100% - 580px);
	min-height:auto;
}
.steel-sec .imgTextRow .textDiv p
{
	font-size:22px; 
}
.steel-sec .imgTextRow .textDiv h3
{
	text-transform:uppercase;
}
.steel-sec .imgTextRow .textDiv h3 + *,
.steel-sec .imgTextRow .textDiv h3 + ul,
.steel-sec .imgTextRow .textDiv p + ul
{
	margin-top:20px;
}
.med-list ul,
.steel-sec .imgTextRow .textDiv.med-list ul 
{ 
	display:flex;
	flex-wrap:wrap;  
	align-items:flex-start;
	
}
.steel-sec .imgTextRow .textDiv ul li
{
	margin-top:10px;
}
.internal_pages .tick li,
.tick li
{ 
	position:relative;
	padding-left:30px;
}   
.internal_pages .tick li::before,
.tick li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 20px;
	box-shadow: 3px 3px 0px #519712;
	display: block;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color:transparent;
} 

.rect_list li
{
	position:relative;
	padding-left:30px;
}
.rect_list li:before {
	content: '';
	position: absolute;
	left: 2px;
	top: 11px;
	background: #630017;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.med-list li
{
	width:50%; 
	padding-right:10px;
}
.blue-head h3
{
	color:#1565ad;
}

.imgTextRow.aign-center,
.aign-center
{
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

span.figure_title {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    text-align: center;
    background-color: #4d080e;
    font-size: 26px;
	font-weight:700;
	color:#fff;
    text-transform: uppercase;
}
/* .ourBrand-new .brandsSlider */
/* { */
	/* width:100% !important; */
/* } */
.caption_info h1::before
{
	display:none;
}

.ourBrands h2:before 
{
	display:none;
}
h2:before,
.defaultPage h2:before
{
	display:none !important;
}
.guardsTextRow .textDiv,
.steel-sec .guardsTextRow .textDiv
{
	 width:100%;
	 min-height:200px;
	 padding:50px 4%;
}
.guardsTextRow,
.steel-sec .guardsTextRow
{
	border:0;
	position:relative;
}
.guardsTextRow:before,
.steel-sec .guardsTextRow:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    display: block;
    box-shadow: 0px 0px 1px #000;
    background-color: transparent;
}

.video-sec {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07058823529411765);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
	margin:50px 0;
}
.video-sec .video-text
{
	width:calc(100% - 780px);
	text-align:center;
	padding: 40px;
}
.video-sec .video-text h3
{
	font-size:30px;
	font-weight:500;
	line-height:1.5;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	margin-bottom:20px;
}
.video-sec .video-text P
{
	font-size:22px;
	font-family: 'Lato', sans-serif;
	/* font-weight:300; */
	color:#363636;
}
.video-sec .video-text P
{
	font-weight:400;
}
.video-box
{  
	width:780px;
}
.video-box iframe
{
	width:100%; 
	height:470px;
}
.snowSafetyInn
{
	padding:60px; 
	background-color:#1565ad;
	    outline: 1px solid rgba(255, 255, 255, 0.31);
    outline-offset: -40px;
} 


.imgTextRow.brown_head .textDiv h3
{
  color: #4d080e;
} 
.snowSafetyInn
{
	margin-bottom:80px;
}
.snowSafetyInn h2 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 20px;
	line-height:1.5;
}
.snowSafetyInn h2 + p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}
.snowSafetyInn ul
{
   margin-top:20px;
}
.snowSafetyInn ul li
{
	color:#fff;
	font-size:20px;
	font-weight: 300;
	margin-bottom:20px;
}

 
.blue-dot li:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 0; 
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #396db9 !important;
}

.see_self_sec
{
	    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.see_self_bx.see_self_showrom {
    width: 44%;
}
.see_self_bx.see_self_showrom h3
{
	font-size:36px;
	margin-bottom:20px;
}
.see_self_bx p
{
	font-size:22px;
	color:#262626;
	font-weight:300;
	font-family: 'Lato', sans-serif;
		-webkit-transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
	transition:all ease-in-out 0.5s;
}
.see_self_bx {
	height:400px;
    background-color: #efefef;
    width: 28%;
    display: flex;
    align-items: center;
    justify-content: center;
	-webkit-transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
	transition:all ease-in-out 0.5s; 
	text-align:center;
}
.see_self_bx h3
{
	font-size:28px;
	font-weight:500;
	color:#262626;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
		-webkit-transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
	transition:all ease-in-out 0.5s;
}
.see_self_bx:hover
{
	background-color:#1565ad;
}
.see_self_bx figure
{
	margin-bottom:50px;
}
.see_self_bx figure .self_svg
{
	width:160px; 
	height:120px;
	fill:#1565ad;
	-webkit-transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
	transition:all ease-in-out 0.5s;
}
.see_self_bx:hover p,
.see_self_bx:hover h3
{
	color:#fff;
} 
.see_self_bx:hover .self_svg
{
	fill:#fff;
}

.adress_bxx
{
	margin-top:30px;
	
}
.adress_bxx ul
{
	display:flex;
	align-items:center;
	justify-content:center;
}
.adress_bxx li
{
	margin-left:10px;
}
.adress_bxx li:first-child
{
	margin-left:0;
}
.adress_bxx li a
{
	width:100px;
	display:flex;
	align-items:center;
	justify-content:center;
	height:100px;
	border-radius:100%;
	background-color:#1565ad;
	color:#fff;
	font-size:44px;
		-webkit-transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
	transition:all ease-in-out 0.5s;
}

.adress_bxx li:first-child
{
	margin-left:0;
}

.see_self_bx:hover .adress_bxx li a
{
	background-color:#fff;
	color:#1565ad;
}

.benifit_col.tick li::before
{
	  top:3px;
}

.benifit_row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.benifit_col {
    width: 49%;
	position:relative;
    margin-right: 2%;
	padding:30px;
}
.benifit_col ul
{
	margin-bottom:0 !important;
}
.benifit_col.benifit_col_right
{
	margin-top:30px;
} 

.benifit_col:last-child {
    margin-right: 0;
}

.benifit_col:before
{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border:1px solid #ccc;
	background-color:transparent;
}

.benifit_col.benifit_col_left:before
{
	left:-100%;
}

.benifit_col.benifit_col_right:before
{
	right:-100%;
}
.red_head h3
{
	color:#9b0a17; 
}
.close_icon li
{
	position:relative;
}
.internal_pages .close_icon li:before,
.close_icon  li:before 
{
	content:"\f00d";
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
	top: 12px;
	left: 10px;
	background-color: transparent;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
	color:#9b0a17;
}
#slider-full .slides li .vide-_figure
{
pointer-events:none;
}
.slides li .vide-_figure video {
    height: 100%;
    width: 100%;
}
.slider li:before
{
	display:none;
}
.slider ul 
{
	margin:0 !important; 
}
#slider-full
{
	margin-top:20px;
}
#slider-full .flexslider .slides > li
{
	height:80px !!important;
}
.flexslider
{
	margin-bottom:0 !important;
	border:0;
}
.flexslider .slides > li iframe
{ 
	width:100%;
	height:100%;
}
#slider-small.flexslider .slides > li .vide-_figure
{
	height:480px;
}

.gellery-con
{
	    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.gellery-col {
    width: 33.33%;
	display: flex;
	background-color:#f3f4f4;
	    flex-direction: column;
}
.gellery-col figure
{
	width:100%;
	height:530px;
	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
}
.gellery-col .gellery_text
{
	text-align:center;
	height:530px;
	  display: flex;
    justify-content: center;
    align-items: center;
	padding:50px;
	position:relative;
}

.gellery-col:nth-child(even) {
    flex-direction: column-reverse;
    
}

.gellery-col .gellery_text:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: block;
    background-color: #f3f4f4;
    transform: rotate(45deg);
    margin: 0 auto 0;
}
.gellery-col:nth-child(even) .gellery_text:before {
	top:auto;
	bottom:-20px;
}

.gellery-col .gellery_text h3
{
	color:#262626;
	font-size:36px;
	text-transform:uppercase;
	margin-bottom:20px;
	line-height:1.4;
		font-weight:500;
	font-family: 'Lato', sans-serif;
}
.gellery-col .gellery_text p
{
	font-size:24px;
	color:#262626;
		font-weight:300;
	font-family: 'Lato', sans-serif;
}

.accessories-sec
{
	padding:50px 0;
}

.acc-row
{
	  display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.acc-col 
{
	width:33.33%
}

.acc-col figure
{ 
	 width:100%;
	 height:580px;
	 	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
}

.acc-col .acc-text-box
{
	text-align:center;
	padding:35px 15%;
}

.acc-col .acc-text-box h3
{
	color:#262626;
	font-size:28px;
	text-transform:uppercase;
	margin-bottom:20px;
	line-height:1.4;
		font-weight:500;
	font-family: 'Lato', sans-serif;
}
.acc-col .acc-text-box p 
{
	font-size:22px;
	color:#262626;
		font-weight:400;
	font-family: 'Lato', sans-serif;
}

.small-figure.imgTextRow figure
{ 
  width:40.25%;	
}
.small-figure.imgTextRow .textDiv
{
	    width: 58.75%;
}
.winDoorNPage .imgTextRow:nth-child(odd) 
{
	flex-direction:row !important;
}
.flex-direction-nav a:before {
    font-size: 29px !important;
}
.flex-direction-nav .flex-prev {
    left: 0 !important;
}
.flex-direction-nav .flex-next {
    right: 0 !important;
	}

#slider-full ul.flex-direction-nav {
    margin-top: 30px !important;
}
.flex-direction-nav a
{
	opacity:0.5 !important;
}
.flex-direction-nav a:hover
{
	opacity:1 !important;
}
#slider-small .flex-direction-nav
{
	display:none !important;
}
.video-sec .flexslider
{
border:0 !important;
margin-bottom:0 !important;	
}

.winDoorNNPage .imgTextRow:first-child
{
	margin-top:0;
}
.window_dooe_sec
{
	padding:40px 0;
}

.winDoorNNPage .imgTextRow:nth-of-type(even) {
    flex-direction: row-reverse;
}
.winDoorNNPage .imgTextRow:nth-of-type(odd) {
    flex-direction:row;
}

.window_door_sec
{
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
}
.window_door_sec .window_door_left
{
	height:495px;
  width:475px;	
  display:flex;
  align-items:center;
  justify-content:center;
  background-color:#f5f5f5;
  padding:40px;
  flex-direction:column;
}
.window_door_sec .window_door_left figure
{
	margin-bottom:30px;
}
 .window_door_sec .window_door_left h3
{
	color:#272727;
	font-size:24px; 
	font-weight:700;
	font-family: 'Lato', sans-serif;
}
.window_door_sec .window_door_sider
{
	width:calc(100% - 475px);
}
.window_door_sider .owl-carousel .owl-item
{
	text-align:center;
}
.window_door_sider .owl-carousel .owl-item img
{
	max-width:100%;
	width:auto;
	display:inline-block;
}
.win_slider_itm {
    margin-bottom: 70px;
}

.win_slider_itm:last-child {
    margin-bottom: 0;
} 
.win_slider_itm figure {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.win_slider_itm h3
{
	font-size:22px;
	font-weight:500;
	color:#272727;
	font-family: 'Lato', sans-serif;
}

.window_door_sider .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    /* display: flex; */
	display:none;
    align-items: center;
    justify-content: space-between;
}
.window_door_sider  .owl-carousel .owl-nav .owl-next, 
.window_door_sider  .owl-carousel .owl-nav .owl-prev
{
	font-size:0;
	position:relative;
	opacity:0.7; 
}
.window_door_sider  .owl-carousel .owl-nav .owl-next:hover, 
.window_door_sider  .owl-carousel .owl-nav .owl-prev:hover
{
	opacity:1; 
}
.window_door_sider  .owl-carousel .owl-nav .owl-next
{
	right:30px;
}
.window_door_sider  .owl-carousel .owl-nav .owl-prev
{
	Left:30px;
}
.window_door_sider  .owl-carousel .owl-nav .owl-next:before, 
.window_door_sider  .owl-carousel .owl-nav .owl-prev:before
{
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 44px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.window_door_sider  .owl-carousel .owl-nav .owl-next:before 
{
	    content: "\f105";	
}
.window_door_sider  .owl-carousel .owl-nav .owl-prev:before
{
	    content: "\f104";	
}

.unbold
{
	font-weight:300;
		font-family: 'Lato', sans-serif;
}


.imgTextRow
{
	align-items:flex-start;
}

.steel-sec .imgTextRow .textDiv p
{
	margin-bottom:20px;
}
.steel-sec .imgTextRow .textDiv p:last-child
{
	margin-bottom:0;
}


.logos-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.logo-bx {
    width: 23%;
    margin-top: 20px;
    border: 1px solid #ccc;
    margin-right: 2.5%;
	    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width:768px)
{
	.logo-bx:nth-child(4n + 4) {
    margin-right: 0;
}
}

.logo-sec
{
	padding:50px 0;
}
.btn
{
	font-size:20px;
	text-transform:uppercase;
	padding:8px 20px;
	background-color:#f1f1f1;
	color:#000;
	display:inline-block;
	margin-top:20px;
	border-radius:0;
	font-weight:400;
		font-family: 'Lato', sans-serif;
}
.normal_btn
{
	min-width:200px;
}
.blue_btn
{
	background-color:#1565ad;
	color:#fff;
}
.blue_btn:focus,
.blue_btn:hover
{
	background-color:#0b4b85;
	color:#fff;
}
.copper-head-title p 
{
	font-size:22px;
	font-weight:400;
		font-family: 'Lato', sans-serif;
}
.section 
{
 padding:50px 0;	
}


.justify_space p .btn
{
	margin-left:20px;
	margin-top:0;
}
.about_us p 
{
	font-weight: 400;
}


 .copper-sec .imgTextRow:last-child,
 .copper-sec .imgTextRow:last-of-type
 {
	 margin-bottom:0;
 }
.pdf-download-sec .pdf-download-section
{
	margin-bottom:0;
}

.video-sec.slider {
    margin: 50px 0 0;
}
#slider-small.flexslider .slides > li
{
	padding:0;
}

.custom-door-gray .snowSafety h3:before {
display:none;
} 




.rainwear .imgTextRow:last-child
{
	margin-bottom:0;
}

.custom-folding-sec.steel-sec .imgTextRow:last-child
 {
	margin-bottom:0 ; 
}
.page-template-custome-folding-new .about-ser-sec
{
	padding-top:40px;
}

footer .subFooter ul li:before
 {
	  color:#000;
 }


.ourBrands .owl-carousel .owl-stage {
	margin:0 auto !important;
}
 
 .logo-bx figure > a {
    display: flex;
    align-items: center;
    justify-content: center;
}
 
 .win_slider_itm a {
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    display: inline-block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
.win_slider_itm a:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.win_slider_itm a:hover  h3
{
	color:#4d080e;
}
.allcontent h3 {
    margin-bottom: 10px;
}
.allcontent p + h3 {
    margin-top: 40px;
}
.callnow {
    text-align: center;
    margin-top: 50px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.callnow a {
    font-size: 22px;
    background: #2b82d1;
    color: #fff;
    height: 60px;
    display: inline-block;
	padding: 12px 25px;
	border: 2px solid #2b82d1;
	text-transform: uppercase;
}
.callnow a:hover {
    background: transparent;
    color: #2b82d1;
}

/*******************************************MEDIA QUERY STARTS HERE*************************************************/

@media (min-width: 1920px) {
	.home-banner {height: 35vw;}
	.inner_banner {height: 26vw;}
}
@media (min-width: 1500px) {
	.container {width: 1470px;}
}
@media (max-width:1499px) {
	.hdr_top ul li {font-size: 14px}
	.custom_nav ul li {font-size: 14px;margin: 0 0 0 25px;}
	.home-banner {height: 510px;}
	.inner_banner {height: 350px;}
	.caption_info {max-width: 500px;}
	.caption_info h1 {font-size: 42px;}
	.caption_info h2 {font-size: 24px;}
	.caption_info p, .about_us p, .rgt p, .difference_section p {font-size: 20px;}.title {font-size: 34px;}
	footer p {font-size: 16px;}
	footer .copyright_txt p {font-size: 14px;}
	.abc {width: 350px;}
	.internal_pages p, .internal_pages ul li, .imgTextRow .textDiv li {font-size: 18px;}
	.privacy h2 {font-size: 26px;}
	.internal_pages ul li::before {left: 2px;top: 10px;}
	.internal_pages .snowSafety ul li::before {top: 13px;}
	.communityPage p, .communityPage blockquote cite {font-size: 20px;}
	.internal_pages ul {margin: 20px 0;}
	.careers h2 {font-size: 34px;margin: 0 0 25px;}
	.careers h2:before {vertical-align: 12px}
	.careers h3 {font-size: 24px;margin: 0 0 20px;}
	.careers ul {margin-bottom: 0}
	.contactForm form h3 {font-size: 34px;}
	.contactInfo p {font-size: 20px;}
	.submit, label.submit, .careersForm form label.submit {margin: 40px 0 0;width: 175px;height: 52px;font-size: 19px;}
	label.submit, .careersForm form label.submit {font-size: 14px;}
	.testimonials blockquote:before {height: 53px;width: 60px}
	.testimonials blockquote + blockquote {padding-top: 30px;margin-top: 30px}
	.testimonials blockquote p {font-size: 20px}
	.testimonials blockquote cite {font-size: 18px}
	.careers h3, .defaultPage h3 {font-size: 24px;margin-bottom: 25px;}

	/* Sandeep Style */
	.internal_pages {padding: 60px 0 40px;}
	.imgTextRow .textDiv p {font-size: 18px;}
	.embrace-text-section {margin-bottom: 30px;}
	.careers h2, .defaultPage h2, .ourBrands h2 {font-size: 28px;margin-bottom: 30px;}
	.careers h2:before, .defaultPage h2:before, .ourBrands h2:before {margin-right: 15px;position: relative;top: 4px;width: 65px;}
	.pdf-download-section table td {font-size: 16px;}

	/* Home Page */
	.difference_section h3, .sidingPage .grid1 h3, .sidingPage .grid2 h3, .defaultPage .fascia h3 {font-size: 28px;}

	/* About Us Page Style */
	.aboutUs .boxedContent ul:first-child {padding-right: 45px;}
	.aboutUs .boxedContent ul:last-child {padding-left: 45px;}
	.aboutUs p + p, .aboutUs .boxedContent li + li {margin-top: 10px;}
	.internal_pages .historyContainer ul {padding: 30px 0;}
	.internal_pages .historyContainer li + li {margin-top: 15px;}
	.internal_pages .historyContainer li:nth-child(odd) > span:not(.yearDiv) {padding-right: 175px;}
	.internal_pages .historyContainer li:nth-child(even) > span:not(.yearDiv) {padding-left: 175px;}
	.internal_pages .historyContainer li .yearDiv {font-size: 26px;padding: 15px 30px;}
	.internal_pages .historyContainer li:nth-child(odd) .yearDiv {padding-left: 45px;}
	.internal_pages .historyContainer li:nth-child(even) .yearDiv {padding-right: 45px;}

	/* Rainwear Page Style */
	.eavestroughWrapper {font-size: 18px;}
	.eavestroughWrapper h4 {font-size: 20px;}
	.graySection .textContainer {padding: 25px 30px;}
	.eavestroughWrapper p {font-size: 14px;}
	.rainwear .custom-door-gray.custom-door-nobg .snowSafetyInner h2 {font-size: 32px;}
	.custom-door-gray .snowSafety p, .pageTabs .snowSafety p {font-size: 18px;}
	.rainwear .custom-door-gray.custom-door-nobg .snowSafetyInner {padding: 45px 35px;}
	.graySection, .rainwear .treed, .rainwear .treed1, .rainwearInner {padding: 45px 0px;}
	.buySection {padding: 60px 0 0px;}
	.blackSection {padding: 45px 0;}

	/* Sales Division Page Style */
	.salesDivisionInner {padding: 20px 0px 40px;}
	.salesDivision .defaultPage h3 {font-size: 28px;}
	.salesDivision .defaultPage h4 {font-size: 20px;margin-bottom: 15px;}
	.satisfactionText {font-size: 22px;padding: 10px;}
	.salesDivision .embrace-text-section p {font-size: 20px;}
	.salesDivisionInner p {font-size: 16px;line-height: 2;}

	/* Community Page Style */
	.communityPage h2 {font-size: 28px;margin-bottom: 25px;}
	.communityPage h3 {font-size: 26px;margin-bottom: 15px;}
	.communityPage blockquote {margin: 15px 0px 20px;}
	.communityPage p, .communityPage blockquote cite {font-size: 18px;}
	blockquote p {margin-bottom: 0;}
	blockquote p + p {margin-top: 10px;}
	.supportLogos {margin-top: 50px;}
	
	/* Roofing Page Style */
	.pageTabs ul[role="tablist"] li {font-size: 18px}
	.pageTabs ul[role="tablist"] li a {padding: 10px;}
	.pageTabs .tab-content p {font-size: 20px}
	.imgTextRow {margin-top: 40px;}
	.imgTextRow .textDiv h3, .custom-door-gray .snowSafety h3, .pageTabs .snowSafety h3 {font-size: 28px;margin-bottom: 15px}

	/* Decking Kevin Page Style */
	.custom-door-gray .snowSafety, .pageTabs .snowSafety {padding: 30px;}
	.custom-door-gray .snowSafety .snowSafetyInner, .pageTabs .snowSafety .snowSafetyInner {padding: 20px 35px;}
	.textContainer {padding: 60px 50px;}

	/* New Footer Style */
	.topFooter {font-size: 16px;padding: 20px 0px;}
	footer.newFooter .topFooter li + li {margin-left: 18px;}
	.subFooter {margin-top: 30px;}
	footer.newFooter .subFooter li + li {margin-left: 30px;}
	footer.newFooter .footerContacts ul li a {font-size: 24px;}
	footer.newFooter .footerContacts ul li + li {margin-left: 30px;}
	.footerAddress {font-size: 20px;}
	.newFooter .copyright_txt {margin-top: 30px;}
	
	
	
	/* harwinder roofing  26-4-19 */
	
	.cut-cost-left figure {
    max-width: 470px;
    height: 360px;
}
	.cut-cost-left figure:before {
    top: -32px;
    left: -32px;
    width: 230px;
    height: 230px;
	}
	
	.cut-cost-right h3 {
    font-size: 27px;
}

.cut-cost-right p {
    font-size: 24px;
}
.tabs-bx .tabs_head {
    padding: 20px;
}
.tabs-bx .tabs_head h3 {
    font-size: 22px;
}

.tabs-bx .tabs_head p {
    font-size: 18px;
}
.tabs_figure figure
{
	height:388px;
}
.about-ser-in
{
	height:310px;
	    padding-top: 68px;
}
.about-ser-in p {
    font-size: 19px;
}
.about-ser-in > h3 {
    padding: 8px 28px;
    font-size: 22px;
	min-height:68px;
	    margin-top: -90px;
}
.steel-sec .imgTextRow figure {
    max-width: 450px;
    min-height: 310px;
}
.steel-sec .imgTextRow .textDiv {
    width: calc(100% - 450px);
	
}
span.figure_title {
	font-size: 18px;
}
.steel-sec .imgTextRow .textDiv p {
    font-size: 20px;
}
.steel-sec .imgTextRow .textDiv h3 + *,
.steel-sec .imgTextRow .textDiv p + ul {
    margin-top: 20px;
}

.steel-sec .guardsTextRow .textDiv
{
	width:100%;
}
.video-sec .video-text {
    width: calc(100% - 590px);
    padding: 20px;
}
.video-box {
    width: 590px;
}
.video-box iframe {
    height: 400px;
}
.video-sec .video-text h3
{
	font-size:25px;
}
.video-sec .video-text P
{
	font-size:20px;
}
.title-head
{
	margin-bottom:30px;
}
.title-head h2 {
    font-size: 27px;
    font-weight: 700;
}
.title-head p
{
	font-size:24px;
}
.title-head h2 + * {
    margin-top: 15px;
}

.snowSafetyInn h2
{
  font-size:25px;
margin-bottom:15px;  
}
.snowSafetyInn h2 + p
{
	font-size:18px;
}

.snowSafetyInn ul li {
    font-size: 18px;
    margin-bottom: 15px;
}
.see_self_bx
{
	    height: 320px;
}
.see_self_bx figure {
    margin-bottom: 30px;
}
.see_self_bx figure .self_svg {
    width: 130px;
    height: 90px;
}
.see_self_bx h3 {
    font-size: 18px;
}
.see_self_bx.see_self_showrom h3 {
    font-size: 26px;
    margin-bottom: 7px;
}
.see_self_bx p {
    font-size: 18px;
}

.adress_bxx li a {
    width: 70px;
    height: 70px;
    font-size: 34px;
}

#slider-small.flexslider .slides > li .vide-_figure {
    height: 370px;
}

.gellery-col figure {
    height: 390px;
}
.acc-col figure,
.gellery-col .gellery_text {
    height: 390px;
}
.gellery-col .gellery_text h3 {
     font-size: 26px; 
	 margin-bottom: 9px;
}
.gellery-col .gellery_text p {
    font-size: 17px;
}
.acc-col .acc-text-box h3 {
     font-size: 23px;
    margin-bottom: 10px;
}
.acc-col .acc-text-box p {
    font-size: 19px;
}
.window_door_sec .window_door_left {
    height: 465px;
    width: 345px;
    padding: 30px;
}
.window_door_sec .window_door_sider {
    width: calc(100% - 345px);
}
.window_door_sec .window_door_left figure img {
    max-width: 130px;
}
.window_door_sec .window_door_left h3 {
    font-size: 19px;
}
.window_door_sider .owl-carousel .owl-item img {
    max-width: 70%;
}
.win_slider_itm h3 {
    font-size: 18px;
}
.win_slider_itm {
    margin-bottom: 30px;
}
.justify_space p .btn {
    margin-left: 15px;
	font-size:16px;
}
.about-ser-sec
{
	padding:50px 0;
}
.imgTextRow figure
{
	    width: 41.25%;
}
.imgTextRow .textDiv
{
	min-height:270px;
	    width: 58.75%;
}	

.rect_list li:before {
    top: 7px;
}

.internal_pages p, 
.internal_pages ul li, 
.imgTextRow .textDiv li {
    font-size: 16px;
}
.cut-cost-sec {
    padding: 60px 0 40px;
}

.internal_pages .tick li::before, .tick li:before {
    top: 0px;
    width: 8px;
    height: 16px;
}
.internal_pages .close_icon li:before, 
.close_icon li:before
{
 top:7px;	
}

.logo-bx figure img {
    max-width: 80%;
}

}
@media only screen and (max-width: 1199px) {
	/* Header Style */
	.custom_nav ul li ul.sub-menu li 
	{
    font-size: 12px;
}
.custom_nav ul li ul.sub-menu li > a {
    padding: 4px 10px;
}
.window_door_sider .owl-carousel .owl-nav .owl-next:before, .window_door_sider .owl-carousel .owl-nav .owl-prev:before
{
	font-size:32px;
}
	.custom_nav ul li {font-size: 12px;margin-left: 20px;}

	/* Banner Section */
	.home-banner {height: 300px;}
	.inner_banner {height: 250px;}
	.caption_info {max-width: 400px;}
	/* .home-banner .carousel-inner .item:after, .home-banner.inner_banner:after {width: 75%;} */
	
	.home-banner .carousel-inner .item:after, .home-banner.inner_banner:after {width: 70%;}
	
	/* .caption_info h1 {font-size: 36px;padding-left: 40px;} */
	.caption_info h1 {font-size: 30px;padding-left:0}
	.caption_info h2 {font-size: 20px;}
	
	.caption_info h1::before {left: -5%;}

	/* Skewed Boxes */
	.grid1 .grid_lft::after, .grid1 .grid_rgt::after, .grid2 .grid_lft::after, .grid2 .grid_rgt::after {bottom: -1px;height: auto;top: -1px;}
	.abc {position: relative;width: auto;}
	.grid_lft .abc {left: 30%;padding-right: 30%;}

	/* Home Page Style */
	.hiring-section {margin-bottom: 30px;}
	.caption_info p, .about_us p, .rgt p, .difference_section p {font-size: 18px;}
	/* .title {font-size: 28px;margin-bottom: 50px;} */
	.title {font-size: 23px;margin-bottom: 50px;}
	.title:before {bottom: -15px;}
	.title:after {bottom: -25px;}
	.dual_iamges {margin: 30px 0px;}

	/* Our Brands */
	.ourBrands .owl-nav > div.owl-prev {left: -35px;}
	.ourBrands .owl-nav > div.owl-next {right: -35px;}

	/* Inner Pages */
	.internal_pages {padding: 45px 0px 30px;}
	.textContainer {padding: 40px 30px;}

	/* Privacy */
	.privacy h2 {font-size: 24px;margin: 30px 0px 10px;}

	/* About Us Page */
	.aboutUs .defaultPage h3 {font-size: 30px;}
	.aboutUs .treed .imgTextRow .textDiv {padding: 30px 25px;width: 50%;}
	.aboutUs .treed .imgTextRow figure {width: 50%;}
	
	/* .imgTextRow .textDiv h3, .custom-door-gray .snowSafety h3, .pageTabs .snowSafety h3 {font-size: 28px;margin-bottom: 15px;} */
	
	.imgTextRow .textDiv h3, .custom-door-gray .snowSafety h3, .pageTabs .snowSafety h3 {font-size: 20px;margin-bottom: 15px;}

	/* Community Page Style */
	.communityPage h2 {margin-bottom: 20px;}

	/* Contact Us Page */
	.contactInfo + .contactForm form h3 {font-size: 28px;}
	.contactInfo p {font-size: 18px;}
	.contactInfo p + h3, .contactInfo > div + div {font-size: 20px;margin-top: 30px;}
	.contactInfo + .contactForm .g-recaptcha > div {left: -40px;position: relative;top: 0;-webkit-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);}

	/* Siding Page Style */
	.siding-post .siding-text {width: 40%;}
	.siding-post figure {width: 60%;}

	/* Rainwear Page Style */
	.rainwear .custom-door-gray.custom-door-nobg .snowSafetyInner h2 {font-size: 28px;margin-bottom: 1.5rem;}

	/* Window And Doors Page Style */
	.winDoor-top ul {max-width: 100%;}
	.custom-door-gray {padding: 0px 0px;}

	.g-recaptcha {margin-top: 29px;}
	
	
	footer ul li
	{
		font-size:15px;	
	}
	footer.newFooter .footerContacts ul li a
	{
		font-size:19px;
	}
	.footerAddress {
    font-size: 16px;
}

.steel-sec .imgTextRow .textDiv h3 + *, .steel-sec .imgTextRow .textDiv p + ul {
    margin-top: 10px;
}
.steel-sec .imgTextRow .textDiv p {
    font-size: 16px;
    line-height: 1.4;
}	

.Skewed .grid1 .grid_rgt, .Skewed .grid2 .grid_lft {
    width: 48%;
}
.grid2 .grid_rgt,
.grid1 .grid_lft {
    width: 52%;
}
.grid1, 
.grid2 {
    height: 305px;
}
.internal_pages ul li {
	    font-size: 16px;
    margin-bottom: 10px;
}
.difference_section h3, 
.sidingPage .grid1 h3, 
.sidingPage .grid2 h3, 
.defaultPage .fascia h3 {
    font-size: 20px;
}
.visitShowroom {
    padding: 25px 30px;
}
.visitShowroom .showroomInner {
    padding: 30px;
}
.careers h2, .defaultPage h2, .ourBrands h2 
{
    font-size: 22px;
}
.myRedBtn {
    min-width: 145px;
    line-height: 44px;
    font-size: 18px;
}
.cut-cost-sec {
    padding: 40px 0;
}
.cut-cost-right p { 
    font-size: 20px;
}
.cut-cost-right h3 {
    font-size: 24px;
}
.tabs-bx .tabs_head h3 {
    font-size: 19px;
	margin-bottom:3px;
}
.tabs_figure figure {
    height: 308px; 
}
.tabs-bx .tabs_head p {
    font-size: 15px; 
}
.about-ser-in > h3 {
    font-size: 19px;
    min-height: 58px;
}
.about-ser-in p {
    font-size: 17px;
}

.steel-sec .imgTextRow .textDiv {
    width: calc(100% - 310px);
}
.about-ser-sec {
    padding: 50px 0;
}

/* .steel-sec .steel-sec-inn .imgTextRow:last-of-type, */
/* .steel-sec .steel-sec-inn .imgTextRow:last-child */
/* { */
	/* margin-bottom:0; */
/* } */
.steel-sec .steel-title {
    padding: 30px 0 0;
}
.title-head {
    margin-bottom: 30px;
}

.title-head p {
    font-size: 21px;
}
.abx .title-head {
    margin-top: 30px;
}
.guardsTextRow .textDiv,
.steel-sec .guardsTextRow .textDiv
{
 width:100%;
padding:20px; 
}
.steel-sec .imgTextRow .textDiv h3 + *, .steel-sec .imgTextRow .textDiv h3 + ul, .steel-sec .imgTextRow .textDiv p + ul {
    margin-top: 13px;
}
.video-sec .video-text {
    width: calc(100% - 400px);
    padding: 20px;
}
.video-box {
    width: 400px;
}
.video-box iframe {
    height: 300px;
}
.video-sec .video-text h3 {
    font-size: 21px;
}
.video-sec .video-text P {
    font-size: 17px;
}
.title-head h2 {
    font-size: 21px; 
}
.internal_pages ul li
{
	padding-left:24px;
}
.benifit_col.benifit_col_right {
    margin-top: 20px;
}
.benifit_col {
    padding: 20px;
}
#slider-small.flexslider .slides > li .vide-_figure {
    height: 230px;
}

.acc-col figure, .gellery-col .gellery_text {
    height: 310px;
}
.acc-col .acc-text-box {
    padding: 20px;
}
.acc-col .acc-text-box h3 {
    font-size: 19px;
    margin-bottom: 5px;
}
.acc-col .acc-text-box p {
    font-size: 16px;
}
.accessories-sec {
    padding: 0 0 20px;
}
.btn {
    font-size: 16px;
}

.justify_space p .btn {
    margin-left: 0;
    margin-top: 20px;
	display:block;
	width:200px;
}
.custom-folding-sec
{
	padding:0;
}
.window_door_sec {
    margin-bottom: 50px;
}
.custom-door-gray .snowSafety ul li {
    font-size: 18px;
}
.ourBrands {
    padding: 40px 0;
}
.internal_pages ul li::before {
    top: 8px;
}
.imgTextRow .textDiv p {
    font-size: 16px;
}
.caption_info p, .about_us p, .rgt p, .difference_section p {
    font-size: 18px;
}
//Scrollbar styling for webkit
::-webkit-scrollbar { 
	min-width: 2px;
	width: 0.1%;
	max-width: 2px;
	height: 2px;
}

::-webkit-scrollbar,
::-webkit-scrollbar-track,
::-webkit-scrollbar-track-piece {
	background: #171719;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-thumb {
	background: #1565ad;
}
}
@media only screen and (min-width: 992px) {
	.careers .boxedContent ul {-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;}
}
@media only screen and (max-width: 991px) {
	/* Header Style */
	header {position: relative;z-index: 20;}
	.logo {width: 50%;}
	.logo img {max-width: 150px;}
	.mobToggle {display: inline-block;}
	.toggleButton {border: 1px solid #000;border-radius: 3px;display: inline-block;height: 30px;position: relative;-webkit-transition: all .25s ease-in-out;-ms-transition: all .25s ease-in-out;transition: all .25s ease-in-out;width: 30px;}
	.toggleButton span {background-color: #000;display: block;height: 2px;left: 50%;margin: 0 auto;position: absolute;top: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);-webkit-transition: all .25s ease-in-out;-ms-transition: all .25s ease-in-out;transition: all .25s ease-in-out;width: 20px;}
	.toggleButton span:first-child {margin-top: -5px;}
	.toggleButton span:last-child {margin-top: 5px;}
	.toggleButton.clicked/*, .toggleButton:hover*/ {background-color: #000;}
	.toggleButton.clicked span/*, .toggleButton:hover span*/ {background-color: #fff;}
	.menu_bar {background-color: #fff;border-bottom: 1px solid #1565ad;border-top: 1px solid #1565ad;display: none;left: 0;position: absolute;right: 0;top: 100%;z-index: 30;width: 100%;}
	.custom_nav ul {float: none;display: block;text-align: center;}
	.custom_nav ul li {display: block;float: none;margin-left: 0;margin-top: 10px;}
	.custom_nav ul li a {display: block;padding-bottom: 10px;}
	.custom_nav .menu_bar li a:hover span.bottom-line, .custom_nav .menu_bar li.current-menu-item span.bottom-line {bottom: 0;}

	/* Footer Style */
	footer .row > div {display: inline-block;float: none;margin: 0 -2px;}
	footer .row > div > ul {margin-bottom: 30px;}

	/* Banner Section */
	.home-banner {height: 300px;}
	.inner_banner {height: 200px;}
	.home-banner .carousel-inner .item:after, .home-banner.inner_banner:after {width: 78%;}
	/* .caption_info h1 {font-size: 32px;padding-left: 60px;} */
	.caption_info h1::before {left: -1%;}

	/* Inner Pages Style */
	.internal_pages {padding: 40px 0 30px;}
	.embrace-text-section p {margin-bottom: 20px;}

	/* Skewed Boxes */
	.grid_lft::after, .grid_rgt::after, .grid_lft::before, .grid_rgt::before {display: none;}
	/* .grid1, .grid2 {height: auto;} */
	.grid1, .grid2
	{
		display:flex;
		height:290px;
	}

	.grid1 .grid_lft, 
	.grid1 .grid_rgt, 
	.grid2 .grid_lft, 
	.grid2 .grid_rgt 
	{padding: 0;text-align: left;width: 100%;}
	.Skewed .grid1 .grid_rgt, .Skewed .grid2 .grid_lft {width: 100%;}
	.Skewed .grid1 > div, .Skewed .grid2 > div {float: none !important;}
	.abc {top: 0;-webkit-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);}
	.grid_lft .abc {left: 0;padding: 0;}
	.abc, .grid_lft .abc {padding: 30px 20px;}
	/* .grid1 > div[style*="background-image"],  */
	/* .grid2 > div[style*="background-image"]  */
	/* {padding-bottom: 50%;} */
		.grid1 > div[style*="background-image"], .grid2 > div[style*="background-image"] {
    padding-bottom: 0;
}

	/* Our Brands */
	.brandsSlider {padding: 0 15px;}
	.ourBrands .owl-nav > div.owl-prev {left: -15px;}
	.ourBrands .owl-nav > div.owl-next {right: -15px;}

	/* Home Page Style */
	.caption_info p, .about_us p, .rgt p, .difference_section p {font-size: 16px;}
	.difference_section {padding-bottom: 50px;}

	.pdf-download-section {overflow: auto;}
	.pdf-download-section table {min-width: 720px;}
	.careers h3, .defaultPage h3 {font-size: 20px;}
	.ourBrands {padding:40px 0px;}

	/* About Us Page Style */
	.boxedContent {margin-bottom: 40px;padding: 30px 25px;}
	.aboutUs .boxedContent ul:first-child {padding-right: 20px;}
	.aboutUs .boxedContent ul:last-child {padding-left: 20px;}
	.imgTextRow {margin: 40px 0px;}
	/* .aboutUs .treed  .imgTextRow, .imgTextRow {display: block;} */
	
	.aboutUs .treed  .imgTextRow {display: block;}
	
	.aboutUs .treed .imgTextRow .textDiv, .imgTextRow .textDiv, .aboutUs .treed .imgTextRow figure, .imgTextRow figure {display: block;min-height: 10px;width: 100%;}
	.imgTextRow .textDiv {
    min-height: 230px;
}
	.aboutUs .treed .imgTextRow figure img, .imgTextRow figure img {position: static;}
	.imgTextRow .textDiv > br {display: none;}
	.imgTextRow .textDiv h3, .custom-door-gray .snowSafety h3, .imgTextRow .textDiv p {text-align: left;}
	.internal_pages .historyContainer li + li {margin-top: 10px;}
	.internal_pages .historyContainer li:nth-child(odd) > span:not(.yearDiv) {padding-right: 115px;}
	.internal_pages .historyContainer li:nth-child(even) > span:not(.yearDiv) {padding-left: 115px;}
	.internal_pages .historyContainer li .yearDiv {font-size: 22px;padding: 10px 15px;}
	.internal_pages .historyContainer li:nth-child(odd) .yearDiv {padding-left: 30px;}
	.internal_pages .historyContainer li:nth-child(even) .yearDiv {padding-right: 30px;}
	.internal_pages .historyContainer li .yearDiv::before, .internal_pages .historyContainer li .yearDiv::after {left: -1px;}
	.internal_pages .historyContainer li:nth-child(even) .yearDiv::before, .internal_pages .historyContainer li:nth-child(even) .yearDiv::after {right: -1px}

	/* Community Page Style */
	.communityPage h2 {font-size: 24px;margin-bottom: 15px;}
	.communityPage h3 {font-size: 22px;}
	blockquote p {margin-bottom: 0;}
	blockquote p + p {margin-top: 10px;}
	.supportLogos {margin-top: 30px;}

	/* Contact Us Page */
	.contactInfo, .contactInfo + .contactForm {width: 100%;}
	.contactInfo > div {display: inline-block;margin: 0 -2px 20px;vertical-align: top;width: 33.33%;}
	.contactInfo > div + div {margin-top: 0;padding-left: 15px;}

	/* Siding Page Style */
	.abc ul {margin: 0 auto;max-width: 500px;text-align: left;}
	.myRedBtn {margin-top: 25px;}

	/* Rainwear Page Style */
	.videoWrapper {padding-bottom: 75%;}
	.graySection .zinc-banner-section p + figure {margin-bottom: 0;}

	/* Decking Kevin Page Style */
	.custom-door-gray.custom-door-nobg .snowSafety {height: auto;}
	.custom-door-gray.custom-door-nobg > .row > div {margin-bottom: 30px;}
	.custom-door-gray.custom-door-nobg > .row > div:last-of-type {margin-bottom: 0px;}
	.custom-door-gray .snowSafety h3:before, .pageTabs .snowSafety h3:before {display: none;}
	.copper-zinc-text {min-height: 10px;}
	.copper-zinc-list > .row > div[class*="col-"] + div[class*="col-"] {margin-top: 30px;}

	/* Window And Doors Page Style */
	.window-gallery {text-align: center;}
	.window-gal-post {width: 20.5%;}
	.custom-door-gray {padding: 40px 0px;}
	.custom-door-gray .snowSafety ul li, .pageTabs .snowSafety ul li {font-size: 20px;}
	.copper-zinc-post figure {padding-bottom: 45%;}

	/* Sales Division Page Style */
	.mt, .mt2 {margin-top: 30px;}
	.mt:nth-child(1), .mt:nth-child(2) {margin-top: 0px;}
	label.submit, .careersForm form label.submit {font-size: 12px;}

	.cCollWrapper, .cCollWrapper > div {text-align: center;-webkit-transform: skew(0deg);-ms-transform: skew(0deg);transform: skew(0deg);}
	.cRow > div {width: 100%;}
	
	
	 
	.steel-sec .imgTextRow figure {
		max-width: 300px;
		min-height: 230px;
      }
.steel-sec .imgTextRow .textDiv {
    width: calc(100% - 300px);
} 

.steel-sec .imgTextRow .textDiv p {
    font-size: 17px;
}
.sectionHeading {
    margin: 0 0 20px;
}
.topFooter {
    padding: 20px 0px 0;
} 
/* footer.newFooter ul li { */
    /* margin-bottom: 20px; */
/* } */

.tabs_sec {
    flex-wrap: wrap;
}
.tabs-bx {
    max-width: inherit; 
	width:50%;
} 
@media only screen and (min-width:768px) and (max-width:991px)
{
	.tabs-bx:nth-child(2n + 2)
	{
		border-right:0;
	}
}
.about-ser-in { 
    margin-bottom: 40px;
	min-height:270px;
}

.about-ser:last-child .about-ser-in 
{
	 margin-bottom: 0;
}
.cut-cost-right p {
    font-size: 17px;
}

.ourBrands .item figure img {
    max-width: 110px;
}
.cut-cost-right h3 {
    font-size: 21px;
}
.title-head p {
    font-size: 18px;
}
.title-head h2 + * {
    margin-top: 9px;
}
.guardsTextRow .textDiv, .steel-sec .guardsTextRow .textDiv
{
	width:100%;
}
.video-box iframe {
    height: 250px;
}
.video-sec .video-text h3 {
    font-size: 19px;
	margin-bottom:10px;
}

.benifit_row.med-list li
{
  width:100%;	
}
.video-sec.slider {
    flex-direction: column;
}
.video-sec.slider .video-text {
    width: 100%;
	padding:0;
}
.video-sec.slider .video-box {
    width: 100%;
}
#slider-full ul.flex-direction-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.internal_pages ul li {
    display: inline-block;
    /* width: 100%; */
}

.careers ul li
{
	display:block;
	width:100%;
}
.video-sec.slider .flex-direction-nav a
{
	font-size:0;
	display:flex;
	align-items:center;
	justify-content:center;
	position:static;
}
.flexslider li
{
	padding-left:0 !important;
}
#slider-small.flexslider .slides > li .vide-_figure {
    height: 380px;
}

.acc-col figure, .gellery-col .gellery_text {
    height: 230px;
}
.acc-col .acc-text-box h3 {
    font-size: 17px;
}
.acc-col .acc-text-box p {
    font-size: 15px;
}
.justify_space p .btn {
    margin-top: 10px;
} 
.internal_pages .imgTextRow  ul li
{
   display:block;
width:100%;   
}
.imgTextRow .textDiv p {
    font-size: 16px;
}

.window_door_sec .window_door_left {
    width: 235px;
	height:366px;
}
.window_door_sec .window_door_sider {
    width: calc(100% - 235px);
}
.win_slider_itm h3 {
    font-size: 17px;
}
.win_slider_itm figure {
    height: 150px;
}
.window_door_sider .owl-carousel .owl-item img {
    max-width: 60%;
}
.menu_bar
{
	border-bottom:0;
}

.custom_nav ul li ul.sub-menu
{ 
	position:static;
	box-shadow:none;
	border:0 ;
	display:none;
}
.custom_nav .menu_bar li a:hover span.bottom-line, .custom_nav .menu_bar li.current-menu-item span.bottom-line-height
{
	display:none;
}

.custom_nav .menu_bar ul > li.menu-item-has-children:hover ul.sub-menu,
 .custom_nav .menu_bar ul > li.menu-item-has-children:focus ul.sub-menu {
	 display:block;
    opacity: 1;
}

}
@media only screen and (max-width: 767px) {
	html,body{
		height:auto;
	}
	.caption_info h1::before {display: none;}
	/* Header Style */
	.hdr_top ul {float: none;text-align: center;}
	.hdr_top ul li {display: inline-block;float: none;margin-left: 0;}
	.hdr_top ul li + li {margin-left: 10px;}
	.hdr_top .container {padding: 0 10px;}

	/* Banner Style */
	.home-banner .carousel-inner .item:after, .home-banner.inner_banner:after {left: 0;-webkit-transform: skewX(0deg);transform: skewX(0deg);width: 100%;}
	.caption_info {left: 0;margin: 0 auto;right: 0;text-align: center;}
	
	/* .caption_info h1 {display: inline-block;padding: 0;margin: 0 auto;} */
	
	.caption_info h1 {display: inline-block;padding: 0;margin: 10px auto;}
	
	.caption_info h1::before {left: 0;width: 40px;}

	/* Inner Pages Style */
	.pdf-download-section {overflow: auto;margin-bottom: 30px;}
	.pdf-download-section table {min-width: 720px;}
	.internal_pages p, .internal_pages ul li, .imgTextRow .textDiv li {font-size: 16px;}
	.embrace-text-section p {margin-bottom: 20px;}
	.careers h2, .defaultPage h2, .ourBrands h2 {font-size: 22px;margin-bottom: 15px;padding-bottom: 15px;position: relative; line-height:1.3}
	.ourBrands h2 {margin-bottom: 20px;}
	.careers h2:before, .defaultPage h2:before, .ourBrands h2:before {bottom: 0;left: 0;margin: 0 auto;position: absolute;right: 0;top: auto;}
	.internal_pages ul li::before {top: 7px;}

	/* Footer Style */
	footer {padding-top: 35px;}
	footer p {font-size: 14px;}
	footer ul li:before {display: inline-block;margin-right: 10px;position: relative;}
	footer ul li {font-size: 15px;padding-left: 0;}
	footer .block > a img {max-width: 150px;}
	.ph {font-size: 18px;}
	.ml {font-size: 15px;margin-bottom: 12px;}
	footer .block ul img {max-height: 22px;}

	/* Home Page Style */
	.about_us {padding: 30px 0px;}
	.hiring-section {margin-bottom: 20px;}
	.caption_info p, .about_us p, .rgt p, .difference_section p {font-size: 14px;}
	.hiring-section p {padding: 10px 20px;}
	/* .title {font-size: 22px;margin-bottom: 35px;} */
	.title {font-size: 22px;margin-bottom: 15px;}
	.title:before {bottom: -10px;}
	
	/* .title:after {bottom: -20px;} */
	
	.title:after {
    bottom: -13px;
    position: static;
    display: block;
       margin: 10px auto 0;
}
	
	/* .abc, .grid_lft .abc {padding: 15px;padding-bottom: 20px;} */
	
		.abc, .grid_lft .abc {padding: 25px;padding-bottom: 20px;}
		
	.difference_section h3, 
	.sidingPage .grid1 h3, 
	.sidingPage .grid2 h3, 
	.defaultPage .fascia h3 
	{
		font-size: 20px;
		margin-top: 0;
     }

	/* About Us Pages */
	.aboutUs .boxedContent ul {width: 100%;}
	.aboutUs .boxedContent ul + ul {margin-top: 10px;}
	.aboutUs .boxedContent ul:first-child, .aboutUs .boxedContent ul:last-child {padding: 0px;}
	.internal_pages .historyContainer ul {margin: 0px;padding: 0px;}
	.internal_pages .historyContainer ul::before, .historyContainer ul::after {display: none;}
	.internal_pages .historyContainer li {align-items: center;display: flex;width: 100%;}
	.internal_pages .historyContainer li:nth-child(odd), .internal_pages .historyContainer li:nth-child(even) {margin: 0;}
	.internal_pages .historyContainer li + li {margin-top: 15px !important;}
	.internal_pages .historyContainer li .yearDiv {position: static;transform: translate(0);}
	.internal_pages .historyContainer li span:not(.yearDiv) {min-height: 10px;}
	.internal_pages .historyContainer li:nth-child(odd) {flex-direction: row-reverse;}
	.internal_pages .historyContainer li:nth-child(odd) > span:not(.yearDiv) {padding-right: 20px;}
	.internal_pages .historyContainer li:nth-child(even) > span:not(.yearDiv) {padding-left: 20px;}

	/* Careers Page */
	input[type=file] {margin: 0 auto 20px;}
	.careersForm form {padding: 35px 30px;text-align: center;}
	.g-recaptcha > div {margin: 0 auto;}

	/* Community Page Style */
	.communityPage h2 {font-size: 22px;}
	.communityPage h3 {font-size: 18px;margin-bottom: 10px;}
	.communityPage blockquote {margin: 10px 0px 15px;}
	.supportLogos figure {width: 48%;margin-bottom: 30px;}

	/* Contact Us Page */
	.contactInfo h3 {font-size: 20px;}
	.contactInfo + .contactForm .g-recaptcha > div {margin: 0 auto;left: 0;}
	.submit, label.submit, .careersForm form label.submit {margin-top: 20px;}

	/* Roofing Page Style */
	.pageTabs ul[role="tablist"] li {font-size: 14px;}
	.pageTabs .tab-content p {font-size: 18px;}
	.imgTextRow {margin: 30px 0px;}
	.imgTextRow .textDiv h3, .custom-door-gray .snowSafety h3, .pageTabs .snowSafety h3 {font-size: 20px;margin-bottom: 10px}

	/* Siding Page Style */
	.siding-post {margin-top: 30px;padding: 20px 30px;}
	.siding-post .siding-text {margin-bottom: 20px;width: 100%;}
	.defaultPage .siding-post h3 {margin-bottom: 15px;}
	.siding-post figure {width: 100%;}
	.visitShowBlue {margin: 30px auto 15px;padding: 25px;}
	.visitShowroom .showroomInner {padding: 30px 15px;}
	.myRedBtn {font-size: 16px;line-height: 2.49;min-width: 10px;width: 120px;}

	/* Rainwear Page Style */
	.buySection {padding-top: 40px;}
	.careers h3, .defaultPage h3 {font-size: 18px;margin-bottom: 15px;}
	.videoWrapper {padding-bottom: 50%;}
	.rainwear .custom-door-gray.custom-door-nobg .snowSafetyInner h2 {font-size: 24px;margin-bottom: 1rem;}
	.custom-door-gray .snowSafety p, .pageTabs .snowSafety p {font-size: 16px;}
	.grid2 {margin: 30px 0;}
	.eavestroughWrapper > div {vertical-align: middle;}
	.textContainer {padding: 40px 30px;text-align: center;}
	.eavestroughWrapper strong {font-size: 18px;}
	.eavestroughWrapper strong + strong, .eavestroughWrapper strong + br + strong {margin-top: 10px;}

	/* Window And Doors Page Style */
	.window-gal-post {width: 29%;}
	.custom-door-gray .snowSafety .snowSafetyInner, .pageTabs .snowSafety .snowSafetyInner {padding: 20px;}
	.custom-door-gray .snowSafety {margin-top: 10px;}
	.custom-door-gray .row .row > div + div {margin-top: 20px;}
	.custom-door-gray .snowSafety ul li, .pageTabs .snowSafety ul li {font-size: 18px;}
	.custom-door-gray .snowSafety ul, .pageTabs .snowSafety ul {margin-top: 15px;}
	.winDoor-top ul li {width: 100%;}
	.internal_pages .winDoor-top ul li::before {top: 8px;}
	.internal_pages .window-gallery p {font-size: 18px;}
	.copper-zinc-post figure {padding-bottom: 50%;}
	.zinc-banner-section {padding: 30px 0;}
	.kevin-browne-section p {margin-bottom: 15px;}

	.caption_info h1 {font-size: 28px;}
	.aboutUs .defaultPage h3 {font-size: 22px;}
	.imgTextRow figure img {min-width: 10%;max-width: 350px;}

	.g-recaptcha > div {margin: 0;left: 50%;position: relative;-webkit-transform: translateX(-50%) scale(0.8);-ms-transform: translateX(-50%) scale(0.8);transform: translateX(-50%) scale(0.8);}
	.internal_pages .maintenanceFree ul li {text-align: left;}

	/* Our Brands */
	.brandsSlider {padding: 0 20px;}
	.brandsSlider:not(.owl-carousel) .item {
		width: 25%;
	  }
	  .ourBrands .item figure img {
		max-width:100%;
	  }
	.ourBrands .owl-nav > div.owl-prev {left: -10px;}
	.ourBrands .owl-nav > div.owl-next {right: -10px;}
	.internal_pages .snowSafety ul li::before {top: 10px;}
	.careersForm form p {text-align: center;}

	.careersForm .careersForm p {margin-bottom: 15px;}
	.g-recaptcha {margin-top: 0;}
	.col-sm-12.text-right {text-align: center;}
	
	footer.newFooter .subFooter li + li {
margin-left: 0px;
}
footer.newFooter .footerContacts ul li a {
font-size: 18px;
}
.footerAddress .container {
font-size: 16px;
}
footer.newFooter .footerContacts ul li + li{
margin-left: 0px;
}
footer.newFooter ul li a, footer.newFooter a {
color: #000;
font-size: 12px;
}
footer .copyright_txt p {
font-size: 14px;
width: 100%;
text-align: center;
}


.home-banner .carousel-inner .item:after, .home-banner.inner_banner:after
{
	    background: rgba(21, 101, 173, 0.53);
}

.steel-sec .imgTextRow .textDiv p {
    font-size: 15px;
}
.logo img {
    max-width: 120px;
}

	.grid1 > div[style*="background-image"], 
.grid2 > div[style*="background-image"] {
    padding-bottom: 30%;
}
.grid1 .grid_lft, .grid1 .grid_rgt, .grid2 .grid_lft, .grid2 .grid_rgt {
    text-align: left;
}
.abc ul {
    max-width: 100%;
    text-align: left;
}
.inner_banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
imgTextRow .textDiv {
    padding: 20px 4%;
}


.title-head h2 {
    font-size: 21px;
}
.cut-cost-right h3 {
    font-size: 21px;
}
.cut-cost-right p {
    font-size: 15px;
}

.cut-cost-sec {
    padding: 30px 0;
}


.video-box {
    width: 290px;
}
.video-sec .video-text {
    width: calc(100% - 290px);
} 
.med-list li {
    width: 100%;
    padding-right: 0;
}
.accessories-sec .acc-col {
    width: 50%;
	padding:15px;
}
.acc-col .acc-text-box {
    padding: 20px 0;
}
.benifit_col {
    width: 100%;
    margin-right:0;
	margin-bottom:15px;
}
.benifit_col:last-child
{
	margin-bottom:0;
}  
.btn {
    font-size: 15px;
}
.normal_btn {
    min-width: 170px;
}


.logo-bx {
    width: 32%;
    margin-right: 2%;
    padding: 10px; 
}
.logo-sec {
    padding: 20px 0 40px;
}

footer.newFooter .subFooter  ul li,
footer.newFooter .topFooter ul li {
    margin: 0 0 10px; 
	display:inline-block;
	width:50%;
	margin-right:-4px;
	
}
footer.newFooter .subFooter,
footer.newFooter .topFooter
{
	text-align:left;
}
footer.newFooter .topFooter li + li {
    margin-left: 0;
} 
.contactInfo > div {
    width: 100%;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
}
.contactInfo > div:last-child
{
	border-bottom:0;
}

.contactInfo + .contactForm form h3 {
    font-size: 21px;
}
.careersForm form {
    padding: 20px;
}


@media only screen and (max-width:767px) and (orientation: landscape)
{
 .logo-bx:nth-child(3n + 3) {
    margin-right: 0;
}
.tabs-bx:nth-child(2n + 2)	
{
	border-right:0;
}

}


}

@media only screen and (max-width: 767px) {
.contactForm span.wpcf7-list-item {margin: 0; width: 100%;}
.contactForm span.wpcf7-list-item label {justify-content: center;}
}
@media only screen and (max-width: 576px) {
	.contactInfo > div {text-align: center;width: 100%;}
	.contactInfo > div + div {padding-left: 0;}

	/* Roofing Page Style */
	.pageTabs ul[role="tablist"] {display: table;}
	.pageTabs ul[role="tablist"] > li {display: block}
	.pageTabs ul[role="tablist"] > li + li {border-top: 1px solid #d4d4d4;}

	/* Rainwear Page Style */
	.custom-door-gray .snowSafety, .rainwear .custom-door-gray.custom-door-nobg .snowSafetyInner {padding: 30px;}
	.eavestroughWrapper > div {display: block;width: 100%;}
	.imageContainer figure {padding-bottom: 75%;}
 
	/* Window And Doors Page Style */
	.window-gal-post {width: 100%;}
	.internal_pages .window-gallery p {font-size: 18px;}

	/* Sales Division Page Style */
	.mt:nth-child(2) {margin-top: 30px;}
	.pageTabs .snowSafety ul li {width: 100%;}

	.window-gal-post figure {margin-left: auto;margin-right: auto;max-width: 260px;padding-bottom: 50%;}
	label.fileGroup > input {flex-shrink: 1}
	
	
	.title {
    font-size: 20px;
}
.imgTextRow.aign-center, 
.imgTextRow
{
	display:block;
}
	.steel-sec .imgTextRow figure {
    max-width: 100%;
    min-height: 250px;
}
.steel-sec .imgTextRow .textDiv {
    width: 100%;
    padding: 20px;
}
.hdr_top ul li {
    font-size: 12px;
}

.dual_iamges figure
{
	width:100% !important;margin-bottom:15px;
}.dual_iamges figure:last-child
{
	margin-bottom:0;
}

.grid1, .grid2 {
    display: block;
    height: auto;
} 

.Skewed .grid1 .grid_rgt, .Skewed .grid2 .grid_lft {
    height: 210px;
}
.myRedBtn {
    font-size: 14px;
}
.imgTextRow figure {
    height: 350px;
}

.imgTextRow figure img 
{ 
	max-width: 100%;
}
.tabs-bx {
    width: 100%;
}
.about-ser-sec .about-ser {
    width: 100%;
}
.ourBrands .item figure img {
    max-width: 50%;
}

.guardsTextRow .textDiv h3, 
.steel-sec .guardsTextRow .textDiv h3
{
   font-size: 17px;
}
.abx .title-head {
    margin-top: 20px;
}
.internal_pages p, .internal_pages ul li, .imgTextRow .textDiv li {
    font-size: 16px;
}

.video-sec {
    flex-direction: column;
}
.video-sec .video-text {
    width: 100%;
	padding:0;
}
.video-box {
    width: 100%;
    margin-top: 20px;
}
.about-ser-in {
    min-height: auto;
}
.accessories-sec .acc-col {
    width: 100%; 
}
#slider-small.flexslider .slides > li .vide-_figure {
    height: 197px;
}
.video-sec.slider .video-box
{
	margin-top:0;
}
.window_door_sec {
    flex-direction: column;
}
.window_door_sec .window_door_left {
    width: 100%;
    height: 236px;
}
.window_door_sec .window_door_sider {
    width: 100%;
}
.logo-bx {
    width: 49%;
    margin-right: 2%;
}
.logo-bx:nth-child(2n + 2) {
    margin-right: 0;
}
.tabs-bx
{
	border-right:0;
}
.imgTextRow .textDiv {
    min-height: auto;
    padding: 20px 15px;
}
}

@media only screen and (max-width:479px){
	.brandsSlider:not(.owl-carousel) .item {
		width: 33.33%;margin-bottom: 5px;
	  }
	  .brandsSlider:not(.owl-carousel) {
		margin: 0 -20px -15px;
	  }
	  .ourBrands .item figure img {max-height: 70px;}
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
	.col-xs-12 {width: 50%;}
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
	.col-xs-12 {text-align: center;/*width: 100%;*/}
	footer div[class*="col-xs"] + div[class*="col-xs"] {margin-top: 15px;}
	footer .row > div > ul {margin-bottom: 0;}

	/* Community Page Style */
	.supportLogos figure {margin-bottom: 15px;}
}

.grecaptcha-badge {
    display: none !important;
}


.covid-msg {display: block; top: 0; left: auto; background: #1565ad; color: #ffffff; z-index: 9999999; width: 100%; text-align: center; font-size: 15px; padding: 9px 20px;line-height: 18px;display: none !important; }
.covid-msg a { color: #ffffff !important; text-decoration: underline !important }


.brandsSlider:not(.owl-carousel) {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;margin: 0 -20px -25px;
}
.brandsSlider:not(.owl-carousel) .item {
	width: 20%;
	padding: 15px;
	margin-bottom: 25px;
}