@import url('https://fonts.googleapis.com/css?family=Lato:400,200,300');
.issueButtons {
	display: inline-block;
	width: 19%;
	padding: 20px 0;
	border: 1px solid;
	text-align: center;
	border-radius: 10px;
	margin: 5px;
	cursor: pointer;
}
.issueButtons:hover {
	background-color: #efefef;	
}
.btn-large {
	padding: 10px 50px;
}
.policy-style{font-size:24px;font-weight:600;margin-top:32px;}
.policy-style-h1{font-size:36px;font-weight:600;}

.pt100 {
	padding-top: 100px!important;
}
.border-gdpr {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px!important;
}
.mt30 {
	margin-top: 30px!important;
}
.icon-size {
font-size: 50px!important;
margin-bottom: 20px;
}

.gdpr-form-header {
border: 1px solid #f6f6f6;
padding: 10px;
}
.gdpr-forms {
border: 1px solid #f6f6f6;
padding: 20px;
}
#contact input, select, textarea {
padding: 12px;
margin: 3px 0px 12px 0;
width: 100%;
max-width: 100%;
border: 0px;
font-weight: 400;
font-size: 12px;
line-height: 22px;
color: #555;
background-color: #efefef;
}

#contact input.submit {
width: auto;
font-family: 'Montserrat', sans-serif;
font-size: 12px;
font-weight: 700;
color: #d4000e;
cursor: pointer;
display: inline-block;
line-height: 1;
letter-spacing: 1px;
padding-left: 24px;
padding-right: 24px;
padding-top: 15px;
padding-bottom: 14px;
text-align: center;
text-transform: uppercase;
transition: background-color 0.1s linear;
-moz-transition: background-color 0.1s linear;
-webkit-transition: background-color 0.1s linear;
-o-transition: background-color 0.1s linear;
box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
-o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
transition: opacity 0.3s linear;
-moz-transition: opacity 0.3s linear;
-webkit-transition: opacity 0.3s linear;
-o-transition: opacity 0.3s linear;
}
/* Pricing Card */

.coronavirus {
position: fixed;
top: 0;
text-align: center!important;
width: 100%;
line-height: 100%;
padding: 0!important;
z-index: 99999;
}

.pricing-block .plan {
  background-color: #262626;
  border: 1px solid rgba(237,0,0,0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.pricing-block .plan:hover,
.pricing-block .plan.hover {
  background-color: #1c1c1c;
}
.pricing-block .plan:hover .icon,
.pricing-block .plan.hover .icon {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.pricing-block * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.pricing-block .card-header {
  position: relative;
  padding: 20px 10px;
}
.pricing-block .card-header .icon {
  font-size: 56px;
  margin: 0 15px;
  color: #ed0000;
  display: inline-block;
  float: left;
}
.pricing-block .plan-title {
  top: 0;
  font-weight: 800;
  margin: 10px 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.pricing-block .plan-cost {
  margin: 0;
  opacity: 0.7;
  color: #fff;
}
.pricing-block .plan-price {
  font-weight: 800;
  font-size: 1.3em;
}
.pricing-block .plan-type {
  opacity: 0.8;
  font-size: 0.7em;
  text-transform: uppercase;
}
.pricing-block .plan-features {
  padding: 0;
  margin: 0 0 40px;
  text-align: center;
  list-style: outside none none;
  font-size: 0.8em;
  text-align: left;
}
.pricing-block .plan-features li {
  padding: 5px 5%;
  font-weight: 500;
  opacity: 0.8;
  color: #fff;
  border-left: 5px solid #ed0000;
  margin: 2px 20px;
}
.pricing-block .plan-select {
  text-align: center;
}
.pricing-block .plan-select a {
  display: inline-block;
}
.pricing-block .plan-select a:hover {
  background-color: #262626;
}
.pricing-block .featured {
  margin-top: -10px;
  background-color: #262626;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.pricing-block .featured .plan-select a {
  margin: 20px 0;
}
/* End of Pricing Card */
/* New Ideas */

.mt115 {
	margin-top: 115px;
}
.contact-page-block .form-control {
	background: #fff!important;
}

.left-contact {
	background:  linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url('/client/uploads/1/mitchell-luo-qk9c67beqqq-unsplash.jpg');
	background-size: cover;
}
.left-contact a {
	color: #ED0000;
	text-shadow: #ed0000 0 0 0;
}
.left-contact .icon {
	float: left;
    margin-left: -65px;
    font-size: 30px;
}
.features-section .title {
	padding-bottom: 60px;
}
.features-section .title .h2 {
	text-transform: capitalize;
	font-weight: 700;
	font-size: 38px;
	color: #3e3e3e;
}
.border-red {
/* 	border-top: 2px solid rgba(236, 239, 241, 0.1); */
	height: 1px;
	margin: 15px auto 0;
	position: relative;
	width: 10%;
}
.border-red:before {
	background-color: #ED0000;
	content: '';
	height: 2px;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	top: -2px;
	width: 50px;
}
.team-card {
	border-left: 5px solid rgba(0, 0, 0, 0.08);
    border-top: 5px solid rgba(0, 0, 0, 0.08);
/*     box-shadow: 5px 5px 0px #ED0000; */
    min-height: 275px;
}
.border-red-left{
/* 	border-top: 2px solid rgba(236, 239, 241, 0.1); */
	height: 1px;
	margin: 15px 0 20px 0;
	position: relative;
	width: 10%;
}
.border-red-left:before {
	background-color: #ED0000;
	content: '';
	height: 2px;
	left: 50%;
	margin-left: -30px;
	position: absolute;
	top: -2px;
	width: 100px;
}
.text-info a {
	color: #ed0000;
}


/* End of New Ideas */

.bgdark {
background: rgba(241, 241, 241, 0.5);
}

.bg-grey {
	background-color: #fafafa;
}
.team-text {
	font-size: 16px;
	font-weight: 700;
}
.gallery {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}
.gallery .image {
	width: 100%;
	margin: 7px;
}
.fs26 {
	font-size: 26px;
}
.highlight {
	color: #ED0000;
}
.header-logo {
	padding: 5px;
}

.contact-header-block {
	width: 500px;
	padding: 20px;
	background-color: #fff;
}
.contact-icon-box {
	padding: 15px;
}
.left-header-block {
	float: right;
}
.contact-header-info {
	font-size: 20px;
	font-weight: 700;
}
.contact-header-info a {
	color: #ED0000;
}
/* Accordion */

.phoneNumber {
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.emailAddress {
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.phoneNumber a, .emailAddress a {
	color: #ED0000;
}

.address {
	color: #ed0000;
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.contact-block-mini {
	min-height: 120px;
}
.faq-quote-section {
	padding: 50px 0;
}
.faq-quote-section .bg-info {
	background-color: #ED0000!important;
}

.faq-quote-section .collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
    font-size: 13px;
}
.faq-quote-section .blockquote-custom {
  position: relative;
  font-size: 1.1rem;
}

.faq-quote-section .blockquote-custom-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  left: 50px;
}
/* End of Accordion */

/* Image Hover */
.image-caption-section .hover {
	overflow: hidden;
	position: relative;
	padding-bottom: 60%;
}
.image-caption-section .hover-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	transition: all 0.4s;
}
.image-caption-section .hover img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
.image-caption-section .hover-content {
	position: relative;
	z-index: 99;
}
.image-caption-section .hover-3::after {
  content: '';
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border: 1px solid #ED0000;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 90;
  transition: all 0.3s;
  transform: scale(1.1);
  opacity: 0;
  display: block;
  opacity: 0;
}
.image-caption-section .hover-3-title {
	color: #fff;
	font-size: 30px;
}
.image-caption-section .hover-3-title-1 {
	color: #fff;
	font-size: 17px;
}
.image-caption-section .hover-3-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 99;
  
}

.image-caption-section .hover-3-description {
  opacity: 0;
  transform: scale(1.3);
  transition: all 0.3s;
  color: #fff;
  font-size: 16px;
}
.image-caption-section .hover-3-description-1 {
  opacity: 0;
  transform: scale(1.3);
  transition: all 0.3s;
  color: #fff;
  font-size: 10px;
}

.image-caption-section .hover-3 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-caption-section .hover-3 .hover-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.image-caption-section .hover-3:hover img {
  width: 100%;
}

.image-caption-section .hover-3:hover::after {
  opacity: 1;
  transform: none;
}

.image-caption-section .hover-3:hover .hover-3-description {
  opacity: 1;
  transform: none;
  color: #fff;
}
.image-caption-section .hover-3:hover .hover-3-description-1 {
  opacity: 1;
  transform: none;
  color: #fff;
}

.image-caption-section .hover-3:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}
/* End of Image Hover */
/* Service Page Headers */
.width600 {
	width: 600px;
	margin: 0 auto;
}
.page-holder {
	min-height: 500px;
	border-bottom: 5px solid #ED0000;
}
.bg-cover {
	background-size: cover!important;
	background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8));
	background-position: center bottom;
}

/* End of Service Page Headers */

/* Testimonial Block */
.testimonials-section .section-heading {
	margin-bottom: 15px;
}

