/*
Theme Name: JM Partnership
Author: Christian Brown
Author URI: http://www.modeninecreative.co.uk/
Description: Wordpress theme for JMP
Version: 1.0
*/

/*
 *
 *
 */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}


/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  background-color:#FFF;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/* HOME */



a.print_link {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 0px;
    background-color: #241f5b;
    color: #ffffff;
    border: 0px solid #b95d6a;
    transition: all 0.2s ease-in-out;
	font-size:18px;
}

a.print_link:hover {
    background-color: #ffffff;
    color: #b95d6a;
}



.highlight, mark {
    background: none !important;
}


#complete-sign {
	display: none;
}




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


.reds {
background:#cc0000;
	
}
.reds p {
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-size:11px;
	line-height:18px;
	color: #fff;
	padding:5px 0px 25px 0px;
}
.reds a{
    color: #fff !important;
}
.reds .fa{
    padding-left: 10px!important;
}




.greyz {
background:#f5f4f4;	
}

.main-content {
margin-top:172px;
padding-bottom:80px;	
}

.main-content h2 {
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
	padding-right:0px;
	font-size:24px;
	line-height: 28px;
	margin:0px 0px 30px 0px;
}


.main-content p{
	    font-family: 'Montserrat', sans-serif;
    line-height:170%;
	margin-top:25px;
}

.main-content h1, h2, h3, h4, h5, h6{
    line-height:150%;
	margin-top:25px;
}

.main-content ul{
    font-family: 'Montserrat', sans-serif;	
}

.leftcol li{
    font-family: 'Montserrat', sans-serif;	
}

.arrows li{
    padding: 0px 0px 0px 15px;
    margin-left: 1.75em;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 150%;
	margin-top:5px !important;
}
.arrows li:before {
    content: '\f061 ';
    font-family: 'FontAwesome', sans-serif;
    color: #00b4cb;
    font-size: 16px;
    margin-left: -1.75em;
    padding: 0 15px 0 0;
}

.leftcol h3:after {
    position: relative;
    display: flex;
    content: "";
    height: 2px;
    background-color: #00b4cb;
    width: 70px;
    top: 35px;
    left: 0px;
    margin-bottom: 70px !important;
}

.leftcol h3 {
    margin-top: 50px;
}



.eb-accordion-content {
  border-width: 0px !important;
}



.text-container {
	margin-top:80px;
}
.slide h1 {
    font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:62px;
	color:#fff;
	padding-top:55px;
	margin-bottom: 0px;
}

hr.solid {
  border-top: 9px solid #00b4cb;
  width: 150px;
	padding: 0px 0px 20px 0px;
  display: inline-block;
}
.after-titles {
  border-top: 7px solid #00b4cb;
  width: 100px;
  padding: 0px 0px 0px 0px;
  margin-top:0px;
  display: inline-block;
}

.footer-lines  {
  border-top: 1px solid #fff;
  width: 100%;
  padding: 0px 0px 20px 0px;
  margin-top:0px;
  display: inline-block;
}




.slide h2 {
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
	padding-right:0px;
	font-size:24px;
	line-height: 28px;
	color: #fff;
	margin:0px 0px 45px 0px;
}
.heavy {
	font-weight: bold;
}


.slide p {
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-size:14px;
	line-height:20px;
	color: #747474;
	margin:15px 0px 25px 0px;
}
.black {
	font-weight:bold;
	color:#000;	
}
.red {
	font-weight:bold;
	color:#cc0000;	
}

.logo-container {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    z-index: 150;
    background: transparent;
}
.home-header {
    position: relative;
    left: 0;
    top: 13px;
    width: 100%;
    z-index: 100;
    background: #fff;
}

.pages-header {
    position: relative;
    left: 0;
    top: 13px;
    width: 100%;
    z-index: 100;
    background: #fff;
}


.head-band {
	 background: #fff;
	padding: 5px 0px 0px 0px;
}
.pages-head-band {
	padding: 5px 0px 30px 0px;
}



.contacts li:first-of-type {
    padding: 9px 8px 5px 0;
}
.home-header .contacts li, header .socials li {
    position: relative;
    display: inline-block;
    margin: 40px 0px 0 0px;
    padding: 0px 0 10px;
    color: #cc0000;
	border-bottom: 0px !important;	
}
.pages-header .contacts li, header .socials li {
    position: relative;
    display: inline-block;
    margin: 50px 0px 0 0px;
    padding: 0px 0 10px;
    color: #cc0000;
		border-bottom: 0px !important;	
}




.disclaimer p{
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-style:italic;
	font-size:10px;
    margin: -70px 0px 40px 50px;
    padding: 0 27px 0 0;		
}


.contacts {
margin-left: 0px;
padding-left: 0px;
margin-bottom:0px;
padding-bottom: 0px;	
}
.contacts li {
    font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:14px;
    margin: 0;
    padding: 0 27px 0 0;
    color: #241f5b !important;
}
.contacts li a {
    color: #241f5b;
		font-weight:300;
}
.contacts .fa {
    margin-right: 10px;
    margin-left: 10px;
	    color: #00b4cb !important;
}






.about-section, .right-col {
		padding-left:55px !important;
}










.build-col {
	padding-right:155px;
	margin-left: -15px;
	white-space: nowrap;
}


.build-col h5{
	margin-top:40px !important;
}



.quote-panel {
	background: #241f5b;
	color: #fff;
	padding:0px 25px 25px 25px;
	max-width:28%;
	position: absolute;
	top: 190px;
	left:280px;
}

.quote-panel h3 {
	font-weight:bold;
	font-size: 18px;

}
.quote-panel h4 {
	font-weight:bold;
	font-size: 15px;
	margin-top: -10px;
	padding:0px;
	margin-left:65px;
}

.quote-panel h4::before {
  content: "";
  background-image: url(img/andrew-quote.png);
  position: absolute;
  top: 148px;
  left: 22px;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
}


