@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import "lib/css/base/reset.css";
@import "lib/css/main.css";

.two-col-layout {
	flex-basis: 50%;
	align-items: center;
}

.gutter-lg {
	padding: 2rem;
}

.header-title {
	padding: 7rem 0 1rem;
}

.title-style1 {
	font-size: 1.6rem;
}

.gutter6 {
	padding-bottom: 6rem;
}

.gutter13 {
	padding-bottom: 13rem;
}

.font-semi-bold {
	font-weight: 600;
}

.text-color-red {
	color: #ff2c2c;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

/*  Products block start*/
.products-block .tab-list {
	margin: 0;
	border-bottom: 2px solid #282828;
	position: relative;
}

.products-block .tab-list li {
	position: relative;
	float: left;
	width: 33.33%;
}

.products-block .tab-list li a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -2px;
	border-bottom: 2px solid transparent;
}

.products-block .tab-list li a {
	display: block;
	font-size: 2rem;
	font-weight: 500;
	transition: 0.2s ease-in-out;
	text-transform: uppercase;
	padding-bottom: 3rem;
}

.products-block .tab-list li a:hover,
.products-block .tab-list li a.active,
.products-block .tab-list li a.active.show {
	text-decoration: none;
	color: #ff0000;
}

.products-block .tab-list li a:hover:after,
.products-block .tab-list li a.active:after {
	border-color: #ff2c2c;
}

.products-block .tab-list li + li {
	padding-left: 6rem;
}

.less-width {
	width: 405px;
	max-width: 100%;
}

.products-block .content-details {
	text-align: left;
}

.product-item-title {
	font: 1.8rem/2rem "Poppins", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 1.5rem;
}

.products-block .content-details p {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
}

.products-block .content-details a.read-more {
	text-decoration: underline;
	font-style: italic;
	color: #ff2c2c;
}

.products-block .product-slider .col-sm-4.slick-slide {
	padding-right: 2.5rem;
}

.products-block .slick-prev {
	position: absolute;
	left: -45px;
	top: 50%;
	z-index: 5;
	width: 60px;
	height: 60px;
	background: #000 url("images/left-arrow.svg") no-repeat center;
	font-size: 0;
	border: none;
	border-radius: 5px 0 0 5px;
	cursor: pointer;
}

.products-block .slick-next {
	position: absolute;
	right: -39px;
	top: 50%;
	z-index: 5;
	width: 60px;
	height: 60px;
	background: #000 url("images/left-arrow.svg") no-repeat center;
	transform: rotate(180deg);
	font-size: 0;
	border: none;
	border-radius: 5px 0 0 5px;
	cursor: pointer;
}

.box-shadow {
	-webkit-box-shadow: 0 0 25px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 0 25px -9px rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 25px -9px rgba(0, 0, 0, 0.75);
}

/* premium block start */
.more-width {
	width: 1680px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

.arrow-down:after {
	position: absolute;
	content: "";
	top: 100%;
	left: 50%;
	margin-left: -35px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 35px 0 35px;
	border-color: #f2f2f2 transparent transparent transparent;
	z-index: 1;
}

.premium-block p {
	font-size: 1.8rem;
	line-height: 3.6rem;
	color: #666666;
}

.premium-block .bg-dark p {
	color: #ffffff;
}

.premium-block .bg-dark h4 {
	color: #ffffff;
}

.home .about-us a {
	color: #ff0000;
	text-decoration: underline;
}

.home .about-us a:hover {
	text-decoration: none;
}

.premium-block .text-wrap {
	display: flex;
}

.premium-block .text-wrap .inner {
	margin: auto;
	padding: 0 5rem;
}

.premium-block .row:nth-child(even) .text-wrap {
	order: 2;
}

.btn-img.black:after,
.btn-img.red:after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #555555;
	border-radius: 50%;
	vertical-align: middle;
	margin-left: 10px;
}

.btn-img.red:after {
	background: url("images/arrow-right-red.png") no-repeat center;
}

.btn-img.black:after {
	background: url("images/arrow-right-white.png") no-repeat center;
}

.gform_wrapper ul li.gform_validation_container {
	display: none;
}

/*============================
    ##Product page
==============================*/
.p-r-0 {
	padding-right: 0;
}

.p-l-0 {
	padding-left: 0;
}

.less-width1 {
	max-width: 1150px;
}

.less-width2 {
	max-width: 1150px;
	margin: 0 auto;
}

.img-bordered {
	border: 12px solid #ffff;
	box-shadow: 0 0 50px 0 rgba(51, 51, 51, 0.32);
	transition: 0.3s all;
}

.img-bordered-small {
	border: 7px solid #fff;
	transition: 0.3s all;
}

.sep-btm1 {
	border-bottom: 1px solid #eee;
}

.products-layout {
	font-weight: 300;
	font-size: 18px;
	padding: 8rem 0 0 0;
	line-height: 1.5;
}

/*.products-layout .row{
    padding-bottom: 8rem;
}*/
.products-layout .text-wrap {
	padding-left: 12rem;
}

.products-layout .row:nth-child(even) .text-wrap {
	padding: 0 12rem 0 0;
}

.products-layout h2 {
	font-size: 4.8rem;
	margin-bottom: 2rem;
	line-height: 1;
	font-weight: 200;
}

.products-layout h3 {
	font-size: 4.2rem;
	margin-bottom: 2rem;
	line-height: 1;
}

/*.products-layout h2 a,
.products-layout h3 a{
    color: #282828;
    text-decoration: none;
}*/
.products-layout .row:nth-child(even) .img-col {
	order: 2;
}

/*Hero banner block */
.hero-block {
	color: #fff;
	font-size: 4.5rem;
	font-family: "Heading Pro EL", sans-serif;
	font-weight: 200;
	letter-spacing: 2px;
	line-height: 1.13;
	padding: 5rem 0;
	background: url("images/hero-banner-lightning.jpg") no-repeat center;
	z-index: 0;
	position: relative;
}