.testimonials-section .item {
	margin-bottom: 32px;
}
.testimonials-section .item .box {
	padding: 30px;
	background-color: #fafafa;
	position: relative;
	min-height: 140px;
}
.testimonials-section .item .box:after {
	content: '';
	position: absolute;
	left: 30px;
	bottom: -24px;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-width: 12px 15px;
	border-top-color: #fafafa;
}
.testimonials-section .item .author {
	margin-top: 28px;
	padding-left: 25px;
}
.testimonials-section .item .name {
	font-weight: bold;
	margin-bottom: 2px;
}
.testimonials-section .item .title {
	font-size: 13px;
	color: #ED0000;
}
.testimonials-section .item .description {
	font-size: 15px;
	margin-bottom: 0;
}
.testimonails-section .item .image {
	max-width: 40px;
	float: left;
	margin-right: 12px;
	margin-top: -5px;
	color: #ED0000;
}
/* End of Testimonial Block */
/* CMP Service Block */

.cmp-service .section-heading {
	margin-bottom: 20px;
	padding-top: 40px;
}
.cmp-service .highlight {
	color: #ED0000;
}
.cmp-service .card-text .highlight:hover {
	color: #333;
}
.cmp-service.card::after {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: calc(100% - 40px);
    height: 35px;
    background-color: #fff;
    -webkit-box-shadow: 0 19px 28px 5px rgba(64,64,64,0.09);
    box-shadow: 0 19px 28px 5px rgba(64,64,64,0.09);
    content: '';
    z-index: -1;
}
.cmp-service a.card {
    text-decoration: none;
    border-left: 5px solid rgba(0, 0, 0, 0.08);
    border-top: 5px solid rgba(0, 0, 0, 0.08);
/*     box-shadow: 5px 5px 0px #ED0000; */
}
.cmp-service .card {
    position: relative;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09);
    box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09);
}
.cmp-service .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: .25rem;
}

.cmp-service .box-shadow {
    -webkit-box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09) !important;
    box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09) !important;
}
.cmp-service .rounded-circle {
    border-radius: 50% !important;
}
.cmp-service .ml-auto, .cmp-service .mx-auto {
    margin-left: auto !important;
}
.cmp-service .ml-auto, .cmp-service .mx-auto {
    margin-left: auto !important;
}
.cmp-service .mr-auto, .cmp-service .mx-auto {
    margin-right: auto !important;
}
.cmp-service .mr-auto, .cmp-service .mx-auto {
    margin-right: auto !important;
}
.cmp-service .d-block {
    display: block !important;
}
.cmp-service img, figure {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.cmp-service .card-text {
    padding-top: 12px;
    color: #333;
}

.cmp-service .text-sm {
    font-size: 12px !important;
}

.cmp-service .card-title {
    margin: 0;
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 900;
}

.cmp-service .head-icon{
    margin-top:18px;
    color:#ED0000;
}

/* End of CMP Service Block */
.text-muted {
	color: #333!important;
}
.text-primary {
	color: #ED0000!important;
}

.cpm-title {
font-size: 32px;
line-height: 1.2;
}

.btn-light:hover {
	color: #ED0000;
	background-color: #fafafa;
	border-color: #ED0000!important;
}
.btn-light {
	color: #333;
	background-color: #fafafa;
	border-color: #333;
}

/* Start of Features */

.features-section {
	color: #313437;
	padding-bottom: 30px;
	background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url('/client/uploads/1/etienne-beauregard-riverin-b0acvavsx8e-unsplash.jpg');
	background-size: cover;
	background-attachment: fixed;
	border-top: 4px solid #ed0000;
	border-bottom: 4px solid #ed0000;
}
.features-section .section-heading {
	margin-bottom: 20px;
}
.features-section .intro, .cmp-service .intro, .testimonials-section .intro, .team-section .intro {
	margin: 0 auto 60px;
	max-width: 500px;
}
.features-section .item {
	margin-bottom: 40px;
	min-height: 100px;
}
.features-section .item-2 {
	margin-bottom: 40px;
	min-height: 100px;
	padding-left: 80px;
}
.features-section .item .feature-name {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
}
.features-section .item .feature-description {
	font-size: 15px;
	margin-bottom: 0;
}
.features-section .item .above-icon {
	font-size: 40px;
	color: #ED0000;
}
.features-section .item .icon {
	font-size: 40px;
	color: #ED0000;
	float: left;
	margin-left: -65px;
}

.features-section .item-2 .feature-name {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
}
.features-section .item-2 .feature-description {
	font-size: 15px;
	margin-bottom: 0;
}
.features-section .item-2 .above-icon {
	font-size: 40px;
	color: #ED0000;
}
.features-section .item-2 .icon {
	font-size: 40px;
	color: #ED0000;
	float: left;
	margin-left: -65px;
}

/* End of Features */


.background-header-image {
	background: url('/client/uploads/1/cpm-logo-gray-1.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
}



.btn-link:hover {
	text-decoration: initial;
}
.btn-link {
	color: #102c5a;
	font-weight: 700;
}
.header-container {
	width: 600px;
}
.mb10 {
	margin-bottom: 10px;
}
/*
.shadow{
	border: 1px solid #efefef!important;
}
*/
.Absolute-Center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}  

.filter-image {
  position: relative;
}
.filter-image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8));
}

.contactformsubmit a {
	color: #ED0000!important;
}

.topH1 {
	color: #fff;
}
.privacy-subheading {
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
}

cite {
	font-weight: 400!important;
}
.nwc-section .nwc-right-section .text a {
	color: #fff;
}
.serv-section-2 button a {
color: #fff;
}
.title-style03 {
	font-size: 20px;
}
/* .with-nav-tabs .serv-section-2 */
.hover-header {
	font-size: 19px!important;
	width: 90%;
	min-height: 60px;
	color: #333;
    font-weight: 700;
    line-height: 1.5;
}
.adjust-height .serv-section-desc {
	min-height: 180px;
}
.dropdown-menu {
	font-size: 15px;
}

blockquote hr {
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    width: 70%;
}
blockquote{
    border-left:none
}
.quote-box{
    overflow: hidden;
    margin-top: -50px;
    padding-top: -100px;
    border-radius: 8px;
    background-color: #102c5a;
    margin-top: 25px;
    color:#fff;
    box-shadow: 2px 2px 2px 2px #E0E0E0;  
    padding: 0 15px;
}
.quotation-mark{
    margin-top: -10px;
    font-weight: bold;
    font-size:70px;
    color:#fff;
    font-family: "Times New Roman", Georgia, Serif;
}
.quote-text{   
    font-size: 19px;
    margin-top: -65px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.services-tab .box-head {
	font-size: 14px!important;
}
.price-box {
	background-color: #102c5a;
	padding: 20px;
	border-radius: 8px;
}
.price-text {
	color: #fff;
	font-weight: 700;
	font-size: 32px;
	text-align: center;
}

.before-block {
	background-color: #f2f2f2;
}
.beer-slider>img, .beer-slider {
	width: 100%!important;
	font-family: Montserrat;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1px;
}
.beer-reveal {
    border-right: 2px solid rgba(255,255,255,0.3);
}
.panel.with-nav-tabs .panel-heading {
padding: 5px 5px 0 5px;
}
.panel-body {
padding: 15px;
}
.panel.with-nav-tabs .nav-tabs {
border-bottom: none;
}
.panel-primary>.panel-heading {
color: #fff;
background-color: #102c5a;
border-color: #102c5a;
}
.with-nav-tabs .nav-tabs>li {
float: left;
margin-bottom: -1px;
}
.with-nav-tabs .nav>li {
position: relative;
display: block;
}
.with-nav-tabs .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
}
.with-nav-tabs .nav-tabs>li>a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.with-nav-tabs .nav>li>a {
position: relative;
display: block;
padding: 10px 15px;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel-primary {
border-color: #102c5a;
}
.panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid #102c5a;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.with-nav-tabs .nav-tabs .nav-link.active {
	color: #495057!important;
}
.with-nav-tabs.panel-primary .nav-tabs > li > a

 {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #333;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #333;
	background-color: #fff;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #102c5a;
	background-color: #fff;
	border-color: #102c5a;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #102c5a;
    border-color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}


.serv-section-2.service-1:before{
	background-image: url(/client/uploads/1/office-cleaning.jpg);
}
.serv-section-2:hover.service-1:before{
	background-image: none;
}
.serv-section-2.hover-only .serv-section-2-icon {
	display: none;
}
.serv-section-2.hover-only:hover .serv-section-2-icon {
	display: block;
}
.container-fluid {
	padding: 0!important;
}

.main-header .section-heading {
	font-size: 38px!important;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 45px!important;
}
 .main-subheader {
	line-height: 20px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 6px;
	text-transform: uppercase;
	margin: 0;
	padding-left: 3px;
	color: #333!important;
	padding-top: 10px;
}
.img-header {
	width: 100%;
	height: 92vh!important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-bottom: 5px solid #ED0000;
}
.img-header img {
	margin: 0;
	width: 100%;
}
.img-header img.orginial-size {
	width: auto!important;
}
.header-slider {
 height: 600px;	
}
.mt150 {
	margin-top: 150px;
}
.hp-header button.btn, .hover-only button.btn {
	padding: 6px;
	border-radius: 4px;
	font-size: 15px;
	background-color: #102c5a;
	color: #fff2f2;
	font-weight: 700;
	width: 300px;
	margin: auto;
}
.hp-header {
	.slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  }
}