.quote-panel p {
	margin-top: -10px;
	padding:0px;
    font-size: 12px;
	margin-left:65px;
}



hr.quote {
  border-top: 2px solid #00b4cb;
  width: 150px;
  padding: 0px 0px 0px 0px;
  display: inline-block;
		margin-left:65px;
}

.wp-block-latest-posts__post-title {
	font-family: 'Montserrat', sans-serif;
	line-height: 120%;
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	text-align-last: left;
	z-index: 25;
	position:relative;
	top:-120px;
	left:20px;
	color: #fff;
}

.wp-block-latest-posts__post-date {
	font-family: 'Montserrat', sans-serif;
	line-height: 120%;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	z-index: 25;
	position:relative;
	top:-220px;
	left:20px;
	color: #fff;
}


.wp-block-latest-posts__list a:hover{
	color:#D3D1D1 !important;
	text-decoration: none;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  margin-bottom: -35px;
}

.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
  padding: 20px;
}

.wp-block-latest-posts__featured-image img{
	margin-top: 25px;
	position: relative;
  min-width: 100% !important;
  min-height: 450px !important;
	border:1px solid black;
object-fit: cover;
  z-index: 5;
}


.newsimg {
	position: relative;
  min-width: 100% !important;
  max-height: 175px !important;
/* object-fit: cover; */
  z-index: 5;
	vertical-align: bottom;
}

.indent {
	margin-left:44px;
}



.news {
    position: relative;
}
.news:before {
	margin-top: 25px;
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);;
    position: absolute;
    top: 250px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    opacity: .5;
	 max-height: 200px !important;
}



.my-full-width-container {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
width: calc(var(--vw, 1vw) * 100);
}




label {
	font-size: 14px;
	font-weight:300  !important;	
}

.sfm-title h4 {
	margin-top:20px;
    font-size: 11px;
    color: #d8d8d8;
    margin-bottom: 20px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 150%;
}

.sfm-logo {
  top: 70px;
  padding:0px !important;
}



.sfm-has-child-menu>a, .sfm-pos-right .sfm-has-child-menu>a {
    padding-left: 0px!important;
}

#sfm-sidebar ul {
    margin-top: 20px ;
}



#sfm-sidebar li.sfm-active-class > a {
border-right: 3px solid #f6f5f7;
}

.sfm-menu li a  {
border-bottom: 0px solid #363a3f;
}
 
 .sfm-title {
	border: 0px solid white; 
	padding: 20px 0px 20px 0px;
 }
#sfm-sidebar.sfm-compact .sfm-logo {
	margin-top:10px;
}

.sfm-has-child-menu>a, .sfm-pos-right .sfm-has-child-menu>a {
    padding-left: 0px!important;
    padding-right: 28px!important;
}




.sfm-content-wrapper h1 {
  color: #CC4B72;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 10px 0 !important;
  text-transform: uppercase;
}
.sfm-content-wrapper p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 20px 0 !important;
}
.sfm-content-wrapper .learn_more {
  background: #E34F7D;
  padding: 14px 20px;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.sfm-menu-level-1 li{
  text-transform: uppercase !important;	
}




.sfm-content-wrapper input[type=submit] {
  background: #E34F7D;
  padding: 7px 20px;
  color: #FFF;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  height: 50px;
  border:0px !important;
}




.slick-dots {
	display: flex;
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
}
 
.slick-dots li button {
	font-size: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	background: transparent;
	border-radius: 50%;
	margin: 0 5px;
}
 
.slick-dots li.slick-active button {
	width: 20px;
	height: 20px;
	background: var(--hover);
	border-color: var(--hover);
}

.wpforms-form .wpforms-field-description {
    font-size: 13px;
    line-height: 1.3;
    margin: 8px 0 0 0;
	font-weight: 700;
}


.wpforms-field-label {
	font-weight: bold !important;
}

div.wpforms-container-full .wpforms-form .wpforms-head-container {
    padding: 0 0 10px 0;
}


div#wpforms-229.wpforms-container-full .wpforms-form  button[type=submit] {
display: block; /* Puts this text on its own line */
float:right;
font-size: 16px;
margin-top: -5px; /* Add distance from first line of text */
font-weight: normal; /* Remove bold style */
}

div#wpforms-229 textarea {
    line-height: 36px !important;
    background-color: #fff;
    margin: 0px 0px 0px 0px;
    height: 189px;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 15px;
}


.wpforms-container .wpforms-form .wpforms-field-content>.wpforms-field-row p{
    display: block;
	font-size:14px;
line-height: 120% !important;
	    font-family: 'Arial', sans-serif !important;
}




.backing {
    background: url(img/header.jpg) no-repeat center center;
    padding-top: 0px;
	margin-top:30px;
    width: 100%;
    position: relative;
    z-index: 56;
    height: auto;
    padding-bottom: 174px;
/*    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px; */
}



.pages-backing {
    background: url(img/pages-background.jpg) no-repeat center center;
    padding-top: 30px;
    margin-top: -150px;
    width: 100%;
    position: relative;
    z-index: 0;
    height: auto;
    padding-bottom: 24px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
}


.slide {
margin-top:20px;
padding-left:15px;	
}

.social-container {
    padding: 50px 0px 0px 0px;
	float:right;
	text-align: right;
}





.separator {
	margin-left:8px;
	color:#CCC;
	font-weight:300;	
}

.testimonials{
	margin:30px 0px 80px 0px !important;
}
.as-info p {
	font-family: 'Montserrat', sans-serif;
    margin: 0 0 0px;
    color: #62615e;
    text-align: center;
    padding: 0px 80px 0px 80px;
}
.as-info h3 {
	font-family: 'Montserrat', sans-serif;;
    color: #62615e;
    text-align: center;
    padding: 0px 0px 20px 0px;
}
.testimonials h2 {
	font-family: 'Montserrat', sans-serif;;
    color: #62615e;
    text-align: center;
    padding: 0px 0px 20px 0px;
}