.hero-block:after {
	content: "";
	background-color: rgba(232, 38, 42, 0.9);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.hero-block .click-here {
	display: inline-block;
	color: #fff;
	font-size: 6.5rem;
	font-weight: 700;
	text-decoration: none;
	margin-top: 3rem;
}

.hero-block .click-here:hover {
	text-decoration: underline;
}

@media (max-width: 1199.98px) {
	.hero-block {
		font-size: 4rem;
	}

	.hero-block .click-here {
		font-size: 5rem;
	}
}

/**/
.two-column-text ul {
	padding-left: 20px;
	margin-left: 0;
}

.products-block .product-item {
	position: relative;
	transition: 0.3s all;
}

.products-block .product-item:hover .content-details,
.products-block .product-item:hover .content-details a.read-more {
	color: #ffffff;
}

.products-block .product-item .content-details a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.product-item:hover {
	background: #e9262a !important;
}

@media (min-width: 992px) {
	.gutter-lg {
		padding: 5rem 10rem;
	}
}

/* Plug Selector Type Page Styles */
.title-style5.color1,
.color1,
.boxes-layout .title-style5 {
	color: #333;
}

.bg-color1 {
	background-color: #fbfbfb;
}

.bg-color2 {
	background-color: #f6f6f6;
}

.color2 {
	color: #e9262a;
}

.text-medium,
.two-boxes-layout .text-holder {
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: 300;
}

.boxes-layout .col.text-holder {
	position: relative;
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: 300;
	padding: 25px 40px;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	transition: 0.3s all;
}

.boxes-layout .col .inner {
	margin: auto;
}

.boxes-layout .col-md-6:hover .text-holder,
.boxes-layout .text-holder:hover {
	background: #e9262a;
	color: #fff;
	box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.35);
}

.boxes-layout .col-md-6:hover .text-holder h4,
.boxes-layout .col-md-6:hover .text-holder a,
.boxes-layout .text-holder:hover h4 {
	color: #fff;
}

.boxes-layout .col-md-6:hover .img-holder {
	border-color: #e9262a;
}

/*Category page */
.boxes-layout.clear.sep-btm1 {
	padding-bottom: 70px;
}

/* Plug Selector Page Styles */
.plug-selector-block {
	background: #fbfbfb;
}

/* Plug Selector table Page Styles */

.table-style1 th {
	border: 0;
	color: #686868;
	font-weight: 300;
	text-align: center;
	padding: 1.5rem;
}

.table-style1 .table td {
	border: 0;
	color: #686868;
	font-weight: 300;
	background: #f3f3f3;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.table-style1 .table td a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
}

.table-style1 tbody th {
	background: #2d0000;
	color: #fff;
}

.table-style1 tbody tr:nth-child(odd) th {
	background: #450000;
}

.table-style1 thead {
	border: 0;
}

.table-style1 thead th {
	border: 0;
	color: #333;
}

.table-style1 tbody tr:nth-child(odd) td:nth-child(even),
.table-style1 tbody tr:nth-child(even) td:nth-child(odd) {
	background: #eeeeee;
}

.table-style1.hover-row .table tbody tr:hover td {
	background: red;
	color: #fff;
	cursor: pointer;
}

.table-style1 .table tbody tr td:hover a,
.table-style1.hover-row .table tbody tr:hover td a {
	color: #fff;
}

.table-style1 .table tbody tr td:hover {
	background: red;
	color: #fff;
	cursor: pointer;
}

/*Contact Us page*/
.boxes-three-block .col {
	background-color: #fff;
	padding: 40px 20px;
	height: 100%;
	box-shadow: 0 0 20px 5px rgba(51, 51, 51, 0.06);
}

.boxes-three-block .col a:hover {
	text-decoration: none;
}

.boxes-three-block .col small {
	display: block;
	font-size: 2.6rem;
}

.boxes-three-block .col:hover .normal,
.boxes-three-block .col .hover {
	height: 0;
	width: 0;
}

.boxes-three-block .col:hover .hover {
	height: auto;
	width: auto;
}

.boxes-three-block .col:hover {
	background: url("images/bg-contact-boxes.jpg") no-repeat center;
	background-size: cover;
	transition: 0.3s all;
}

.boxes-three-block .col:hover .title-style5 {
	color: #fff;
}

.contact-method ul {
	background: #fff;
	box-shadow: 0 0 20px 5px rgba(51, 51, 51, 0.06);
	border-left: #da0000 7px solid;
	border-radius: 5px;
	padding-left: 30px;
	max-width: 1130px;
	margin: 0 auto 70px;
}

.contact-method li {
	display: inline-block;
	font-size: 2.6rem;
	padding: 30px 10px 30px 50px;
	color: #282828;
	min-width: 30%;
}

.contact-method .call-us {
	background: url("images/icon-phone-gray.png") no-repeat left center;
}

.contact-method .fax-us {
	background: url("images/icon-fax.png") no-repeat left center;
}

.contact-method .email-us {
	background: url("images/icon-mail.png") no-repeat left center;
	text-transform: uppercase;
}

/*Application Form Layout */
.application-form-wrap .gform_body {
	margin-bottom: 5px;
}

.application-form-wrap .gform_body input,
.application-form-wrap .gform_body textarea,
.application-form-wrap .gform_body select {
	color: #000 !important;
	border-color: #dddcdc;
	background: #fff;
	resize: none;
}

.application-form-wrap .gform_body .gform_button:hover {
	background: red;
	border-color: red;
}

.application-form-wrap {
	max-width: 900px;
	margin: 0 auto;
}

.application-form-wrap .gform_body li {
	display: inline-block;
	width: 50%;
	font-size: 18px;
	letter-spacing: 0;
	padding: 0 10px;
	vertical-align: top;
}

.application-form-wrap .gform_body ul {
	font-size: 0;
	letter-spacing: -4px;
	margin: 0 -10px;
}

.full-width {
	width: 100% !important;
}

.application-form-wrap .gform_wrapper .ginput_container_address span {
	display: inline-block;
	width: 50%;
	padding: 0 10px;
	margin-bottom: 15px;
}

.application-form-wrap .gform_wrapper .ginput_container_address {
	margin: 0 -10px -15px;
}

.application-form-wrap .gform_wrapper .gfield_checkbox li {
	margin-bottom: 0;
	font-size: 1.4rem;
	width: 100%;
}

.gform_wrapper .gfield_checkbox label {
	display: inline;
	font-size: 1.4rem;
}

.banner-desc {
	font-size: 3rem;
	color: #fff;
	font-family: "Poppins", sans-serif;
	display: block;
	text-transform: capitalize;
	line-height: 1;
}