.caption-subheading {
	margin: 0;
	color: #ffffff99;
}
.caption-header {
	font-weight: 700;
	left: 0;
	position: inherit;
	text-transform: capitalize;
	color: #fff;
	font-size: 34px;
	line-height: 1.2;
}
.hp-header-caption {
	position: relative;
}
.caption-text {
	position: relative;
	display: block;
	font-size: 18px;
	color: #ffffff;
	line-height: 120%;
	font-weight: 300;
}
.img-div {
	width: 100%;
}
.img-div img {
	margin: 0 auto;
}

.hp-left {
	background-color: rgba(0,0,0,0.8);
	padding: 20px;
	position: relative;
	top: 60px;
	width: 40%;
}

.nwc-section {
background-image: url(/client/uploads/1/nationwide-uk-cleaning-homepage-banner.jpg)!important;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.nwc-section .nwc-left-section {
	background-color: rgba(255,255,255,0.8);
	padding: 45px;
}

.nwc-section .nwc-left-section .text {
	font-weight: 600;
}

.nwc-section .nwc-right-section {
	background-color: rgba(16,44,90,0.9);
	padding: 45px;
}
.nwc-section .nwc-right-section .section-heading {
	color: #fff;
}
.nwc-section .nwc-right-section .text {
	font-weight: 600;
	color: #fff;
}

.before-block .section-heading {
	font-size: 22px!important;
	font-weight: 700;
	left: 0;
	position: inherit;
	text-transform: uppercase;
	line-height: 28px!important;
	color: #102c5a;
	margin: 0;
	letter-spacing: 0.05em;
}
.before-text {
	font-weight: 700;
	display: block;
	font-size: 80%;
	color: #333;
	position: absolute;
	bottom: 10px;
	z-index: 9;
	text-align: center;
	padding: 10px 0!important;
	background: rgba(255,255,255,0.7);
	text-transform: uppercase;
	overflow: hidden;
	left: 15px;
	right: 15px;
}
.info-block .btn {
	background-color: #102c5a;
	color: #fff;
}
.info-block .btn {
	font-weight: 700;
}

.card-text {
	font-size: 13px;
}
.card-title {
	font-size: 14px;
	font-weight: 700;
}

/* NWC Services */
.team-item-two {
	text-align: center;
	-webkit-box-shadow: 0px 46px 0px -20px #fff, -46px 0px 0px -20px #fff, 0px -46px 0px -20px #fff, 46px 0px 0px -20px #fff, 0 0 0 1px #192445;
	box-shadow: 0px 46px 0px -20px #fff, -46px 0px 0px -20px #fff, 0px -46px 0px -20px #fff, 46px 0px 0px -20px #fff, 0 0 0 1px #192445;
}
.team-item-two a {
	color: #fff;
}
.main-item-two {
	position: relative;
	border: 1px solid #ededed;
	cursor: pointer;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background: #fff;
}
.inner-box {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 40px 25px;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}
.team-item-two .inner-box:before {
	background: #102c5a;
	border-radius: 8px;
	position: absolute;
	content: '';
	top: 10px;
	right: 0px;
	bottom: 10px;
	left: 0px;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1000;
}
.team-item-two:hover .inner-box:before {
	opacity: 1;
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.read-more-text {
	color: #fff!important;
	font-size: 18px;
	font-weight: 600;
}
.team-box {
	width: 148px;
/* 	height: 148px; */
	margin: 0px auto;
	margin-bottom: 30px!important;
	border-radius: 50%;
}
.box-head {
	position: relative;
	display: block;
	color: #1e162d;
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 30px;
}
.team-item-two .social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	-webkit-transition: 0.6s all ease;
	-o-transition: 0.6s all ease;
	transition: 0.6s all ease;
	list-style-type: none;
	padding: 0;
	z-index: 1000;
}

/* End of NWC Services */
.contact_us_bg .btn-all-blank .svg-inline--fa {
	font-size: 35px;
	padding-right: 5px;
}
.contact_us_bg {
	background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url('/client/uploads/1/telephone-contact.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 20px;
	position: relative;
	min-height: 400px;
	
}
.contact_us_block .number {
    font-size: 30px;
    color: #fff;;
    font-weight: bold;
    text-shadow: 1px 1px 1px #555;
}
.contact_us_block .contact_button {
	position: absolute;
	bottom: 20px;
	width: calc( 100% - 40px );
}
.contact_us_block .contact_button a {
	width: 80%!important;
	margin: auto;
}
.contact_us_block .call_us_today {
    font-size: 29px;
    margin: 0!important;
    font-weight: bold;
    padding: 10px;
    color: #fff;
    line-height: 100%;
}
.contact_us_text_bg hr.style-two, .header-container hr.style-two, .page-holder hr.style-two {
	color: #fff;
	height: 3px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}
.contact_us_block .e-mail {
font-size: 14px;
color: #fff;
font-weight: bold;
text-shadow: 2px 2px 2px #555;
}
.text-uppercase.h6 {
	padding: 5px 10px 5px 15px;
	background-color: #eee;
	text-transform: uppercase;
	margin-top: 0!important;
}
.htmlBlockTitle.h6 {
	display: none!important;
}
.list-unstyled a {
	font-size: 12px;
}
.pb10 {
	padding-bottom: 10px;
}
.welfare-hire-blocks .text {
	width: initial;
}
.welfare-hire-blocks .serv-section-desc {
	min-height: initial;
}
.mv-prices-block .serv-section-desc {
	min-height: 110px;
}

/* Hover Service Section */
.sweeper-hire-blocks .serv-section-desc {
	min-height: 215px;
}
.sweeper-hire-blocks .serv-section-2 h5 {
	line-height: 1.5;
}

.locations-block .serv-section-desc {
	min-height: 0px;
}
.serv-section-2 {
	margin: 5px 0;
}

.mt-60{
    margin-top:60px;
}

.section-block-grey {
    padding: 90px 0px 90px 0px;
    background-color: #f9f9f9;
}

.serv-section-2 {
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    border-radius: 8px;
    overflow: hidden;
    padding: 30px;
    height: 100%;
    margin-bottom: 10px;
}

.serv-section-2:before {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 0;
    content: " ";
    width: 120px;
    height: 120px;
    background: #f5f5f5;
    border-bottom-left-radius: 136px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-2-icon {
    position: absolute;
    top: 18px;
    right: 22px;
    max-width: 100px;
    z-index: 1;
    text-align: center;
}

.serv-section-2-icon .svg-inline--fa {
    color: #102c5a;
    font-size: 48px;
    line-height: 65px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-desc {
    position: relative;
    min-height: 90px;
}

.serv-section-2 h4 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.serv-section-2 h5 {
    color: #333;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    margin-top: 5px;
    width: 80%;
}

.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #102c5a;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.serv-section-2 p {
    padding-right: 50px;
}

.serv-section-2:hover .serv-section-2-icon .svg-inline--fa {
    color: #fff;
}

.serv-section-2:hover:before {
    background: #102c5a;
}
/* End of Hover Service Section */
.touch-inner .box_btn {
	display: inline-block;
	background-color: #fff;
	padding: 5px 15px;
	color: #d4000e;
	text-transform: capitalize;
	font-weight: 700;
	border-radius: 8px;
}
.touch-inner .box_btn:hover {
	transform: scale(1.1);
}
hr.style-two {
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}

.package .section-heading {
	font-size: 22px!important;
	font-weight: 600;
    left: 0;
    position: inherit;
    text-transform: uppercase;
    line-height: 45px!important;
    color: #d4000e;
    margin: 0;
}
.package {
	padding: 20px;
}
/* Team Section */
.box1 img,.box1:after,.box1:before{
	width:100%;
	transition:all .3s ease 0s;
}
.box1 .icon,.box2,.box3,.box4,.box5 .icon li a{
	text-align:center;
}
.box10:after,.box10:before,.box1:after,.box1:before,.box2 .inner-content:after,.box3:after,.box3:before,.box4:before,.box5:after,.box5:before,.box6:after,.box7:after,.box7:before{
	content:"";
}
.box1,.box11,.box12,.box13,.box14,.box16,.box17,.box18,.box2,.box20,.box21,.box3,.box4,.box5,.box5 .icon li a,.box6,.box7,.box8{
	overflow:hidden;
}
.box1 .title,.box10 .title,.box4 .title,.box7 .title{
	letter-spacing:1px;
}
.box3 .post,.box4 .post,.box5 .post,.box7 .post{
	font-style:italic;
}
.mt-30{
	margin-top:30px;
}
.mt-40{
	margin-top:40px;
}
.mb-30{
	margin-bottom:30px;
}
.box1 .icon,.box1 .title{
	margin:0;
	position:absolute;
}
.box1{
	box-shadow:0 0 3px rgba(0,0,0,.3);
	position:relative;
}
.box1:after,.box1:before{
	height:50%;
	background:rgba(0,0,0,.8);
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	transform-origin:100% 0;
	transform:rotateZ(90deg);
}
.box1:after{
	top:auto;
	bottom:0;
	transform-origin:0 100%;
}
.box1:hover:after,.box1:hover:before{
	transform:rotateZ(0);
}
.box1 img{
	height:auto;
	transform:scale(1) rotate(0);
}
.box1:hover img{
	filter:grayscale(1);
	transform:scale(1.3) rotate(10deg);
}
.box1 .title{
	font-size:19px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	text-shadow:0 0 1px #004cbf;
	bottom:10px;
	left:10px;
	opacity:0;
	z-index:2;
	transform:scale(0);
	transition:all .5s ease .2s;
}
.box1:hover .title{
	opacity:1;
	transform:scale(1);
}
.box1 .icon{
	padding:7px 5px;
	list-style:none;
	background:#d4000e;
	border-radius:0 0 0 10px;
	top:-100%;
	right:0;
	z-index:2;
	transition:all .3s ease .2s;
}
.box1:hover .icon{
	top:0;
}
.box1 .icon li{
	display:block;
	margin:10px 0;
}
.box1 .icon li a{
	display:block;
	width:35px;
	height:35px;
	line-height:35px;
	border-radius:10px;
	font-size:18px;
	color:#fff;
	transition:all .3s ease 0s;
}
.box2 .icon li a,.box3 .icon a:hover,.box4 .icon li a:hover,.box5 .icon li a,.box6 .icon li a{
	border-radius:50%;
}
.box1 .icon li a:hover{
	color:#fff;
	box-shadow:0 0 10px #000 inset,0 0 0 3px #fff;
	}
@media only screen and (max-width:990px){
	.box1 {
		margin-bottom:30px;
	}
}
/* End of Team Section */

/* Skip Product Block */
	.skip-single {
		min-height: 615px;
	}
	.skip-single-text {
		min-height: 110px;
	}
	.line{
		margin-bottom: 5px;
	}
	@media screen and (max-width: 770px) {
		.right{
			float:left;
			width: 100%;
		}
	}

.right {
    float: right;
}

.skip-single:hover {
    box-shadow: 0 .5rem 1rem rgba(212,0,13,.8)!important;
}

.fw700 {
	font-weight: 700;
}

/* End of Skip Product Block */
/* Skip Table */
.table-bordered {
border: 1px solid #dddddd;
border-collapse: separate;
border-left: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.table {
width: 100%;
margin-bottom: 20px;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
display: table;
}

.widget.widget-table .table {
margin-bottom: 0;
border: none;
}

thead {
display: table-header-group;
vertical-align: middle;
border-color: inherit;
}

.table-bordered td {
	border: 2px solid #eeeeee95;
	vertical-align: middle!important;
}
.table-header {
	color: #d4000e;
	vertical-align: middle!important;
	font-size: 18px;
	font-weight: 700;
}

/* End of Skip Table Block */
/* Single Service Block */
.services-area {
	background-color: #eee;
}

.section-title {
  	margin-bottom: 20px;
}
.single-service {
/* 	border: 1px solid #eee; */
	padding: 30px 10px;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	min-height: 260px;
}
.single-service img {
	
	font-size: 25px;
	color: #fff;
	line-height: 60px;
	text-align:center;
	padding: 20px;
}
.single-service img {
	-webkit-transition: .4s;
	transition: .4s;
}
.single-service:hover {
	transform: scale(1.1);
	border-radius: 8px;
	box-shadow: 1px 1px 20px 0 rgba(0,0,0,0.1);
	border: 3px solid #eee;
	cursor: pointer;
}
.single-service h4 {
	text-transform: capitalize;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 500;
}

/* End Of Single Service Block */

/* Blog Block */

.pt50 {
	padding-top: 50px;
}
.pb50 {
	padding-bottom: 50px;
}
.mb-100 {
	margin-bottom: 100px;
}
#blog a {
	text-decoration: none;
	color: #333;
	-webkit-transition: .4s;
	transition: .4s;
}
#blog .section-title {
	position: relative;
}
#blog .section-title p {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 300;
}
#blog .section-title h4 {
	font-size: 40px;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 20px;
	display: inline-block;
}
#blog .section-title p::before, #services .section-title .section-heading::before {
	position: absolute;
	content: "";
	width: 80px;
	height: 2px;
	background-color: #d8d8d8;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