.grey {

}

.fa-twitter:before {
    content: "\f099" !important;
}

.demopadding {
  margin:0px auto;
  width:140px;
  text-align:center;
}
.icon {
	position:relative;
	text-align:center;
	width:0px;
	height:0px;
	padding:12px;
	border-top-right-radius: 	12px;
	border-top-left-radius: 	12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 	12px; 
	-moz-border-radius: 		12px 12px 12px 12px;
	-webkit-border-radius: 		12px 12px 12px 12px;
	-khtml-border-radius: 		12px 12px 12px 12px; 	
	color:#FFFFFF;
}
.icon i {
	font-size:12px;
	position:absolute;
	left:9px;
	top:6px;
}
.icon.social {
	float:right;
	margin:0 5px 0 0;
	cursor:pointer;
	background:#00b4cb ;
	color:#fff;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}


@media (max-width:990px) {
	
	

	.butt-cont-head {
	margin:15px 0px 0px -5px !important;
	padding-bottom: 0px;
}
	
	
.social-container {
  display: flex;
  justify-content: center;
  align-items: center;
	padding-top:20px;
}
	
.contacts {
margin-top:28px;	
}
	
.home-header .contacts li, header {
  position: relative;
  display: inline-block;
  margin: 0px 0px 0 0px;
}
	
.pages-header .contacts li, header .socials li {
    position: relative;
    display: inline-block;
    margin: 0px 0px 0 0px;
    padding: 0px 0 10px;
    color: #cc0000;
}

	
}











.icon.social:hover {
	background:#29a7b7 ;
	color:#6d6e71;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-filter:	drop-shadow(0 1px 5px rgba(0,0,0,.6));
	-moz-filter: 	drop-shadow(0 1px 5px rgba(0,0,0,.6));
	-ms-filter: 		drop-shadow(0 1px 5px rgba(0,0,0,.6));
	-o-filter: 		drop-shadow(0 1px 5px rgba(0,0,0,.6));
	filter: 			drop-shadow(0 1px 5px rgba(0,0,0,.6));	 	
}
.icon.social.fb i {
	left:8px;
	top:6px;
}
.icon.social.tw i {
	left:7px;
}
.icon.social.in i {
	left:7px;
}





.social-icons a.fab::before {

}
.social-icons a.fa::before, .widget.widget_bloginfo .social-icons a.fab::before {

color:#00b4cb;
padding:3px;
}

.social-icons a {
color:#fff !important;
}



.butt-cont {
	margin:55px 0px 0px 0px;
	padding-bottom: 0px;
}
.button {
   border-top: 1px solid #00b4cb;
   background: #00b4cb;
   padding: 10.5px 25px;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   border-radius: 25px;
   color: white;
   font-size: 16px;
	font-family: 'Montserrat', sans-serif;
   text-decoration: none;
   vertical-align: middle;
	margin-top:45px;
   }
.button:hover {
   border-top-color: #241e5a;
   background: #241e5a;
   color: #ccc;
   text-decoration:none;
   }
.button:active {
   border-top-color: #b81212;
   background: #b81212;
   }
    


.butt-cont-head {
	margin:-5px 0px 0px -5px;
	padding-bottom: 0px;
}
.button-head {
   background: #00b4cb;
   padding: 9.5px 20px;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   border-radius: 25px;
   color: white;
   font-size: 15px;
	font-family: 'Montserrat', sans-serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button-head:hover {
   border-top-color: #241e5a;
   background: #241e5a;
   color: #ccc;
   text-decoration:none;
   }
.button-head:active {
   border-top-color: #b81212;
   background: #b81212;
   }
    

.cont h4 {
	margin-bottom:-15px;
}









.secondrow {
margin-top:25px;	
}
	
.rightcol{
	margin-top:30px;
}	
	                              
.rightcol h2  {
    font-family: 'Montserrat', sans-serif;
	font-size:24px;
	font-weight:700;
    margin: 0;
    padding: 0 0 26px 0;
    color: #000;
	text-align:left;
}

.rightcol h3:after {
       position: relative;
	   display:flex;
       content: "";
       height: 2px;
       background-color: #00b4cb;
       width: 70px;
       top: 35px;
	   left: 0px;
	   margin-bottom: 60px !important;
       } 

.rightcol h3  {
    font-family: 'Montserrat', sans-serif;
	font-size:24px;
	font-weight:500;
    margin: 0;
    padding: 0 0 0px 0;
    color: #000;
	text-align:left;
	border-bottom: solid 1px var(--contrast-2);
    padding-bottom: 8px;
}
	





.rightcol p  {
    font-family: 'Montserrat', sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:300;
	margin-top:0px;
    padding: 0 0 10px 0;
    color: #000;
	text-align:left;
}
.rightcol a  {
	font-weight:500;
    color: #241f5b ;
}





.btn-default {
    margin-top: 0px;
    font-family: 'Montserrat', serif;
    color: #cc0000;
	font-weight:700;
    font-size: 11px;
    background-color: rgba(210, 207, 199, 0.0) !important;
    line-height: 15px;
    padding: 10px 14px 10px 14px;
    border-radius: 0px;
    border: 1px #cc0000 solid;
    transition: all 0.3s ease 0s;
}
.btn-default:hover {
    color: #ff9900;
}
.lines {
border-top: 1px solid #e3e3e3;
border-bottom: 1px solid #e3e3e3;
margin-bottom:30px;		
}
.why h3 {
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-size:26px;
	text-align:center;
	color:#cc0000;
	margin:0px 0px 25px 20px;
}
.threebox  {
	padding:25px 0px 25px 25px;
margin-top:-80px;
	position:relative;
	z-index:100;
}

.dark-blue {
	background: #241f5b;
	border-right: 1px solid #999999;
	color: #fff;
}



.threebox h5 {
    font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	font-size:19px;
	color: #fff;
	margin:0px;
}

hr.small {
border-top: 3px solid #00b4cb;
  width: 70px;
  padding: 0px 0px 0px 0px;
  margin: 5px 0px 10px 35px;
}

.dsss:before {
  content:url('img/office.png'); /* with class ModalCarrot ??*/
  position:relative; /*or absolute*/
  z-index:100000; /*a number that's more than the modal box*/
  left:-15px;
  top:30px;
}
.esss:before {
  content:url('img/office-2.png'); /* with class ModalCarrot ??*/
  position:relative; /*or absolute*/
  z-index:100000; /*a number that's more than the modal box*/
  left:-15px;
  top:30px;
}
.fsss:before {
  content:url('img/office-3.png'); /* with class ModalCarrot ??*/
  position:relative; /*or absolute*/
  z-index:100000; /*a number that's more than the modal box*/
  left:-15px;
  top:30px;
  padding-bottom:25px;
}

.threebox p {
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-size:14px;
	line-height:22px;
	color: #fff;
	padding:0px 50px 25px 35px;
}
.threebox a {
	color: #fff;
}



.calls {
margin-top:80px;	
}

.redbox {
	padding-top:45px;
	background-color:#cc0000;
	text-align:center;	
}

.redbox h2 {
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-size:22px;
	color: #fff;
	text-transform: uppercase;
	margin:0px 0px 25px 0px;
}
.heavy {
	font-weight:700;		
}
.heavy1 {
	font-weight:700;
	color: #cc0000;		
}
.redbox ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.redbox li {
    padding: 0px 0px 5px 20px;
    margin-left: 2.75em;
    font-family: 'Montserrat', sans-serif;
	font-size:17px;
	font-weight:500;
    color: #fff;
	text-align:center;
    line-height: 150%;
}
.redbox li:before {
    content: '\f061 ';
    font-family: 'FontAwesome', sans-serif;
    margin-left: -5.1em;
	padding-right:5px;
    color: #fa9e0c;
    font-size: 22px;
    -webkit-text-stroke: 3px #cc0000;
}
.phoneicon {
padding:25px;	
}
.about-divider {
    width: 75px;
    height: 2px;
    background: url(img/white-divider.png) no-repeat;
    display: table;
    margin: 20px auto 32px;
}
.large {
font-size:32px;
font-weight:700;

}


.lpho {
color:#fff !important;	
}
.cpho {
color:#000!important;
background: none !important;
}


.larger {
font-size:20px;
font-weight:700;
color:#cc0000;
}


.greybox {
	padding-top:45px;
	text-align:center;
	background-color:#e9e8e7;	
}
.greybox h2 {
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-size:22px;
	color: #000;
	text-transform: uppercase;
	margin:0px 0px 25px 0px;
}
.greybox ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.greybox li {
    padding: 0px 0px 5px 20px;
    margin-left: 2.75em;
    font-family: 'Montserrat', sans-serif;
	font-size:17px;
	font-weight:500;
    color: #333333;
	text-align:center;
    line-height: 150%;
}
.greybox li:before {
    content: '\f061 ';
    font-family: 'FontAwesome', sans-serif;
    margin-left: -5.1em;
	padding-right:5px;
    color: #cc0000;
    font-size: 22px;
    -webkit-text-stroke: 3px #e9e8e7;
}

.greybox li.none:before {
    content: '';
    font-family: 'FontAwesome', sans-serif;
    margin-left: -5.1em;
	padding-right:5px;
    color: #cc0000;
    font-size: 22px;
    -webkit-text-stroke: 3px #e9e8e7;
}
.btn-success {
    margin: 40px 0px 0px 0px;
    font-family: 'Montserrat', serif;
    color: #fff;
	font-weight:700;
    font-size: 16px;
    background-color: rgba(204, 0, 0, 1) ;
    line-height: 15px;
    padding: 14px 32px 11px 32px;
    border-radius: 0px;
    border: 1px #cc0000 solid;
    transition: all 0.3s ease 0s;
}
.btn-success:hover {
    color: #000;
	background-color: #ff9900;
}
.btn-success:focus, .btn-success.focus {
    color: #ffffff;
    background-color: #ff9900 !important;
    border-color: #255625;
	    border-radius: 0px;
}
.rgt {
margin-top:15px !important;	
}















.black-divider {
    width: 75px;
    height: 2px;
    background: url(img/black-divider.png) no-repeat;
    display: table;
    margin: 20px auto 32px;
}
.pgtitle {
    font-size: 32px;
    font-weight: 700;
    margin: 50px 0 30px 0;
	text-transform:uppercase;
	line-height: 120% !important;
}



.main-content h1:after {
    position: relative;
    display: flex;
    content: "";
    height: 7px;
    background-color: #00b4cb;
    width: 70px;
    top: 35px;
    left: 0px;
    margin-bottom: 80px !important;
}

.news-divider {
    width: 75px;
    height: 2px;
    background: url(img/aboutnrp-divider.png) no-repeat;
    display: table;
    margin: 26px 0px 40px 0px;
}

/*
.pgtitle-divider {
    width: 75px;
    height: 2px;
    background: url(img/aboutnrp-divider.png) no-repeat;
    display: table;
    margin: 26px 0px 40px 0px;
}
*/


.row-flex {
  display: flex;
  flex-wrap: wrap;
}


/* vertical spacing between columns */

[class*="col-"] {
  margin-bottom: 0px;
}

.content {
  height: 100%;
  padding: 0px 20px 0px 20px;
  color: #fff;
}
.content-r {
  height: 100%;
  padding: 0px 20px 30px 20px;
  color: #fff;
}

a {
color: #00b4cb;	
}

.wp-block-list li{
	margin-top:15px;
}

 
 
.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 15px 0 0 -25px;
    position: relative;
} 
 
#wpcf7-f18-p370-o1 textarea {
    font-family: 'Montserrat', sans-serif;
	  line-height:36px !important;
    background-color: #fff;
    margin: 0px 0px 25px 0px;
    float: left;
    width: 100%;
    height: 198px;
    color: #6e6d6d;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 15px;
    font-size: 13px;
    border: 1px solid #bcbbbb;    
}
 
 
#wpcf7-f18-p370-o1 { 
border: 0px solid #f28f27;
margin-left:0px !important;
}
#wpcf7-f18-p370-o1 input[type="text"],
#wpcf7-f18-p370-o1 input[type="email"] {
    font-family: 'Montserrat', sans-serif;
	  line-height:36px !important;
    background-color: #fff;
    margin: 0px 0px 25px 0px;
    float: left;
    width: 100%;
    height: 50px;
    color: #6e6d6d;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 15px;
    font-size: 13px;
    border: 1px solid #bcbbbb;    
}
#wpcf7-f18-p370-o1 input[type="submit"],
#wpcf7-f18-p370-o1 input[type="button"] { 
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
	text-transform:uppercase;
    color: #FFFFFF;
    background-color: #cc0000;
    float: right;
    width: 127px;
    height: 36px;
    margin: 0px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;

}