.three-col a,
.three-col .img-holder,
.three-col .text-icon-holder {
	display: inline-block;
	color: #fff;
}

.three-col a:hover .img-holder {
	background: rgba(242, 58, 70, 0.2);
}

.three-col a:hover .icon,
.three-col a:hover .hover-text {
	opacity: 1;
}

.three-col .img-holder {
	position: relative;
}

.three-col .img-holder:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
}

.three-col .text-icon-holder {
	position: absolute;
	top: 170px;
	left: 100px;
	min-width: 200px;
}

.title-style5 {
	font-family: "Heading Compressed Pro Book", sans-serif;
	font-size: 3.7rem;
	font-weight: 400;
	line-height: 4.5rem;
	color: #fff;
	margin-bottom: 1rem;
	display: inherit;
}

.three-col .icon {
	opacity: 0;
}

.three-col a .text-icon-holder .active-text {
	font-size: 1.8rem;
}

.three-col a:hover .text-icon-holder .active-text {
	display: none;
	font-weight: 300;
}

.three-col a:hover .img-holder:after {
	background: rgba(242, 58, 70, 0.8);
}

.three-col .hover-text {
	font-size: 1.8rem;
	display: block;
	opacity: 0;
	font-weight: 300;
}

.col2-block .img-holder {
	display: inline-block;
	vertical-align: top;
	border: 6px solid #fff;
	border-radius: 4px;
	max-width: 330px;
}

.col2-block .text-holder {
	display: inline-block;
	vertical-align: top;
	padding-top: 2.5rem;
	padding-left: 2.5rem;
}

.col2-block .title-style5 {
	color: #2d2d2d;
}

.list-style1 {
	margin: 0;
	padding: 0;
}

.list-style1 li {
	list-style: none;
	position: relative;
	padding-left: 2.5rem;
}

.list-style1 li:before {
	position: absolute;
	content: "";
	top: 15px;
	left: 0;
	width: 8px;
	height: 12px;
	background: url("images/list-arrow.png") no-repeat;
}

.list-style1 li a {
	color: #da0000;
	font-weight: 300;
	font-size: 1.8rem;
}

/*End Plug Selector Page Styles */
.main-navigation ul ul a {
	width: 230px;
}

.email-address i {
	font-size: 30px;
	position: relative;
	top: 5px;
	color: #da0000;
}

.main-navigation .email-address:hover i {
	color: #da0000;
}

.main-navigation .email-address:hover,
.main-navigation .email-address a:hover {
	background: transparent !important;
}

.featured-slider .slick-arrow {
	background-color: #ccc;
}

.top-footer {
	background-size: cover;
}

.highlight-block .text-block {
	position: relative;
}

.boxes-layout .col.text-holder .more-link:after,
.highlight-block .text-block .more-link:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.highlight-block .img-bordered {
	transition: 0.3s all;
}

.highlight-block .row:hover .img-bordered,
.highlight-block .img-bordered:hover {
	border-color: #e9262a;
	box-shadow: 0 0 50px 0 rgba(233, 38, 42, 0.32);
}

.highlight-block .row:hover .text-block {
	background: #e9262a;
	color: #fff;
	box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.35);
}

.highlight-block .row:hover .text-block a,
.highlight-block .row:hover .text-block h3,
.highlight-block .row:hover .text-block h2 {
	color: #fff;
}

.gfield_error.recaptcha .validation_message {
	display: block;
	visibility: visible;
	color: red;
	font-size: 1.5rem;
}

.gform_hidden {
	display: none;
}

/* custom css */

.thank-you-item a.btn-primary {
	display: block;
	text-align: center;
}

.thank-you-item a.btn-primary:hover {
	text-decoration: none;
}

/* ----------------------------------------
 *  ## s-tables
 * ---------------------------------------- */
.s-table table {
	border-width: 0;
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	font-size: 16px;
}

.s-table .display-1 {
	color: #e9262a;
}

.s-table .table thead th {
	color: #e9262a;
	background-color: transparent;
	font-weight: 700;
	border-color: #e9262a;
	border-top: transparent;
}

.s-table th,
.s-table td {
	padding: 15px 30px;
	position: relative;
	color: #686868;
	font-weight: 300;
	text-align: center;
	vertical-align: middle;
	font-size: 2rem;
	line-height: 4rem;
}

.s-table td a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.s-table tr td:not(:first-child):hover {
	background: red;
}

.s-table td:hover a {
	color: #fff;
	cursor: pointer;
}

/*Plug selector breadcrumb*/
.site-breadcrumb {
	background-color: #edeff0;
	margin-left: 0;
}

.site-breadcrumb::after {
	clear: both;
	content: "";
	display: table;
}

.site-breadcrumb li {
	display: inline-block;
	float: left;
	margin: 0.5em 0;
}

/*

*/
.site-breadcrumb li > * {
	display: inline-block;
	font-size: 1.4rem;
	color: #2c3f4c;
	line-height: 1;
}

.site-breadcrumb li.current > * {
	color: #e9262a;
}

.no-touch .site-breadcrumb a:hover,
.no-touch .cd-multi-steps a:hover {
	color: #e9262a;
}

.site-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before {
	background-position: -20px 0;
}

.site-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before {
	background-position: -40px 0;
}

.site-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before {
	background-position: -60px 0;
}

.site-breadcrumb.custom-icons li.current:first-of-type > *::before {
	background-position: 0 -20px;
}

.site-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before {
	background-position: -20px -20px;
}

.site-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before {
	background-position: -40px -20px;
}

.site-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before {
	background-position: -60px -20px;
}

.site-breadcrumb {
	padding: 0 1.2em;
}

.site-breadcrumb li {
	margin: 0 0 0 0.3%;
	width: 19.7%;
}

.site-breadcrumb li::after {
	margin: 0 1em;
}

.site-breadcrumb li > * {
	font-size: 3rem;
	width: 100%;
}

.site-breadcrumb {
	background-color: transparent;
	padding: 0;
	margin-bottom: 1.5rem;
}

.site-breadcrumb li {
	position: relative;
	padding: 0;
}

.site-breadcrumb li:last-of-type {
	margin-right: 0;
}

.site-breadcrumb li > * {
	position: relative;
	padding: 1em 1em 1em 1.8em;
	text-align: center;
	color: #fff;
	background-color: #2c3f4c;
	border-color: #2c3f4c;
	transition: 0.3s all;
}

