@charset "UTF-8";

/*
Theme Name: Steadyfloplumbing
Theme URI: 
Author: Steadyflo team
Author URI: 
Description: 
Tested up to: 6.8
Requires PHP: 5.6
Version: 2.6
*/

*, ::after, ::before {
	box-sizing: border-box;
}

@font-face {
  font-family: "Arial Black";
  src: local("Arial Black"), local("ArialBlack"), url("assets/fonts/f5c444da86865f171.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

html {
	font-family: Source Sans Pro;
	-webkit-text-size-adjust: 100%;
}
body
{
	font-size: 18px;
	font-family: Arial,"Arial Fallback";
	color: #565656;
	font-weight: 400;
	line-height: initial;
	margin: 0;
	padding: 0;
}
.site_container
{
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
	width: 100%;
}
a {
	text-decoration: none;
}
img {
  max-width: 100%;
}
h1, h2, p
{
	margin: 0;
}
/* Header Css Starts */
#masthead
{
	position: fixed;
	z-index: 101;
	width: 100%;
}
#accessibilityWidget {
	cursor: pointer;
	display: inline-block;
}
.header_wrap
{
  background-color: #2a2a2a;
}
.top_bar {
	background-color: #1b1b1b;
	padding: 15px 40px;
	position: relative;
}
.top_bar .site_container
{
	display: flex;
}
.top_barleft {
	width: 50%;
	padding-right: 1.5%;
	font-size: 26px;
	color: #fff;
	font-family: 'Arial Black';
}
.top_barleft span {
	color: rgb(220, 27, 56);
	font-weight: bold;
	padding-left: 10px;
}
.top_barleft a
{
	color: #fff;
}
.top_barright {
	width: 50%;
	padding-left: 5px;
    position: relative;
    text-align: right;
	font-size: 26px;
	font-family: 'Arial Black';    
}
.top_barright a
{
   color: rgb(220, 27, 56);
   font-weight: 400;
}
.menu_bar {
	position: relative;
	padding: 15px 49px 15.3543px 40px;
}
.menu_barwrap
{
	display: flex;
}
.logo {
	position: relative;
	width: 25%;
	padding-right: 108px;
}
.menu_wrap {
	position: relative;
	width: 75%;
	padding-left: 10px;
}

.menu-button-container {
	display: none;
}
.primary-navigation > .primary-menu-container {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.primary-navigation > .primary-menu-container {
	transition: all 0.15s ease-in-out;
	margin-top: 10px;
	margin-left: 10px;
}
.primary-navigation > .primary-menu-container {
    visibility: visible;
    opacity: 1;
    position: relative;
    padding: 0;
    background-color: transparent;
    overflow: initial;
    transform: none;
}
.primary-navigation > div > .menu-wrapper {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	list-style: none;
	max-width: none;
	padding: 12px 15px;
    margin: 18px 0 0;
	position: relative;
}
.primary-navigation > div > .menu-wrapper li {
	display: block;
	position: relative;
	width: 100%;
}
.primary-navigation > div > .menu-wrapper li {
	margin: 0;
	width: inherit;
}
.primary-navigation .primary-menu-container > ul > .menu-item {
	display: flex;
}
.primary-navigation a {
	display: block;
	font-family: Arial;
	font-size: 22px;
	padding: 0 15px;
	text-decoration: none;
	color: #a0a0a0;
	letter-spacing: .03em;
	font-weight: 700;
}
.primary-navigation a::before, .primary-navigation a:hover::before {
	content: attr(rel);
	white-space: nowrap;
	position: absolute;
	transition: width .3s ease-in-out;
	overflow: hidden;
	background-color: transparent;
	width: 0;
	height: 100%;
	transform-origin: left;
	left: 15px;
	opacity: 1;
}
.primary-menu-container .sub-menu-toggle::before {
	content: "\f107";
	font-family: FontAwesome;
	right: auto;
	position: absolute;
	top: 1px;
	transition: transform .25s ease;
	font-size: 23px;
	color: #a0a0a0;
}
.primary-menu-container li.menu-item-has-children:hover .sub-menu-toggle::before {
	transform: rotate(0deg);
}
.primary-navigation li:hover .sub-menu-toggle {
	transform: rotate(180deg);
}
.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}
.sub-menu-toggle {
	line-height: 1.1;
	stroke: rgba(0,0,0,.84);
	stroke-width: .45rem;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
	display: flex;
	padding: 0;
	justify-content: center;
	align-items: center;
	background: transparent;
	color: currentColor;
	border: none;
	transition: transform .25s ease;
	width: 11px;
	margin-left: 0px !important;
	position: relative;
}
.primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded="false"] ~ ul, .footer-navigation > .footer-navigation-wrapper > li .sub-menu-toggle[aria-expanded="false"] ~ ul {
	display: none;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu {
	transition: transform .4s ease-out,opacity .1s ease-out;
}
.primary-navigation a:hover::before {
	width: 100%;
	color: #dc1b38;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle span {
	display: none;
}
.primary-navigation .primary-menu-container > ul > .menu-item.menu-item-has-children {
	padding-right: 15px;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu {
	left: 0;
	right: auto;
	margin: 0;
	min-width: max-content;
	position: absolute;
	top: 100%;
	padding-top: 3px;
	z-index: 88888;
	transition: transform .4s ease-out,opacity .1s ease-out;
	box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
  -moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
  -webkit-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
  background-color: #1b1b1b;
  padding: 0;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu::before, .primary-navigation > div > .menu-wrapper > li > .sub-menu::after {
	content: "";
	display: none;
	position: absolute;
	width: 0;
	top: -9px;
	left: 25px;
	border-style: solid;
	border-color: red;
	border-width: 0 7px 10px;
}
.primary-navigation .sub-menu .menu-item > a {
	padding: 15px 30px 15px 15px;
	display: block;
	font-size: 14px;
	font-family: 'Arial Black';
    font-weight: 700;
	color: #fff;
	text-align: left;
}
.primary-navigation .sub-menu .menu-item > a:hover {
	color: #dc1b38;
}
.primary-navigation .sub-menu .menu-item.current-menu-item > a {
	color: #dc1b38;
}
#primary-menu-list > li.current-menu-item > a
{
	color: #dc1b38;	
}
.primary-navigation .primary-menu-container > ul > .menu-item.menu-item-has-children.current-menu-parent > a::before {
  width: 100%;
  color: #dc1b38;	
}

.inner_banner {
	background: rgba(220,27,56,1);
	padding-top: 15px;
	padding-left: 100px;
	padding-right: 100px;
	position: relative;
	padding-bottom: 90px;
}
.inner_banner h1 {
	margin-top: 100px;
	margin-bottom: 8px;
	font-size: 60px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: 'Arial Black';
	color: rgb(42, 42, 42);
	font-weight: 700;
}
.breadcrumbs {
	margin-top: 20px;
	margin-bottom: 8px;
	padding: 2px 0;
	font-weight: 400;
	font-family: 'Arial Black';
	color: rgb(42, 42, 42);
}
.breadcrumbs a
{
   color: rgb(42, 42, 42);
   margin-right: 10px;
}
.breadcrumbs span {
	color: rgba(42, 42, 42, 0.5);
	text-transform: uppercase;
	margin-left: 10px;
}
/* Header Css Ends */

/* Defaultpage Css Starts */
.inner_content {
	padding: 150px 40px;
	position: relative;
}
.inner_content h2
{
	font-size: 30px;
	font-family: 'Arial Black';
	color: #646464;
    font-weight: 700;
    color: rgb(42, 42, 42);
    margin: 8px 0;
    padding: 2px 0;
}
.inner_content p a
{
	color: rgb(220, 27, 56);
	text-decoration: underline;
}
.inner_content p
{
    margin: 8px 0;
    padding: 2px 0;
}
/* Defaultpage Css Ends */

/* Footer Css Starts */
#colophon {
	position: relative;
	background-color: #2a2a2a;
	padding-top: 70px;
	padding-bottom: 25px;
}
.footer_widgetwrap {
	padding: 15px 0 100px;
	display: flex;
}
.footerwidget_1 {
	position: relative;
	width: 25%;
	padding-right: 61px;
}
.footerwidget_2 {
	position: relative;
	width: 25%;
	padding-left: .75%;
	padding-right: .75%;
}
.footer_widgetwrap h4
{
	font-size: 18px;
	font-family: 'Arial Black';
	color: rgb(220, 27, 56);
    font-weight: 700;
        margin: 8px 0;
    padding: 2px 0;
}
.footer_widgetwrap h4 a
{
	color: rgb(220, 27, 56);
}
.footer_widgetwrap ul, .footerwidget_3 ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-navigation a, .footerwidget_3 ul  li  a {
	color: #a0a0a0;
	letter-spacing: .03em;
	font-size: 1rem;
	padding: 8px 0;
	display: inline-block;
	position: relative;
}
.footer-navigation a::before,  .footerwidget_3 ul  li  a::before {
	content: attr(rel);
	white-space: nowrap;
	position: absolute;
	transition: width .3s ease-in-out;
	overflow: hidden;
	background-color: transparent;
	width: 0;
	height: 100%;
	transform-origin: left;
	left: 0px;
	opacity: 1;
	top: 8px;
}
.footer-navigation a:hover::before, .footer-navigation .current-menu-parent a::before,  .footerwidget_3 ul  li  a:hover::before {
	width: 100%;
	color: #a1a1a1;
}
.footerwidget_4 {
	position: relative;
	width: 25%;
	padding-left: 1.5%;
	text-align: right;
}
.footerwidget_3 {
	position: relative;
	width: 25%;
	padding-left: .75%;
	padding-right: .75%;
}
.footerwidget_4 a {
	color: #a0a0a0;
}
.footerwidget_4 a:last-child{
	margin-left: 30px;
}
.footerwidget_3 ul ul
{
	display: none;
}
.footerwidget_3 ul li:hover ul
{
	display: block;
}
.footerwidget_3 ul li ul li{
	padding: 4px 12px;
	color: #dc1b38;
}
.footerwidget_3 ul li ul li:hover a{
	color: #fff;
	padding: 0;
}
.footerwidget_3 ul li ul li a{
	color: #dc1b38;
	padding: 0;
	font-size: 13px;
	font-weight: 700;
	line-height: normal;
}
.footerwidget_3 ul li .fa
{
	margin-left: 10px;
	transform: rotate(0deg);
	transition: transform .25s ease;
}
.footerwidget_3 ul li:hover .fa
{
	transform: rotate(180deg);
}
.copy-info {
	margin: 8px 0;
	padding: 17px 0;
}
.copy-info p
{
 color: rgb(160, 160, 160);
}
.copy-info p span
{
	color: rgb(255, 255, 255);
	padding-right: 30px;
}
.site-info {
	display: none;
}
.float_btns {
	position: relative;
	z-index: 102;
}
.float_btns a {
	background-color: #dc1b38;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-webkit-box-shadow: rgba(50,50,50,.25) 0 0 11px 0;
	box-shadow: rgba(50,50,50,.25) 0 0 11px 0;
	-moz-box-shadow: rgba(50,50,50,.25) 0 0 11px 0;
	border-radius: 50px;
	border-style: solid;
	border-width: 3px;
	border-color: #fff;
	margin: 0 45px 30px 0;
	position: fixed;
	transition: background-color .2s ease,border-color .2s ease;
	color: #463939;
	width: 120px;
	height: auto;
	bottom: 0;
	right: 0;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	padding: 16px 0;
	transition: color .2s ease;
	color: #fff;
}
.float_btns a:hover{
	background-color: #ad0000;
}
.float_btns a:nth-child(2) {
	background-color: #ffbd1c;
	padding: 20px 0;
    margin: 0 40px 120px 0;
    width: 267px;
    color: #000;
}
.float_btns a:nth-child(2):hover {
	background-color: #e29b00;
}
.float_btns a:nth-child(3) {
	margin: 0 180px 30px 0;
}
/* Footer Css Ends */

/* Emergency Services Css Starts */
.page-id-51 .inner_banner {
	display: none;
}
.page-id-51 .inner_content {
	padding: 60px 40px 150px;
	text-align: center;
}
.page-id-51 .inner_content h2 {
	margin-bottom: 20px;
	font-size: 50px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: 'Arial Black';
	color: #646464;
	font-weight: 700;
}
.inner_content p a.btn_secondary {
	padding: 16px 25px;
	background-color: rgba(255,189,28,1);
	color: #000;
	text-decoration: none;
	line-height: 22px;
	font-family: Arial,"Arial Fallback";
	font-size: 15px;
	font-weight: 700;
	display: inline-block;
	margin: 20px 0;
}
/* Emergency Services Css Ends */

/* Contact Page Css Starts */
.contact_info {
	position: relative;
	padding: 150px 0;
}
.contact_infolistwrap {
	display: flex;
}
.contact_infolist {
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 50px;
	border-style: solid;
	border-width: 15px;
	border-color: rgba(220,27,56,1);
	background-color: rgba(0,0,0,0);
	position: relative;
	width: 33.33333%;
}
.contact_infolist_imgwrap {
	margin-top: -100px;
	width: calc(100% - 58px);
	display: block;
	position: relative;
	max-width: 185px;
	margin-right: auto;
	margin-left: auto;
}
.contact_infolist h3 {
	margin: 8px 0;
	font-size: 24px;
	text-align: center;
	font-family: 'Arial Black';
	color: rgb(42, 42, 42);
	margin-top: -25px;
	z-index: 1;
	position: relative;
}
.contact_infolist p {
	text-align: center;
	margin: 15px 0 10px;
	font-size: 18px;
	font-family: Arial,"Arial Fallback";
	color: #565656;
	font-weight: 700;
}
.contact_infolist p a
{
	color: #565656;
}
.contact_infolist:last-child p a {
  font-size: 30px;
  color: rgb(42, 42, 42);
  font-weight: 700;
  font-family: 'Arial Black';
}
.contact_formsection {
	position: relative;
}
.contact_formsectionbg {
	background: rgba(240,242,242,1);
	position: relative;
	padding-top: 115px;
	padding-bottom: 300px;
}
.contact_formsection h2
{
	color: rgb(0, 0, 0);
  font-size: 36px;
  font-family: 'Arial Black';
}
.form_inner {
	margin-top: -235px;
	margin-left: auto;
	margin-right: auto;
	background-position: -10px -20px;
	padding-top: 95px;
	padding-left: 100px;
	padding-bottom: 75px;
	padding-right: 100px;
	background-color: rgba(220,27,56,1);
	background-repeat: no-repeat;
	background-image: url(assets/images/mail_bg.png);
	background-size: cover;
	max-width: 1073px;
}
.formwrapflex
{
	display: flex;
}
.formwrap4
{
	position: relative;
  width: 33.33333%;
  padding-left: .9375em;
  padding-right: .9375em;
}
.wpcf7 .wpcf7-form-control.wpcf7-text {
	color: #000;
	width: 100%;
	font-size: 18px;
	background-color: rgba(255,255,255,1);
	margin: 3px 0;
	height: 40px;
  padding: 0 10px;
  border: none;
  font-family: Arial,"Arial Fallback";
	
}
.wpcf7 .wpcf7-form-control.wpcf7-textarea {
	color: #000;
	width: 100%;
	font-size: 18px;
	background-color: rgba(255,255,255,1);
	margin: 3px 0;
  padding: 10px 10px;
  border: none;
  font-family: Arial,"Arial Fallback";
	
}
.wpcf7 .wpcf7-submit {
	color: rgba(220,27,56,1);
  font-family: 'Arial Black';
  font-size: 18px;
  background-color: rgba(42,42,42,1);
  height: 70px;
  width: 274px;
	font-weight: bold;
	padding: 15px 15px;
	transition: background-color .2s ease,border-color .2s ease;
	border: none;
	display: block;
	margin-top: 20px;
	cursor: pointer;
}
.form_inner .wpcf7-not-valid-tip {
	color: #fff;
	font-size: 12px;
}
.form_inner .wpcf7 form .wpcf7-response-output
{
	color: #fff;
}
.formwrap12 {
	padding: 15px 17px;
}
.formwrapbtn {
	text-align: right;
	position: relative;
	display: flex;
	justify-content: end;
	margin-right: 16px;
}
.form_wrap {
	position: relative;
	padding-bottom: 150px;
}
/* Contact Page Css Ends */

/* Services Page Css Starts */
.services_section {
	position: relative;
	padding: 100px 0 120px;
}
.services_section h2
{
  margin-bottom: 8px;
  font-size: 50px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: 'Arial Black';
  color: rgb(42, 42, 42);
  font-weight: 700;
  text-align: center;
}
.services_listwrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}
.services_list {
	position: relative;
	width: 31.6%;
	background-color: rgba(240,242,242,1);
	padding-left: 65px;
	padding-right: 65px;
	padding-bottom: 50px;
	padding-top: 50px;
	margin-right: 15px;
	margin-bottom: 30px;
}
.services_list:nth-child(3n + 2) {
	margin-left: 15px;
}
.services_list:nth-child(3n + 3) {
	margin-left: 15px;
	margin-right: 0px;
}
.services_list:last-child {
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}
.services_section h3 {
	margin-bottom: 8px;
	margin-top: 15px;
	font-size: 36px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: 'Arial Black';
	color: rgb(42, 42, 42);
	font-weight: 700;
}
.services_list p {
	line-height: 150%;
	margin-bottom: 30px;
}
.services_list p a {
	font-size: 18px;
	font-family: 'Arial Black';
	color: rgb(42, 42, 42);
	font-weight: normal;
}
.services_list p a:hover {
	color: rgba(160,160,160,0.5);
  font-weight: bold ;
}
a.commonbtn {
	color: rgba(42,42,42,1);
	font-family: 'Arial Black';
	font-size: 18px;
	background-color: #dc1b38;
	font-weight: bold;
	padding: 21px 55px;
	transition: background-color .2s ease,border-color .2s ease;
	margin-top: 20px;
	display: inline-block;
}
.commonbtn_wrap {
	text-align: center;
}
a.commonbtn:hover {
	color: #dc1b38;
	background-color: rgba(42,42,42,1);
}
.contact_formbottom h2
{
	font-size: 50px;
}
.contact_formbottom .form_inner {
	background-image: url(assets/images/price.png);
	background-position: -10px -60px;
}
.contact_services {
	background-color: rgba(240,242,242,1);
	padding-bottom: 100px;
	padding-top: 100px;
	margin-right: 100px;
}
.contact_serviceswrap
{
	display: flex;
}
.contact_servicesleft {
	padding-right: 1.5%;
	position: relative;
	width: 50%;
	margin-right: 50px;
}
.contact_servicesleft h3 {
	font-size: 30px;
	font-family: 'Arial Black';
	color: #646464;
	font-weight: 700;
	margin: 2px 0 10px;
}
.contact_servicesleft h4 {
	font-size: 50px;
	line-height: initial;
	font-family: 'Arial Black';
	color: rgb(42, 42, 42);
	margin: 0;
}
.contact_servicesright {
	position: relative;
	width: 50%;
	background-color: rgba(220,27,56,1);
	background-repeat: no-repeat;
	background-image: url(assets/images/telephone.png);
	background-size: cover;
	padding-top: 65px;
	margin-left: 50px;
	padding-left: 75px;
	padding-right: 75px;
	padding-bottom: 65px;
}
.formwrap2 {
	position: relative;
	width: 50%;
	padding-left: .9375em;
	padding-right: .9375em;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.contact_servicesleft .wpcf7 .wpcf7-submit {
	color: rgba(42,42,42,1);
	font-family: 'Arial Black';
	font-size: 18px;
	background-color: #dc1b38;
	font-weight: bold;
	padding: 21px 30px;
	transition: background-color .2s ease,border-color .2s ease;
	margin-top: 20px;
	display: inline-block;
	width: auto;
	float: right;
}
.contact_servicesleft .wpcf7 .wpcf7-submit:hover {
	color: #dc1b38;
	background-color: rgba(42,42,42,1);
}
.contact_servicesleft .formwrapbtn p {
  display: block;
}
.contact_servicesleft .wpcf7-not-valid-tip {
	font-size: 12px;
}
.contact_servicesright h5 {
	color: rgb(255, 255, 255);
	font-size: 24px;
	font-family: 'Arial Black';
	font-weight: 700;
	margin: 20px 0 12px;
}
.contact_servicesright p, .contact_servicesright p a {
	font-weight: 700;
	font-size: 20px;
	color: rgb(42, 42, 42);
}
.contact_servicesright h6 {
	color: rgb(42, 42, 42);
	font-weight: 700;
	font-family: 'Arial Black';
	font-size: 36px;
	margin: 0;
}
/* Services Page Css Ends */

/* FAQ Page Css Starts */
.faq_section {
	padding-top: 100px;
	padding-bottom: 50px;
	padding-left: 100px;
	padding-right: 100px;
}
.faq_wrap {
	display: flex;
	margin-bottom: 60px;
}
.faq_left {
	position: relative;
	width: 33.33333%;
	background-color: rgba(240,242,242,1);
	padding-right: 50px;
	padding-top: 25px;
	padding-left: 50px;
	padding-bottom: 50px;
}
.faq_left h3 {
	border-top: 4px solid rgba(220,27,56,1);
	padding-top: 25px;
	margin-bottom: 8px;
	margin-top: 15px;
	font-size: 24px;
	font-family: 'Arial Black';
	color: rgb(42, 42, 42);
	font-weight: 700;
}
.faq_right {
	padding-left: 50px;
	position: relative;
	width: 66.66667%;
}
.accordion-trigger {
	margin-bottom: 0px;
	background-color: #fff;
	font-size: 17px;
	padding: 18px 20px;
	justify-content: space-between;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	position: relative;
	border-bottom: 1px solid rgba(225,225,225,1);
}
.accordion-trigger h6 {
	font-size: 16px;
	margin: 6px 0;
	font-weight: 600;
	font-family: 'Arial Black';
	cursor: pointer;
	color: rgba(42,42,42,1);
}
.open-close-box {
	margin-right: 0px;
	border-radius: 0;
	padding: 9px 13px;
	background-color: rgba(220,27,56,1);
	transition: transform 0.3s ease-in-out;
	display: flex;
	align-items: center;
	color: #000;
	font-size: 23px;
}
.accordion-content {
	padding: 18px 20px;
	border-top: 1px solid rgba(225,225,225,1);
	display: none;
	border-bottom: solid 1px rgb(225, 225, 225);
    color: rgba(93,93,93,1);
    background: #f2f2f2;
}
.accordion-content p {
	color: rgba(93,93,93,1);
	margin: 0;
	font-size: 16px;
}
.accordion-trigger.active .open-close-box .fa {
	transform: rotate(180deg);
	transition: transform 0.3s ease-in-out;
}
.accordion-trigger.active {
  border-bottom: none;
}
.accordion-trigger .open-close-box .fa {
	transition: transform 0.3s ease-in-out;
}
.accordion-wrapper:nth-child(1) .accordion-trigger {
	border-top: 1px solid rgba(225,225,225,1);
}
.accordion-content a {
	color: #939393;
	text-decoration: underline;
	font-size: 16px;
}
/* FAQ Page Css Ends */

/* Form Submission Page Css Starts */
.faq_section h2 {
	font-size: 50px;
	font-family: 'Arial Black';
	font-weight: 700;
	color: rgb(42, 42, 42);
	margin: 8px 0 100px;
	padding: 2px 0;
	text-align: center;
}
.faq_section h2 span {
	color: rgb(220, 27, 56);
}
/* Form Submission Page Css Ends */

/* About Page Css Starts */
.aboutintro_section {
	background-color: rgba(240,242,242,1);
	margin-right: 300px;
	padding-bottom: 100px;
	padding-right: 40px;
	padding-top: 100px;
	padding-left: 160px;
	position: relative;
}
.aboutintro_wrap {
	display: flex;
}
.aboutintro_left {
	position: relative;
	width: 58.33333%;
	padding-right: 1.5%;
	margin-right: 200px;
}
.aboutintro_left h2 {
	color: rgb(42, 42, 42);
	font-size: 50px;
	font-family: 'Arial Black';
	margin-bottom: 30px;
}
.aboutintro_left p {
	font-size: 18px;
	line-height: 2.0;
	color: rgb(86, 86, 86);
	font-weight: 400;
}
.aboutintro_right {
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: -200px;
	padding-left: 1.5%;
	position: relative;
	width: 41.66667%;
}
.benefits_section {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}
.benefits_section h3 {
	max-width: 910px;
	color: rgb(0, 0, 0);
	line-height: initial;
	font-size: 36px;
	font-family: 'Arial Black';
}
.benefits_wrap {
	display: flex;
}
.benefits_left {
	position: relative;
	width: 25%;
	padding-right: 1.5%;
}
.benefits_left p {
	font-size: 18px;
	line-height: 2.0;
	color: rgb(86, 86, 86);
	font-weight: 400;
	margin-bottom: 20px;
}
.benefits_left a {
	font-size: 18px;
	font-family: 'Arial Black';
	color: rgb(42, 42, 42);
	font-weight: normal;
}
.benefits_left p a:hover {
	color: rgba(160,160,160,0.5);
	font-weight: bold;
}
.benefits_right {
	position: relative;
	width: 75%;
	padding-left: 1.5%;
}
.benefits_rightinner {
	padding-top: 25px;
	padding-left: 75px;
	border: 13px solid rgba(220,27,56,1);
	padding-bottom: 65px;
}
.benefits_right h4 {
	color: rgb(0, 0, 0);
	font-size: 36px;
	font-family: 'Arial Black';
	margin: 10px 0 40px;
}
.benefits_right ul {
	display: flex;
	flex-wrap: wrap;
}
.benefits_right li {
	position: relative;
	width: 50%;
	padding-right: 1.5%;
	color: rgb(86, 86, 86);
	font-family: 'Arial Black';
	line-height: 200%;
}
.reviews_section {
	position: relative;
	padding-bottom: 30px;
}
.faqlayout_section {
	background: rgba(42,42,42,1);
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}
.faqlayout_section h4 {
	font-size: 36px;
	font-family: 'Arial Black';
	color: #fff;
	text-align: center;
	margin-bottom: 70px;
	margin-top: 20px;
}
.page-id-38 .faqlayout_section .accordion-outer {
	max-width: 850px;
	margin: 0px auto;
	padding-bottom: 50px;
}
.page-id-38 .inner_servicewrap {
	display: flex;
	flex-direction: column;
}
.breadcrumbs {
	order: 4;
}
.faqlayout_section .accordion-trigger {
	background: transparent;
    border-bottom: 6px solid rgb(72, 72, 72);
    border-top: none;
}
.faqlayout_section .accordion-trigger h6 {
	color: #fff;
	font-size: 24px;
}
.faqlayout_section .accordion-wrapper:nth-child(1) .accordion-trigger {
	border-top: none;
}
.faqlayout_section .accordion-content {
	border-top: none;
	border-bottom: none;
	background: transparent;
}
.faqlayout_section .accordion-content p{
	font-size: 18px;
	color: rgba(160,160,160,1);
}
.faqlayout_section a.commonbtn {
	padding: 21px 25px;
}
.pagesblog_section {
	padding-top: 100px;
	position: relative;
	padding-bottom: 100px;
}
.pagesblog_section h4 {
	font-size: 36px;
	font-family: 'Arial Black';
	color: rgb(0, 0, 0);
	text-align: center;
	margin-bottom: 70px;
	margin-top: 0;
}
.pagesblog_wrap {
	display: flex;
}
.pagesblog_list {
	width: 50%;
	padding-right: 25px;
	position: relative;
}
.pagesblog_list:nth-child(even) {
	padding-right: 0px;
	padding-left: 25px;
}
.pagesblog_img {
	height: 230px;
	width: 100%;
	transition: all .2s ease-out;
	background-size: cover;
	background-position: center;
}
.pagesblog_list a:hover .pagesblog_img {
	transform: scale(1.06);
}
.pagesblog_list a.pagesblog_imgwrap
{
	position: relative;
	overflow: hidden;
	display: block;
}
.pagesblog_list h5
{
	line-height: 1.5em;
	font-size: 23px;
	text-align: center;
	font-family: 'Arial Black';
	margin-bottom: 15px;
    margin-top: 20px;
}
.pagesblog_list h5 a
{
	color: rgba(42,42,42,1);
} 
.pagesblog_list .post_desc {
	font-size: 15px;
	text-align: center;
	color: #747474;
	line-height: 1.4em;
	margin-top: 8px;
	margin-bottom: 8px;
}
p.authorinfo {
	font-size: 80%;
	opacity: .8;
	text-align: center;
	margin-bottom: 15px;
}
.pagesblog_list p a.linksingle
{
	color: #747474;
	font-size: 18px;
}
.pagesblog_section a.commonbtn
{
	color: #fff;
}
.pagesblog_section a.commonbtn {
	color: #fff;
	padding: 16px 105px;
	font-size: 15px;
	font-family: arial;
}
.pagesblog_section a.commonbtn:hover {
	color: #dc1b38;
}
/* About Page Css Ends */

/* Specials Page Css Starts */
.specialsbenefit_section.benefits_section h3 {
	font-size: 50px;
	margin-top: 10px;
	margin-bottom: 70px;
}
.specialsbenefit_section .benefits_right h4
{
	font-size: 50px;
}
.pagesblog_section.specialspage_blog h4 {
	font-size: 50px;
	max-width: 728px;
  margin: 0px auto;
  margin-bottom: 70px;
}
.pagesblog_section.specialspage_blog h4 span{
	color: rgb(220, 27, 56);
}
.specialspage_blog .pagesblog_wrap p {
	text-align: center;
	margin-bottom: 40px;
}
.contact_specials.contact_formsection h2 {
	color: #646464;
	margin-bottom: 0;
	font-size: 30px;
	margin-left: 50px;
}
.contact_specials .form_inner {
	margin-top: -165px;
	background-image: none;
	padding-top: 65px;
    padding-bottom: 35px;
}
.contact_specials .contact_formsectionbg {
	padding-bottom: 200px;
}
.contact_specials .wpcf7-list-item-label {
	color: #fff;
}
.introimg_section {
	padding-top: 15px;
	margin-left: 300px;
	margin-top: 25px;
	position: relative;
	background-color: rgba(240,242,242,1);
	padding-left: 250px;
}
.introimg_wrap {
	display: flex;
}
.introimg_left {
	position: relative;
	width: 50%;
	padding-right: 1.5%;
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: -400px;
	margin-right: 50px;
	margin-top: 100px;
	margin-bottom: 100px;
	background-position: 50% 50%;
}
.introimg_right {
	position: relative;
	width: 50%;
	margin-left: 50px;
	margin-top: 100px;
	margin-bottom: 100px;
}
.introimg_right h3 {
	color: rgb(42, 42, 42);
	font-size: 50px;
	font-family: 'Arial Black';
	margin: 0 0 35px 0;
}
.introimg_right p a 
{
	font-size: 18px;
    font-family: 'Arial Black';
    color: rgb(42, 42, 42);
    font-weight: normal;
}
.introimg_right p a:hover {
	color: rgba(160,160,160,0.5);
	font-weight: bold;
}
.introimg_right p
{
	padding-bottom: 30px;
}
.speciallist_section {
	position: relative;
	background-color: rgba(42,42,42,1);
	padding-top: 50px;
	padding-left: 100px;
	padding-bottom: 50px;
	padding-right: 100px;
}
.speciallist_wrap {
	display: flex;
}
.speciallist {
	position: relative;
	width: 33.33333%;
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 25px;
}
.speciallist h3 {
	color: rgb(255, 255, 255);
	font-size: 36px;
	font-family: 'Arial Black';
	margin: 15px 0 30px;
}
.speciallist_btnswrap {
	display: flex;
	padding: 10px 0;
}
.speciallist_btnswrap a, .speciallist_btnswrap p
{
	margin-right: 1.5%;
	position: relative;
  width: 33.33333%;
  background: #dc1b38;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  height: 65px;
  transition: background-color .2s ease,border-color .2s ease;
  cursor: pointer;
}
.speciallist_btnswrap a:nth-child(2)
{
	margin-left: .75%;
  margin-right: .75%;
}
.speciallist_btnswrap a:nth-child(3)
{
	margin-left: 1.5%;
  margin-right: 0;
}
.speciallist_btnswrap a span {
  display: none;
}
.speciallist_btnswrap a:hover, .speciallist_btnswrap p:hover {
	background: #414345;
	color: #dc1b38;
}
.phonetoggle span.phonespan2 {
	visibility: hidden;
	opacity: 0;
	position: absolute;
}
.phonetoggle.active .phonespan2 {
	visibility: visible;
	opacity: 1;
}

 span.phonespan1 {
  visibility: visible;
  opacity: 1;
}
.phonetoggle.active span.phonespan1 {
  visibility: hidden;
  opacity: 0;
}
/* Specials Page Css Ends */

/* Sitemap Page Css Starts */
h3.post-type {
	color: rgb(42, 42, 42);
	font-size: 35px;
	font-family: 'Arial Black';
	margin-bottom: 20px;
}
.sitemap-item.page_item {
	line-height: 30px;
}
.sitemap-item.page_item a {
	font-size: 18px;
	color: rgb(86, 86, 86);
	font-weight: 400;
	margin-bottom: 0;
}
.sitemap-item.page_item a:hover
{
	color: rgba(220,27,56,1);
}
/* Sitemap Page Css Ends */

/* Error Page Css Starts */
body.error404 .inner_banner {
	display: none;
}
body.error404 .inner_content {
	padding: 60px 40px 150px;
	text-align: center;
}
body.error404 .inner_content h2 {
	margin-bottom: 20px;
	font-size: 50px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: 'Arial Black';
	color: #646464;
	font-weight: 700;
}
/* Error Page Css Ends */

/* Home Page Css Starts */
.contact_homeques .contact_servicesleft h4 {
	font-size: 30px;
	font-family: 'Arial Black';
	color: #646464;
	font-weight: 700;
	margin: 2px 0 20px;
}
.contact_homeques  .contact_servicesleft h3 {
	margin: 2px 0 0px;
}
.formwrap12.acceptval {
	padding-top: 0;
}
.contact_formhometop
{
	text-align: center;
}
.contact_formhometop_wrap
{
	max-width: 673px;
	margin: 0px auto;
}
.contact_formhometop .contact_formbottom h2 {
	margin-bottom: 10px;
}
.benefits_section.benefits_home h3 {
	color: #646464;
	font-size: 30px;
	margin-top: .0;
	margin-bottom: 70px;
}
.benefits_section.benefits_home .benefits_right h4 {
	color: #646464;
	font-size: 24px;
}
.introimg_section.homeintro_section {
	margin-left: 200px;
	margin-top: 0;
	padding-left: 250px;
}
.homeintro_section .introimg_wrap {
	max-width: 1200px;
	margin: 0px auto;
}
.homeintro_section .introimg_right h3 {
	color: #646464;
	font-size: 30px;
}
.homeintro_section .introimg_right p {
	line-height: 2;
}
.homebanner_section {
	background-repeat: no-repeat;
	padding: 213px 100px;
	background-attachment: initial;
	background-size: cover;
	background-position: 0 50%;
	position: relative;
}
.homebanner_section::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	border-radius: inherit;
	background-color: #000;
    opacity: .43;
}
.homebanner_section h1 {
	font-size: 50px;
	font-family: 'Arial Black';
	color: rgb(255, 255, 255);
	text-shadow: rgba(0, 0, 0, 0.4) 3px 3px 4.5px;
}
.homebanner_section p {
	color: rgb(255, 255, 255);
	text-shadow: rgb(0, 0, 0) 3px 3px 9px;
	font-size: 24px;
	line-height: 1.1;
}
.homebanner_section .commonbtn_wrap {
	text-align: left;
}
.homebanner_section  a.commonbtn {
	color: rgba(42,42,42,1);
	font-size: 18px;
	padding: 18px 20px;
	transition: background-color .2s ease,border-color .2s ease;
	max-width: 280px;
	width: 100%;
	text-align: center;
	margin-right: 30px;
}
.homebanner_section a.commonbtn:hover {
	color: #dc1b38;
	background-color: rgba(42,42,42,1);
}
.homebanner_section  a.commonbtn:nth-child(1){
	background-color: rgba(255,255,255,.8);
}
.homebanner_section  a.commonbtn:nth-child(1):hover{
	background-color: rgba(42,42,42,1);
}
.homestages_section {
	position: relative;
	background-color: #dc1b38;
	padding: 50px 40px;
}
.stageslistwrap
{
	display: flex;
}
.stageslist {
	padding: 25px 40px 25px 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
  width: 33.33333%;
}
.stageslist h2 {
	font-size: 36px;
	color: rgb(42, 42, 42);
	font-family: 'Arial Black';
	margin-bottom: 25px;
	margin-right: 40px;
}
.stageslist p a {
	font-size: 18px;
	font-family: 'Arial Black';
	color: rgb(42, 42, 42);
	font-weight: normal;
}
.stageslist p a:hover {
	color: rgba(160,160,160,0.5);
	font-weight: bold;
}
.homereviews_section {
	padding: 100px;
	position: relative;
	background-color: #2a2a2a;
}
.homereviews_section h4 {
	color: rgb(255, 255, 255);
	font-size: 35px;
	font-family: 'Arial Black';
	text-align: center;
	margin-top: 20px;
}
.homereviews_section .item {
	text-align: center;
	max-width: 840px;
    margin: 0px auto;
}
.homereviews_section .owl-stage-outer
{
	background-image: url(assets/images/quotes.png);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.homereviews_section p {
	font-size: 24px;
	color: #f0f2f2;
	white-space: pre-line;
}
p.auth{
	color: rgb(220, 27, 56);
	font-size: 24px;
	font-family: Arial,"Arial Fallback";
	font-weight: 700;
	padding-top: 80px;
}
p.auth span{
	color: #f0f2f2;
	display: block;
}
.testimonial-list {
	padding-top: 60px;
}
.homereviews_section .owl-theme .owl-nav {
	top: 30%;
	position: absolute;
	width: 100%;
	opacity: 0;
	transition: all .3s ease;
}
.homereviews_section .owl-theme:hover .owl-nav
{
	opacity: 1;
}
.homereviews_section .owl-theme .owl-nav .owl-prev, .homereviews_section .owl-theme .owl-nav .owl-next {
	background: none;
	border: none;
}
.homereviews_section .owl-theme .owl-nav .owl-prev {
	float: left;
	font-size: 35px;
	height: 3rem;
	width: 3rem;
	left: 0px;
	margin: 0;
	position: relative;
}
.homereviews_section .owl-theme .owl-nav .owl-prev, .homereviews_section .owl-theme .owl-nav .owl-next {
	font-size: 35px;
	color: #f0f2f2;
}
.homereviews_section .owl-prev span, .homereviews_section .owl-next span {
	border: 1px solid #000;
	transition: background .2s ease;
	height: 3rem;
	width: 3rem;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border: none;
}
.homereviews_section .owl-theme .owl-nav .owl-next {
	font-size: 35px;
	height: 3rem;
	width: 3rem;
	margin: 0;
	position: relative;
	float: right;
	right: 0px;
}
/* Home Page Css Ends */

/* Blog Page Css Starts */
.blogs_section {
	padding-top: 100px;
	padding-bottom: 150px;
	position: relative;
}
.blogs_wrap {
	display: flex;
}
.blogs_left {
  padding-right: 45px;
  padding-top: 40px;
  padding-left: 45px;
  padding-bottom: 40px;
  background-color: rgba(240,242,242,1);
  position: relative;
  width: 33.33333%;
}
.blogs_right {
	position: relative;
	width: 66.66667%;
	padding-left: 50px;
	padding-right: 50px;
}
.search-form {
	border-top: 5px solid rgba(220,27,56,1);
	border-bottom: 5px solid rgba(220,27,56,1);
	padding: 15px 0;
	margin-bottom: 30px;
}
.search-form label {
	display: none;
}
.search-submit {
	position: relative;
	padding: 10px 5px;
	opacity: 0;
	cursor: pointer;
	z-index: 2;
}
.search_bar {
	position: relative;
}
.submitwrap
{
	position: relative;
	
}
.submitwrap .fa {
	position: absolute;
	right: 19px;
	top: -1px;
	cursor: pointer;
	z-index: 1;
}
#search-form-1 {
	border: none;
	padding: 10px;
	font-size: 18px;
	font-family: 'Arial Black' !important;
	width: 242px;
	background: none;
	outline: none;
}
.blogslist h4 a {
	color: rgba(42,42,42,1) !important;
	font-size: 24px;
	font-family: 'Arial Black';
}
.blogslist h4
{
	margin-bottom: 15px;
	margin-top: 17px;
}
.leftblogexpert {
	height: 45px;
	overflow: hidden;
	word-break: break-word;
}
.blog_read {
	margin-top: 15px;
}
p.blog_read a{
	color: rgba(220,27,56,1);
}
.blogslist {
	margin-bottom: 45px;
}
.blog-img {
	height: 170px;
	background-size: cover;
	background-position: center;
}
body .alm-btn-wrap .alm-load-more-btn {
	background: #dc1b38;
	border: none;
	color: #fff;
	padding: 15px 30px;
	width: 100%;
	font-size: 15px;
	font-family: arial;
	font-weight: bold;
	cursor: pointer;
}
body .alm-btn-wrap .alm-load-more-btn:hover {
	background: #414345;
	color: #dc1b38;
}
.blogslistnew .blog-img, body.search .blog-img {
	height: 230px;
	background-size: cover;
	background-position: center;
}
.blogslistnew .leftblogexpert {
	height: auto;
	overflow: auto;
	font-size: 15px;
	color: #747474;
	line-height: 1.4em;
}
.blogslistnew .postArticle {
	margin-bottom: 10px;
}
.blogslistnew .alm-btn-wrap {
	text-align: left;
}
body .blogslistnew .alm-btn-wrap .alm-load-more-btn {
	width: auto;
}
.alm-btn-wrap .alm-load-more-btn.done, .alm-btn-wrap .alm-load-more-btn:disabled {
	display: none !important;
}
body.search  h1.page-title {
	font-family: 'Arial Black';
	font-size: 30px;
}
.search-result-count {
	margin-bottom: 20px;
}
.search-no-results .no-results.not-found {
	text-align: center;
}
/* Blog Page Css Ends */

/* Services Single Page Css Starts */
.inner_servicebanner {
	position: relative;
	padding-top: 15px;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 100px;
}
.inner_servicebanner:before {
	opacity: 0.78;
	background-color: rgb(255,255,255);
	display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
}
.inner_servicebanner h1 {
	font-size: 60px;
	margin-top: 100px;
	margin-bottom: 8px;
	font-family: 'Arial Black';
	color: rgb(42, 42, 42);
}
.inner_servicebanner a.servicebanner_btn {
	background: #dc1b38;
	border: none;
	color: #fff;
	padding: 15px 60px;
	font-size: 15px;
	font-family: arial;
	font-weight: bold;
	display: inline-block;
	margin-top: 20px;
}
.inner_servicebanner a.servicebanner_btn:hover {
	background: #414345;
	color: #dc1b38;
}
.inner_servicewrap
{
	max-width: 1080px;
}
.servicesabout_section h2 {
	font-size: 30px;
	font-family: 'Arial Black';
	color: #646464;
	margin-bottom: 20px;
	margin-top: 30px;
}
.servicesabout_section  p {
	line-height: 1.38;
	margin-bottom: 20px;
}
.servicesinnerlist_section {
	position: relative;
	padding: 40px 0;
}
.servicesinnerlistwrap {
	display: flex;
}
.servicesinnerlist {
	position: relative;
	width: 33.33333%;
	padding-right: 1.5%;
}
.servicesinnerlist:nth-child(3n + 2) {
	padding-left: .75%;
  padding-right: .75%;
}
.servicesinnerlist:nth-child(3n + 3) {
	padding-right: 0;
  padding-left: 1.5%;
}
.servicesinnerlist h3 {
	text-align: center;
	font-size: 24px;
	font-family: 'Arial Black';
	margin: 10px 0 20px;
}
.servicesinnerlist img {
	max-width: 150px;
	margin: 0px auto;
	display: block;
	padding-bottom: 15px;
}
.commonbtn2 {
	background: #dc1b38;
	border: none;
	color: #fff;
	padding: 15px 60px;
	font-size: 15px;
	font-family: arial;
	font-weight: bold;
	display: inline-block;
	margin-top: 20px;
}
.commonbtn2:hover {
	background: #414345;
	color: #dc1b38;
}
.commonbtn2_wrap {
	text-align: center;
	margin-top: 20px;
}
.choose_section {
	position: relative;
	padding: 10px 0 50px;
}
.choose_inner {
	display: flex;
}
.choose_left {
	position: relative;
	width: 50%;
	padding-right: 1.5%;
}
.choose_right {
	position: relative;
	width: 50%;
	padding-left: 1.5%;
}
.choose_right h3 {
	font-size: 30px;
	font-family: 'Arial Black';
	margin-top: 10px;
	margin-bottom: 25px;
}
.choose_right p {
	line-height: 1.38;
}
.choose_right li {
	line-height: 1.38;
}
.page-id-26 .inner_servicebanner::before, .page-id-34 .inner_servicebanner::before {
	background-color: rgba(86,86,86,1);
}
.page-id-26 .breadcrumbs span, .page-id-26 .inner_servicebanner h1, .page-id-34 .breadcrumbs span, .page-id-34 .inner_servicebanner h1 {
	color: #fff;
}
.page-id-26  .inner_servicewrap p, .page-id-34  .inner_servicewrap p {
	color: #fff;
	margin-bottom: 15px;
}
.inner_servicewrap p {
	margin-bottom: 15px;
}
.page-id-30 .servicesinnerlist {
	width: 50%;
}
.servicesabout_section p img {
	width: 100%;
}
.page-template-flexible-content .inner_banner p {
	font-family: Arial,"Arial Fallback";
	color: #fff;
}
.page-id-38 .inner_banner a.servicebanner_btn {
	background: #fff;
	border: none;
	color: #dc1b38;
	padding: 19px 70px;
	font-size: 15px;
	font-family: arial;
	font-weight: bold;
	display: inline-block;
	margin-top: 20px;
}
.page-id-34 .servicesinnerlist img, .page-id-40  .servicesinnerlist img {
	max-width: 100px;
}
.homereviews_section p {
	padding-bottom: 15px;
}
.page-id-38 .servicesinnerlist, .page-id-28 .servicesinnerlist  {
	width: 25%;
	margin-bottom: 30px;
}
.page-id-38 .servicesinnerlist:nth-child(4n + 2), .page-id-28 .servicesinnerlist:nth-child(4n + 2) {
	width: 25%;
}
.page-id-38 .servicesinnerlist:nth-child(4n + 3), .page-id-28 .servicesinnerlist:nth-child(4n + 3){
	padding-left: .75%;
  padding-right: .75%;
}
.page-id-38 .servicesinnerlist:nth-child(4n), .page-id-28 .servicesinnerlist:nth-child(4n) {
	padding-left: .75%;
  padding-right: 0;
}
.page-id-38 .servicesinnerlistwrap {
	flex-wrap: wrap;
}
.page-id-40 .inner_servicebanner {
	background-position: 50% 100%;
}
.page-id-40 .inner_servicebanner:before {
	opacity: 0.5;
  background-color: rgb(255,255,255);
}
.text-center {
	text-align: center;
}

.page-id-40 .servicesinnerlist, .page-id-36 .servicesinnerlist, .page-id-28 .servicesinnerlist, .page-id-26 .servicesinnerlist {
display: flex;
  flex-direction: column;	
}
.page-id-40 .servicesinnerlist h3, .page-id-36 .servicesinnerlist h3, .page-id-28 .servicesinnerlist h3, .page-id-26 .servicesinnerlist h3 {
	order: 2;
}
.page-id-40  .servicesinnerlist p:nth-child(2), .page-id-36  .servicesinnerlist p:nth-child(2), .page-id-28  .servicesinnerlist p:nth-child(2), .page-id-26  .servicesinnerlist p:nth-child(2) {
	order: 1;
}
.page-id-40  .servicesinnerlist p:nth-child(3), .page-id-36  .servicesinnerlist p:nth-child(3), .page-id-28  .servicesinnerlist p:nth-child(3), .page-id-26  .servicesinnerlist p:nth-child(3)  {
	order: 3;
}

.page-id-40 .servicesinnerlistwrap {
	display: flex;
	flex-wrap: wrap;
}
.page-id-40  .servicesinnerlist:nth-child(4), .page-id-40  .servicesinnerlist:nth-child(5)
{
	width: 50%;
	margin-top: 30px;
}
.page-id-32 .inner_banner h1
{
	color: #fff;
}
.choose_section.choose_reverse .choose_left {
	order: 2;
	padding-left: 1.5%;
	padding-right: 0;
}
.choose_section.choose_reverse .choose_right {
	position: relative;
	width: 50%;
	padding-left: 0;
	padding-right: 1.5%;
}
.flex-row-reverse .choose_left {
	padding-left: 1.5%;
	padding-right: 0;
}
.flex-row-reverse .choose_right {
	padding-right: 1.5%;
	padding-left: 0;
}
.flex-row-reverse {
	margin-bottom: 25px;
}
.choose_right h4 {
	font-size: 24px;
	font-family: 'Arial Black';
	margin-top: 20px;
	margin-bottom: 15px;
}
.page-id-36 .servicesabout_section .commonbtn_wrap {
	text-align: left;
}
.page-id-36 .servicesabout_section
{
	padding-bottom: 30px;
	padding-top: 30px;
}
.page-id-36  .servicesinnerlistwrap {
	flex-wrap: wrap;
}
.page-id-36  .servicesinnerlistwrap .servicesinnerlist {
	margin-bottom: 60px;
}
img.imgfull
{
	width: 100%;
}
.page-id-36  .servicesinnerlist img {
	max-width: 100px;
	padding-top: 40px;
}
.page-id-36 .choose_right p a, .page-id-28 .choose_right p a {
	color: #939393;
	text-decoration: underline;
}
.page-id-28 .servicesinnerlist_section h2, .page-id-36 .servicesinnerlist_section h2
{
	font-size: 30px;
  font-family: 'Arial Black';
  color: #646464;
  margin-bottom: 20px;
  margin-top: 30px;
}
.page-id-28 .servicesinnerlistwrap {
	flex-wrap: wrap;
	margin-top: 40px;
}
.page-id-28 .servicesinnerlist h3 {
	text-align: left;
}
/* Services Single Page Css Ends */

/* Blog Single Page Css Starts */
.blog_single {
	padding-top: 100px;
	padding-bottom: 50px;
}
.blog_single h1 {
	font-size: 50px;
	font-family: 'Arial Black';
	color: #646464;
}
.blog_single p.authorinfo {
	font-size: 18px;
	opacity: 1;
	text-align: left;
	margin-bottom: 25px;
	color: #565656;
	margin-top: 25px;
}
.single_postcontent img
{
	width: 100%;
}
.single_postcontent h3 {
	font-size: 24px;
	font-family: 'Arial Black';
	margin-bottom: 15px;
}
.single_postcontent p {
	margin-top: 10px;
	margin-bottom: 15px;
}
.blog_single .nav-links {
	display: block;
	padding: 25px 0;
}
.blog_single .nav-links .nav-previous {
	width: 50%;
	float: left;
}
.blog_single .nav-links .nav-next {
	width: 50%;
	text-align: right;
	float: right;
}
.blog_single .nav-links a {
	color: #939393;
	text-decoration: underline;
}
.nav-links::after {
	content: "";
	clear: both;
	display: table;
}
.blog_single .heateor_sss_sharing_ul {
	display: flex;
	align-items: center;
}
.custom_share {
	margin-bottom: 50px;
}
.blog_single .pagesblog_list h5 {
	text-align: left;
}
.blog_single .pagesblog_list h5 a {
	color: #646464;
}
.blog_single  .pagesblog_list .post_desc p {
	font-size: 15px;
	color: #747474;
	text-align: left;
	line-height: 1.4em;
	margin-top: 8px;
	margin-bottom: 8px;
}
.blog_single  .post_desc {
	margin-bottom: 15px;
}
.single_postcontent p a, .single_postcontent li a {
	color: #939393;
	text-decoration: underline;
}
.single_postcontent hr {
	border-bottom: none;
	color: #eeeeee;
	border-top: 1px solid #eee;
	max-width: 520px;
	margin: 30px auto 50px;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
/* Blog Single Page Css Ends */

@media(min-width: 1301px) and (max-width: 1400px) {
.primary-navigation a {
	font-size: 19px;
	padding: 0 15px;
}
.primary-navigation > div > .menu-wrapper {
	padding-right: 0;
}
.primary-menu-container .sub-menu-toggle::before {
	top: 0px;
}	
.site_container {
	padding: 0 15px;
}
.speciallist_btnswrap a, .speciallist_btnswrap p {
	text-align: center;
}
.speciallist_section {
	padding-top: 50px;
	padding-left: 40px;
	padding-bottom: 50px;
	padding-right: 40px;
}	
}

@media(min-width: 1025px) and (max-width: 1300px) {	
.site_container {
	padding: 0 15px;
}
.float_btns a:nth-child(2) {
	margin: 0 15px 120px 0;
}	
.float_btns a {
	margin: 0 14px 30px 0;
}
.float_btns a:nth-child(3) {
	margin: 0 160px 30px 0;
}
.top_bar {
	padding: 15px 0;
}
.logo {
	padding-right: 0;
}	
.menu_bar {
	padding: 15px 15px 15px 15px;
}
.primary-navigation > div > .menu-wrapper {
	padding: 12px 0 15px 0;
}	
.primary-navigation a {
	font-size: 17px;
	padding: 0 10px;
}	
.primary-menu-container .sub-menu-toggle::before {
	top: -2px;
}	

.inner_banner h1 {
  font-size: 50px;
}
.inner_content {
  padding: 60px 0;
}	
.inner_banner {
	padding-left: 0;
	padding-right: 0;
}
.faq_section {
	padding-top: 60px;
	padding-bottom: 40px;
	padding-left: 0;
	padding-right: 0;
}
.accordion_expand {
	margin-right: 5px;
}
.contact_services {
	padding-bottom: 60px;
	padding-top: 70px;
	margin-right: 0;
}	
.contact_servicesleft {
	margin-right: 0px;
}	
.contact_servicesleft h4 {
	font-size: 40px;
}
.contact_servicesright {
	padding-top: 25px;
	margin-left: 25px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 25px;
}
.benefits_right ul {
	padding-left: 20px;
}	
.benefits_rightinner {
	padding-top: 25px;
	padding-left: 15px;
	padding-bottom: 15px;
}	
.benefits_right {
	width: 65%;
}
.benefits_left {
	width: 35%;
}	
.benefits_right li {
	font-size: 15px;
}	
.benefits_right h4 {
	font-size: 36px;
	margin: 0px 0 20px;
}	
.aboutintro_section {
	margin-right: 0;
	padding-bottom: 80px;
	padding-right: 20px;
	padding-top: 40px;
	padding-left: 20px;
}
.aboutintro_left {
	width: 50%;
	margin-right: 10px;
}	
.aboutintro_right {
	margin-right: -50px;
	width: 50%;
}	
.contact_formsectionbg {
	padding-top: 65px;
	padding-bottom: 260px;
}
.services_list {
	width: 31.3%;
	padding-left: 25px;
  padding-right: 25px;
}
.speciallist_section {
	padding-top: 50px;
	padding-left: 20px;
	padding-bottom: 50px;
	padding-right: 20px;
}
.speciallist h3 {
	font-size: 25px;
	margin: 15px 0 30px;
}	
.speciallist_btnswrap a, .speciallist_btnswrap p {
	text-align: center;
}
.introimg_section {
	padding-top: 15px;
	margin-left: 0px;
	margin-top: 25px;
	padding-left: 25px;
}
.introimg_left {
	margin-left: 0;
	margin-right: 10px;
	margin-top: 100px;
	margin-bottom: 100px;
	background-position: 50% 50%;
}	
.introimg_right h3 {
	font-size: 40px;
}	
.homebanner_section {
	padding: 93px 20px;
}	
.introimg_section.homeintro_section {
	margin-left: 0;
	margin-top: 0;
	padding-left: 20px;
}
.contact_formbottom h2 {
	font-size: 40px;
	margin-bottom: 15px;
}
.blogs_section {
	padding-top: 70px;
	padding-bottom: 90px;
}
.blogs_left {
	padding-right: 15px;
	padding-left: 15px;
}	
.blogs_right {
	padding-left: 30px;
	padding-right: 0;
}	
.blog_single {
	padding-top: 50px;
	padding-bottom: 50px;
}	
.homereviews_section h4 {
	font-size: 32px;
	margin-top: 20px;
	margin-bottom: 0;
}	
.homereviews_section {
	padding: 40px 50px;
}	
}

@media(min-width: 768px) and (max-width: 1024px) {
.top_barleft, .top_barright {
	font-size: 21px;
}	
.site_container
{
  padding: 0 15px;		
}
.top_bar {
	padding: 15px 0px;
}
.menu_bar {
	padding: 15px 15px 15px 15px;
}
.logo {
	width: 55%;
	padding-right: 0;
}
	
.menu_wrap {
	position: absolute;
	width: 100%;
	padding-left: 0px;
	right: 0;
}
.primary-menu-container {
	display: none;
}	
.menu-button-container {
	display: flex;
	width: 100%;
}
.button {
	width: 43px;
	height: 41px;
	position: absolute;
	right: 15px;
	top: 8px;
	cursor: pointer;
	z-index: 12;
	padding: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(220, 27, 56);
}
.button::before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 10px;
	display: block;
	height: 2px;
	width: 30px;
	background: #fff;
	content: '';
}
.button::after {
	position: absolute;
	top: 20px;
	display: block;
	height: 12px;
	width: 30px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: '';
}
.button.menu-opened::after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 20px;
	border: 0;
	height: 2px;
	width: 28px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.button.menu-opened::before {
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 20px;
}
.button.menu-opened::after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 20px;
	border: 0;
	height: 2px;
	width: 28px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.primary-menu-container.open {
	display: block;
	height: 100vh;
	width: 100%;
	background: rgb(220, 27, 56);
	top: 72px;
	position: relative;
	padding-top: 10px;
	margin-left: 0;
	margin-top: 0;
}
#primary-menu-list {
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}
#primary-menu-list li {
	width: 100%;
	text-align: center;
}
#primary-menu-list li a {
	padding: 10px 15px;
	color: #fff;
	display: block;
}	
.primary-navigation > div > .menu-wrapper {
	padding: 12px 15px;
	margin: 0px 0 0;
}
.primary-menu-container .sub-menu-toggle::before {
	top: 11px;
	color: #fff;
}
#primary-menu-list li.parentMenuActive .sub-menu {
	display: block;
	margin: 0;
	width: 100%;
}
#masthead {
	z-index: 9999;
}	
	