#wpcf7-f18-p370-o1 input[type="submit"]:hover,
#wpcf7-f18-p370-o1 input[type="button"]:hover { 
    color: #FFFFFF;
}


#wpcf7-f18-p370-o1 input:hover[type="submit"] {
     background: #CCC;
     transition: all 0.4s ease 0s;
	 color: #512d6d;
 }
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border: none;
    font-family: 'Montserrat', sans-serif;
}


#wpcf7-f18-p370-o1 span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 32px;
    font-weight: normal;
	float:left;
	margin-top: -20px !important;
	margin-bottom:10px;
}

#wpcf7-f18-p370-o1-list-item-label {
    color: #f00;
    font-size: 9px !important;
    font-weight: normal;
}

.wpcf7-list-item-label {
    color: #666;
    font-size: 13px;
    font-weight: normal;
	line-height:70%;
	margin:0px 0px 0px 5px;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    	border: none;
	    font-family: 'Montserrat', sans-serif;
		margin-top:10px !important;
		display:inline-block;
		margin: 0px 0px 0px 0px;
		float:left;
}
.wpcf7 form .wpcf7-response-output {

}
.wpcf7 form.sent .wpcf7-response-output {
    border:none;
	font-family: 'Montserrat', sans-serif;
	
}

.wpcf7 form .wpcf7-response-output {
	font-family: 'Montserrat', sans-serif;
	margin:-35px 0px 0px 15px !important;
	font-size: 13px !important;
	float:left;
	border: 0;
    background: #393;
    color: #fff;
    padding: 14px;
	display:inline;
	font-weight: bold !important;
}