.site-breadcrumb li:hover > *,
.site-breadcrumb li.current > * {
	color: #fff;
	background-color: #e9262a;
	border-color: #e9262a;
	text-decoration: none;
}

.site-breadcrumb li:first-of-type > * {
	padding-left: 1.2em;
	border-radius: 0.25em 0 0 0.25em;
}

.site-breadcrumb li:last-of-type > * {
	padding-right: 2.6em;
	border-radius: 0 0.25em 0.25em 0;
}

.site-breadcrumb li::after,
.site-breadcrumb li > *::after {
	content: "";
	position: absolute;
	top: 0;
	left: 99.8%;
	height: 0;
	width: 0;
	border: 45px solid transparent;
	border-right-width: 0;
	border-left-width: 20px;
}

.site-breadcrumb li::after {
	z-index: 1;
	-webkit-transform: translateX(4px);
	-moz-transform: translateX(4px);
	-ms-transform: translateX(4px);
	-o-transform: translateX(4px);
	transform: translateX(4px);
	border-left-color: #fff;
	margin: 0;
}

.site-breadcrumb.triangle li > *::after {
	z-index: 2;
	border-left-color: inherit;
}

.site-breadcrumb li:last-of-type::after,
.site-breadcrumb li:last-of-type > *::after {
	display: none;
}

.site-breadcrumb.custom-separator li::after {
	background-image: none;
}

.site-breadcrumb.custom-icons li::after,
.site-breadcrumb.custom-icons li > *::after {
	border-top-width: 25px;
	border-bottom-width: 25px;
}

@-moz-document url-prefix() {
	.site-breadcrumb li::after,
	.site-breadcrumb li > *::after {
		border-left-style: dashed;
	}
}

.site-breadcrumb.custom-icons li.current:first-of-type em::before {
	background-position: 0 -40px;
}

.site-breadcrumb.custom-icons li.current:nth-of-type(2) em::before {
	background-position: -20px -40px;
}

.site-breadcrumb.custom-icons li.current:nth-of-type(3) em::before {
	background-position: -40px -40px;
}

.site-breadcrumb.custom-icons li.current:nth-of-type(4) em::before {
	background-position: -60px -40px;
}

.sec-linked-breadcrumb ol {
	list-style: none;
	margin-left: 0;
	padding: 0 0 5px 5px;
	border-bottom: 1px solid rgba(44, 63, 76, 0.12);
	margin-bottom: 5rem;
	font-size: 1.5rem;
	line-height: 1.5;
}

.sec-linked-breadcrumb ol li {
	width: 19.7%;
	display: inline-block;
	margin: 0;
	text-align: center;
}

.sec-linked-breadcrumb ol li > * {
	position: relative;
	display: inline-block;
	padding-left: 12px;
	color: #2c3f4c;
	text-decoration: none;
	transition: 0.3s all;
}

.sec-linked-breadcrumb ol li > *::after {
	position: absolute;
	display: inline-block;
	content: "\00bb";
	color: #e9262a;
	border: none;
	top: 0;
	/*left: 15px;*/
	left: 2px;
}

.site-breadcrumb li:last-of-type span {
	padding-right: 3.5rem;
}

.sec-linked-breadcrumb ol li > * span {
	display: block;
	width: 100%;
}

.sec-linked-breadcrumb ol li:first-child > *::after {
	display: none;
}

.sec-linked-breadcrumb ol li > a:hover {
	color: red;
}

.custom-breadcrumb.btm-gutter5 {
	margin-bottom: 2rem;
}

.btn-wrap {
	margin: 0;
	list-style: none;
	padding: 0;
	text-align: center;
}

.btn-wrap li {
	margin-bottom: 15px;
	display: inline-block;
}

.btn-wrap li a {
	display: block;
	text-transform: none;
	padding: 10px 20px;
	font-size: 2.8rem;
}

.thank-you .product-item-title {
	font-size: 1.5rem;
	padding-bottom: 0;
}

.thank-you .product-item:hover a,
.thank-you .product-item-title:hover {
	text-decoration: none;
	color: #ffffff;
}

.btn-wrap li a:hover {
	text-decoration: none;
}

.products-layout a {
	color: #ff0000;
	text-decoration: underline;
}

.products-layout a:hover {
	text-decoration: none;
}

@media (max-width: 1400px) {
	/* .home .banner-block .banner-text {
        padding-left: 5rem;
    } */

	.banner-form {
		right: 100px;
	}

	.slick-slider .slick-arrow {
		height: 5rem;
		width: 3rem;
		background-size: 1.5rem;
	}

	.products-block .slick-prev {
		left: 20px;
	}

	.products-block .slick-next {
		right: 20px;
		margin-top: -20px;
	}

	/* .banner-block h1,
    .banner-block h2 {
        line-height: 1;
        font-size: 8.5rem;
    } */
}

@media (max-width: 1199px) {
	.products-layout {
		padding: 4rem 0 0 0;
	}

	.products-layout .row {
		padding-bottom: 4rem;
	}

	.products-layout .text-wrap {
		padding-left: 5rem;
	}

	.products-layout .row:nth-child(even) .text-wrap {
		padding: 0 5rem 0 0;
	}

	.boxes-layout .col.text-holder {
		font-size: 1.5rem;
		padding: 1.5rem;
	}

	.title-style5 {
		font-size: 2.7rem;
		line-height: 1;
	}

	.text-medium,
	.two-boxes-layout .text-holder {
		font-size: 1.5rem;
	}

	.boxes-layout.clear.sep-btm1 {
		padding-bottom: 3rem;
	}

	.btm-gutter6 {
		margin-bottom: 3rem;
	}

	/* .boxes-layout.clear.sep-btm1 .row {}

    .home .banner-block .banner-text {
        max-width: 55%;
        padding-left: 2.5rem;
    } */

	.banner-form {
		max-width: 960px;
	}

	.banner-block .item {
		min-height: 585px;
	}

	.top-header .menu li a {
		padding: 30px 5px;
		font-size: 1.4rem;
	}

	.contact-method ul {
		overflow: hidden;
	}

	.contact-method li {
		float: left;
		font-size: 2rem;
	}

	.premium-block .text-wrap .inner {
		padding: 1rem 3rem;
	}

	.premium-block p {
		/* font-size: 1.6rem; */
		line-height: 1.6;
	}

	h4 {
		font-size: 3.3rem;
		line-height: 1;
	}

	.products-block .tab-list li + li {
		padding-left: 0;
	}

	.products-block .tab-list li a {
		line-height: 1.1;
	}

	.banner-block.inner h1 {
		font-size: 4rem;
	}

	.site-breadcrumb li > * {
		padding: 1.3em 1em 1.3em 1.6em;
		font-size: 2.5rem;
	}

	.hero-block .click-here {
		margin-top: 0;
	}
}