#blog .section-title p::after, #services .section-title .section-heading::after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background-color: #d4000e;
	left: 0;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}
#blog .blog-img {
	position: relative;
}
#blog .blog-img img {
	width: 100%;
}
#blog .post-category a {
	display: inline-block;
	background-color: #d4000e;
	color: #fff;
	font-size: 15px;
	padding: 5px 20px;
	font-weight: 700;
}
#blog .single-blog:hover img {
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"
}
#blog .post-category {
	position: absolute;
	left: 0;
	bottom: 0;
}
#blog .blog-content {
	padding: 30px 20px;
}
#blog .single-blog {
	border: 1px solid #eee;
}
#blog .blog-title h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}
#blog .meta ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#blog .meta {
	margin-bottom: 20px;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
#blog .blog-content a.box_btn, .bg-silver .card .box a.box_btn, .services-area .single-service a.box_btn, .skip-block .box_btn {
	display: inline-block;
	background-color: #102c5a;
	padding: 5px 15px;
	color: #fff2f2;
	text-transform: capitalize;
	font-weight: 700;
	border-radius: 8px;
}
#blog a.box_btn::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #a7000b;
	left: -100%;
	top: 0;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: -1;
}
.bg-silver .card .box a.box_btn::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #a7000b;
	left: -100%;
	top: 0;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: -1;
}
#blog a.box_btn, .bg-silver .card .box a.box_btn {
	overflow: hidden;
	z-index: 2;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	text-decoration:none;
}
#blog a.box_btn:hover::before {
	left: 0;
	z-index: -1;
}
.bg-silver .card .box a.box_btn::hover::before {
	left: 0;
	z-index: -1;
}
/* End of Blog Block */

/* Card Section */
.card-block .card {
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    min-height:400px;
    background:#fff;
/*     box-shadow: 0 1px 3px hsl(356, 100%, 42%); */
    border-radius:8px;
    transition:0.5s;
    border-top: 3px solid #102c5a;
}

.card-block .card .box {
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    text-align:center;
    padding:40px;
    box-sizing:border-box;
    width:100%;
}
.card-block .card .box .img {
    margin:0 auto;
    overflow:hidden;
}
/*
.card-block .card .box .img img {
    width:100%;
    height:100%;
}
*/
.card-block .card .box h2 {
    font-size:20px;
    color:#262626;
    margin:20px auto;
}
.card-block .card .box h2 span {
    font-size:14px;
    background:#102c5a;
    color:#fff2f2;
    display:inline-block;
    padding:5px 15px;
    border-radius:8px;
    font-weight: 700;
}
.card-block .card .box p {
    color:#333;
    min-height: 150px;
}
.card-block .card .box span {
    display:inline-flex;
}
.card-block .card .box ul {
    margin:0;
    padding:0;
}
.card-block .card .box ul li {
    list-style:none;
    float:left;
}
.card-block .card .box ul li a {
    display:block;
    color:#aaa;
    margin:0 10px;
    font-size:20px;
    transition:0.5s;
    text-align:center;
}
.card-block .card .box ul li:hover a {
    color:#e91e63;
    transform:rotateY(360deg);
}
.card-block .card .box .button-box {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: center;
}
.bg-silver .card .box a.box_btn:hover {
	transform: scale(1.1);
}
/* End Of Card Section */


/* Contact Block */
#contact a {
	color: #fff;
}
/*
#contact {
    padding-bottom: 100px;
}
*/
#contact .heading {
    margin-bottom: 50px;
}
#contact .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #404356;
    margin: 0;
    margin-bottom: 15px;
}
#contact .heading h2 span {
    color: #7035cf;
    font-weight: 300;
}
#contact .main {
    background: #ffffff;
    box-shadow: 1px 1px 20px 0 rgba(0,0,0,0.08);
}
#contact .main h3 {
    font-size: 20px;
    font-weight: 500;
    color: #4a545e;
    margin: 0;
    margin-bottom: 20px;
}
#contact button.btn {
    padding: 6px;
    border-radius: 4px;
    font-size: 15px;
    background-color: #102c5a;
    color: #fff2f2;
    font-weight: 700;
}

#contact .main .left {
    padding: 40px 60px;
}
#contact .main .right {
    background:#102c5a;
    background-size: cover;
    padding: 40px;
    color: #ffffff;
    height: 100%;
    width: 100%;
}
#contact .main .right h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}
#contact .main .right .info {
    margin-bottom: 20px;
}
#contact .main .right .info i {
    font-size: 25px;
    color: #ffffff;
}
#contact .main .right .info span {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-left: 15px;
}
#contact .main .right .social a {
    text-decoration: none;
    font-size: 30px;
    color: #ffffff;
    margin-right: 20px;
}
#sel1 {
    height: 50px;
    color: #999!important;
	font-size: 11px;
	vertical-align: top;
	line-height: 11px;
}
#sel1:selected {
	color: 
}
/* End Of Contact Block */