div.wpcf7-mail-sent-ok {
    border: 0px solid #398f14;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	color:#F00;
    border: 1px solid #f7e700;
} 

.formz {
	margin-top:20px;
}
.forms-bot {
	margin:30px 0px 50px 0px;
}
.forms-bot h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #000;
	text-align: center;
    text-transform: uppercase;
    margin: 0px 0px 25px 0px;
}
.forms-bot-singles h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #000;
	text-align: center;
    text-transform: uppercase;
    margin: 0px 0px 25px 0px;
}





.butpad {
	margin: 30px 0px 60px 0px !important;
}
.btn-fomrs {
    margin-top: 0px;
    font-family: 'Montserrat', serif;
    color: #cc0000;
    font-weight: 700;
    font-size: 14px;
    background-color: rgba(210, 207, 199, 0.0) !important;
    line-height: 15px;
    padding: 10px 14px 10px 14px;
    border-radius: 0px;
    border: 1px #cc0000 solid;
    transition: all 0.3s ease 0s;
}
/* contact form on wide format printer pages */


/* End contact form on wide format printer pages */



/* contact form on all individual product pages */
/* End contact form on all printer pages */









/* Newsletter form */




.news-box {
    border: 1px solid #c7c6c6;
    padding: 0px;
	margin-bottom:25px;
}

.news-box img{
	display: table-cell !important; 
	vertical-align: middle !important;
}




.newspic {
	object-fit: cover;
}
.hntextcon {
	padding:20px 20px 0px 20px;
	font-family: 'Montserrat', serif;
}
.hnhead {
	font-weight: 700;
	text-transform:uppercase;
    font-size: 14px;
	line-height:18px;
	margin-bottom:15px;
    color: #cc0000;
}
.hndate {
	font-weight: 500;
    font-size: 14px;
	line-height:18px;
	margin-bottom:15px;
	color:#666;	
}
.hnconread {
	font-weight: 500;
    font-size: 14px;
	line-height:18px;
	margin-top:15px !important;
	color: #cc0000;	
	display:inline-block;
}
.newsex {
	margin-bottom:15px !important;
	display:inline-block;	
}


.one {
  background: url(img/one-fade.png) right 75px bottom no-repeat;
  object-fit: none;
  object-position: right bottom;
}
.two {
  background: url(img/two-fade.png) right 65px bottom no-repeat;
  object-fit: none;
  object-position: right bottom;
}
.three {
  background: url(img/three-fade.png) right 65px bottom no-repeat;
  object-fit: none;
  object-position: right bottom;
}


/* News */

.pads {
	margin-top: 50px;	
	
}
.posts {
margin-top: 0px;	
}
.navimgs {
	margin-right:6px;

  image-rendering: crisp-edges;

}
.wp-block-image img  {
margin:25px 0px;
max-width: 100% !important;
height: auto !important;
display:block !important;	
}



