

h1,h2,h3,h4,h5,h6 {
	    font-family: 'Roboto', sans-serif;
	color:#3c3c3c;
	font-weight:bold;
}
h1 {
	font-size:60px;
}
h2 {
	font-size:30px;
	line-height:34px;
	display:inline-block;
	width:100%;
	margin-bottom:15px;	
}
h3 {
	font-size:28px;
	display:inline-block;
	width:100%;
	margin-bottom:15px;	
}
h4 {
	font-size:24px;
	display:inline-block;
	width:100%;
	margin-bottom:15px;	
}
h5 {
	font-size:20px;
	display:inline-block;
	width:100%;
	margin-bottom:15px;	
}
.shade {
	color:rgb(204, 173, 80);
}
body, html {
	overflow-x:hidden;
	 font-family: 'Roboto', sans-serif;
}
p, a {
	 font-family: 'Roboto', sans-serif;
}
.container {
	max-width:1440px;
}
body {
  color:#000000;
  font-size:16px;
  line-height:24px;
  font-family: 'Roboto', sans-serif;}
body * {
    transition: all 0.5s ease;
}
body {
	padding:0;
}
body p {
	color:#3c3c3c;
	font-size:16px;
	line-height:27px;
	font-weight:300;
}
body p a {
	color:#886b39;
	font-weight:bold;
	text-transform:none;
}
body p a:hover {
	color:#000000;
	text-decoration:underline;
}
header {
	padding:30px 15px;
	background:none;
}
header .container {
	position:relative;
}
header .logo{
	display:block;
}
header .logo-sticky{
	display:none;
	margin-top: 5px;
}
header.sticky .logo{
	display:none;
}
header.sticky .logo-sticky{
	display:block;
	float:left;
}
header .logo-sticky img,
header .logo img{
	max-width:400px;
}
header .navbar {
	float:right;
	background:none;
	padding-right:0;
}
header .navbar-nav {
	padding:0;
}
header .logo{
	color: #ffffff;
    display: block;
    float: left;
    margin-top:5px;
}
header ul li a {
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
	display:block;
	float:left;
	padding-right: .5rem;
	padding-left: .5rem;
}
header ul li a:hover {
	color:#886b39;
}
header ul li .fa {
	color:#c61d1e;
	display:block;
	float:right;
	line-height: 40px;
	font-size: 10px;
	margin-right:10px;
}
header ul li {
	position:relative;
}
header ul li ul {
	display:none;
}
header ul li:hover>a{
	color:#c61d1e !important;
}
header ul li:hover ul {
	display: block;
	position: absolute;
	width: 300px;
	background: #ffffff;
	margin: 0;
	padding: 10px;
	text-align: left;
	box-shadow: 0 0 30px rgba(0,0,0,0.12);
	top:100%;
}
header ul li:hover ul li {
	list-style-type:none;
}
header ul li:hover ul li a {
	margin:5px 0;
	display:block;
	float:left;
	width:100%;
	font-weight:normal;
	text-transform:none;
	color:#000;
}
header ul li:hover ul li a:hover {
	text-transform:none;
	text-decoration:none;
	color:#886b39;
}
li {
    font-size: 16px;
}
header.sticky,
header.sticky {
	background:#ffffff !important;
	box-shadow:0 0 15px #242424;
}
header.sticky ul li a  {
	color:#000000;
}
.subpage header {
	background:#252525 !important;
}
.subpage header .logo {
    background: url(../images/logo.png)no-repeat center center;
        background-size: auto;
    background-size: contain;
}
header .btn-call {
	background-color:#7db42f;
	color:#ffffff !important;
	border-radius:6px;
	font-weight:bold;
	font-size:16px;
	padding:12px 20px;
	margin-left:15px;
	box-shadow:#8e9091;
}
header .btn-call:hover {
	background:#598527;
	text-decoration:none;
}
header .top-row  {
	margin-bottom:10px;
}
header .top-row a {
	color:#ffffff;
	margin-left:10px;
	font-size:14px;
}
header .top-row a i {
	margin-right:5px;
}
header.sticky {
	padding:25px 15px 50px;
}
header.sticky .header-phone a {
	color:#074975;
}
header.sticky .top-row a {
	color:#000000;
}
header .menu-button {
	float:right;
}
header .menu-button img {
	max-height:50px;
	margin-top:5px;
	cursor:pointer;
}
.header-phone {
	position:absolute;
	left:15px;
	top:80px;
}
.header-phone a{
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing: 1px;
	display:inline-flex;
	align-items:center;
}
.header-phone a:first-child {
	margin-right:17px;
}
.header-phone a b {
	margin-left:5px;
	display:inline-block;
}
.header-phone a i {
	margin-right:5px;
}
.call-box-wrapper {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:flex;
	align-items: center;
	justify-content: center;
	opacity:0;
	z-index:0;
	transition:all .3s ease-in-out;
 }
 .call-box-wrapper.open {
 	opacity:1;
 	z-index:10000;
 	transition:all .3s ease-in-out;
 }