/* Contact Block */
#contact a {
	color: #fff;
}
/*
#contact {
    padding-bottom: 100px;
}
*/
.contact .heading {
    margin-bottom: 50px;
}
.contact .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #404356;
    margin: 0;
    margin-bottom: 15px;
}
.contact .heading h2 span {
    color: #7035cf;
    font-weight: 300;
}
.contact .main {
    background: #ffffff;
    box-shadow: 1px 1px 20px 0 rgba(0,0,0,0.08);
}
.contact .main h3 {
    font-size: 20px;
    font-weight: 500;
    color: #4a545e;
    margin: 0;
    margin-bottom: 20px;
}
.contact .form-control {
    padding: 15px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #f8dbdc;
    border: 0;
    border-radius: 5px;
    height: auto;
}
.contact button.btn {
    padding: 6px;
    border-radius: 4px;
    font-size: 15px;
    background-color: #ED0000;
    color: #fff2f2;
    font-weight: 700;
}

.contact .main .left {
    padding: 40px 60px;
}
.contact .main .right {
    background:#102c5a;
    background-size: cover;
    padding: 40px;
    color: #ffffff;
    height: 100%;
}
.contact .main .right h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}
.contact .main .right .info {
    margin-bottom: 20px;
}
.contact .main .right .info i {
    font-size: 25px;
    color: #ffffff;
}
.contact .main .right .info span {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-left: 15px;
}
.contact .main .right .social a {
    text-decoration: none;
    font-size: 30px;
    color: #ffffff;
    margin-right: 20px;
}
#sel1 {
    height: 50px;
    color: #999!important;
	font-size: 11px;
	vertical-align: top;
	line-height: 11px;
}
#sel1:selected {
	color: 
}
/* End Of Contact Block */


/* Tab Section */
.lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
  background: none;
  color: #102c5a;
  border-color: #102c5a;
  filter: grayscale(0);
}
.gs-on {
	filter: grayscale(1);
}
.wk-tab-section ul{
	list-style-type: none;
}


/* End Of Tab Section */

/* Step Section */
.bg-silver {
	background: #eee;
}
.process-box{
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
}
.process-left:after{
        content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0px #00000036;
    z-index: 1;
}
.process-right:after{
        content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0px #0000001a;
    z-index: 1;
}
.process-step{
    background: #D4000E;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 8px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 8px 8px;
    box-shadow: -6px 8px 0px 0px #00000014;
}
.process-step-finished{
    background: #00af00;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 8px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 8px 8px;
    box-shadow: -6px 8px 0px 0px #00000014;
}
.process-point-right-1{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #D4000E;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 61px;
    left: -68px;
}
.process-point-right-1:before{
    content: "";
    height: 181px;
    width: 9px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(39deg);
    position: relative;
    left: -64px;
    top: -6px;
}
.process-point-right-2{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #D4000E;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 61px;
    left: -68px;
}
.process-point-right-2:before{
    content: "";
    height: 170px;
    width: 9px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(41deg);
    position: relative;
    left: -63px;
    top: -4px;
}
.process-point-right-3{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #D4000E;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 33px;
    left: -68px;
}
.process-point-right-3:before{
    content: "";
    height: 145px;
    width: 9px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(49deg);
    position: relative;
    left: -64px;
    top: -10px;
}
.process-point-left-1{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #d4000e;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 73px;
    right: -68px;
}
.process-point-left-1:before {
    content: "";
    height: 180px;
    width: 9px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(-39deg);
    position: relative;
    left: 66px;
    top: -4px;
}
.process-point-left-2{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #d4000e;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 60px;
    right: -68px;
}
.process-point-left-2:before {
    content: "";
    height: 155px;
    width: 9px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(-45deg);
    position: relative;
    left: 65px;
    top: -7px;
}
.process-point-left-3{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #00af00;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 47px;
    right: -68px;
}
.process-point-left-3:before {
    content: "";
    height: 151px;
    width: 9px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(-46deg);
    position: relative;
    left: 63px;
    top: -10px;
}


.process-last:before{
    display: none;
}