.post-meta {
    margin: 25px 0px 0px 0px;
}
.post-meta span {
    color: #666;
    font-size: 14px;
	font-family: 'Montserrat', serif;
    text-transform: uppercase ;
}
.posts p {
    line-height: 22px;
    margin-bottom: 20px;
    color: #858385;
	font-family: 'Montserrat', serif;
	font-weight:500;
}
.post-share-ports em {
	font-family: 'Montserrat', serif;
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .075em;
    float: left;
    padding-left: 0;
	margin-right:15px;
}
.shares {
	margin-right:8px !important;
}

/* End News */



/* Archives */


/* Single post types */

.page-header {
border:1px solid black;
margin:190px 0px 0px 0px;	
}

.nav-band {
    background-color: #333;
    padding: 10px 0px 10px 0px;
}
.post-names a {
    line-height: 100%;
    margin: 0px 0px 0px 10px;
    color: #FFF !important;
    text-transform: uppercase;
}

.post-names {
	margin:0px !important;
	padding:0px !important;

}
.backto a{
	margin:5px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	font-size:25px;
    font-weight: 300;
	color:#FFF; 
}
.backto:before {
  content:url('img/left-white.png'); /* with class ModalCarrot ??*/
  position:relative; /*or absolute*/
  z-index:100000; /*a number that's more than the modal box*/
  left:-10px;
  top:5px;
}
.backto a:hover {
	font-weight:700;
	text-decoration:none;
	color: #F00;
}

.bread a{
	margin:5px 0px 0px 10px;
	padding:0px 0px 5px 0px;
	font-size:15px;
    font-weight: 300;
	color:#cc0000; 
}
.bread:before {
	content: '\f060 '; /* fa-star */
	font-family: 'FontAwesome';
	float: left;
	margin-left: 0em;
	color:#ffd51d;
   -webkit-text-stroke: 1px #fff;
	font-size:16px;
	padding-top:-2px;
}
.bread a:hover {
	text-decoration:none;
	color: #000;
}

.sub-titles-b {
font-weight:700;
font-size:18px;	
}


.details {
    margin: 0px 0px 60px 0px;
}

.details ul {
    list-style-type: none;
    padding: 0;
    margin-top: 25px;
}
.details li {
    padding: 0px 0px 5px 15px;
    margin-left: 1.75em;
    font-family: 'Montserrat', sans-serif;
	font-size:17px;
	font-weight:500;
    color: #333333;
    line-height: 150%;
}
.details li:before {
    content: '\f061 ';
    font-family: 'FontAwesome', sans-serif;
    color: #cc0000;
    font-size: 22px;
    margin-left: -1.55em;
    padding: 0 15px 0 0;
}
.details h4 {
    font-family: 'Montserrat', sans-serif;
	font-size:20px;
	margin-bottom: 25px;
	font-weight:700;
    color: #333333;
	text-transform:uppercase;	
}
.details h5 {
    font-family: 'Montserrat', sans-serif;
	font-size:16px;
	margin-top:30px;
	margin-bottom: 25px;
	font-weight:700;
    color: #333333;
	text-transform:uppercase;	
}



.details p {
    font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:300;
    color: #333333;	
}

.faqs ul {
	padding: 0;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

.faqs li {
	margin: 10px 0px 0px 20px ;
	color: #666;
	line-height:140%;
	font-size:16px;	
}

.faqs li:before {
	content: '\f061 '; /* fa-star */
	font-family: 'FontAwesome';
	float: left;
	margin-left: -1.25em;
	color:#ffd51d;
   -webkit-text-stroke: 1px #fff;
	font-size:16px;
}

.padcont {
padding:0px 15px 0px 25px;
    font-family: 'Montserrat', sans-serif;	
}
.prodheads {
	margin-top: 190px;	
	margin-bottom: 20px;
}
.prodtitles {
	color: #cc0000;
	margin-top:45px;
	margin-bottom:25px;
	font-weight:700;
}

/* footer */


.hooklane-widget li {
	    font-family: 'Montserrat', sans-serif;
    line-height: 280%;
    border-bottom: 1px solid #fff;
	    padding: 5px 0 5px 0;
}


.hook-list li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 18px 0 18px 0;
	line-height:24px;
}

.icon-wpforms{
  position: relative;
  /* Adjust these values accordingly */
  top: 5px;
  left: 5px;
  }

.foot-list li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #fff;
	margin-left:-20px;
    border-bottom: 1px solid #dd5757;
    padding: 18px 0 18px 20px !important;
	line-height:20px;
	margin:25px 0px 0px 40px;
}



.hooklane-widget li a {
    font-size: 14px;

    font-weight: normal;
    padding: 15px 20px 15px 0px;

}
.hooklane-widget ul {
    margin-top: -15px;
    font-weight: bold;
}


.hooklane-widget, .address li a {
    background: none !important;
}




#block-29 li a {
    font-size: 14px;
    font-weight: normal;
    padding: 15px 0px 15px 0px !important;
	
}
#block-29 ul {
    margin-top: -15px;
    font-weight: bold;
	border: 0px solid black;
}


#block-29 .address li a {
    background: none !important;
	border-bottom: 0px solid #fff !important;
}



#nav_menu-3 li a {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    padding: 15px 20px 15px 0px;
    background: url(img/foot-arrow.png) right center no-repeat;
}
#nav_menu-3 ul {
    margin-top: -15px;
    font-weight: bold;
}


#nav_menu-3 .address li a {
    background: none !important;
}










#menu-forms-menu-for-sidebar li {
    font-family: 'Montserrat', sans-serif;
    line-height: 260%;
    border-bottom: 1px solid #000;
    padding: 5px 0 5px 0;
}
#menu-forms-menu-for-sidebar li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #fff;
	margin-left:-20px;
    border-bottom: 1px solid #00b4cb ;
    padding: 20px 0 18px 0px !important;
	line-height:20px;
	margin:0px 0px 0px 0px;
}
#menu-forms-menu-for-sidebar li a {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    padding: 15px 20px 15px 0px;
    background: url(img/foot-arrow.png) right center no-repeat;
}