.logo img {
	max-width: 190px;
}	
.primary-menu-container li.parentMenuActive .sub-menu-toggle::before {
	transform: rotate(180deg);
}	
.page-id-51 .inner_content h2 {
	font-size: 40px;
} 
.page-id-51 .inner_content {
	padding: 60px 40px 70px;
}
.footerwidget_4 h4 a:last-child {
	margin-left: 0;
}
.footerwidget_1 {
	width: 25%;
	padding-right: 0;
	margin-top: 7px;
}
.float_btns a {
	margin: 0 15px 30px 0;
}	
.float_btns a:nth-child(2) {
	margin: 0 13px 110px 0;
}	
.float_btns a:nth-child(3) {
	margin: 0 151px 30px 0;
}
.inner_banner {
	padding-left: 0;
	padding-right: 0;
}	
.inner_banner h1 {
	font-size: 50px;
}	
.inner_content {
	padding: 60px 0;
}	
.faq_section {
	padding-top: 60px;
	padding-bottom: 40px;
	padding-left: 0;
	padding-right: 0;
}
.accordion_expand {
	margin-right: 5px;
}
.contact_services {
	padding-bottom: 60px;
	padding-top: 70px;
	margin-right: 0;
}	
.contact_servicesleft {
	margin-right: 0px;
}	
.contact_servicesleft h4 {
	font-size: 40px;
}
.contact_servicesright {
	padding-top: 25px;
	margin-left: 0;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 25px;
}	
.contact_formsectionbg {
	padding-top: 65px;
	padding-bottom: 270px;
}
.form_inner {
	padding-top: 65px;
	padding-left: 20px;
	padding-bottom: 25px;
	padding-right: 20px;
}	
.contact_infolistwrap {
	flex-direction: column;
	align-items: center;
}
.contact_infolist {
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 50px;
	width: 53.333%;
	margin-bottom: 120px;
}	
.pagesblog_section, .faqlayout_section, .benefits_section {
	padding-top: 70px;
	padding-bottom: 70px;
}
.benefits_right ul {
	padding-left: 20px;
}	
.benefits_rightinner {
	padding-top: 25px;
	padding-left: 15px;
	padding-bottom: 15px;
}	
.benefits_right {
	width: 65%;
}
.benefits_left {
	width: 35%;
}	
.benefits_right li {
	font-size: 15px;
}	
.benefits_right h4 {
	font-size: 36px;
	margin: 0px 0 20px;
}	
.aboutintro_section {
	margin-right: 0;
	padding-bottom: 80px;
	padding-right: 20px;
	padding-top: 40px;
	padding-left: 20px;
}
.aboutintro_left {
	width: 50%;
	margin-right: 10px;
}	
.aboutintro_right {
	margin-right: -50px;
	width: 50%;
}
.services_section {
	padding: 60px 0 70px;
}
.services_section h2 {
	font-size: 40px;
}	
.services_section h3 {
	margin-bottom: 8px;
	margin-top: 15px;
	font-size: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
}	
.services_list {
	width: 31.5%;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-right: 10px;
	margin-bottom: 30px;
}	
.services_list:nth-child(3n+2) {
	margin-left: 10px;
}
.services_list:nth-child(3n+3) {
	margin-left: 10px;
	margin-right: 0px;
}	
.services_list:nth-child(3n+3) {
	margin-left: 0;
	margin-right: 0px;
}	
.contact_formbottom h2 {
	font-size: 40px;
}	
.specialsbenefit_section.benefits_section h3 {
	font-size: 40px;
	margin-bottom: 30px;
}
.specialsbenefit_section .benefits_right h4 {
	font-size: 30px;
}
.speciallist_section {
	padding-top: 30px;
	padding-left: 15px;
	padding-bottom: 30px;
	padding-right: 15px;
}	
.speciallist_wrap {
	flex-direction: column;
}	
.speciallist {
	width: 70%;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 25px;
	margin: 10px auto;
	max-width: 550px;
}
.form_wrap {
	padding-bottom: 110px;
}
.pagesblog_section.specialspage_blog h4 {
	font-size: 40px;
}
.introimg_section {
	padding-top: 15px;
	margin-left: 0;
	margin-top: 25px;
	padding-left: 0;
}	
.introimg_wrap {
	padding: 0 15px;
}	
.introimg_left {
	width: 50%;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 60px;
  margin-bottom: 30px;
	height: 270px;
}	
.introimg_right {
	width: 50%;
	margin-left: 16px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.introimg_right h3 {
	font-size: 34px;
	margin: 0 0 15px 0;
}
.homebanner_section {
	padding: 53px 10px;
}
.homebanner_section h1 {
	font-size: 40px;
	margin-bottom: 15px;
}	
.homestages_section {
	padding: 50px 0px;
}
.stageslist {
	background-size: 100%;
}	
.introimg_section.homeintro_section {
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
}	
.homereviews_section .owl-theme .owl-nav {
	opacity: 1;
}	
.homereviews_section .owl-theme .owl-nav .owl-prev {
	left: -50px;
}	
.homereviews_section .owl-theme .owl-nav .owl-next {
	right: -50px;
}	
.stageslist h2 {
	font-size: 28px;
}	
.blogs_section {
	padding-top: 50px;
	padding-bottom: 70px;
}	
.blogs_wrap {
	flex-direction: column;
}
.blogs_right {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	order: 1;
}
.blogs_left {
	padding-right: 20px;
	padding-top: 40px;
	padding-left: 20px;
	padding-bottom: 40px;
	width: 100%;
	order: 2;
	margin-top: 20px;
}
.search_bar {
	position: relative;
	max-width: 320px;
	margin: 0px auto;
}
body.blog .alm-btn-wrap {
	display: inline-block;
}	
.blog_single {
	padding-top: 50px;
	padding-bottom: 20px;
}
.blog_single h1 {
	font-size: 35px;
	line-height: 38px;
}
.homereviews_section {
	padding: 40px 100px;
}	
.servicesinnerlist h3 {
	font-size: 21px;
}
.inner_servicebanner {
	padding-bottom: 70px;
}
.inner_servicebanner h1 {
	font-size: 50px;
	margin-top: 40px;
	margin-bottom: 8px;
}	
.servicesinnerlist img {
	max-width: 100px;
}	
.choose_right h3 {
	font-size: 24px;
}	
#primary-menu-list > li.current-menu-item > a {
	color: #fff;
}	
.primary-navigation > div > .menu-wrapper > li > .sub-menu
{
  display: none;		
}
#accessibilityWidget {
	display: block;
	margin-top: 10px;
}	
}