.process-box p{
    z-index: 9;
}
.process-step p, .process-step-finished p{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.process-step h2, .process-step-finished h2{
    font-size: 39px;
}
.process-step:after{
    content: "";
    border-top: 8px solid #b5000c00;
    border-bottom: 8px solid #b5000c;
    border-left: 8px solid #b5000c00;
    border-right: 8px solid #b5000c;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}
.process-step:before{
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #b5000c;
    border-left: 8px solid #b5000c;
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}
.process-step-finished:after{
    content: "";
    border-top: 8px solid #008f0000;
    border-bottom: 8px solid #008f00;
    border-left: 8px solid #008f0000;
    border-right: 8px solid #008f00;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}
.process-step-finished:before{
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #008f00;
    border-left: 8px solid #008f00;
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}

.process-line-l{
    background: white;
    height: 4px;
    position: absolute;
    width: 183px;
    right: -203px;
    top: 77px;
    z-index: 9;
}
.process-line-l-3{
    background: white;
    height: 4px;
    position: absolute;
    width: 183px;
    right: -203px;
    top: 58px;
    z-index: 9;
}
.process-line-r{
    background: white;
    height: 4px;
    position: absolute;
    width: 183px;
    left: -203px;
    top: 77px;
    z-index: 9;
}
.process-line-r-1{
    background: white;
    height: 4px;
    position: absolute;
    width: 183px;
    left: -203px;
    top: 88px;
    z-index: 9;
}
.process-line-r-2{
    background: white;
    height: 4px;
    position: absolute;
    width: 183px;
    left: -203px;
    top: 68px;
    z-index: 9;
}

/* End Of Step Section */

select option[data-default] {
  color: #888;
}

.team-member-detail-2 {
	width: 100%;
	position: absolute;
	top: 52%;
	right: 0;
	padding: 20px;
	text-align: center;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	background: rgba(0, 0, 0, 0.8);
}

.pt100 {
	padding-top: 100px;
}
.pb100 {
	padding-bottom: 100px;
}
.special-title {
	font-size: 38px!important;
	font-weight: 300;
	left: 0;
	position: inherit;
	text-transform: capitalize;
	line-height: 45px!important;
	color: #d4000e;
}
.main-item-two {
	position: relative;
	border: 1px solid #ededed;
	cursor: pointer;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background: #fff;
}
.team-item-two {
	text-align: center;
}

.team-item-two:hover .inner-box:before {
	opacity: 1;
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.team-item-two .social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	-webkit-transition: 0.6s all ease;
	-o-transition: 0.6s all ease;
	transition: 0.6s all ease;
	list-style-type: none;
	padding: 0;
	z-index: 1000;
}

.team-item-two:hover .social {
	opacity: 1;
	bottom: 0;
}

.team-item-two .social li {
	margin-right: 6px;
	list-style-type: none;
	height: 41px;
	width: 41px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-transition: 0.6s all ease;
	-o-transition: 0.6s all ease;
	transition: 0.6s all ease;
}

.team-item-two .social li:hover {
	-webkit-box-shadow: 0 4px 11px 0px rgba(255, 255, 255, 0.5);
	box-shadow: 0 4px 11px 0px rgba(255, 255, 255, 0.5);
}

.team-item-two .social li a i {
	color: #fff;
}

.team-box img {
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.icon-bg {
	background-color: #d4000e;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: auto;
}
.icon-above {
	margin-top: 19px;
	color: #fff;
	padding: 9px;
}
.icon-text .section-heading {
	font-size: 20px!important;
	font-weight: 700;
	left: 0;
	position: inherit;
	text-transform: uppercase;
	line-height: 45px!important;
	color: #333;
	margin: 0;
}
.icon-text .text {
	position: relative;
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 1.75;
	font-weight: 400;
	padding: 12px;
	width: initial;
}
.three-blocks .icon-title-above .section-heading {
	color: #d4000e;
}

.foot-right {
	text-align: right;
}
/*
.testimonial-block .subheading-text {
	color: #fff;
}
.testimonialName {
	color: #fff;
}
.testimonialTitle {
	color: #fff;
}
*/
a {
	color: #ED0000;
}
a:hover {
	color: #333;
}
.contact_us_bg a{
	color: #fff;
}

.more-btn a:after {
	position: absolute;
	content: '';
	width: 40px;
	height: 2px;
	background: #d4000e;
	top: 50%;
	margin-left: 10px;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}
.more-btn a {
	position: relative;
	font-size: 15px;
	color: #d4000e;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 1px;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}
/*
.text {
	position: relative;
	display: block;
	font-size: 15px;
	color: #333;
	line-height: 31px;
	margin: 0;
	margin-bottom: 30px !important;
	letter-spacing: 1px;
	max-width: 100% !important;
	font-weight: 500;
}
*/
.mv-prices-block .text {
	width: initial;
}
.package .text {
	width: initial;
}
.wk-tab-section .box-head {
	position: relative;
	display: block;
	color: #1e162d;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 30px;
}
.box-head {
	position: relative;
	display: block;
	color: #1e162d;
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 30px;
}
.icon-box {
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.sec-title .subtitle {
	position: relative;
	font-size: 35px;
	color: #d4000e;
	text-transform: uppercase;
	line-height: 50px;
	margin-bottom: 50px;
	letter-spacing: 1px;
	font-weight: 700;
	text-align: center;
}
.sec-title {
	position: relative;
	margin-bottom: 50px;
}
.Service-item-two .sec-title .subtitle {
	line-height: 51px;
}
.Service-item-two {
	position: relative;
	border: 1px solid #ededed;
	cursor: pointer;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-box-shadow: 0px 46px 0px -20px #fff, -46px 0px 0px -20px #fff, 0px -46px 0px -20px #fff, 46px 0px 0px -20px #fff, 0 0 0 1px #192445;
	box-shadow: 0px 46px 0px -20px #fff, -46px 0px 0px -20px #fff, 0px -46px 0px -20px #fff, 46px 0px 0px -20px #fff, 0 0 0 1px #192445;
	position: relative;
	z-index: 100;
}
.inner-box {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 40px 25px;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}
.section-bottom {
	padding-bottom: 50px;
}
::placeholder {
	color: #999!important;
	font-size: 11px;
	vertical-align: top;
	line-height: 11px;
}
.btn-all-blank.btn-red.contactFormButton {
	float: right;
	margin: 0;
	padding: 10px 20px;
}
/*
.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom: 1rem;
}
*/
.header-form {
	background: rgba(255,255,255,0.2);
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 4px #33333330;
}
.header-form-logo {
	height: 42px;
	line-height: 42px;
	/* margin: 20px 0 5px; */
	text-align: center;
	padding-right: 1.5rem;
}
.header-form-text {
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	text-align: right;
	line-height: 25px;
}
.header-padding {
	padding: 45px 45px 45px 15px;
}
.touch-block {
	padding: 60px;
	border-radius: 32px;
	background-color: #d4000e;
}
.foot-box-head {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.foot-box-text {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
}
.touch-block .svg-inline--fa {
	font-size: 80px;
	color: white;
}
.testimonial-block {
	padding-top: 40px;
}
.testimonialMessage {
	line-height: 29px;
	font-size: 24px;
	font-weight: 400;
}
/*
.testimonial-block .section-heading {
	font-size: 40px;
	line-height: 42px;
	font-weight: 500;
	margin: 0;
}
*/
.half-bg {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: auto;
	
	background-color: #d4000e;
}
.wasteking-section .section-heading {
	border-bottom: 1px solid #ffffff70;
	padding-bottom: 20px;
	width: 75%;
}
.wasteking-section a {
	color: #ffffff;
}
.wasteking-section a:hover {
	color: #333;
}
.wk-h4 {
	box-sizing: border-box;
	font-size: 19px;
	text-align: left;
	color: white;
	line-height: 1.2;
	margin-left: 165px;
	margin-bottom: 30px;
	padding-top: 14px;
}	
.icon-placing {
	position: absolute;
	margin-top: -4px;
	background: #fff;
	border-radius: 50%;
	height: 78px;
}
.left-icon-element {
	padding: 10px;
	margin-top: 20px;
}
.left-icon-element:after {
	width: 10%;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	display: block;
	content: '';
	padding-top: 10px;
}
.wasteking-section {
	background: #333333; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #3f3f3f 53%, #333333 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #333333 0%,#3f3f3f 53%,#333333 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #333333 0%,#3f3f3f 53%,#333333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.wasteking-section .section-title {
	color: #ffffff;
	font-size: 38px;
	left: 0;
	text-transform: capitalize;
	line-height: 45px!important;
	font-weight: 300;
}
.wasteking-section .section-sub {
	line-height: 17px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	padding-left: 3px;
}
.white {
	color: #ffffff!important;
}
.mt45 {
	margin-top: 45px;
}
.p20 {
	padding: 20px;
}
.pt20 {
	padding-top: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.pt0 {
	padding-top: 0!important;
}
.pb0 {
	padding-bottom: 0!important;
}

body {
	font-family: 'lato',sans-serif!important;
	font-weight: 400;
	font-style: normal;
	color: #262626;
	width: 100%;
	background-color: #fff;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
body, aside, footer, header, nav, section {
	margin: 0;
	padding: 0;
}
#copyrights {
    background-color: #2d2e39;
    min-height: 40px;
    position: relative;
}
.copyright {
    color: #C2C2C2;
    text-align: left;
    display: inline-block;
    margin-top: 10px;
}
.footer-social-icons {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 160px;
    display: inline;
}
#copyrights ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 14px;
}
.footer-social-icons li a {
    font-size: 1.35em;
    color: #7e7f8c;
    float: left;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.underline03 {
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
}
.title-style03 {
    padding: 1px 0 2px;
    color: #c2c2c2;
}
h3 {
    font-size: 20px!important;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.45;
    margin-top: 6px;
}
.title-left.underline03::after {
    width: 280px;
    margin-left: 2px;
}
.underline03::after {
    background: rgba(112, 113, 124, 0.3);
    content: "";
    display: block;
    height: 2px;
    margin: 3px auto 5px;
    width: 250px;
}
.underline03::before {
    bottom: 7px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 30px;
}
.title-left.underline03::before {
    left: 2px;
    margin-bottom: 8px;
}
[data-color="red"] .main-menu, [data-color="red"] .search-icon-btn, [data-color="red"] .breaking-ribbon, [data-color="red"] .flexslider li h3, [data-color="red"] #sidebar-newsletter button, [data-color="red"] #newsletter button, [data-color="red"] #time, [data-color="red"] .btn-primary:hover, [data-color="red"] .sponsored, [data-color="red"] .carousel-title, [data-color="red"] .play-icon, [data-color="red"] .title-style05.style-01, [data-color="red"] .title-left.underline04::before, [data-color="red"] .title-left.underline03::before, [data-color="red"] .pagination > .active > a, [data-color="red"] .read-more:hover:before, [data-color="red"] #nav-below-main .nav li a:hover:before, [data-color="red"] .btn:hover, [data-color="red"] .btn-info.focus, .btn-info:focus, [data-color="red"] .btn-default, [data-color="red"] .weather-city, [data-color="red"] .ui-datepicker-title, [data-color="red"] .icon-sub-menu .up-icon, [data-color="red"].demo-color {
    background-color: #d4000e;
}
p {
    font-family: 'lato',sans-serif;
    margin-top: 0;
    line-height: 22px;
    margin: 0 0 8px;
    color: #595959;
}
footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 14px;
}
footer a {
	color: #C2C2C2;
}
footer a:focus, a:hover {
	color: #999;
	text-decoration: none;
}
footer p {
    color: #C2C2C2;
}
/*
#footer {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0;
    width: 100%;
}
*/
#footer {
	background-color: rgba(0, 0, 0, 0.7);
	padding: 30px 0;
	width: 100%;
}
#footer h3 {
	font-family: 'Roboto', sans-serif;
}
#footer .about-us {
	color: #c2c2c2;
	margin-bottom: 40px;
}
#footer .site-logo {
	padding-left: 0;
	padding-right: 0;
	width: 300px;
	display: inline-block;
}
#footer .site-logo h3 {
	font-weight: 300;
	color: #CCC;
	margin-top: 0;
}
#footer .site-logo h3 span {
	font-weight: 400;
	color: #FFF;
}
#footer .site-logo p {
	font-weight: 400;
	color: #CCC;
	margin-top: 0;
}
#footer .site-logo img {
	width: 100%;
	margin-top: 4px;
	margin-right: 4px;
	padding: 0;
	float: left;
	-webkit-filter: brightness(1.3);
	filter: brightness(1.3);
}

#footer .col-md-3 li {
	padding: 8px;
	width: 100%;
	float: left;
	padding-left: 0;
}
#footer .col-md-3 li a {
	color: #c2c2c2;
	padding: 0;
	margin: 0;
}
#footer .col-md-3 li a:hover {
	color: #FFF;
}
#footer .tagcloud a {
	color: #fff;
	background-color: #70717c;
	padding: 5px 10px;
	margin: 7px 7px 7px 0;
	border-radius: 2px;
	display: inline-block;
}
#footer .tagcloud a:hover {
	background-color: #f2f2f6;
	color: #70717c;
}
.footer-post {
	overflow: hidden;
}
.footer-post .item {
	display: table;
	width: 100%;
	position: relative;
}
.footer-post .item .item-image {
	display: table-cell;
	vertical-align: top;
	width: 66px;
}
.footer-post .item .item-content {
	padding: 0 0 0 16px;
}
#footer .fa {
	padding-right: 10px;
}
a.btn-all-blank:hover {
/* 	color: #ffffff!important; */
	opacity: 0.6;
	text-decoration: none;
	}
.btn-all-blank {
	width: 100%;
	padding: 10px 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
/* 	border-radius: 8px!important; */
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: 0.6s all ease;
	-o-transition: 0.6s all ease;
	transition: 0.6s all ease;
	position: relative;
	margin-top: 10px;
}
.btn-black {
	background-color: #333;
	border: 1px solid #fff;
	color: #fff;
}
.btn-red {
	background-color: #ED0000;
	border: 1px solid #fff;
	color: #fff;
}
.btn-white {
	background-color: #ffffff;
	color: #333;
	border: 1px solid #333!important;
}
.btn-all-blank .svg-inline--fa {
	font-size: 35px;
}
.btn-all-blank span {
	display: inline-block;
	text-align: left;
	padding-left: 20px;
}
.container {
	max-width: 1440px;
}

.section-heading {
	font-size: 31px!important;
	font-weight: 700;
	line-height: 1!important;
	color: #333;;
	margin: 0;
	letter-spacing: 0.05em;
}