/*1199*/

@media (max-width: 1199px) {
	.thank-you-item a.btn-primary {
		font-size: 2rem;
	}

	.top-header .menu .phone-number a {
		font-size: 0;
		padding: 1.7rem;
		background-position: center;
		vertical-align: top;
	}

	.banner-block h1,
	.banner-block h2 {
		font-size: 4.4rem;
	}
}

@media (max-width: 991px) {
	.top-header .menu li a {
		padding: 1.5rem 0.8rem;
	}

	.img-bordered {
		border-width: 7px;
	}

	.banner-block.inner .item {
		min-height: 220px;
	}

	h3 {
		font-size: 5rem;
		line-height: 1;
		margin-bottom: 1rem;
	}

	.products-layout {
		font-size: 1.6rem;
	}

	.products-layout .text-wrap {
		padding-left: 1.5rem;
	}

	.products-layout .row:nth-child(even) .text-wrap {
		padding: 0 1.5rem 0 0;
	}

	.products-layout h2 {
		font-size: 3.8rem;
		margin-bottom: 0.5rem;
	}

	.hero-block {
		font-size: 3rem;
		padding: 4rem 0;
	}

	.hero-block .click-here {
		font-size: 5rem;
	}

	.top-footer {
		padding: 4rem 0 10rem;
	}

	.banner-form {
		max-width: 852px;
	}

	.banner-block .item {
		min-height: 490px;
	}

	.banner-form .form-holder {
		padding: 2.5rem 2rem;
	}

	.banner-form h3 {
		margin-bottom: 1rem;
		line-height: 1;
		font-size: 3.2rem;
	}

	/* 
    .banner-block h1,
    .banner-block h2 {
        font-size: 6.5rem;
    } */

	h1 small {
		font-size: 2rem;
	}

	h2 {
		font-size: 5rem;
	}

	h4 {
		font-size: 3rem;
	}

	.header-title {
		padding: 3rem 0 0;
	}

	.about-us:after {
		opacity: 0.05;
	}

	.gutter13 {
		padding-bottom: 3rem;
	}

	.top-btm-gutter7 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.arrow-down:after {
		display: none;
	}

	.products-block .tab-list li a {
		margin-bottom: 1rem;
	}

	.boxes-three-block .col small {
		font-size: 2rem;
	}

	.boxes-three-block .col img {
		max-width: 80%;
		max-height: 160px;
	}

	.contact-method ul {
		padding-left: 10px;
		margin-bottom: 20px;
	}

	.contact-method li {
		min-width: 27%;
	}

	.btm-gutter7 {
		margin-bottom: 3rem;
	}

	.premium-block .text-wrap .inner {
		padding: 3rem 1.5rem 2rem 1.5rem;
	}

	.bottom-footer {
		padding: 2rem 0;
	}

	.site-breadcrumb li {
		width: auto;
		padding: 0;
		margin: 0;
	}

	.site-breadcrumb {
		background-color: #2c3f4c;
	}

	.site-breadcrumb li > * {
		display: inline-block;
		font-size: 1.9rem;
		padding: 0 1.2em;
		background: none;
		border: none;
	}

	.site-breadcrumb li:first-of-type > * {
		border-radius: 0;
	}

	.site-breadcrumb li:hover > *,
	.site-breadcrumb li.current > * {
		background: none;
	}

	.site-breadcrumb li::after,
	.site-breadcrumb li:last-of-type::after {
		display: none;
	}

	.site-breadcrumb li > *::after {
		position: relative;
		display: inline-block;
		content: "\00bb";
		color: #fff;
		border: none;
		top: 0;
		left: 15px;
	}

	.site-breadcrumb li:last-of-type > * {
		padding: 0 1.2em;
	}

	.sec-linked-breadcrumb ol li > * {
		max-height: 22px;
		overflow: hidden;
	}
}

/*991*/
@media (max-width: 767px) {
	.top-header .site-branding {
		max-width: 200px;
	}

	.banner-form {
		position: static;
		transform: none;
		margin-top: 0;
		max-width: 100%;
		background-color: #000;
	}

	/* .home .banner-block .banner-text {
        max-width: 100%;
        text-align: center;
        padding-left: 0;
    } */

	.banner-block .item {
		min-height: 200px;
	}

	.banner-block h1,
	.banner-block h2 {
		font-size: 3.5rem;
	}

	.about-us .panel-text {
		padding: 0 1.5rem;
		border-left: 1px solid #e7e7e7;
		margin-bottom: 3rem;
		font-size: 1.8rem;
	}

	.about-us .col-md-4 {
		display: none;
	}

	h4 {
		font-size: 3.5rem;
		line-height: 1;
	}

	.footer-form .gform_wrapper .gform_footer {
		padding-top: 1rem;
	}

	.top-footer {
		padding: 3rem 0 10rem;
	}

	.boxes-three-block .col-md-4.text-center {
		margin-bottom: 30px;
	}

	.contact-method li {
		display: block;
		width: 100%;
	}

	.contact-method li {
		padding: 10px 10px 10px 50px;
	}

	.btm-gutter3 {
		margin-bottom: 1rem;
	}

	.premium-block .row:nth-child(odd) .text-wrap {
		order: 2;
	}
}