@media (max-width: 767px) {
#colophon {
	padding-top: 30px;
	padding-bottom: 25px;
}	
.alm-btn-wrap {
	display: inline-block;
}		
.footer_widgetwrap {
	flex-direction: column;
	padding: 15px 0 0px;
}	
.site_container {
	padding: 0 15px;
}
.footerwidget_1 {
	width: 100%;
	padding-right: 0;
	text-align: center;
}	
.footerwidget_2, .footerwidget_3 {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 15px;
}
.footerwidget_4 {
	width: 100%;
	padding-left: 0;
	text-align: left;
}	
.footerwidget_4 h4 a:last-child {
	margin-left: 0;
}
.float_btns a:nth-child(1) {
	display: none;
}
.float_btns a:nth-child(3) {
	margin: 0 10px 10px 0;
	width: 100px;
	padding: 12px 0;
}
.float_btns a:nth-child(2) {
	padding: 12px 0;
	margin: 0px 10px 70px 0;
	width: 237px;
}	
.copy-info p span {
	display: block;
	margin-bottom: 5px;
}	
.copy-info p {
	font-size: 15px;
}	
.copy-info {
	margin: 5px 0 0;
	padding: 26px 0 0;
}
.page-id-51 .inner_content {
	padding: 40px 0px 40px;
}	
.page-id-51 .inner_content h2 {
	font-size: 35px;
}	
.top_bar {
	display: none;
}	
.menu_bar {
	padding: 15px 15px 15px 15px;
}
.logo {
	width: 55%;
	padding-right: 0;
}
	