.section-heading.smaller {
	font-size: 28px!important;
}
.mt100 {
	margin-top: 100px;
}
.mb100 {
	margin-bottom: 100px;
}
.mt50 {
	margin-top: 50px;
}
.mb50 {
	margin-bottom: 50px;
}
.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
/*
.image-box .image {
	border-radius: 8px;
}
*/
.image-box img {
	width: 100%;
	border-radius: 8px;
}
/*
#infotabscontent ul li {
	display:inline-block;
	width: 33%;
}
*/
.text, p {
	position: relative;
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 1.75;
	font-weight: 400;
}
ul {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 1.75;
	font-weight: 400;
}
.videoBanner {
  position: relative;
  background-color: black;
  height: 65vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.videoBanner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.videoBanner .container {
  position: relative;
  z-index: 2;
}

.hp-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 30vh;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}

.videoBanner .text-overlay {
	background-color: #ffffff99;
	padding: 20px;
	border: 1px solid #ffffff50;
	border-radius: 8px;
	position: relative;
}

.display-3 {
	font-size: 45px!important;
	text-transform: uppercase!important;
	line-height: 45px!important;
	font-weight: 700;
}

.subheading-text {
	line-height: 20px;
	font-size: 16px;
	font-weight: 600;
/* 	text-transform: uppercase; */
	margin: 0;
	color: #333;
}

.topnav ul li, .topH1 h1 {
	display: inline-block;
	font-size: 12px;
	padding: 0 5px;
	vertical-align: text-top;
	line-height: 100%;
}
.bg-black {
	background-color: #5E5E5E;
	color: #fff;
	border-top: 1px solid #ffffff60;
	border-bottom: 1px solid #ffffff60;
}
.topnav a {
	color: #fff;
}
.topnav ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.pageContent {
	margin-top: 95px;
}
.megamenu {
  position: static;
}
.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
  top: 27px;
}
.normalmenu .dropdown-menu {
	background: none;
	border: none;
}
.normalmenu {
	position: static;
}
.normalmenu .dropdown-menu{
	left: initial;
}
.normalmenu .dropdown-menu {
  top: 55px;
}
.sticky-top {
	position: fixed;
	top: 70px;
	width: 100%;
	z-index: 1020;
}
.topnav.sticky-top {
	top: 40px;
}
.logobar.sticky-top {
	top: 25px;
	background: #fff;
	padding: 5px 0;
}
.logobar.sticky-top img {
	max-height: 100%;
	height: 70px;
}
#getaQuote {
	background-color: #007BB0;
}
#getaQuote a { 
	border: none;
}
.noBorder {
	border: none!important;
}
.list-unstyled a {
	border-right: none!important;
}
.list-unstyled .nav-item {
	border-bottom: none!important;
}
.navbar {
	background: #fff;
	border-bottom: 5px solid #ED0000;
	padding: 0;
}
.navbar a {
	color: #333!important;
}
.navbar a:hover {
	color: #ED0000!important;
}
.navbar .nav-item.dropdown .lower-level a {
	color: #102c5a!important;
}
.navbar .nav-item.dropdown a.h6, .dropdown-menu .h6 {
	color: initial!important;
	padding: 8px 10px!important;
	text-align: center;
	display: block;
	margin-top: 10px;
	font-size: 12px;
	margin-bottom: 0;
}
.navbar .nav-item a {
	padding: 2px 15px!important; 
	border-right: 1px solid rgba(0,0,0,0.2);
}
.navbar .nav-item{
	padding: 10px 0!important; 
}
#highlight-bg {
	background-color: #ed0000;
	padding: 10px 10px!important;
	display: none;
}
#highlight-bg a {
	color: #fff!important;
}
.navbar-brand {
	max-width: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 190px;
	height: 45px;
	-webkit-transition: 0.6s all ease-in-out;
	-o-transition: 0.6s all ease-in-out;
	transition: 0.6s all ease-in-out;
}
.nav-white .navbar-brand, .pid12 .navbar-brand {
	background-image: url(/client/uploads/logo-small.png);
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
	height: 30px;
}

.navbar-expand-md .navbar-nav .nav-link {
	padding: 10px 15px!important;
}
.nav-white {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	padding: 5px;
}
.navbar .nav-item .nav-white a {
	padding: 5px!important;
	border-bottom: 1px solid #eee;
	display: block;
}
.navbar .nav-item .nav-white .contact_us_block a {
	border: none!important;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 13px;
}
.navbar-toggler-icon {
	width: 1em;
	height: 1em;
}
.navbar-light .navbar-nav .nav-link {
	font-size: 13px;
	font-weight: 700!important;
	line-height: 100%;
}
.navbar-light .navbar-toggler {
	border-color: transparent;
	margin-left: auto;
}

.navbar-light .navbar-toggler .icon-bar {
	background-color: #fff;
}
.navbar-collapse.collapse.show {
/*   max-height: 280px; */
  overflow-y: auto;
  height: 100vh;
}
.nav-level-3, .nav-level-4, .nav-level-5, .nav-level-6 {
	display: none;
	position: absolute;
}
.nav-top-level-3:hover .nav-level-3, .nav-top-level-4:hover .nav-level-4, .nav-top-level-5:hover .nav-level-5, .nav-top-level-6:hover .nav-level-6 {
	display: block;
}
.nukcTitle {
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	font-weight: 900;
}
.nukcOpeningTimes {
	font-size: 10px;
	color: #007BB0;
	text-transform: uppercase;
}
.nukcOpeningTimes td {
	padding: 2px 3px;
	line-height: 100%;
}

a.emailHeader span{
	font-size: 22px;
}
.emailHeader span{
	font-size: 13px!important;
}
.emailHeader .fa-envelope, .telephoneHeader .fa-phone-alt {
	margin-right: 10px;
	line-height: 100%;
}

a.telephoneHeader {
font-size: 22px;
margin-top: 5px;
font-weight: 900;
}

.lower-level {
	background: #fff;
	width: 100%;
	z-index: 2
}

.sliderAdvert .firstHeading, .sliderAdvert .secondHeading, .sliderAdvert .thirdHeading, .sliderAdvert .messageFormatting, .sliderAdvert .callUs {
	text-transform: uppercase;
	color: #fff;
	line-height: 100%;
	font-weight: 900;
}

.sliderAdvert .messageFormatting {
	text-transform: initial;	
	font-weight: 300;
}

.sliderAdvert small {
	font-size: 16px;
	margin-bottom: 20px;
	display: block;
}

.sliderAdvert .firstHeading {
	font-size: 23px;
}

.sliderAdvert .secondHeading {
	font-size: 48px;
}
.callUs {
	font-size: 36px;
	text-align: center;
	font-weight: bold;
}
.callUs a {
	color: #fff;
}
.checkatrade {
	position: absolute;
	right: 20px;
}

.mw-700 {
	max-width: 700px;
}
#accordion-style-1 h1,
#accordion-style-1 a {
	color: #102c5a;
}
#accordion-style-1 .btn-link {
	font-weight: 400;
	color: #ED0000;
	background-color: transparent;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: bold;
	padding-left: 25px;
	white-space: initial;
}

#accordion-style-1 .card-body {
	border-top: 2px solid #ED0000;
}

#accordion-style-1 .card-header .btn.collapsed .tab-img{
	display:none;
}

#accordion-style-1 .card-header .btn .tab-img{
	background: #102c5a;
	padding: 13px 11px;
	color: #ffffff;
	width: 60px;
	height: 46px;
	position: absolute;
	left: -1px;
	top: 10px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	display:block;
}

.sidebar-image img {
	width: 100%;
	border-radius: 5px;
}

.image-full-width {
	width: 100%;
	border-radius: 5px;
}

.in-text-ul {
	padding: 0px;
	margin: 0px 0px 0px 20px;
	color: #333333;
	line-height: 180%;
}

#team {
	padding-top: 100px;
	padding-bottom: 80px;
}

.team-col {
	padding-right: 10px;
	padding-left: 10px;
}

.member-info {
	margin-top: 20px;
}

.member-info h5 {
	line-height: 1.4;
	letter-spacing: -0.6px;
	margin-bottom: 0;
}

.member-info h4 {
	margin-bottom: 0;
}

.member-info h4 small {
	display: block;
	font-size: 15px;
	margin-top: 7px;
}