/*767*/
@media (max-width: 575px) {
	html {
		font-size: 8px;
	}

	/* .top-header .site-branding {
        padding-top: 10px;
        padding-bottom: 10px;
    } */

	body button#responsive-menu-button {
		width: 50px !important;
	}

	.banner-block.inner .item {
		min-height: 120px;
	}

	.banner-block.inner h1 {
		font-size: 2.5rem;
		line-height: 1.3;
		padding: 0;
		text-transform: none;
		margin: 0;
	}

	.banner-block.inner h1 small {
		font-size: 1.6rem;
		line-height: 1.5;
	}

	.boxes-layout.clear.sep-btm1 .row {
		margin-bottom: 0;
	}

	.boxes-layout .col.text-holder {
		padding-left: 5px;
	}

	.boxes-layout .col,
	.products-layout .col-sm-6 {
		padding: 0 15px;
	}

	.products-layout .img-wrap {
		border-width: 7px;
		margin-bottom: 2rem;
	}

	.products-layout .row:nth-child(even) .text-wrap,
	.products-layout .text-wrap {
		padding: 0;
	}

	.hero-block {
		font-size: 2rem;
		padding: 2.5rem 0 2rem;
	}

	.hero-block .click-here {
		font-size: 3rem;
	}

	.products-layout {
		font-size: 2rem;
	}

	.contact-form .gform_wrapper .gform_body ul,
	.footer-form .gform_wrapper .gform_body ul {
		width: 100%;
	}

	#page .gform_wrapper .gform_body ul textarea {
		height: 15rem;
	}

	h3 {
		font-size: 4rem;
		line-height: 1;
	}

	.medium,
	.boxes-layout .col.text-holder {
		font-size: 1.5rem;
	}

	footer input,
	footer select,
	footer optgroup,
	footer textarea {
		line-height: 2rem;
	}

	/* .home .banner-block h1,
    .home .banner-block h2 {
        font-family: 'Heading Compressed Pro Bold', sans-serif;
    } */

	.products-block .less-width {
		margin: 0 auto;
	}

	.products-block .less-width img {
		margin: 0 auto;
	}

	.products-block .product-slider2 .col-sm-4.slick-slide,
	.products-block .product-slider .col-sm-4.slick-slide {
		padding-right: 15px;
	}

	.products-block .tab-list {
		margin: 0;
		border-bottom: 0;
	}

	.products-block .tab-list li a {
		padding-bottom: 0;
	}

	.products-block .tab-list li + li {
		padding-left: 0;
	}

	.products-block .tab-list li {
		float: left;
		width: 100%;
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}

	.application-form-wrap .gform_body li {
		width: 100%;
	}

	.btn-wrap li {
		display: block;
	}

	.products-layout .row:nth-child(even) .img-col {
		order: initial;
	}
}

@media (max-width: 345px) {
	.about-us .panel-text {
		padding: 0;
		border-left: none;
		margin-bottom: 1rem;
	}
}

/*575*/

.slick-slider .slick-slide {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.column.w2 {
	padding: 0 15px;
}

/* Exit Popup */
.exitPopup {
	font-family: "Popins", sans-serif;
	color: #555555;
	padding: 0 15px;
}

.exitPopup .modal-dialog {
	max-width: 937px;
	margin: 0.5rem auto;
	border-radius: 0;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
}

.exitPopup .modal-content {
	border-radius: 0;
}

.exitPopup .modal-dialog .modal-header,
.exitPopup .modal-dialog .modal-body,
.exitPopup .modal-dialog .modal-footer {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	border: 0;
	align-items: center;
}

.exitPopup .modal-dialog .modal-header .close {
	font-size: 16px;
	position: absolute;
	top: 6px;
	right: 21px;
	z-index: 3;
	margin: 0;
	padding: 0;
	font-size: 50px;
	font-weight: 100;
	color: #000;
	opacity: 1;
}

.exitPopup .modal-dialog .modal-body__left {
	width: 48.2%;
}

.exitPopup .modal-dialog .modal-body__right {
	width: 51.8%;
}

.exitPopup .modal-dialog h2 {
	font-size: 36px;
	color: #da0000;
	line-height: 1.3;
	font-family: "Popins", sans-serif;
	margin-bottom: 5px;
}

.exitPopup .modal-dialog .gform_wrapper {
	padding: 20px 55px 75px 41px;
	position: relative;
	z-index: 1;
}

.exitPopup .modal-dialog .gfield {
	margin-bottom: 20px;
}

.exitPopup .modal-dialog .form-title {
	max-width: 370px;
	margin: 0 auto 25px;
	text-transform: capitalize;
}

.exitPopup .modal-dialog .gfield.opt-close {
	margin-bottom: 0;
	position: absolute;
	bottom: 35px;
	left: 0;
	right: 0;
	z-index: 2;
}

.exitPopup .gfield.opt-close .close {
	float: none;
	font-size: 18px;
	color: #8d8d8d;
	text-transform: capitalize;
	font-weight: 500;
	opacity: 1 !important;
}

.exitPopup .gfield.opt-close .close:hover {
	text-decoration: underline;
}

.exitPopup .gform_wrapper .gform_body input,
.exitPopup .gform_wrapper .gform_body select,
.exitPopup .gform_wrapper .gform_body textarea {
	color: #555555 !important;
	padding: 10px 15px;
	border: 1px solid #d2d2d2;
	height: 58px;
}

.exitPopup .gform_wrapper .gform_body input::placeholder,
.exitPopup .gform_wrapper .gform_body select::placeholder,
.exitPopup .gform_wrapper .gform_body textarea::placeholder {
	color: #d2d2d2 !important;
	opacity: 1 !important;
}

.exitPopup .modal-dialog .gform_footer {
	padding-top: 17px;
}

.exitPopup .gform_wrapper .gform_button {
	font-family: "Poppins", sans-serif;
	font-size: 21px;
	text-transform: capitalize;
	padding: 15px;
}

@media screen and (max-width: 991px) {
	.exitPopup .modal-dialog {
		max-width: 485px;
	}

	.exitPopup .modal-dialog .modal-body__left {
		display: none;
	}

	.exitPopup .modal-dialog .modal-body__right {
		width: 100%;
	}

	.exitPopup .modal-dialog .gform_wrapper {
		padding: 20px 35px 75px;
	}

	.exitPopup .modal-dialog .modal-header .close {
		background: #000;
		height: 30px;
		width: 30px;
		color: #fff;
		border-radius: 50%;
		font-size: 29px;
		top: -10px;
		right: -10px;
		border: 1px solid #fff;
	}
}

@media screen and (max-width: 575px) {
	.exitPopup .modal-dialog .gform_wrapper {
		padding: 20px 15px 75px;
	}

	.exitPopup .gform_wrapper .gform_body input,
	.exitPopup .gform_wrapper .gform_body select,
	.exitPopup .gform_wrapper .gform_body textarea {
		height: 50px;
		font-size: 14px;
	}

	.exitPopup .modal-dialog .gform_footer {
		padding-top: 0;
	}

	.exitPopup .modal-dialog .modal-header .close {
		top: -10px;
		right: -10px;
		line-height: 1;
	}

	.exitPopup .modal-dialog .modal-header .close span {
		line-height: 1;
	}
}

div#gform_confirmation_message_8 {
	padding: 0 20px;
}