.menu_wrap {
	position: absolute;
	width: 100%;
	padding-left: 0px;
	right: 0;
}
.primary-menu-container {
	display: none;
}	
.menu-button-container {
	display: flex;
	width: 100%;
}
.button {
	width: 43px;
	height: 41px;
	position: absolute;
	right: 10px;
	top: 8px;
	cursor: pointer;
	z-index: 12;
	padding: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(220, 27, 56);
}
.button::before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 10px;
	display: block;
	height: 2px;
	width: 30px;
	background: #fff;
	content: '';
}
.button::after {
	position: absolute;
	top: 20px;
	display: block;
	height: 12px;
	width: 30px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: '';
}
.button.menu-opened::after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 20px;
	border: 0;
	height: 2px;
	width: 28px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.button.menu-opened::before {
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 20px;
}
.button.menu-opened::after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 20px;
	border: 0;
	height: 2px;
	width: 28px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.primary-menu-container.open {
	display: block;
	height: 100vh;
	width: 100%;
	background: rgb(220, 27, 56);
	top: 72px;
	position: relative;
	padding-top: 10px;
	margin-left: 0;
	margin-top: 0;
}
#primary-menu-list {
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}
#primary-menu-list li {
	width: 100%;
	text-align: center;
}
#primary-menu-list li a {
	padding: 10px 15px;
	color: #fff;
	display: block;
}	
.primary-navigation > div > .menu-wrapper {
	padding: 12px 15px;
	margin: 0px 0 0;
}
.primary-menu-container .sub-menu-toggle::before {
	top: 11px;
	color: #fff;
}
#primary-menu-list li.parentMenuActive .sub-menu {
	display: block;
	margin: 0;
	width: 100%;
}
#masthead {
	z-index: 9999;
}	
	