.member-info p {
	margin-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.member-list {
	list-style: none;
}

.member-list li {
	font-size: 17px;
	margin-right: 5px;
}

.member-list a {
	color: #111;
}

.team-member {
	position: relative;
	overflow: hidden;
}

.team-member ul li a {
	display: inline;
	margin: auto;
	padding: 0;
	max-width: 100%;
	height: auto;
	color: #fff;
	font-size: 16px;
}

.team-member .img-responsive {
	min-width: 100%;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease-in-out .3s;
}

.team-member:hover .img-responsive {
	transform: scale(1.25);
}

.team-member-image:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.team-member:hover .team-member-image:after {
	background: rgba(0, 0, 0, 0.8);
}

.team-member-detail {
	opacity: 0;
	width: 100%;
	position: absolute;
	top: 52%;
	right: 0;
	padding: 40px;
	text-align: center;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.team-member-detail h4 {
	color: #fff;
}

.white-bg .team-member-detail h4 {
	color: #111;
}

.white-bg .team-member-detail p {
	color: #777;
}

.team-member-detail p {
	color: #eee;
}

.team-member-detail ul {
	list-style: none;
	padding-left: 0;
}

.team-member-detail ul li {
	display: inline;
	margin-left: 7px;
	margin-right: 7px;
}

.team-member-detail .btn-team {
	font-size: 10px;
	line-height: 1.2;
	padding: 6.5px 10px 6px 10px;
	margin-top: 5px;
}

.team-member-detail .member-link {
	color: #fff;
	font-size: 13px;
}

.team-member:hover .team-member-detail {
	opacity: 1;
}

/* Hover Effects */
.team-member .team-member-detail.hover-top {
	top: 20%
}

.team-member:hover .team-member-detail.hover-top {
	top: 52%
}

.team-member .team-member-detail.hover-left {
	left: -20%
}

.team-member:hover .team-member-detail.hover-left {
	left: 0;
}

.team-member .team-member-detail.hover-right {
	right: -20%
}

.team-member:hover .team-member-detail.hover-right {
	right: 0;
}

.team-member .team-member-detail.hover-bottom {
	top: 70%
}

.team-member:hover .team-member-detail.hover-bottom {
	top: 52%
}

.team-member:hover .team-member-image.white-bg:after {
	background: rgba(255, 255, 255, 0.9);
}

.team-member .team-member-image.white-bg ul li a {
	color: #111;
}

.sideContactForm {
    position: fixed!important;
    top: 0;
    left: 0;
    z-index: 1020;
    width: 100%;
    max-width: 375px!important;
    background-color: rgba(255,255,255,0.97);
    display: none;
    box-shadow: 1px 1px 7px #333;
    overflow-y: scroll;
    padding-bottom: 40px!important;
    bottom: 0;
}

.closeButton {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
}

.closeButton .fa-window-close {
    font-size: 25px!important;
}



@media only screen and (max-width: 1142px){
	.header-form-text.float-right {
		float: none;
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}

	
}

@media (max-width: 1049px){
    .topnav .left ul li a span {
	    display: none;
    }
}
@media only screen and (max-width: 1024px) {
	.process-point-right-1, .process-point-right-2, .process-point-right-3, .process-point-left-1, .process-point-left-2, .process-point-left-3, .process-line-r-1, .process-line-l, .process-line-r, .process-line-l-3, .process-line-r-2, .process-left:after, .process-right:after, .our-blog .col-md-2 {
		display: none;
	}
	.our-blog .make-fw-ipad {
		display: block;
		min-width: 100%;
	}
	.process-step, .process-step-finished {
		min-height: 132px;
	}
}
@media (max-width: 1024px) and (min-width: 768px) {
	.card .box .button-box {
	    bottom: 0px;
    }
    .hp-left {
		background-color: rgba(0,0,0,0.8);
		padding: 20px;
		position: relative;
		top: 75px;
		width: 45%;
		}
	.map-overlay {
		left: 400px!important;
	}
	.map-text-overlay {
		left: 30px!important;
	}
	.map-text-overlay .h4, .map-text-overlay p {
		margin-left: 0!important;
		text-align: center!important;
	}
	.map-text-overlay .icon { 
	float: none!important;	
	}

}
@media (max-width: 993px) {
	.dropdown-menu .container, .dropdown-menu .container .col, .dropdown-menu .container .row.nav-white, .dropdown-menu .container .col .col-12, .dropdown-menu .container .row {
		margin: 0px!important;
		padding-left: 0px!important;
		padding-right: 0px!important;
		width: 100%!important;
		flex-basis: inherit;
	}
	.contact_us_block {
		display: none!important;
	}
	.nav-white {
		box-shadow: none;
	}
	.navbar .nav-item .nav-white a {
		padding: 5px 30px!important;
	}
}
@media only screen and (max-width: 991px) {
	.navbar-light, .nav-white {
	    background: #fff;
	    color: initial;
	    border-top: 1px solid #eee;
	}
	.navbar-brand {
	    background-image: url(/client/uploads/logo.png);
		background-position: 0 0;
		margin-top: 7px;
	}
	.navbar a {
		color: initial!important;
	}
	.nav-item {
		border-bottom: 1px solid #ddd;
	}
	#getaQuote {
		margin-bottom: 20px;
	}
	.navbar .nav-item.dropdown a.h6, .dropdown-menu .h6 {
	
	width: calc(100% - 15px);
}
}
@media (max-width: 905px){
    .topnav .right ul li a span {
/* 	    display: none; */
    }
}
@media (max-width: 800px) and (orientation:landscape) {
	.sideContactForm {
		max-width: 100%!important;
	}
	.sideContactForm .form-group {
		margin-bottom: 7px;
	}
}


@media (min-width: 780px) {
	
}
@media (max-width:769px) and (min-width: 767px) {
	
	.card .box .button-box {
	    bottom: -28px;
    }

}
@media (max-width: 768px){
	
	
	
}
@media (min-width: 768px){
    .dropdown.megamenu:hover .dropdown-menu, .dropdown.normalmenu:hover .dropdown-menu {
        display: block;
    }
    .card .box p {
	    min-height: 180px;
	    font-size: 14px;
    }
    .card .box {
	    padding: 10px;
    }
	.map-overlay {
	position: absolute;
	left: 550px;
	top: 48px; 
    right: 0px;
    height: 410px;
    background-color: rgba(255,255,255,1);
    z-index: 100;
}
.map-text-overlay {
 	position: absolute;
 	left: 50px;
 	top: 48px;
 	right 0;
 	height: 410px;
 	background: linear-gradient(rgba(255,255,255,0.9),rgba(255,255,255,0.9)), url('/client/uploads/1/etienne-beauregard-riverin-b0acvavsx8e-unsplash.jpg');
 	background-size: cover;
 	background-repeat: no-repeat;
 	border: 3px solid #ed0000;
 	z-index: 100;
}
.map-text-overlay a {
	color: #ed0000;
}
.map-text-overlay .icon {
	font-size: 25px;
	color: #333;
	float: left;
}
.map-text-overlay .h2, .map-text-overlay p {
	margin-left: 60px;
	text-align: left;
}
.dark-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 99;
}

}
@media (max-width: 767px){
	.btn-all-blank.btn-red.contactFormButton {
		width:50%
	}
	.half-bg .float-right {
		text-align: center;
	}
	.header-form-logo {
		padding-right: initial!important;
	}
	.mobile-center {
		text-align: center;
	}
	.header-form {
		padding: 35px;
	}
	.foot-box-head {
		text-align: center;
	}
	.foot-box-text {
		text-align: center;
		margin-bottom: 20px;
	}
	.foot-right {
		text-align: center!important;
	}
	.pricing-block .plan-title,
  .pricing-block .plan-select a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .pricing-block .plan-select a,
  .pricing-block .featured .plan-select a {
    margin-bottom: 20px;
  }
  .pricing-block .featured {
    margin-top: 0;
  }
}
@media (max-width: 650px) {
	
	.hideMobile {
		display: none!important;
	}
	
	
}
@media (min-width: 576px) {
  
  .rounded-nav {
    border-radius: 50rem !important;
  }
  
}

@media (min-width: 576px) {
  
  .rounded-nav .nav-link {
    border-radius: 50rem !important;
  }
  
}
@media (max-width: 414px) {
	
	.card {
		margin-bottom: 20px;
	}
	.contact-button-block .mt20 {
		margin-top: 0;
	}
	.contact-button-block .mb20 {
		margin-bottom: 0;
	}
	.image-down {
		margin-top: 20px!important;
	}
	.pb-r {
		padding-bottom: 20px;
	}
	.text {
		width: initial;
	}
	.pageContent {
	margin-top: 85px;
	}
	.hp-left {
	top: 50px;
	width: 80%;
	left: 40px;
	padding: 25px;
	}
	.caption-header {
		font-size: 24px;
	}
	.sticky-top {
		position: sticky!important;
		top: 137px;
	}
	.topnav.sticky-top {
		top: 111px!important;
	}
	.hp-header, .pageContent {
		margin-top: 90px!important;
	}
	.width600 {
	width: auto;
	}
	.features-section .item {
		padding: 5px!important;
	}
	.faq-quote-section .blockquote-custom {
		margin-top: 50px;
	}
	.mobile-down {
		margin-top: 40px;
	}
	.left-header-block {
		float: none;
		margin-bottom: 15px;
	}
	.contact-header-block {
		width: auto;
		margin-top: initial;
	}
	.contact-header-info {
		font-size: 11px;
	}
	.contact-block .left {
		margin-top: 30px;
		padding: 30px;
	}
	.image-caption-section .hover-3-title {
	font-size: 26px;
	}
	.image-caption-section .hover-3-description {
		font-size: 12px;
	}
	.map-text-overlay a {
	color: #ed0000;
	}
	.map-text-overlay .icon {
	font-size: 25px;
	color: #333;
	}
	.left-contact {
		padding: 40px;
	}
	.text-info {
		text-align: center;
	}
}
@media (max-width: 320px) {
	.hideSmallMobile {
		display: none!important
	}
	a.emailHeader span {
		font-size: 10px!important;
	}
}