/*
Theme Name: Swift Vent
Author: Rotary Creative - Mark Feltwell
Author URI: http://www.rotaryprinters.co.uk/
Description: Graphic Design, Litho Printing, Digital Printing and Web Design in Stourport, Kidderminster, Worcester, Birmingham
Version: 1.0
Tags:
Text Domain: swiftvent
*/

/* Swift Vent Style */

@import url("css/root.css");

html {
	font-size: 12px;
}

@media (min-width: 576px) {
	html {
		font-size: 13px;
	}
}

@media (min-width: 768px) {
	html {
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	html {
		font-size: 16px;
	}
}

body {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.logged-in {
	position: relative;
	top: 0;
}

:focus {
	outline: none !important;
  border-color: #94C120 !important;
	box-shadow: none !important;
}

.wrapper {
	margin-left: 60px;
	position: relative;
}

.shift-r {
	text-align: right;
}

.icon svg {
	fill: #94C120;
}

h1 {
  font-size: 7rem;
  font-weight: 300;
  line-height: 0.9;
}

@media (max-width: 767.98px) {
	h1 {
	  font-size: 5rem;
	}
}

h1 span {
  font-size: 3.2rem;
  display: block;
  line-height: 1;
}

h2 {
  text-align: center;
  margin-bottom: 70px;
  font-weight: 300;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}

h3 {
	font-size: 3.5rem;
  letter-spacing: 1px;
  font-weight: 400;
}

h3 span {
	font-size: 0.9rem;
  line-height: 25px;
  font-weight: 300;
  display: block;
  color: #9a9a9a;
  margin-top: 20px;
	letter-spacing: 0;
}

a,
a:hover {
	color: #94C120;
}

@media (max-width: 767.98px) {
	.mobsp30 {
		margin-bottom: 30px;
	}
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
	line-height: 1.35;
	margin-bottom: 5px;
}

.btn-primary {
  color: #fff;
  background-color: #94C120;
  border-color: #94C120;
}

.btn-primary:hover {
  color: #fff;
  background-color: #82ab17;
  border-color: #729613;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #82ab17;
  border-color: #729613;
}

.swift-btn {
	padding-right: 60px;
	position: relative;
}

.swift-btn::after {
	content: url(../swiftvent/images/sw_logo_icon_wh.png);
  position: absolute;
	top: -25px;
  right: 8px;
	transform: scale(0.35);
	filter: drop-shadow(0 5px 20px rgba(0, 0, 0, 0.5));
	transition: 0.15s;
	-webkit-transition: 0.15s;
	height: 55px;
	width: 55px;
}

.swift-btn.btn-sm::after {
	transform: scale(0.285);
	height: 45px;
	width: 45px;
	top: -22px;
}

.swift-btn:hover::after {
	right: 3px;
}

.flexy {
  display: flex;
  align-items: center;
}

.flexy2 {
  display: flex;
	flex-direction: column;
	justify-content: center;
}

.flexy3 {
  display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.flexy div {
  width: 100%;
	margin-left: 0;
}

.spaced {
	display: flex;
  flex-direction: column;
	justify-content: space-between;
}

.margB {
	margin-bottom: 30px;
}

.margB10 {
	margin-bottom: 10px;
}

.standard {
  background: #fff;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767.98px) {
	.standard {
	  padding: 80px 0;
	}
}

.page_titles {
	text-align: right;
	color: #fff;
	padding: 60px 0;
	position: relative;
}

.page_titles h1 {
	font-size: 5rem;
	margin-top: 60px;
}

@media (max-width: 767.98px) {
	.page_titles h1 {
		margin-top: 80px;
	}
}

.bkg_icon {
  position: absolute;
  top: 20px;
  right: -100px;
  width: 60%;
  opacity: 0.02;
}

.info {
	color: #6c757c;
}

.info h3 {
	font-weight: 300;
	margin-bottom: 30px;
}

.info p {
	font-weight: 300;
}

.breadcrumb {
  margin-bottom: 0;
  border-radius: 0;
  text-align: right;
}

p#breadcrumbs {
  margin: 0;
	font-size: 0.9rem;
}

p#breadcrumbs a {
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

p#breadcrumbs a:hover {
  text-decoration: none;
	color: #333;
	opacity: 0.7;
}

.anchor {
	display: block;
  position: relative;
  top: 0;
  visibility: hidden;
}

.sticky ~ .services_page .anchor {
  top: -58px;
}

.badge {
  margin-left: 5px;
}

/*  Navigation _______________________________________________________________*/

.side-nav {
  position: fixed;
	top: 0;
  height: 100vh;
  width: 60px;
  border-right: 2px solid #fff;
  background: #94C120;
  text-align: center;
  padding: 20px 0;
	font-size: 0.8rem;
	z-index: 600;
}

.logged-in .side-nav {
	top: unset;
}

.side-nav p {
	font-size: 0.8rem;
}

.side-nav svg {
  font-size: 1.7rem;
}

.menu-btn {
	background: none;
	border: none;
	cursor: pointer;
}

.menu-btn svg {
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.menu-btn svg:hover,
.menu-btn svg:focus {
	opacity: 0.4;
}

.menu-exit {
  background: #94C120;
  position: absolute;
  left: 0;
  width: 100%;
	display: none;
}

.menu-box {
  position: absolute;
  top: 80px;
	left: -200px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.menu-box ul {
  text-align: right;
  width: 190px;
	position: relative;
}

.menu-box ul li {
  font-size: 1.2rem;
  line-height: normal;
  margin: 0;
  color: #fff;
	background: #94C120;
	position: relative;
	left: -200px;
	transition: 0.6s;
	-webkit-transition: 0.6s;
}

.menu-box ul li:first-child {
	border-top: 2px solid #fff;
}

.menu-box ul li a {
	color: inherit;
	display: block;
	width: 100%;
	padding: 10px;
	padding-right: 15px;
	padding-bottom: 8px;
	border-bottom: 2px solid #94C120;
	position: relative;
  z-index: 1;
}

.menu-box ul li a:hover {
	text-decoration: none;
	background: #82ab17;
	border-bottom: 2px solid #729613;
}

.slide_out {
	left: 0 !important;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.menu-box ul li.li-slide {
	left: 0 !important;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.menu-box li a img.zoom_icon {
  height: 30px;
  position: absolute;
  top: 6.5px;
	right: 200px;
	opacity: 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	z-index: -1;
	filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.4));
}

.menu-box ul li a:hover img.zoom_icon {
  right: -24px;
	opacity: 1;

}

.menu-box ul li a.zoomout img.zoom_icon {
  right: -50px;
	opacity: 0;
}

@media (min-width: 768px) {
	.menuBtns {
		display: none;
	}
}

/* Main Menu _________________________________________________________________*/

.navi {
  padding: 10px 0 10px 70px;
  background: #252525;
  z-index: 599;
  width: 100%;
	position: relative;
	top: 0;
	transition: 0.3s;
}

@media (max-width: 767.98px) {
	.navi {
	  display: none;
	}
}

.navi.slideD {
	position: fixed;
	top: 0;
	animation: slidie 0.5s ease-out;
}

.navi.slideU {
	animation: slidieU 0.3s ease-out;
}

@keyframes slidie {
	0% {
		transform: translateY(-55px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes slidieU {
	0% {
		transform: translateY(100px);
	}

	100% {
		transform: translateY(0);
	}
}

.mainMenu li {
	display: inline-block;
	margin: 0 5px;
	font-weight: 500;
}

.mainMenu li a {
  color: #fff;
}

.mainMenu li a:hover,
.mainMenu li.current-menu-item a:hover,
.mainMenu li.current_page_item a:hover {
  color: #729613;
	text-decoration: none;
}

.mainMenu li.current-menu-item a,
.mainMenu li.current_page_item a {
	color: #94C120;
}

/* Header ____________________________________________________________________*/

header {
  position: absolute;
	top: 48px;
  width: 100%;
	padding-left: 60px;
	z-index: 10;
}

@media (max-width: 767.98px) {
	header {
		top: 0;
	}
}

.logo_bar {
	padding-top: 10px;
	padding-bottom: 10px;
}

.logo-icon {
  max-width: 345px;
  text-align: center;
  margin-bottom: -10px;
}

.logo-icon svg {
  width: 50px;
  fill: #94C120;
}

p.logo-sub {
  max-width: 345px;
  text-align: center;
  margin-top: -2px;
}

.logo_head,
.logo_head img,
.logo_head svg {
	max-height: 50px;
}

.logo_head svg {
	height: 40px;
}

.logo_head a {
	transition: 0.15s;
	-webkit-transition: 0.15s;
}

.logo_head a:hover {
	opacity: 0.75;
	text-decoration: none;
}

@media (min-width: 768px) {
	.logo_head svg {
		height: 50px;
	}
}

.call-us-top {
	display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}

.call-us-top p {
  margin: 0;
  margin-right: 15px;
  font-size: 1.1rem;
  font-weight: 500;
}

@media (max-width: 767.98px) {
	.call-us-top {
		margin-top: -10px;
	}

	.call-us-top .icon {
		display: none;
	}

	.call-us-top p {
	  margin-right: 0;
	}
}

.call-us-top p a,
.call-us-top p a:hover {
	color: inherit;
}


.contact_slide {
  position: fixed;
  right: 10px;
  top: 450px;
	cursor: pointer;
	z-index: 601;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

@media (min-width: 992px) {
	.contact_slide.moveUp {
	  top: 30px;
	}
}

.contact_circle {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
	box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	border: 4px solid #94C120;
  padding: 10px;
}

@media (min-width: 992px) {
	.contact_slide:hover {
		 right: 130px;
	}
}

@media (max-width: 991.98px) {
	.contact_slide {
		left: 1px;
    right: unset;
    top: 90px;
	}
}

.contact_circle svg {
  font-size: 2rem;
	color: #94C120;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.contact_slide:hover svg {
  transform: rotate(90deg);
}

.contact_tab {
  position: absolute;
  top: 7px;
  right: -175px;
  background: #fff;
  padding: 10px;
  padding-left: 30px;
  padding-right: 60px;
  z-index: -1;
	box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991.98px) {
	.contact_tab {
		right: unset;
    left: -160px;
    background: #fff;
    padding-right: 30px;
    padding-left: 60px;
	}
}

@media (max-width: 575.98px) {
	.contact_tab {
    left: -150px;
	}
}

.contact_tab p {
	margin: 0;
}

.quick_box {
  position: fixed;
  top: 100px;
  right: -300px;
  background: #fff;
  padding: 15px;
  width: 280px;
	z-index: 601;
	box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.quick_box.hello {
	right: 0;
}

@media (max-width: 991.98px) {
	.quick_box {
	  top: 160px;
	  left: -300px;
		right: unset;
	}

	.quick_box.hello {
		right: unset;
		left: 0;
	}
}

.quick_box h3 {
  margin: -15px;
  margin-bottom: 15px;
  padding: 10px 15px;
  background: #94C120;
  color: #fff;
	font-size: 2rem;
}

.quick_box ul {
  margin-bottom: 10px;
}

.quick_box ul li svg {
	color: #94C120;
}

.quick_box ul li a {
  color: #6c757c;
}

.quick_box .bkg_icon {
  top: 7px;
  right: 5px;
  opacity: 1;
  fill: #fff;
  width: 42px;
}

/* Footer ____________________________________________________________________*/

footer {
	background: #f6f6f6;
	color: #8a8a8a;
	padding: 90px 0 10px;
	position: relative;
}

@media (max-width: 767.98px) {
	footer {
		padding: 60px 0 10px;
	}
}

.sub-foot {
  padding-top: 50px;
}

.foot-logo {
  position: absolute;
  width: 400px;
  bottom: 0;
  left: -20px;
  fill: #94C120;
}

@media (max-width: 991.98px) {
	.foot-logo {
	  width: 300px;
	}
}

@media (max-width: 767.98px) {
	.foot-logo {
	  width: 225px;
	}
}

@media (max-width: 575.98px) {
	.foot-logo {
	  width: 150px;
	}
}

footer ul,
footer h4 {
	text-align: right;
}

footer ul a,
footer ul a:hover {
	color: inherit;
}

footer h4 {
	font-size: 1.3rem;
	margin-bottom: 5px;
	font-weight: 400;
}

footer svg,
.contact_info svg {
	color: #94C120;
}

ul.foot-links li {
  font-size: 1.3rem;
  margin: 0;
}

.sub-foot .sub-left img {
	max-height: 50px;
}

.sub-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.sub-foot .sub-right ul li {
	margin: 0;
  height: 100%;
	color: inherit;
	font-size: 0.75rem;
}

.accreditations {
  padding: 20px;
}

.accreditations a {
  filter: grayscale(1);
  opacity: 0.6;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.accreditations a img {
  max-height: 35px;
	margin: 5px 0;
}

.accreditations a:hover {
  filter: grayscale(0);
  opacity: 1;
}

.swiftLogo {
	margin-right: 15px;
}

/* Home ______________________________________________________________________*/

.main {
	text-align: right;
	color: #fff;
	padding: 120px 0;
	position: relative;
}

#spacer.slideD .main {
	margin-top: 48px;
}

@media (max-width: 767.98px) {
	.home .main {
		padding: 160px 0 80px;
	}
}


.main_bkg {
	width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  background: #000;
	filter: grayscale(1) contrast(130%);
}

.main_bkg img {
	width: 100%;
  height: 100%;
  opacity: 0.55;
  object-fit: cover;
	z-index: 0;
}

.main p {
  font-size: 1.3rem;
	font-weight: 300;
}

.home-about {
	padding: 200px 0;
}

@media (max-width: 767.98px) {
	.home-about {
		padding: 80px 0;
	}
}

.stack_image {
	position: relative;
}

.image_1,
.image_2 {
 	box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.3);
}

.image_2 {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 65%;
}

/* Services __________________________________________________________________*/

.services {
	position: relative;
	padding: 80px 0 60px;
	color: #fff;
}

.services svg {
	color: #94C120;
}

.standard_bkg {
	width: 100%;
  height: 110%;
  position: absolute;
  top: 0;
  z-index: -1;
  background: #000;
  overflow: hidden;
  margin: -10px;
	margin-left: 0;
}

.standard_bkg img {
	width: 100%;
  height: 100%;
  object-fit: cover;
	opacity: 0.65;
	filter: blur(5px);
	-webkit-filter: blur(5px);
}

.service_box {
	text-align: center;
}

.service_box p {
  text-align: justify;
}

.service_box svg {
	font-size: 5rem;
  margin-bottom: 20px;
}

.service_box h4,
.service_box p {
	font-weight: 300;
}

/* Contact ___________________________________________________________________*/

.contact_page h3 {
	margin-bottom: 30px;
	font-weight: 400;
	color: #6c757c;
}

.contact_info {
  border: 1px solid #ced4da;
  padding: 30px;
  border-radius: 0.5rem;
  background: #fff;
}

.contact_info ul li {
  font-size: 1.4rem;
  font-weight: 300;
  color: #6c757c;
}

.map {
	height: 400px;
}

.wpcf7-form br {
  display: none;
}

.wpcf7-submit.swiftHide {
  display: none;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700;
  background: #f7e700;
}

div.wpcf7-response-output {
  border-radius: 0.25rem;
	margin: 30px 0 0 !important;
	text-align: center;
}

.quickform div.wpcf7-response-output {
	margin: -20px 0 0 !important;
	font-size: 0.9rem;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #729613 !important;
  background: #729613;
	color: #fff;
}

span.wpcf7-not-valid-tip {
	font-size: 0.9rem !important;
  font-weight: 300 !important;
  padding-left: 10px;
}

/* News ______________________________________________________________________*/

.news_page .post_box {
  position: relative;
  padding-top: 350px;
	height: 100%;
}

@media (max-width: 1199.98px) {
	.news_page .post_box {
	  padding-top: 275px;
	}
}

@media (max-width: 991.98px) {
	.news_page .post_box {
	  padding-top: 200px;
	}
}

.news_page .post_image {
  position: absolute;
  top: 0;
  height: 100%;
}

.news_page .post_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news_page .post_text {
  padding: 30px;
  position: relative;
	height: 100%;
}

.news_page .postText {
  z-index: 10;
  position: relative;
	color: #fff;
	font-weight: 400;
}

.news_page .postText h4 a {
	color: #fff;
}

.post_text .swift_button {
  width: 100%;
  text-align: right;
}

.post-date {
	font-weight: 500;
}

.single_news_page .post_text {
  padding-top: 60px;
}

.single_news_page .post_image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.bkg_color {
  background-color: #94C120;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.bkg_color .bkg_icon {
  position: absolute;
  top: -70px;
  right: -18px;
  width: 176px;
  opacity: 1;
  fill: #94C120;
}

.aligncenter {
  margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}

.alignright {
  float: right;
  margin-left: 20px;
	max-width: 100%;
	height: auto;
}

.alignleft {
  float: left;
  margin-right: 20px;
	max-width: 100%;
	height: auto;
}

@media (max-width: 767.98px) {
	.alignright,
	.alignleft {
		float: none;
		margin-left: 0;
		width: 100%;
		height: auto;
	}
}

.wp-caption {
	margin-bottom: 20px;
}

.wp-caption img {
  width: 100%;
  height: 100%;
}

.wp-caption-text {
  padding: 10px;
  background: #f9f9f9;
  width: 100%;
  font-size: 0.8rem;
  border: 1px solid #f1f1f1 !important;
	margin-bottom: 0;
	color: #555;
}

/* Gallery ___________________________________________________________________*/

.gallery_page {
	padding: 80px 0;
}

.gallery_cats .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #94C120;
  border: 1px solid #94C120;
}

.gallery_cats .nav-link {
  transition: 0.3s;
  -webkit-transition: 0.3s;
	padding-right: 45px;
}

.gallery_cats .nav-link:hover {
  padding-left: 21px;
  padding-right: 34px;
}

.gallery_cats .nav-pills .nav-link .badge-secondary {
  background-color: #94C120;
}

.gallery_cats .nav-pills .nav-link.active .badge-secondary {
  background-color: #fff;
	color: #94C120;
}

.gallery_cats h4,
.gallery_page h3 {
	font-weight: 300;
}

.gallery_cats h4 svg {
	color: #94C120;
}

p.modal_desc {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.card,
.card-img {
	border-radius: 0;
}

a.gallery_modal_link {
	cursor: pointer;
}

.gallery_page .card:hover {
	border-color: #94C120;
}

.gallery_page a {
	color: #212529;
}

.gallery_cats .nav-link {
  position: relative;
}

.gallery_cats .bkg_icon {
  top: 2px;
  right: 2px;
  width: 40px;
  opacity: 1;
  z-index: 0;
  fill: #fff;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

/* Products __________________________________________________________________*/

.products {
	overflow: hidden;
	position: relative;
}

.cat_box {
  background: #f6f6f6;
  height: 100%;
  margin-left: -15px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cb_top {
	padding: 30px;
	min-height: 300px;
}

.cb_top h3 {
	font-size: 2.85rem;
}

@media (max-width: 991.98px) {
	.cb_top h3 {
		font-size: 2.6rem;
	}
}

@media (max-width: 767.98px) {
	.cat_box {
	  margin-right: -15px;
	}

	.cb_top {
		min-height: unset;
	}

	.cb_top h3 {
		font-size: 3rem;
	}
}

.cb_bottom {
  width: 100%;
}

.cb_bottom_inner {
  position: relative;
  padding: 50px;
	text-align: center;
}

.cb_bottom_inner img.cat_img {
  filter: grayscale(1);
  position: relative;
  z-index: 1;
	max-height: 300px;
}

.cat_bkg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}

.cat_bkg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	filter: grayscale(1);
	opacity: 0.4;
}

.all_products {
	padding: 30px 15px 30px 30px;
}

.product_inner {
  height: 100%;
	position: relative;
	min-height: 300px;
}

.product_text {
  position: absolute;
	bottom: 0;
	left: 0;
  height: 100%;
	width: 100%;
	padding: 15px;
	overflow: hidden;
}

.product_text h4,
.product_text p {
	position: relative;
	z-index: 5;
	color: #fff;
}

.product_text h4 {
	font-size: 2rem;
  letter-spacing: 1px;
  word-spacing: 200px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	padding: 15px;
}

@media (max-width: 1440px) {
	.product_text h4 {
		font-size: 1.6rem;
		padding: 5px;
	}
}

@media (max-width: 1070px) {
	.product_text h4 {
		padding: 0;
	}
}

@media (max-width: 991.98px) {
	.product_text h4 {
		font-size: 1.9rem;
		padding: 5px;
	}
}

@media (max-width: 767.98px) {
	.product_text h4 {
		font-size: 2rem;
		padding: 15px;
	}
}

.product_text p {
	font-size: 0.9rem;
  padding: 15px;
  position: absolute;
  bottom: -100%;
	left: 0;
  margin: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

@media (max-width: 575.98px) {
	.product_text h4 {
		word-spacing: 300px;
	}

	.product_text p {
		font-size: 1.2rem;
	}
}

.product_text p .inner-bkg {
	background: #272727;
	opacity: 0.8;
	z-index: -5;
}

.product_link {
	cursor: pointer;
}

.product_link:hover .product_text h4 {
	font-size: 1.5rem;
	padding-top: 5px;
}

.product_link:hover .product_text p {
	bottom: 0;
}

.inner-bkg {
	background: #94C120;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.product_bkg {
  height: 100%;
  width: 100%;
}

.product_bkg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
	filter: grayscale(100%);
}

button.read-btn {
  margin-top: 10px;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}

.read-btn img {
  height: 15px;
}

@media (min-width: 576px) {
	.modal-dialog {
    max-width: 700px;
	}
}

h5.modal-title {
  font-size: 2.5rem;
	line-height: normal;
}

.modal-row {
  margin: 20px 15px;
}

.product_img {
  margin: 0 15px 15px 0;
}

ul.modal-contact,
.features {
	background: #f7f7f7;
	border-radius: 5px;
	padding: 20px 30px;
	margin-top: 30px;
}

ul.modal-contact li.head {
	font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 20px;
}

ul.modal-contact li svg {
	margin-right: 5px;
	color: #94C120;
}

ul.modal-contact li a {
	color: inherit;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

ul.modal-contact li a:hover {
	color: #94C120;
	text-decoration: none;
}

.modal-desc {
  margin: 30px 0;
	color: #333;
	font-weight: 300;
	line-height: 1.6;
}

.features {
	background: #eee;
	color: #333;
}

.features img {
  height: 15px;
  margin-right: 5px;
  filter: brightness(40%);
}

.get_in_touch {
	margin-top: 60px;
}

.get_in_touch.standard {
	margin-top: 0;
}

.get_in_touch h4 {
	margin-bottom: 30px;
}

.get_in_touch .contact_circle {
	height: 80px;
	width: 80px;
	min-width: 80px;
	min-height: 80px;
	box-shadow: none;
}

@media (max-width: 991.98px) {
	.get_in_touch .contact_circle {
		height: 60px;
		width: 60px;
		min-width: 60px;
		min-height: 60px;
	}
}

.get_in_touch .contact_circle svg {
  font-size: 2.5rem;
}

.prod_cont {
	border-right: 1px solid #c3c3c3;
	padding: 15px 30px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.prod_cont {
		padding: 15px;
	}
}

@media (max-width: 767.98px) {
	.prod_cont {
		border-bottom: 1px solid #c3c3c3;
		border-right: 0;
	}
}

.prod_cont:last-child {
  border-right: 0;
}

.get_in_touch .prod_contact {
  display: flex;
  align-items: center;
}

.get_in_touch .prod_contact p {
  margin: 10px;
	font-size: 1.5rem;
	font-weight: 500;
}

.get_in_touch a,
.get_in_touch button.send {
	float: right;
	font-size: 2rem;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	margin-top: 15px;
}

.get_in_touch button.send {
	border: 0;
	background: none;
	cursor: pointer;
	color: #94C120;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	padding: 0;
}

.get_in_touch a:hover,
.get_in_touch button.send:hover {
	text-decoration: none;
	color: #333;
	opacity: 0.8;
}

#sendMessage .form {
	margin-top: 30px;
}

/* Service Nav _______________________________________________________________*/

.service_nav {
	position: relative;
}

.service_nav.sticky {
	position: fixed;
	top: 44px;
	left: 30px;
	width: 100%;
	z-index: 500;
}

@media (max-width: 575.98px) {
	.service_nav.sticky {
		z-index: 90;
	}
}

.service_btn {
  background: #94C120;
  padding: 10px 20px 10px 10px;
	position: relative;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.service_btn:hover {
  filter: brightness(110%);
}

.ser_btn-1 .service_btn {
	background: #94C120;
}

.ser_btn-2 .service_btn {
	background: #80a71b;
}

.ser_btn-3 .service_btn {
	background: #729418;
}

.ser_btn-4 .service_btn {
	background: #617e14;
}

.ser_btn-5 .service_btn {
	background: #526b11;
}

.ser_btn-6 .service_btn {
	background: #44590e;
}

.service_btn h5 {
	margin: 0;
	font-size: 1rem;
}

@media (max-width: 1199.98px) {
	.service_btn h5 {
		font-size: 0.86rem;
	}
}

@media (max-width: 575.98px) {
	.service_btn {
		padding: 10px;
	}

	.service_btn a svg {
		margin: auto !important;
	}

	.service_btn h5 {
		display: none;
	}
}

.service_btn a {
	display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: right;
  word-spacing: 100px;
  color: #333;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.service_btn:hover a {
  color: #fff;
	text-decoration: none;
}

.service_btn a svg {
  color: #fff;
  font-size: 2rem;
	margin-left: 10px;
	filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.25));
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.service_btn a:hover svg {
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}

/* Services __________________________________________________________________*/

.sticky ~ .services_page {
	margin-top: 58px;
}

.service_section {
	padding: 100px 0;
	overflow: hidden;
}

@media (max-width: 767.98px) {
	.service_section {
		padding: 60px 0;
	}
}

.service_section p {
	font-weight: 300;
}

.service_alt {
  background: rgba(0, 0, 0, 0.02);
}

.service_section h2 {
	border: none;
	text-align: left;
	font-size: 2.5rem;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cecece;
}

.service_section.service_alt h2 {
  text-align: right;
}

.service_images {
  padding: 0 0 40px 20px;
	position: relative;
}

.service_alt .service_images {
  padding: 0 20px 40px 0;
}

.service_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15rem;
  color: #94C120;
	z-index: 5;
	position: relative;
}

.service_icon.corner {
  position: absolute;
  bottom: 40px;
  right: 0;
  font-size: 4rem;
  padding: 10px;
}

.service_alt .service_icon.corner {
  left: 0;
	right: unset;
}

.service_images .bkg_icon {
  top: 0;
  right: -10px;
  width: 70%;
}

.bkg_icon.has_img {
  right: -150px;
  top: -65px;
}

.service_images img {
	box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 5;
}

.service_section p.lead {
  text-align: justify;
  font-weight: 400;
}

.if_feat .features {
	margin-top: 0;
}

.feature_box {
  padding: 20px 10px;
  position: relative;
}

.feature_box p {
  z-index: 5;
  position: relative;
  margin-left: 10px;
  margin-bottom: 0;
	font-weight: 400;
}

.feature_box img {
  position: absolute;
  top: 0;
  left: -10px;
  height: 55px;
  filter: brightness(100%);
}

/* About Page ________________________________________________________________*/

.about_page {
	position: relative;
  overflow: hidden;
}

.about_page,
.about_page article {
	padding: 60px 0;
}

@media (max-width: 767.98px) {
	.about_page article {
		padding: 30px 0;
	}
}

.full_image {
  width: 100%;
  height: 500px;
	z-index: 5;
	position: relative;
}

.full_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about_page blockquote {
	width: 100%;
	font-size: 2.5rem;
	font-weight: 500;
}

.about_page blockquote svg {
  font-size: 1.2rem;
  vertical-align: text-top;
}

blockquote.sm-quote {
  padding: 10px 25px;
  margin: 0 25px;
  border-top: 5px solid black;
  border-bottom: 5px solid black;
}

@media (max-width: 767.98px) {
	blockquote.sm-quote {
	  border-width: 3px;
	}
}

.about_page article .service_images {
	padding: 0;
}

.about_text.ab_l {
	padding-left: 60px;
}

.about_text.ab_r {
	padding-right: 60px;
}

@media (max-width: 991.98px) {
	.about_text.ab_l {
		padding-left: 0;
	}

	.about_text.ab_r {
		padding-right: 0;
	}
}

.about_page .service_icon {
	 color: #94C120;
}

.side_icon {
  position: absolute;
  right: 0;
  top: 90px;
  font-size: 10rem;
  color: #94C120;
}

.about_image_side {
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.3);
}