.logo img {
	max-width: 190px;
}	
.primary-menu-container li.parentMenuActive .sub-menu-toggle::before {
	transform: rotate(180deg);
}
.inner_banner {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 60px;
}
.inner_banner h1 {
	margin-top: 50px;
	margin-bottom: 8px;
	font-size: 40px;
	line-height: 45px;
}	
.inner_content {
	padding: 40px 0px;
}
.inner_content h2 {
	font-size: 25px;
}
body.error404 .inner_content h2{
  font-size: 40px;		
}	
.faq_wrap {
	flex-direction: column;
}
.faq_section {
	padding-top: 60px;
	padding-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
}
.faq_left {
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
}
.faq_right {
	padding-left: 0;
	width: 100%;
}	
.contact_services {
	padding-bottom: 50px;
	padding-top: 50px;
	margin-right: 0;
}
.contact_serviceswrap {
	flex-direction: column;
}	
.contact_servicesleft {
	padding-right: 0;
	width: 100%;
	margin-right: 0px;
}
.contact_servicesleft h4 {
	font-size: 40px;
}
.contact_servicesright {
	width: 100%;
	padding-top: 25px;
	margin-left: 0;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 35px;
	margin-top: 50px;
}
.accordion_expand {
	margin-right: 5px;
}	
.faq_section h2 {
	font-size: 40px;
	margin-bottom: 50px;
}
.contact_info {
	padding: 120px 0 0px;
}
.contact_infolistwrap {
	display: flex;
	flex-direction: column;
}
.contact_infolist {
	margin-left: 0;
	padding-bottom: 50px;
	width: 100%;
	margin-bottom: 90px;
}
.contact_formsectionbg {
	padding-top: 55px;
	padding-bottom: 270px;
}	
.form_wrap {
	padding-bottom: 70px;
}
.form_inner {
	margin-top: -245px;
	padding-top: 45px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
}
.formwrapflex {
	flex-direction: column;
}
.formwrap4 {
	width: 100%;
	margin-bottom: 10px;
}	
.aboutintro_section {
	margin-right: 0;
	padding-bottom: 60px;
	padding-right: 0;
	padding-top: 50px;
	padding-left: 0;
}	
.aboutintro_left {
	width: 100%;
	padding-right: 0;
	margin-right: 0;
}
.aboutintro_left h2 {
	font-size: 35px;
	margin-bottom: 10px;
}
.aboutintro_wrap {
	flex-direction: column;
}
.aboutintro_right {
	margin-right: 0;
	padding-left: 1.5%;
	position: relative;
	width: 100%;
	height: 250px;
	margin-top: 20px;
}	
.benefits_section {
	padding-top: 20px;
	padding-bottom: 20px;
}
.benefits_section h3, .faqlayout_section h4 {
	font-size: 30px;
}
.benefits_wrap {
	flex-direction: column;
}	
.benefits_left {
	width: 100%;
	padding-right: 0;
}	
.benefits_right {
	width: 100%;
	padding-left: 0;
	margin-top: 30px;
}
.benefits_rightinner {
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 15px;
}
.benefits_right h4 {
	font-size: 30px;
	margin: 10px 0 10px;
}	
.benefits_right ul {
	flex-direction: column;
}	
.benefits_right li {
	width: 100%;
	padding-right: 0;
}	
.faqlayout_section {
	padding-top: 30px;
	padding-bottom: 60px;
}	
.faqlayout_section h4 {
	margin-bottom: 30px;
}	
.faqlayout_section .accordion-trigger h6 {
	font-size: 16px;
}	
.pagesblog_section {
	padding-top: 50px;
	padding-bottom: 50px;
}	
.pagesblog_section h4 {
	font-size: 30px;
	margin-bottom: 40px;
	margin-top: 0;
}
.pagesblog_wrap {
	flex-direction: column;
}
.pagesblog_list {
	width: 100%;
	padding-right: 0;
	margin-bottom: 40px;
}	
	