.call-box-wrapper .tint{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.4);
}
.call-box-wrapper .call-box {
	background:#ffffff;
	padding:40px 30px 30px;
	max-width:450px;
	z-index:10;
	position:relative;
	text-align:center;
}
.call-box-wrapper .call-box .fa-times {
	position:absolute;
	top:20px;
	right:20px;
	font-size:18px;
	cursor:pointer;
}
.call-box-wrapper .call-box img{
	max-width:150px;
	display:inline;
	margin:0 0 25px;
}
.call-box-wrapper .call-box ul {
	margin:0;
	padding:0;
}
.call-box-wrapper .call-box ul li {
	list-style-type:none;
	display:inline-block;
	width:100%;
	margin:15px 0 0;
}
.call-box-wrapper .call-box ul li a {
	display:inline-block;
	width:100%;
	padding:10px 20px;
	text-align:center;
	font-weight:bold;
	color:#222222;
	font-size:16px;
	box-shadow:0 0 15px #e5e5e5;
	background:#ffffff;
	text-decoration:none;
}
.content-middle {
	background:#fff;
	margin-top:-20px;
}
.main-banner {
	background-size:cover !important;
	background-color:#871415;
	display:flex;
	align-items:center;
	justify-content: flex-start;
	min-height:800px;
	position:relative;
	overflow:hidden;
	z-index:1;
}
.main-banner:before {
	content:'';
	left:0;
	right:0;
	top:0;
	bottom:-100px;
	background:rgba(7,73,117,0.7);
	position:absolute;
	z-index:1;
}
.main-banner:after {
	height: 150px;
	width: 110%;
	content: '';
	background: #ffffff;
	position: absolute;
	bottom: -90px;
	left: -10px;
	right: 0;
	z-index: 1;
	transform: rotate(3deg);
}
.main-banner-mask {
	height: 0;
	margin-top: -400px;
	position: relative;
	z-index: 2;
	padding-bottom: 400px;
}
.main-banner-mask.landing {
	padding-bottom:480px;
}
#bgvid {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    object-fit: cover;
}
video[poster] {
	object-fit: fill;
}
.button-blue {
	padding:10px 20px;
	border-radius:10px;
	background:#074975;
	color:#ffffff;
	font-size:18px;
	line-height:36px;
	display:inline-flex;
	align-items:center;
	min-width:300px;
	justify-content: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	border:2px solid #074975 !important;
}
.button-blue i, .button-white i {
	margin-right:10px;
}
.button-white {
	padding:10px 20px;
	border-radius:10px;
	background:#ffffff;
	color:#074975;
	font-size:17px;
	line-height:36px;
	display:inline-flex;
	align-items:center;
	justify-content: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	min-width:300px;
	border:2px solid #ffffff !important;
}
.button-white.border {
	background:#ffffff;
	border:2px solid #074975 !important;
	color:#074975;
}
.button {
	box-shadow:0 0 15px rgba(0,0,0,0);
}
.button:hover {
	text-decoration:none;
	color:#ffffff !important;
	background:#01c05d;
	border:2px solid #01c05d !important;
}
.button-white:hover {
	text-decoration:none;
	color:#ffffff !important;
	background:#ff8300;
	border:2px solid #ff8300 !important;
}
.button-wrapper {
	display:inline-block;
	width:100%;
}
.button-wrapper a:first-child{
	margin-right:20px;
}
.margin-top {
	margin-top:30px;
}
.main-banner.landing {
	min-height:550px;
	background: rgb(46,46,46);
	background: linear-gradient(180deg, rgba(46,46,46,1) 25%, rgba(88,87,87,1) 72%, rgba(161,161,161,1) 100%); 
}
.main-banner.subpage {
	min-height:450px;
	background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,1) 43%, rgba(94,67,20,1) 100%);
}
.main-banner.subpage h1,
.main-banner.subpage h2,
.main-banner.subpage h3 {
	margin-bottom:0;
	margin-top:20px;
}
.main-banner-bg {
	display:inline-block;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content: flex-start;
	min-height:750px;
}
.main-banner.subpage .main-banner-bg {
	min-height:450px;
}
.main-banner .banner-content {
	max-width:899px;
	text-align:left;
	color:#ffffff;
	z-index:2;
	position:relative;
}
.main-banner h1 {
	color:#ffffff;
	font-size:88px;
	line-height:80px;
	margin-bottom:20px;
	text-transform: uppercase;
}
.main-banner h1 .font-1 {
	    font-family: 'Courgette', cursive;
	    text-transform: none;
}
.main-banner h1 .font-2 {
	        
	        font-family: 'Dancing Script', cursive;
	        text-transform: none;
	        letter-spacing:-3px;
}
.main-banner p {
	font-size:30px;
	line-height:48px;
	color:#ffffff;
	font-weight:300;
	letter-spacing:10px;
	text-transform: uppercase;
	margin:0;
	margin-bottom:30px;
}
.main-banner.landing .shadow {
	color:#ccae50;	
}
.main-banner.landing:before {
	background:rgba(0,0,0,.8);
}
.main-banner.landing .btn.cta {
	box-shadow:0 0 15px #343434;
	margin-top:20px;
	position:relative;
	background:#d2991e;
}
.main-banner.landing .btn.cta:after {
	content:'';
	background:url(../images/arrow_left.png) no-repeat center center;
	background-size:contain;
	height:60px;
	width:60px;
	position:absolute;
	right: -55%;
	top: -20%;
}
.main-banner .biz-imgs {
	display:inline-block;
	width:100%;
	margin:20px 0;
}
.main-banner .biz-imgs img {
	float:left;
	margin-right:10px;
}
.main-banner.landing .row {
	justify-content: center;
	align-items:center;

}
.about {
	margin:30px 0;
}
.about p:first-child:first-letter {
	color:#074975;
	font-size:80px;
	font-family: 'Dancing Script', cursive;
}
.about .button {
	margin-top:25px;
}
.about .row {
	display:flex;
	align-items:center;
}
.logos-row{
	width:100%;
	display:flex;
	align-items:center;
	justify-content: center;
}
.logos-row .logo-each {
	width:20%;
	text-align:center;
}
.logos-row .logo-each img {
	display:inline-block;
}
.home-boxes {
	margin:50px 0;
	display: inline-block;
	width: 100%;
}
.home-boxes .home-box {
	padding:30px;
	height:450px;
	display:flex;
	align-items:center;
	justify-content: center;
	position:relative;
	background-size:100%;
	overflow:hidden;
}
.home-boxes .home-box:first-child:before {
	content:'';
	background:url(../images/conditions_box.png) no-repeat center center;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-size:cover;
	position: absolute;
	z-index: -1;
	-o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: all .5s ease;
  opacity:0.8;
}
.home-boxes .home-box:nth-child(2):before {
	content:'';
	background:url(../images/our_pateints_box.png) no-repeat center center;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-size:cover;
	position: absolute;
z-index: -1;
-o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: all .5s ease;
    opacity:0.8;
}
.home-boxes .home-box:last-child:before {
	content:'';
	background:url(../images/before_after_box.png) no-repeat center center;
	top:0;
	right:0;
	left:0;
	right:0;
	bottom:0;
	background-size:cover;
	position: absolute;
z-index: -1;
-o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: all .5s ease;
    opacity:0.8;
}
.home-boxes .home-box:hover:before {
	transform:scale(1.15);
	  opacity:1;
}
.home-boxes .home-box:hover {
	background-size:110% !important;
}
.home-boxes .home-box a {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.home-boxes .home-box .content-box {
	width:100%;
	padding:25px;
	background:#074975;
}
.home-boxes .home-box .content-box h3{
	font-size:36px;
	line-height:33px;
	text-transform: uppercase;
	color:#ffffff;
}
.home-boxes .home-box .content-box h3 span{
	font-family: 'Dancing Script', cursive;
	text-transform: none;
	font-size:48px;
}
.home-boxes .home-box:nth-child(2) .content-box {
	background:#ffffff;
}
.home-boxes .home-box:nth-child(2) .content-box h3{
	color:#074975;
}
.landing-contact {
	border-radius:8px;
	border:4px solid #c51b1d;
	box-shadow:0 0 25px rgba(0,0,0,0.4);
	background: rgb(216,216,216);
	background: linear-gradient(180deg, rgba(216,216,216,1) 0%, rgba(228,228,228,1) 100%); 
	padding:20px;
	z-index:2;
	position: relative;
	margin-bottom:-280px;
}
.landing-contact h3{
	margin:20px 0 10px;
	font-size:20px;
	font-weight:300;
	color:#000;
	text-shadow:1px 1px #fff;
}
.landing-contact h3 b {
	font-weight:bold;
}
.landing-contact .nf-form-layout {
	padding:0;
	display: inline-block;
	width: 100%;
}
.landing-contact .nf-form-layout nf-field{
	width:100%;
	padding: 10px;
	display:block;
	float:left;
}
.landing-contact .nf-form-layout nf-field input,
.landing-contact .nf-form-layout nf-field textarea,
.landing-contact .nf-form-layout nf-field select {
	height:50px;
	border-radius:5px;
	padding:10px 15px;
	border:1px solid #cccccc;
	display:block;
	width:100%;
	background:#ffffff;
}
.landing-contact .nf-form-layout nf-field input:placeholder,
.landing-contact .nf-form-layout nf-field textarea:placeholder {
	color:#e5e5e5;
}
.landing-contact .nf-form-layout nf-field input[type="button"] {
	background-color: #c61d1e;
	color: #ffffff !important;
	border-radius: 8px;
	font-weight: bold;
	font-size: 18px;
	font-weight:bold;
	letter-spacing: 0.75px !important;
	padding: 12px 20px;
	width:auto;
	display:inline;
	border:0;
	-webkit-appearance:none;
	box-shadow:0 0 15px #c4c4c4;
	cursor:pointer;
}
.landing-contact .nf-form-layout nf-field input[type="button"]:hover {
	background:#600f0f;
}
.btn {
	background-color:#7db42f;
	color:#ffffff !important;
	text-transform:uppercase;
	font-weight:bold;
	font-size:17px;
	letter-spacing:0.75px !important;
	padding:13px 20px;
	letter-spacing:0px;
	border-radius:8px;
}
.btn:hover {
	background:#567d1f;
	box-shadow: 0 0 15px rgba(102,14,176,.2);
}
.btn.btn-secondary {
	background:#c61d1e;
	font-size:16px;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	text-transform: initial;
}
.subtitle {
	color:#c61d1e !important;
	display:inline-block;
	font-size:14px;
	width:100%;
	letter-spacing:3px;
	font-weight:bold;
	text-transform:uppercase;
}
.gray-bar {
	background:#f8f8f8;
	height:160px;
}
.gray-bg {
	margin-top:-80px;
	position:relative;
	background:url(../images/stain_bg.jpg) no-repeat right center #f7f7f7;
	z-index:8 !important;
}
.gray-bg.gray-bg-no-image {
	background:#f7f7f7;
}
.gray-bg.gray-bg-no-image img {
	box-shadow:0 0 15px #c4c4c4;
}
.gray-bg.faq {
	background-image:none;
	margin-top:-30px;
	padding:30px 0;
}

.gray-bg:before {
	content:'';
	position:absolute;
	background:#ffffff;
	top:0;
	height:10%;
	left:0;
	right:0;
}
.gray-bg:after {
	content:'';
	position:absolute;
	background:#ffffff;
	bottom:0;
	height:10%;
	left:0;
	right:0;
}
.gray-bg.gray-bg-no-image:before,
.gray-bg.gray-bg-no-image:after{
	height:10%;
}
.gray-bg.faq:before,
.gray-bg.faq:after{
	display:none;
}
.gray-bg .container {
	position:relative;
	z-index:10;
}
.gray-bg.faq h1,
.gray-bg.faq h2,
.gray-bg.faq h3,
.gray-bg.faq h4,
.gray-bg.faq p {
	color:#151515;
}
.gray-bg.faq h2 {
	margin:0 0 40px;
}
.gray-bg.faq p {
	margin:0 0 30px;
}
.gray-bg.faq h3 {
	font-size:20px;
	text-transform:none;
}
.license-row {
	padding:30px 0 15px;
	background:#6d6659;
	border-top:8px solid #645f54;
	border-bottom:8px solid #645f54;
	color:#ffffff !important;
}
.license-row p {
	color:#ffffff !important;
	margin:0 0 15px;
	font-size:14px;
}
.main-content {
	position:relative;
	z-index:0;
	background:#fff;
}
.main-content .container.narrower {
	max-width:1200px;
}
.main-content.home {
	margin-top:-120px;
	padding-top:150px;
}
.main-content.landing h3 {
	font-size:22px;
	text-transform:none;
	margin:15px 0 30px;
}
.main-content.landing h2 {
    font-size: 32px;
    line-height: 34px;
    margin: 0 0 30px;
}
.blog-page  .container{
	max-width:1080px;
}
.conditions-section {
	background:#f7f7f7;
	padding:30px 0;
	margin-top:100px;
	display:inline-block;
	width:100%;
}
.conditions-section img {
	margin-top:-100px !important;
	display:block;
}
.conditions-section h2{
	text-transform: uppercase;
	color:#074975;
	font-size:60px;
}
.conditions-section h2 span{
	font-family: 'Dancing Script', cursive;
	text-transform: none;
}
.conditions-section ul {
	margin:20px 0 0;
	padding:0;
	columns:2;
}
.conditions-section ul li {
	list-style-type:none;
	padding-left:30px;
	position:relative;
	font-size:19px;
	margin:0 0 15px;
	font-weight:300;
}
.conditions-section ul li:before {
	content:'';
	background:url(../images/correct.png) no-repeat center center;
	background-size:cover;
	height:20px;
	width:20px;
	position:absolute;
	top:0;
	left:0;
}
.testimonials-row {
	padding:50px 0;
	background:#074975;
	color:#ffffff;
}
.testimonials-row h1,
.testimonials-row h2,
.testimonials-row h3,
.testimonials-row h4,
.testimonials-row h5,
.testimonials-row p{
	color:#ffffff !important;
}
.testimonials-row h2 {
	font-size: 44px;
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
}
.testimonials-row h2 span {
  font-family: 'Dancing Script', cursive;
  text-transform: none;
  font-size: 56px;
}
.testimonials-row .col-md-6:first-child {
	border-right:2px solid #ffffff;
	padding-right:40px;
	padding-top:30px;
	padding-bottom:30px;
}
.testimonials-row .col-md-6:nth-child(2) {
	border-left:2px solid #ffffff;
	padding-left:40px;
	padding-top:30px;
	padding-bottom:30px;
}
.review img{
	width:180px!important;
}
.owl-dots {
	text-align:center;
	display:inline-block;
	width:100%;
}
.owl-dots .owl-dot{
	height:16px;
	width:16px;
	background:#ffffff !important;
	opacity:0.5;
	border-radius:50%;
	display:block;
	display:inline-block;
	margin:0 5px;
}
.owl-dots .owl-dot.active {
	opacity:1;
}
.insurance-wrapper {
	margin:100px 0;
}
.insurance-wrapper h4 {
	color:#074975;
}
.insurance-wrapper .insurance-logos {
	width:100%;
	display:inline-block;
	margin:30px 0;
}
.insurance-wrapper .insurance-logos .logo {
	width:12.2%;
	text-align:center;
	padding:10px 0;
	display:inline-block;
}
.insurance-wrapper .insurance-logos .logo img {
	display:inline-block;
}
.view-all-insurance {
	font-size:13px;
	text-transform: uppercase;
	text-decoration:underline;
	color:#2e2e2e;
	display:inline-block;
	margin:10px 0;
}
.locations-wrapper {
	margin:0 0 50px;
}
.location-ind {
	width:75%;
	display:inline-block;
}
.location-ind .location-name {
	background:#074975;
	color:#ffffff;
	font-size:300;
	font-size:22px;
	padding:15px;
	text-align:center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.location-ind img {
	width:100%;
}
.location-ind .address,
.location-ind .phone {
	color:#074975;
	font-size:20px;
	font-weight:bold;
	letter-spacing:2px;
	text-transform: uppercase;
}
.location-ind .address i,
.location-ind .phone i {
	margin-right:5px;
}
.main-content.landing .content-middle .container,
.main-content.subpage .content-middle .container{
	max-width:1080px;
}
.main-content {
	padding:15px 0 0;
}
.main-content [class*="col-"]  {
	margin:15px 0;
}
.main-content p {
	color:#2c2e30;
	font-size:18px;
	line-height:30px;
	font-family:'Roboto';
}
.main-content  img {
	max-width:100%;
	margin:0 0 15px;
}
.content-middle {
	position:relative;
	z-index:10;
}
.content-middle .row{
	justify-content: center;
	align-items:center;
}
.navbar {
	text-align:center;
	background:#ffffff;
}
.navbar-nav{
	justify-content: center;
	align-items: center;
	flex:1;
	padding-top:10px;
}
.gray-section {
	display:inline-block;
	width:100%;
	padding:30px 0;
	background:#f6f6f6;
}
.our-services {
	margin-top:-100px;
	padding:170px 0 150px;
	position:relative;
	z-index:-1;
}
.services-row {
	display:flex;
	align-items: center;
	justify-content: flex-end;
}
.services-row .service-ind {
	width:17%;
	margin-left:20px;
	background:#ffffff;
	box-shadow:0 0 15px rgba(0,0,0,0.3);
	cursor:pointer;
}
.services-row .service-ind:hover {
	box-shadow:0 0 15px rgba(0,0,0,0.8);
	transform:scale(1.03);
}
.services-row .service-ind .service-img {
	height:250px;
	width:100%;
}
.services-row .service-ind .service-title {
	font-size:16px;
	font-weight:normal;
	text-transform: uppercase;
	text-align:center;
	padding:10px;
	display:inline-block;
	width:100%;
}
.non-home .cta-wrapper {
	margin:20px 0;
}
.cta-wrapper {
	background:url(../images/cta_bg.jpg) no-repeat center center;
	background-size:cover;
	padding:80px 0;
	box-shadow:0 0 15px rgba(0,0,0,0.4);
	z-index: 10;
	position: relative;
	border-top:10px solid #ffffff;
	border-bottom:10px solid #ffffff;
}
.cta-wrapper .container {
	max-width:991px;
}
.cta-wrapper .row {
	align-items:center;
	justify-content: center;
}
.cta-wrapper h3 {
	color:#ffffff;
	font-size:32px;
	font-weight:bold;
}
.cta-wrapper p{
	color:#ffffff;
	margin-bottom:5px;
	font-size:16px;
	line-height:24px;
	max-width:768px;
	display:inline;
}
.cta-wrapper .button {
	margin:15px 0 0;
	text-align:center;
}
.cta-wrapper .button .btn {
	display:inline-block;
	font-size:16px;
	color:#151515 !important;
	padding:10px 20px;
	background:#ffff;
	box-shadow:0 0 15px rgba(256,256,256,.8);
}
.cta-wrapper a.btn:hover {
	background:#ccae50;
	color: #ffffff !important;
}
.our-process {
	background:url(../images/our_process.jpg) no-repeat center center;
	background-size:cover;
	padding:80px 0;
}
.process-wrap {
	border-radius:8px;
	overflow:hidden;
	margin-top:15px;
	margin-bottom:30px;
}
.process-wrap .step {
	padding:30px;
	margin:0;
	color:#3c3c3c;
	font-size:16px;
	background:#fafafa;
}
.process-wrap .circle {
	color:#3c3c3c;
	font-size:12px;
	font-weight:bold;
	border:4px solid #3c3c3c;
	padding:8px;
	display:flex;
	align-items:center;
	justify-content: center;
	float:left;
	width:30px;
	height:30px;
	border-radius:50%;
	float:left;
	margin:0 0 20px;
}
.process-wrap .step p{
	color:#3c3c3c;
	font-size:16px;
	font-weight:300;
	width:100%;
	display:inline-block;
}
.process-wrap .step b {
	width:100%;
	display:inline-block;
	margin:0 0 10px;
}
.process-wrap .step:hover {
	background:#c61d1e;
	color:#ffffff;
}
.process-wrap .step:hover p,
.process-wrap .step:hover b {
	color:#ffffff;
}
.process-wrap .step:hover .circle {
	border-color:#ffffff;
	color:#ffffff;
}
.about-home {
	margin:30px 0;
}
.about-home img {
	border-radius:15px;
}
.about-home .img-wrapper {
	position:relative;
}
.in-business {
	display:flex;
	flex-wrap:wrap;
	background:#c61d1e;
	padding:20px 5px;
	border-radius:10px;
	color:#ffffff;
	width:150px;
	height:130px;
	justify-content: center;
	align-items:center;
	font-size:58px;
	line-height:58px;
	font-weight:bold;
	text-align:center;
	position:absolute;
	top:-50px;
	left:-80px;
}
.in-business .smaller-text{
	font-size:16px;
	display:inline-block;
	width:100%;
	line-height:20px;
	margin-bottom:-20px;
}
.our-reviews {
	padding:80px 0;
	background:url(../images/our_reviews.jpg)no-repeat center center;
	background-size:cover;
}
.things-we-offer {
	padding:200px 0 250px;
	background:url(../images/we_offer.jpg)no-repeat top center;
	background-size:cover;
}
.things-we-offer .box {
	background:#ffffff;
	width:100%;
	padding:30px;
	height:300px;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items:center;
	flex-direction:column;
	border-radius:10px;
	box-shadow:0 0 20px rgba(0,0,0,0.3);
}
.things-we-offer .box .icon img {
	height:40px;
}
.things-we-offer .box .box-title {
	font-weight:bold;
	font-size:20px;
}
.testimonials {
	padding:50px 0;
	margin:15px 0 50px;
}
.testimonials h2 {
	margin: 0 0 25px;
}
.testimonials .owl-testimonials{
	max-width:800px;
	display:inline-block !important;
	position:relative;
}
.testimonials .owl-testimonials .owl-item {
	max-width:800px !important;
}
.testimonials .owl-testimonials .owl-item .quote {
	margin: 0 0 30px;
}
.testimonials .owl-testimonials .owl-item .author {
	font-weight:300;
	font-size:16px;
	color:#575757;
	font-style: italic;
}
.testimonials .owl-testimonials .owl-item .author b{
	font-style:none;
	font-weight:bold;
}
.testimonials .owl-testimonials .owl-dots {
	display:none;
}
.testimonials .owl-testimonials .owl-prev,
.testimonials .owl-testimonials .owl-next {
	position:absolute;
	top:30%;
	-webkit-appearance:none;
	border:none;
	height:40px;
	width:40px;
	box-shadow:0 0 15px #c4c4c4;
	background:#ffffff;
	border-radius:50%;
	color:#151515;
	font-size:24px;
	display:flex;
	justify-content: center;
	align-items: center;
	text-align:center;
}
.testimonials .owl-testimonials .owl-prev span,
.testimonials .owl-testimonials .owl-next span{
	color: #151515 !important;
	font-size: 34px;
	position:relative;
	top:-2px;
}
.testimonials .owl-testimonials .owl-prev {
	left:-40px;
}
.testimonials .owl-testimonials .owl-next {
	right:-40px;
}
.testimonials .owl-item .item {
	padding:0 20px;
}
.map-wrapper {
	height:600px;
}
.map-wrapper iframe {
	width:100%;
	height:100%;
}

.faq-wrapper  {
	padding:30px 0;
	background:url(../images/faq_background.jpg) no-repeat center top;
	background-size:cover;
}
.faq-wrapper h2 {
	margin-bottom:50px;
}
.faq-wrapper h3 {
	color:#871415;
	font-size:24px;
	line-height:36px;
}
.faq-wrapper .faq-item {
	margin:20px 0;
}
.faq-wrapper .faq-item .question{
	font-weight:bold;
	padding-left:20px;
	padding-bottom:20px;
	position:relative;
	color:#2c2e30;
	font-size:18px;
	cursor:pointer;
}
.faq-wrapper .faq-item .question:before {
	content:'+';
	color:#886b39;
	font-size:24px;
	position:absolute;
	left:0;
	top:-2px;
}
.faq-wrapper .faq-item .answer{
	padding-left:20px;
	display:none;
	padding-top:10px;
	color:#151515
}
.faq-wrapper .faq-item.open .question:before {
	content:'-';
}
.faq-wrapper .faq-item.open .answer {
	display:block;
}
.footer {
	padding:25px 0 0;
	background:url(../images/form_bg.jpg) no-repeat center top;
	background-size:cover;
	color:#ffffff;
	font-size:12px;
	display:inline-block;
	width:100%;
}
.footer .contact-logo {
	border-bottom:1px solid #333333;
	padding-bottom: 15px;
	display: block;
	margin-bottom:25px;
}
.contact-wrapper {
	max-width:1000px;
	width:100%;
	background:#ffffff;
	display:inline-block;
	box-shadow:0 0 15px rgba(0,0,0,0.4);
	position:relative;
	z-index:11;
}
.contact-wrapper {
	padding:30px 30px;
}
.contact-wrapper .contact {
	font-size:30px;
	font-weight:bold;
	color:#151515;
	margin:0 0 30px;
	display:inline-block;
	width:100%;
}
.contact-wrapper p {
	font-size:14px;
}
.footer .contact-wrapper .nf-form-title {
}
.footer .contact-wrapper .nf-form-title h3 {
	position:relative;
	color:#151515;
	text-transform:none;
	font-weight:normal;
	padding-left:15px;
}
.footer .nf-form-content label,
.landing-contact .nf-form-content label{
	display:none;
}
.footer .contact-wrapper .nf-form-title h3:before {
	content:'';
	position:absolute;
	left:0;
	top:7px;
	width:45px;
	height:20px;
	background-size:contain;
}
.footer .contact-wrapper .nf-form-layout {
	display: inline-block;
	width: 100%;
}
.footer .contact-wrapper .nf-form-layout nf-field{
	width:100%;
	padding: 10px;
	display:block;
	float:left;
}
.nf-before-form-content {
	display:none;
}
.nf-error.field-wrap .nf-field-element::after {
	background:none;
	color: #e80000;
}
#ninja_forms_required_items, .nf-field-container {
	margin:0;
}
.footer .contact-wrapper .nf-form-layout nf-field input,
.footer .contact-wrapper .nf-form-layout nf-field textarea,
.footer .contact-wrapper .nf-form-layout nf-field select,
.footer .contact-wrapper .nf-form-content .listselect-wrap .nf-field-element div,
.footer .contact-wrapper .nf-form-content input.ninja-forms-field,
.footer .contact-wrapper .nf-form-content select.ninja-forms-field:not([multiple]) {
	height:45px;
	border-radius:3px;
	padding:10px 15px;
	display:block;
	width:100%;
	background:#f3f3f3;
	border:none;
	appearance: auto;
}
.footer .contact-wrapper .nf-form-layout nf-field input:placeholder,
.footer .contact-wrapper .nf-form-layout nf-field textarea:placeholder {
	color:#e5e5e5;
}
.footer .contact-wrapper .nf-form-layout nf-field:nth-child(1),
.footer .contact-wrapper .nf-form-layout nf-field:nth-child(2),
.footer .contact-wrapper .nf-form-layout nf-field:nth-child(3),
.footer .contact-wrapper .nf-form-layout nf-field:nth-child(4) {
	width:50%;
	float:left;
}
.footer .contact-wrapper .nf-form-layout nf-field textarea {
	min-height:200px;
}
.footer .contact-wrapper .nf-form-layout nf-field input[type="button"] {
	background-color: #c61d1e;
	color: #ffffff !important;
	text-transform: uppercase;
	border-radius: 8px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.75px !important;
	padding: 10px 30px;
	width:auto;
	float:left;
	border:0;
	-webkit-appearance:none;
}
.footer .contact-wrapper .nf-form-layout nf-field input[type="button"]:hover {
	background:#ccae50;
}
.footer .copyright {
	padding-bottom:15px;
	margin-top:10px;
	color:#ffffff;
	font-size:14px;
}
.footer img {
    width: 100%;
}
.form-col form{
	margin:25px 0;
	display:inline-block;
	width:100%;
}
.form-col input {
	display:inline-block;
	width:100%;
	padding:15px;
	border:1px solid #c3c3c3;
	border-radius:4px;
	margin:0 0 15px;
}
.footer-bottom {
	padding:15px 0;
	background:#001a31;
	color:#ffffff;
	margin-top:15px;
}
.footer-bottom p {
	color:#ffffff;
	font-size:14px;
	line-height:18px;
	margin-bottom:0;
}
.footer-bottom b {
	font-size:14px;
}
.footer-bottom .container {
	max-width:1249px;
}
.footer-bottom .footer-links ul {
	margin:0;
	padding:0;
	float:right;
}

.footer-bottom .footer-links ul li {
	list-style-type: none;
	display:inline-block;
	padding:0 15px;
	border-left:1px solid #ffffff;
	line-height:16px;
}
.footer-bottom .footer-links ul li a {
	color:#ffffff;
	line-height:16px;
}
.footer-bottom .footer-links ul li:first-child {
	border:none;
}
.footer-bottom .footer-links ul li:last-child {
	padding-right:0;
}
.footer-bottom .social-media img {
	float:right;
}
.form-col textarea {
	height:220px;
	display:inline-block;
	width:100%;
	padding:15px;
	border:1px solid #c3c3c3;
	border-radius:4px;
	margin:0 0 10px;
}
.form-col input[type="button"] {
	border:0;
	background:rgb(232, 226, 217);
}
.form-col input[type="button"]:hover {
	border:0;
	background:rgb(220, 211, 198);
}
.nf-error.field-wrap .nf-field-element::after {
	background:none !important;
	color:#000000;
}
#ninja_forms_required_items, .nf-field-container {
		margin:0 !important;
	}