.current-menu-item {
	background:rgba(0, 180, 283, 0.3)!important;
}



ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.lg {
    font-size: 22px;
    margin: 0 10px 0px 0px;
}

.coninfo{
margin-top:20px;	
}

.cons {
margin-top:20px;	
}
.hook-list {
    padding: 0;
    margin: 20px 0px 0px 0px;
    list-style: none;
}

.hook-list-black  {
    padding: 0;
    margin: 50px 0px 0px 0px;
    list-style: none;
}
.hook-list-black li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #000;
    border-bottom: 1px solid #00b4cb;
    padding: 18px 0 18px 0;
	line-height:24px;
}
.hook-list-black li:after {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #000;
    border-bottom: 1px solid #dd5757;
    padding: 18px 0 18px 0;
	line-height:24px;
}

.coninfo .hooklane-widget li a {
    background: none !important;
	color:#241f5b ;
}

.icon-wpforms lg {
	margin-left: -20px;
}

.icon-wpforms::before {
	margin-left: 0px !important;
}




.pullup2  {
    margin-top:0px !important;
}



.hooklane-widget ul {
    margin-top: -15px;
    font-weight: bold;
}
.sep-side {
    width: 100%;
    height: 6px;
    background: url(img/foot-line.png) repeat-x;
    display: table;
    margin: 5px 0px 28px 0px;
}





.page-id-341 .pages-backing, .page-id-145 .pages-backing, .page-id-172 .pages-backing, .page-id-179 .pages-backing, .page-id-248 .pages-backing
{
    background: none;
}

















.mainservices .widg-title {
font-size:30px !important;
text-transform:uppercase;
}
.mainservices .widg-title:after {
    width: 100%;
    height: 6px;
    background: url(img/aboutnrp-divider.png) repeat-x !important;
    display: table;
    margin: 5px 0px 28px 0px;
}

.footer-con h3{
	color:#fff;	
}




.footer-con h2 {
	font-family: "Montserrat", sans-serif;
	color:#FFF;
	font-weight:600;
	font-size:24px;
	margin-bottom:20px;
	margin-top:0px;
}




.footer-con p {
	font-family: "Montserrat", sans-serif;
	color:#FFF;
	font-size:14px;
}

.padds {
	border-left:#CCC 1px solid;
	padding-left:35px;
}
.padds-last {
	padding-left:35px;
}

.foot-red {
	padding:40px 0px 30px 0px;
    width: 100%; 
	min-height:400px;
    background-repeat: no-repeat;	
}

.footlast {
margin-left:45px;
margin-top:-30px	
}

.footer-outer {
	background:#241f5b;	
    width: 100%;
	padding: 0px;
}

mark {
  padding: 0em !important;
}


.blacked {
	background:#d9d9d9;
    width: 100%;
	padding:10px 0px 10px 0px;
	text-align:center;
}
.foot a {
	color:#241f5b;	
}
.foot-red p {
	color:#fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	line-height: 22px;	
}
.foot p {
	color:#000;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	line-height: 22px;	
}

.fullw {
	background: #F00;
    width: 100%;
	padding:30px 0px 10px 0px;
	margin:0 !important;
}



.up {
text-align:right;
float:right;
}
.up img{
padding-left:2px;
display: inline-block;
}
.foot {
	padding-bottom:0px;
	font-size:12px;
}

.cases {
	float:left !important;	
}


/* End footer */



.right-col {
	margin-top:20px !important;
}








/* Blog styles */



/* End Sidebar */


/* CONTACT FORM */


/* END CONTACT FORM */


	
 /* Large screens ----------- */
@media only screen  and (max-width : 1920px) {



}


@media (max-width:1350px) {
	
.sfm-child-menu {
padding-top:0px !important;
margin-bottom:0px !important;
padding-bottom:0px !important;
border: 1px solid #fff !important;	
}


#sfm-sidebar ul {
    margin-top: 30px !important;
	margin-bottom:90px;
}



}



@media (max-width:1236px) {


.threebox p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  padding: 0px 0px 25px 35px;
}		
	
}


@media (max-width:1200px) {

.quote-panel {
  max-width: 32%;
  position: absolute;
  top: 190px;
  left: 210px;
}
	
.right-col h5{
  font-size: 13px;
  text-wrap: nowrap;
}
	

	
	
.sfm-child-menu {
padding-top:0px !important;
margin-bottom:0px !important;
padding-bottom:0px !important;
}


#sfm-sidebar ul {
    margin-top: 40px !important;
	margin-bottom:90px ;	
}

}


@media (max-width:1069px) {

.threebox h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 17px;
  color: #fff;
  margin: 0px;
}
	

	
	
}

@media (max-width:1004px) {

.content {
  padding: 0px 0px 0px 20px;
}
	
	
}