.services_section {
	padding: 40px 0 40px;
}	
.services_section h2 {
	font-size: 34px;
}	
.services_listwrap {
	flex-direction: column;
}
.services_list {
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
}	
.services_list:nth-child(3n+2) {
	margin-left: 0;
}
.services_list:nth-child(3n+3) {
	margin-left: 0;
	margin-right: 0px;
}
.services_section h3 {
	font-size: 27px;
}
.contact_formbottom h2 {
	font-size: 35px;
}
.formwrap2 {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	padding: 7px 17px;
}
.specialsbenefit_section.benefits_section h3 {
	font-size: 35px;
	margin-bottom: 20px;
}
.benefits_right li {
	font-size: 16px;
}	
.specialsbenefit_section .benefits_right h4 {
	font-size: 30px;
}
.benefits_right ul {
	padding-left: 22px;
}	
.speciallist_section {
	padding-top: 20px;
	padding-left: 15px;
	padding-bottom: 30px;
	padding-right: 15px;
}
.speciallist_wrap {
	flex-direction: column;
}	
.speciallist {
	width: 100%;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
}	
.speciallist h3 {
	font-size: 26px;
}	
.speciallist_btnswrap a, .speciallist_btnswrap p {
	font-size: 14px;
	text-align: center;
}
.introimg_section {
	padding-top: 15px;
	margin-left: 0;
	margin-top: 25px;
	padding-left: 0;
}	
.introimg_wrap {
	flex-direction: column;
	padding: 0 15px;
}
.introimg_left {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-top: 60px;
	margin-bottom: 0;
	height: 200px;
}
.introimg_right {
	width: 100%;
	margin-left: 0;
	margin-top: 40px;
	margin-bottom: 40px;
}	
.introimg_right h3 {
	font-size: 35px;
	margin: 0 0 15px 0;
}
.pagesblog_section.specialspage_blog h4 {
	font-size: 36px;
	margin-bottom: 30px;
}
.homebanner_section {
	padding: 43px 0px;
	text-align: center;
}	
.homebanner_section h1 {
	font-size: 25px;
	margin-bottom: 10px;
}
.homebanner_section p {
	font-size: 18px;
	line-height: 24px;
}
.homebanner_section a.commonbtn {
	font-size: 16px;
	margin: 10px auto;
}	
.homebanner_section .commonbtn_wrap {
	text-align: center;
}
.homestages_section {
	padding: 20px 0px;
}	
.stageslistwrap {
	flex-direction: column;
}	
.stageslist {
	width: 100%;
	max-width: 310px;
    margin: 10px auto;
}	
.introimg_section.homeintro_section {
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
}
.benefits_section.benefits_home h3 {
	margin-bottom: 10px;
}	
.homereviews_section {
	padding: 20px 25px;
}	
.reviews_section {
	padding-bottom: 0;
}	
.homereviews_section .owl-theme .owl-nav {
	opacity: 1;
}	
.homereviews_section .owl-theme .owl-nav .owl-prev {
	left: -40px;
}	
.homereviews_section .owl-theme .owl-nav .owl-next {
	right: -40px;
}	
.blogs_section {
	padding-top: 50px;
	padding-bottom: 70px;
}	
.blogs_wrap {
	flex-direction: column;
}
.blogs_right {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	order: 1;
}
.blogs_left {
	padding-right: 20px;
	padding-top: 40px;
	padding-left: 20px;
	padding-bottom: 40px;
	width: 100%;
	order: 2;
	margin-top: 20px;
}
.search_bar {
	position: relative;
	max-width: 320px;
	margin: 0px auto;
}
.blog_single {
	padding-top: 40px;
	padding-bottom: 10px;
}
.blog_single h1 {
	font-size: 35px;
	line-height: 40px;
}	
.single_postcontent h3 {
	font-size: 22px;
	margin-bottom: 15px;
	line-height: 25px;
}
.inner_servicebanner h1 {
	font-size: 40px;
	margin-top: 20px;
	margin-bottom: 8px;
	line-height: 43px;
}
.inner_servicebanner {
	padding-bottom: 30px;
}	
.servicesinnerlistwrap {
	flex-direction: column;
}
.servicesinnerlist {
	width: 100%;
	padding-right: 0;
	margin-bottom: 40px;
}	
.choose_inner {
	flex-direction: column;
}	
.choose_left {
	width: 100%;
	padding-right: 0;
	text-align: center;
}
.choose_right {
	width: 100%;
	padding-left: 0;
}
.choose_right h3 {
	margin-top: 30px;
	margin-bottom: 5px;
}	
.homereviews_section h4 {
	font-size: 24px;
	margin-top: 20px;
}
.page-id-30 .servicesinnerlist {
	width: 100%;
}
.page-id-40 .servicesinnerlist:nth-child(4), .page-id-40 .servicesinnerlist:nth-child(5) {
	width: 100%;
	margin-top: 10px;
}	
.page-id-38 .servicesinnerlist, .page-id-28 .servicesinnerlist {
	width: 100%;
	margin-bottom: 30px;
}
.page-id-38 .servicesinnerlist:nth-child(4n+2), .page-id-28 .servicesinnerlist:nth-child(4n+2) {
	width: 100%;
}	
#primary-menu-list > li.current-menu-item > a {
	color: #fff;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu
{
  display: none;		
}
#accessibilityWidget {
	display: block;
	margin-top: 10px;
}
}