.thank-you-page {}
.thank-you-page h1 {
	text-align:center;
}
.thank-you-page .thank-you-content {
	color:#ffffff;
	padding:30px 0;
	font-size:24px;
	line-height:34px;
}
.thank-you-page .thank-you {
	font-size:20px;
	line-height:30px;
	padding:30px 0;
}
.thank-you-page .license-row,
.thank-you-page .map-wrapper {
	display:none;
}
.blog-post .blog-image-wrapper {
	height:280px;
	overflow:hidden;
	display: flex;
	align-content: center;
	justify-content: center;
}
.blog-post .blog-image-wrapper img {
	height:100%;
	max-width:none !important;
	width:auto;
}
.blog-post .blog-title {
	color:#000000;
	font-weight:bold;
	font-size:18px;
	display:inline-block;
	width:100%;
	margin:10px 0;
}
.blog-post p {
	line-height:21px !important;
	font-size:15px !important;
	margin-bottom:5px !important;
}
.blog-post a {
	font-weight:bold;
	color:#886b39 !important;
	font-size:16px;
	text-decoration:none !important;
}.blog-post .blog-post-desc {
	padding:0 15px 15px;
}
.blog-post:hover {
	box-shadow:0 0 25px rgba(0,0,0,0.12);
	transform:scale(1.03);
}
.slider-menu {
	position:fixed;
	z-index:9999;
	top:0;
	right:0;
	bottom:0;
	width:400px;
	padding:80px 50px;
	background:#001a31;
	margin-right:-100%;
}
.slider-menu.open {
	margin-right:0;
}
.slider-menu .close-menu {
	cursor:pointer;
}
.slider-menu .close-menu:after{
	content: "\00d7";
	color:#ffffff;
	font-size:50px;
	position:absolute;
	top:30px;
	right:30px;
}
.slider-menu ul {
	margin:0;
	padding:0;
}
.slider-menu ul li {
	margin: 0 0 10px;
	position:relative;
	list-style-type:none;
}
.slider-menu ul li a {
	color:#ffffff;
	font-size:20px;
	line-height:30px;
}
.slider-menu ul li a:hover {
	text-decoration:none;
	color:#074975;
}
.slider-menu ul li i {
	color:#ffffff;.
	cursor:pointer;
	position:absolute;
	right:0;
	top:0;
}
.slider-menu ul li i.open {
	transform:rotate(180deg);
}
.slider-menu ul li ul.open{
		display:block;
}
.slider-menu ul li ul {
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
	display:none;
}
.slider-menu ul li ul li a {
	font-weight: 200;
}
.slider-menu ul li.contact a {
	margin:15px 0 0;
	padding:10px 30px;
	background:#ff8300;
	color:#000000;
	text-align:center;
	font-weight:bold;
	display:block;
	border-radius:10px;
}
@media (min-width: 1291px) and (max-width: 1549px){
	header ul li a {
		font-size:12px;
	}
}
@media (min-width: 991px) and (max-width:1290px){
	header .logo-sticky img, header .logo img {
		max-width:125px;
	}
	header ul li a {
		font-size:10px;
	}
	header .btn-call {
		padding:10px;
		font-size:12px;
	}
}
@media (min-width: 991px) and (max-width:1105px){
	header {
		padding:15px 0;
	}
	header .logo-sticky img, header .logo img {
		max-width:115px;
	}
	header ul li a {
		font-size:9.2px;
	}
	header ul li .fa {
		margin-right:2px;
	}
	header .btn-call {
		padding:5px;
		font-size:12px;
	}
}
@media (max-width: 991px){
	header.sticky {
		box-shadow:0 0 10px #c4c4c4;
	}
	header .logo,
	header .logo-sticky {
		margin-top:10px;
		margin-left:-10px;
	}
	.call-us-mobile {
		display:inline-block;
		width:100%;
		margin:0 0 20px;
	}
	.call-us-mobile a.btn-call {
		display:inline-block;
		width:100%;
		text-align:center;
	}
	.navbar {
	    text-align: left;
	    background: #222f78;
	    position:unset;
	    padding: 0.4em 0 !important;
	}
	.navbar .navbar-toggler i {
		font-size:36px;
		color:#ffffff;
		margin-top:10px !important;
	}
	header.sticky .navbar .navbar-toggler i {
		color:#000000;
		margin-top:0;
	}
	header ul li {
		padding:0px 30px;
		width:100%;
		display:block;
		float:left;
	}
	header .navbar-nav {
		padding:0 0 15px;
	}
	.navbar ul li a {
		text-align: left;
		color: #ffffff;
		display: block;
		margin:0;
		font-size: 18px;
		text-transform: none;
		font-weight: bold;
	}
	.navbar ul li ul li {
		padding:0;
	}
	.navbar ul li ul li a {
		font-weight:normal;
		padding:0 10px;
	}
	.navbar ul li:hover ul {
		display:none;
	}
	.navbar ul li .fa.open {
		transform:rotate(-90deg);
	}
	header ul li ul.open {
		display:block !important;
		width: 100%;
		margin: 0;
		padding: 0;
		position:relative;
	}
	.navbar ul li a {
		color:#000000!important;
		margin: 0 0 10px;
	}
	.navbar ul li .fa {
	    position: absolute;
	    top: 5px;
	    font-size: 20px;
	    right: 0;
	}
	header .btn-call {
		display: inline-block;
		width: auto;
		margin-left: 30px;
		margin-bottom: 20px;
	}
	.navbar-collapse {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: #ffffff; 
		box-shadow:0 10px 10px #c4c4c4;
	}
	.navbar-nav {
		display:inline-block;
		width:100%;
	}
	.landing-contact {
		margin-top:35px;
	}
	.content-middle.gray-bg {
		padding:10px 0 30px;
	}
	.things-we-offer {
		padding:50px 0;
	}
	header.sticky {
	  padding: 15px 0 15px;
	}
	.main-banner-mask {
		margin-top:0;
		padding-bottom: 450px;
	}
	.main-banner.landing .main-banner-bg {
		padding-top:60px;
		background-image:none !important;
	}
	.main-banner h1 {
	    font-size: 38px;
		line-height: 44px;
	    margin-bottom: 10px;
	}
	.main-banner.subpage,
	.main-banner.subpage .main-banner-bg {
		min-height:160px;
	}
	.our-process {
		padding: 20px 0;
	}
	.our-services {
		background:none;
		margin:0;
		padding: 50px 0 50px;
	}
	.our-services .services-row{
		flex-direction:column;
	}
	.our-services .service-ind {
		width:100%;
		max-width:400px;
		margin-top:15px;
		margin-left:0;
	}
	.gray-bg {
		padding:25px 0;
	}
	.gray-bg:before,
	.gray-bg:after {
		display:none;
	}
	.in-business{
		top: -70px;
		left: 15px;
	}
	.about-home .row {
		flex-direction: column-reverse;
	}
	.process-wrap .step {
		margin:0 15px !important;
	}
	.landing-contact {
		box-shadow: 0 0 35px rgba(0,0,0,0.4);
	}
	.content-middle.gray-bg {
		margin:0;
		background:#f7f7f7;
		padding-bottom:30px;
	}
	.content-middle.gray-bg:after {
		display:none;
	}
	.gray-bg.gray-bg-no-image {
		padding:20px 0;
	}
	.faq-wrapper {
	    padding: 10px 0;
	}
	.gray-bg.gray-bg-no-image:before,
	.gray-bg.gray-bg-no-image:after{
		display:none;
	}
	.col-reverse-mobile .row{
		flex-direction: column-reverse;
	}
	.cta-wrapper .row {
		flex-direction:column;
		padding:0 15px;
	}
	.cta-wrapper .row * {
		width:100%;
		text-align:center;
		max-width:none;
	}
	.cta-wrapper .row p {
		font-size:24px;
		line-height:30px;
	}
	.cta-wrapper .row .button a {
		width:auto;
		display:inline-block;
		margin:15px 0 0;
	}
	.testimonials .owl-item .item {
		padding:0 35px;
	}
	.testimonials .owl-testimonials .owl-prev, .testimonials .owl-testimonials .owl-next {
		height:32px;
		width:32px;
	}
	.testimonials .owl-testimonials .owl-prev {
		left:-2px;
	}
	.testimonials .owl-testimonials .owl-next {
		right:-2px;
	}
	.content-middle.licensing {
		background:none !important;
		padding:30px 0;
	}
	.sub-page-banner .banner-content {
		width:100%;
	}
	.thank-you-page .contact-wrapper {
	    margin-top: -45px;
	}
	.location-ind {
		width:100%;
	}
	.footer-logo,
	.footer-links,
	.copyright,
	.social-media
	 {
		width:100% !important;
		flex:100% !important;
		text-align:center!important;
		max-width:none !important;
	}
	.footer-bottom .footer-links ul,
	.footer-bottom .social-media img{
		float:none !important;
	}
	.container {
	  padding-right: 15px;
	  padding-left: 15px;
	}
	header {
	  padding: 15px 0px;
	  background: none;
	}
	header .logo-sticky img, header .logo img {
	  max-width: 230px;
	  margin-top:5px;
	}
	.header-phone {
		display:none;
	}
	header .logo, header .logo-sticky {
		margin:0;
	}
	header .menu-button img {
		margin:0;
	}
}
@media (max-width: 768px){
	.slider-menu {
		margin-right:-200%;
	}
	.slider-menu.open {
		margin-right:0;
		width:90%;
	}
	#bgvid {
	  position: absolute;
	  left: -50%;
	  right: auto;
	  bottom: 0;
	  top: 0;
	  z-index: 0;
	  width: 280%;
	  object-fit: cover;
	}
	.main-content [class*="col-"] {
	    margin: 15px 0;
	}
	h1 {
		font-size:40px;
	}
	h2 {
		font-size:28px;
	}
	h3 {
		font-size:26px;
		font-weight:normal;
	}
	h4 {
		font-size:24px;
		font-weight:normal;
	}
	h5 {
		font-size:22px;
		font-weight:normal;
	}
	
	.main-banner .banner-content h1 {
	    font-size: 38px;
line-height: 44px;
	}
	.main-banner .banner-content p {
		line-height:30px;
		margin-bottom:0 !important;
	}
	.main-banner .banner-content .btn, .sub-page-banner .banner-content .btn {
	    font-size: 16px;
	}
	.main-banner .button-wrapper {
		margin:10px 0 30px;
	}
	.logos-row .logo-each {
		padding:10px 0;
	}
	.button-wrapper {
		text-align:center;
	}
	.button-wrapper .button {
		display:inline-block;
	}
	.button-wrapper .button:first-child{
		margin:0 0 20px;
	}
	.conditions-section h2 {
		line-height:50px;
		text-align:center;
	}
	.conditions-section ul {
		columns:1;
	}
	.testimonials-row .col-md-6:first-child,
	.testimonials-row .col-md-6:nth-child(2) {
		border:none;
	}
	.testimonials-row .col-md-6:first-child {

	}
	.insurance-wrapper .insurance-logos .logo{
		width:48%;
	}
	.sub-banner {
		padding:80px 0;
		min-height:400px;
		background-position: -210px bottom !important;
		text-align:center;
		margin-bottom: -70px;
	}
	.sub-banner .cta-landing:after {
		display:none;
	}
	.sub-banner .heading-wrapper {
		background-position:bottom center !important;
	}
	.sub-banner h1 {
		font-size:25px;
		line-height:32px;
	}
	.seo-benefitst-wrapper {
		padding:0;
		background:none !important;
	}
	.seo-benefitst-wrapper .seo-benefits ul {
		background-size:contain;
	}
	.seo-benefitst-wrapper .seo-benefits ul li {
		background-position:5px 5px !important;
	}
	.about-us .intro {
		font-size:16px;
	}
	.about-us h2 {
		font-size:36px;
	}
	.case-studies .case-studies-intro h2 {
		font-size:32px;
	}
	.case-studies .case-studies-intro p {
		font-size: 16px;
		line-height: 24px;
		margin:0 0 -10px;
	}
	.cta-wrapper {
    	padding: 40px 0;
	}
	.cta-wrapper [class*="col-"] {
	    margin:0;
	}
	.open-form {
	    position: fixed;
	    bottom: 10px;
	    right: 10px;
	    z-index:9999;
	}
	.main-banner {
	    min-height: 470px;
	    padding: 85px 10px 25px;
	}
	.sub-page-banner .sub-image {
	    width: 50%;
	    background-size: cover !important;
	    min-height: 300px;
	}
	.sub-page-banner {
		margin-top:0px;
		height: 400px;
	}
	.sub-page-banner .banner-content {
		width:100%;
	}
	.sub-page-banner .sub-image {
		width:100%;
	}
	.sub-page-banner .banner-content {
		width:100%;
		text-align:center;
	}
	.footer {
		text-align:center;
	}
	footer .contact-logo {
		text-align:center;
	}
	footer .contact-logo img {
		display:inline;
		max-width:200px;
	}
	footer .address {
		text-align:center;
		font-size:17px;
		font-weight:bold;
	}
	footer .contact-wrapper {
		padding:25px 15px 15px;
	}
	footer .contact-wrapper .row{
		display:flex;
		flex-direction:column-reverse;
	}
	footer .contact-wrapper .row .col-md-4 {
		padding:0 25px;
	}
	.footer .contact-wrapper .nf-form-layout {
		padding:15px 0;
	}
	.footer .contact-wrapper .nf-form-layout nf-field:nth-child(1),
	.footer .contact-wrapper .nf-form-layout nf-field:nth-child(2),
	.footer .contact-wrapper .nf-form-layout nf-field:nth-child(3),
	.footer .contact-wrapper .nf-form-layout nf-field:nth-child(4) {
		width:100%;
		float:left;
	}
	.footer .contact-wrapper .nf-form-layout nf-field input[type="button"] {
		float:left;
	}
	.footer .text-right {
		text-align:center !important;
	}
	.footer .copyright {
	    font-size: 11px;
	}
	.footer .get-in-touch  {
		margin:15px 0 0;
	}
	.footer .get-in-touch .large-text {
		font-size:17px;
	}
	.footer .get-in-touch a {
		margin:5px 0;
		font-size:14px;
	}
	.why-us .img-wrapper {
	    position: relative;
	    margin: 25px 0 0;
	}
	.seo-more-blue {
		padding:0;
		background:#ecf3ff !important;
	}
	.location-wrapper {
		background:none;
		margin:-15px 0 0;
		padding:0;
	}
	.main-banner p {
		letter-spacing:0;
	}
}
@media (max-width: 529px){
	.main-banner {
		background-position:60% 0px !important;
	}
	.main-banner {
	  min-height: 580px;
	  padding: 85px 10px 25px;
	}
	.main-banner .banner-content .button {
		width:100%;
		margin:15px 0 0 ;
	}
	.logos-row {
		display: inline-flex;
		width: 100%;
		flex-direction: row;
		flex-wrap:wrap;

	}
	.logos-row .logo-each{
		width:50%;
		display:inline-block;
		padding:20px 0;
	}
	.button-wrapper {
		margin:30px 0;
	}
	.button-wrapper  {}

}