/******************** Blog Page ******************/
.banner-block.inner .item:after {
	background: rgba(0, 0, 0, 0.5);
}

.banner-block .bg-cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.blog-page {
	padding: 50px 0;
}

.blog-sidebar {
	font-family: "Montserrat", sans-serif;
}

.form-search .form-label {
	display: none;
}

.form-search .form-control {
	border: 0;
	border-radius: 0;
	height: 60px;
	padding: 10px 20px;
	color: #000 !important;
	font-size: 16px;
}

.form-search__btn {
	width: 50px;
	background: transparent;
	border: 0;
	border-radius: 0;
	font-size: 20px;
	text-align: center;
	padding: 5px;
	cursor: pointer;
}

.blog-sidebar__item {
	box-shadow: 0 3px 18px rgba(0, 0, 0, 0.05);
	margin-bottom: 40px;
}

.blog-sidebar__item .heading {
	border-bottom: 1px solid rgba(191, 191, 191, 0.15);
}

.blog-sidebar__item .form-wrap {
	padding: 20px;
}

.blog-sidebar__item .gform_submission_error {
	color: #da0000;
}

.blog-sidebar__title {
	font-size: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: #212121;
	line-height: 1.3;
	padding: 0 20px;
	margin-bottom: 10px;
}

.blog-sidebar__item ul {
	margin: 0;
	list-style-type: none;
	padding-left: 0;
}

.blog-sidebar__item ul li {
	line-height: 1.3;
	color: #212121;
	font-size: 18px;
}

.blog-sidebar__item a {
	text-decoration: none;
	transition: 0.2s all ease-in-out;
}

.blog-sidebar__item .gfield {
	margin-bottom: 15px;
}

.blog-sidebar__item .gfield input,
.blog-sidebar__item .gfield select,
.blog-sidebar__item .gfield textarea {
	border-color: #e2e2e2;
	font-size: 14px;
	color: #212121 !important;
}

.blog-sidebar__item .gfield textarea {
	height: 76px;
	line-height: 1.6;
	padding-top: 10px;
	padding-bottom: 10px;
}

.blog-sidebar__item .gform_button {
	background: #000;
	border-color: #000;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 16px;
	padding: 15px;
	letter-spacing: 1px;
}

.blog-sidebar__item .gform_button:hover {
	background: #da0000;
}

.blog-sidebar__item--category {
	padding-top: 30px;
	background: #f3f3f3;
}

.blog-sidebar__item--category ul {
	padding-top: 10px;
}

.blog-sidebar__item--category li a {
	display: block;
	position: relative;
	padding: 20px 40px 20px 25px;
	color: #212121;
	border-bottom: 1px solid rgba(191, 191, 191, 0.15);
}

.blog-sidebar__item--category li:last-child a {
	border-bottom: 0;
}

.blog-sidebar__item--category li a:hover {
	color: #da0000;
}

.blog-sidebar__item--category li a:hover:after {
	transform: rotate(-90deg);
}

.blog-sidebar__item--category li a:after {
	position: absolute;
	content: "";
	background: url(images/angle-down-icon.png);
	width: 12px;
	height: 7px;
	top: 25px;
	right: 20px;
	transition: 0.2s all ease-in-out;
}

.blog-sidebar__item--category li.active a {
	color: #da0000;
}

.blog-sidebar__item--category li.active a::after {
	transform: rotate(-90deg);
}

.blog-sidebar__item--form .heading {
	padding: 20px;
}

.blog-sidebar__item--form .blog-sidebar__title {
	padding: 0;
	color: #da0000;
}

.blog-sidebar__item--form .blog-sidebar__title:last-child {
	margin-bottom: 0;
}

.article-wrap > .row {
	margin-left: -10px;
	margin-right: -10px;
}

.article-wrap > .row > [class*="col-"] {
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.article-card {
	background-color: #fff;
	box-shadow: 0 3px 33px rgba(0, 0, 0, 0.05);
	padding: 16px 16px 20px;
	font-size: 18px;
	line-height: 1.8;
	font-family: "Montserrat", sans-serif;
	color: #a2a2a2;
}

.article-card:hover .article-card__head figure img {
	transform: scale(1.1);
}

.article-card__head {
	margin-bottom: 16px;
	overflow: hidden;
	position: relative;
}

.article-card__head .stretched-link {
	height: 0;
	font-size: 0;
	display: block;
}

.article-card__head figure {
	margin: 0;
}

.article-card__head figure img {
	width: 100%;
	transition: 0.2s all ease-in-out;
}

.article-card__subtitle {
	font-size: 16px;
	line-height: 1.3;
	padding: 10px 20px;
	background-color: rgba(255, 180, 180, 0.13);
	display: inline-block;
	margin-bottom: 16px;
	color: #717171;
}

.article-card__title {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	color: #212121;
	margin-bottom: 10px;
}

.article-card__title a {
	color: #212121;
	text-decoration: none;
	transition: 0.2s all ease-in-out;
}

.article-card__title a:hover {
	color: #da0000;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

.btn-link {
	position: relative;
	color: #000;
	font-size: 16px;
	line-height: 1.3;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	padding-right: 20px;
	padding-left: 3px;
	text-decoration: none;
	transition: 0.3s all ease-in-out;
	display: inline-block;
}

.btn-link:hover {
	text-decoration: none;
	color: #000;
	padding-right: 25px;
}

.btn-link:hover::before {
	right: 5px;
}

.btn-link::before,
.btn-link:after {
	position: absolute;
	content: "";
}

.btn-link::before {
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	background: url(images/angle-right-black.png);
	width: 7px;
	height: 12px;
	transition: 0.2s all ease-in-out;
}

.btn-link:after {
	height: 10px;
	width: 100%;
	bottom: 0;
	background: #fe0000;
	opacity: 0.16;
	left: 0;
}

.pagination {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 16px;
	padding: 10px 40px;
	background: #fff;
	box-shadow: 0 3px 19px rgba(0, 0, 0, 0.05);
	margin-top: 2rem;
}

.pagination a {
	text-decoration: none;
}

.pagination .page-numbers {
	margin-right: 20px;
	color: #c5c5c5;
}

.pagination .page-numbers:hover {
	color: #000;
}

.pagination .page-numbers.current {
	color: #000;
}

.pagination form {
	display: flex;
	align-items: center;
}

.pagination form input {
	max-width: 41px;
	height: 23px;
	border-color: #bfbfbf;
	color: #000 !important;
	padding: 5px;
	text-align: center;
}

.pagination form input[type="number"]::-webkit-inner-spin-button,
.pagination form input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none !important;
	-moz-appearance: textfield;
}

.pagination form .goto-page {
	margin-left: 10px;
	max-width: 120px;
	font-size: 16px;
	line-height: 1.2;
	color: #000;
	font-weight: 600;
}

.pagination form button {
	background: transparent;
	border: 0;
	border-radius: 0;
	font-size: 16px;
}

.overlay-black {
	position: relative;
	z-index: 1;
}

.overlay-black::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.88);
	z-index: -1;
}