@media (max-width:990px) {
	
	
	
.wp-post-image {
  margin-top:0px;
  position: relative;
  min-width: 100% !important;
  min-height: 450px !important;
  object-fit: cover;
  z-index: 5;
}	
	
	
	
	
	.services-con {
		margin-top: 100px;
	}
	
	
.rightcol {
  margin-top: 80px;
}	
	
	

.quote-panel {
    max-width: 43%;
    position: absolute;
    top: 252px;
	left:55px;
  }
	
	.wp-block-latest-posts__post-title {
  font-family: 'Montserrat', sans-serif;
  line-height: 120%;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  text-align-last: left;
  z-index: 25;
  position: relative;
  top: -120px;
  left: 20px;
  color: #fff;
}
	
.right-col {
	margin-top:50px !important;
}
	
	
	
.right-col h5{
  font-size: 13px;
  text-wrap: nowrap;
  margin-left:-30px;
}
	
.build-icons {
	display:none;
}
		
.build-col {
  border-right: 1px solid black;
  padding-right: 113px;
  margin-left: -45px;
  white-space: nowrap;
}
	
	
.main-content {
  margin-top: 82px;
  padding-bottom: 80px;
}	
	
	
	
.dark-blue {
  background: #241f5b;
  border-right: 1px solid #999999;
  color: #fff;
	width:280px;
	
}	
	
.content {
  height: 100%;
  padding: 0px 0px 30px 26px;
  color: #fff;
}	
	

.threebox p {
	padding:0px ;
	  padding: 0px 0px 0px 26px;
}

.slide {
margin-top:-30px;

}

.sfm-child-menu {
padding-top:0px !important;
margin-bottom:0px !important;
padding-bottom:0px !important;	
}


#sfm-sidebar ul {
    margin-top: 40px !important;
	margin-bottom:90px;

}	


.content-r {
  padding: 0px 20px 40px 20px;
}

.one {
  background: none;
}
.two {
  background: none;
}
.three {
  background: none;
}
.prods {
margin-bottom:50px;	
}


.slide h5 {
    padding-right: 0px;
}

.homeimg {
margin-top:50px;	
}	
.leftcol {
text-align:left;
	margin-top: 106px;
}



}



@media (max-width:767px) {
	
	
	.right-col {
		margin-top:100px !important;
	}	
	
	
.quote-panel {
    max-width: 70% !important;
    position: absolute;
    top: 352px;
	left:25px;
  }
	
	
.quote-panel h4::before {
  content: "";
  background-image: url(img/andrew-quote.png);
  position: absolute;
  top: 142px;
  left: 22px;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
}	
	
	
	
  .right-col h5 {
    font-size: 15px;
    text-wrap: nowrap;
    margin-left: 0px;
  }


.about-section, .right-col {
  padding-left: 0px !important;
}	
	
	
.build-icons {
	display:inline-block;
		
	}
	
  .build-col {
    border-right: 1px solid black;
    padding-right: 113px;
    margin-top: 0px !important;
  }
	
	

.social-container {
  display: flex;
  justify-content: center;
  align-items: center;
	float: none;
}
	
	
	

}


@media only screen
and (max-width : 736px) {
		

}

@media only screen
and (max-width : 660px) {
	
	
.quote-panel {
    max-width: 70% !important;
    position: absolute;
    top: 302px;
	left:25px;
  }
	
	
.quote-panel h4::before {
  content: "";
  background-image: url(img/andrew-quote.png);
  position: absolute;
  top: 142px;
  left: 22px;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
}	
	
	.right-col {
		margin-top:130px !important;
	}
	
	

}


@media only screen
and (max-width : 570px) {
	
	
	
	
.quote-panel {
    max-width: 70% !important;
    position: absolute;
    top: 202px;
	left:25px;
  }
		
	
	
	
	
	.slide h1 {
	font-size:42px;
	padding-top:0px;
	margin-bottom: 0px;
		margin-top:-30px;

}



@media only screen
and (max-width : 538px) {
	
	
	.butticons {
  font-size: 18px !important;
  margin: 0px 10px 0px -20px;
  padding: 0;
}	
	.btn-success {
  margin-top: 40px;
  font-family: 'Montserrat', serif;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  padding: 11px 32px 11px 32px;
}
	
	.as-info p {
    padding: 0px 15px 0px 15px;
}
	
	
	.slide {
margin-top:30px;

}	
	

.logo-container {
    position: absolute;
    left: 0;
    top: 150px;
    width: 100%;
    z-index: 150;
    background: transparent;
}

.sfm-navicon-button {
    top: 110px !important;
}


.heado {
display:none;	
}

}



@media only screen
and (max-width : 500px) {

	
.quote-panel {
    max-width: 70% !important;
    position: absolute;
    top: 182px;
	left:25px;
  }
			
	
	
	
	
.price {
  width: 97%;
}	
	
	
#wpcf7-f18-p370-o1 span.wpcf7-not-valid-tip {
  margin-top: 0px !important;
}		
#wpcf7-f1756-o1 span.wpcf7-not-valid-tip {
  margin-top: 0px !important;
}	

.formz {
		margin-top:65px !important;
}	
.forms-bot {
	margin:0px 0px 30px 0px;
}	
	
	.butticons {
  font-size: 14px !important;
  margin: 0px 10px 0px -25px;
  padding: 0;
}	
	.btn-success {
  margin-top: 10px;
  margin-bottom:5px;
  font-family: 'Montserrat', serif;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  padding: 11px 32px 11px 32px;
}	
	
	
.details ul {
  margin-bottom: 25px;
}
	
.mfp {
  margin-top: 10px !important;
  width: 97%;
}	
	

.redbox ul {
    width: 80%;
    margin: auto;
}

.redbox li {
    margin-left: 0px !important;
}
.redbox li:before {
    margin-left: -0.7em;
}

}


@media only screen
and (max-width : 455px) {


.quote-panel {
    max-width: 80% !important;
    position: absolute;
    top: 122px;
	left:25px;
  }	
	
}
	
	@media only screen
and (max-width : 397px) {


 .quote-panel h4::before {
    top: 172px !important;
  }
	
}

@media only screen
and (max-width : 360px) {
	
	 .quote-panel h4::before {
    top: 192px !important;
  }
	
	
	
	
	.right-col {
		margin-top:180px !important;
	}
	

	
.content {
  padding: 0px 0px 0px 10px !important;
  border:0px solid black;
}	
	
	
.logo-container {
    position: absolute;
    left: 0;
    top: 170px;
	margin-bottom:5px;
}
.logo-screen {

}
	
	
}




/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {



}