.jumbotron {
	padding: 3rem 0;
	font-family: "Montserrat", sans-serif;
}

.jumbotron.text-white a {
	color: #fff;
	transition: 0.2s all ease-in-out;
}

.jumbotron .d-table {
	height: 245px;
	margin: 0 auto;
}

.jumbotron__content {
	font-size: 28px;
	line-height: 1.4;
	max-width: 940px;
	margin: 0 auto;
}

.jumbotron__content p {
	margin-bottom: 30px;
}

.jumbotron .link {
	font-size: 48px;
	font-weight: 400;
	text-decoration: none;
}

.jumbotron .link:hover {
	color: #e8262a;
}

.blog .bottom-footer,
.single-post .bottom-footer {
	padding-top: 0;
}

.blog .footer-form-wrap,
.single-post .footer-form-wrap {
	margin-bottom: 0;
}

/******************** Blog Single ******************/
.blog-single {
	padding: 70px 0;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	line-height: 1.8;
}

.blog-single h1,
.blog-single h2,
.blog-single h3,
.blog-single h4,
.blog-single h5,
.blog-single h6 {
	font-family: "Montserrat", sans-serif;
	line-height: 1.2;
	font-weight: 700;
}

.blog-single h2 {
	font-size: 32px;
}

.blog-single h3 {
	font-size: 28px;
}

.blog-single h4 {
	font-size: 24px;
}

.blog-single h5 {
	font-size: 18px;
}

.blog-single img {
	margin-bottom: 20px;
}

.blog-single ul {
	margin-left: 0;
}

.banner__breadcrumbs {
	color: #fff;
	font-size: 18px;
	line-height: 1.4;
}

.banner__breadcrumbs a {
	color: #fff;
}

.banner__breadcrumbs .separator {
	margin: 0 3px;
}

/******************** search-no-results ******************/
.no-results .page-title {
	font-family: "Montserrat", sans-serif;
	font-size: 45px;
	line-height: 1.2;
	color: #282828;
}

.no-results .page-content {
	margin-top: 0;
	font-size: 16px;
	line-height: 1.8;
}

/* .bg-cover */
.banner-block .bg-cover > img {
	display: none;
}

/* Responsive */
@media (max-width: 1599px) {
	.blog-sidebar__item {
		margin-bottom: 20px;
	}

	.blog-sidebar__title {
		font-size: 18px;
	}

	.blog-sidebar__item ul li {
		font-size: 16px;
	}

	.blog-sidebar__item--category ul {
		padding-top: 0;
	}

	.blog-sidebar__item--category li a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.article-card {
		font-size: 16px;
	}

	.article-card__subtitle {
		font-size: 15px;
		padding: 10px 15px;
	}

	.article-card__title {
		font-size: 18px;
	}

	.jumbotron .d-table {
		height: 200px;
	}

	.jumbotron__content {
		max-width: 745px;
		font-size: 22px;
	}

	.jumbotron__content p {
		margin-bottom: 20px;
	}

	.jumbotron .link {
		font-size: 38px;
	}

	.blog-single {
		padding: 50px 0;
	}

	.blog-single h3 {
		font-size: 25px;
	}

	.blog-single h4 {
		font-size: 20px;
	}

	.banner__breadcrumbs {
		font-size: 16px;
	}
}

@media (max-width: 1199px) {
	.blog-single {
		font-size: 16px;
	}

	.no-results .page-title {
		font-size: 35px;
	}
}

@media (max-width: 991px) {
	.jumbotron .d-table {
		height: 150px;
	}

	.jumbotron__content {
		max-width: 600px;
		font-size: 18px;
	}

	.jumbotron__content p {
		margin-bottom: 15px;
	}

	.jumbotron .link {
		font-size: 32px;
	}

	.blog-page,
	.blog-single {
		padding: 30px 0;
	}

	.blog-single h2 {
		font-size: 28px;
	}

	.blog-single h4 {
		font-size: 18px;
	}

	.blog-single h5 {
		font-size: 16px;
	}

	.col-content {
		margin-bottom: 40px;
	}

	.blog-single .col-content {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.blog-single h2 {
		font-size: 22px;
	}

	.blog-single h3 {
		font-size: 20px;
	}

	.blog-single img {
		margin-bottom: 15px;
	}

	.pagination {
		padding: 10px 10px 10px 25px;
	}

	.no-results .page-title {
		font-size: 32px;
	}

	.jumbotron__content {
		max-width: 490px;
		font-size: 15px;
	}

	.jumbotron .link {
		font-size: 25px;
	}
}

@media (max-width: 575px) {
	.banner__breadcrumbs {
		font-size: 13px;
	}
}

@media (max-width: 479px) {
	.jumbotron .link {
		font-size: 22px;
	}
}



@media (min-width: 768px){
    .section-boxCard{
        padding-top: 35px;
    }
    .section-boxCard__title {
        margin-bottom: 0;
    }
    .section-boxCard .filter-form {
        margin-bottom: 30px;
    }
    .header-title {
        padding: 5rem 0 1rem;
    }
}