.footer-nav a,
.header-nav a,
.nav-burger,
.red-btn {
    transition: all .3s ease-in-out
}

.nav-wrapper {
    margin-top: 10px
}
p { font-size: 18px; }
@media screen and (max-width:767px) {
   p {
        font-size: 14px;
    }
}
.credits {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #707070;
}
.credits a { color: #49719a; }
.credits a:hover { color: #ababab; text-decoration: none;}
.contact-form-block h2,
.footer-nav a,
.header-nav a,
.nav-burger {
}

.clear-padding {
    padding: 0!important
}

.padding-left-5 {
    padding: 0 0 0 5px!important
}

.clear-padding-left {
    padding-left: 0
}

.clear-padding-right {
    padding-right: 0
}

@media screen and (min-width:767px) {
    .header-logo {
        margin-top: 6px;
    }
    .clear-padding-top-no-xs {
        padding-top: 0!important
    }
}

@media screen and (max-width:767px) {
    .nav>li {
        width: 100%!important
    }
    .clear-padding-left {
        padding-right: 0
    }
    .clear-padding-right {
        padding-left: 0
    }
    .clear-padding-xs {
        padding: 0
    }
    .add-padding-xs {
        padding-left: 15px!important;
        padding-right: 15px!important
    }
}

.add-padding-left {
    padding-left: 15px!important
}

.add-padding-top {
    padding-top: 15px!important
}

@media screen and (max-width:992px) {
    .add-padding-sm {
        padding-left: 15px!important;
        padding-right: 15px!important
    }
}

.add-padding-noxs-5 {
    padding-right: 5px;
    padding-left: 5px
}

@media screen and (max-width:767px) {
    .add-padding-noxs-5 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.add-padding {
    padding-left: 15px!important;
    padding-right: 15px!important
}

@media screen and (max-width:767px) {
    .add-padding-right-xs {
        padding-right: 15px
    }
    .add-padding-left-xs {
        padding-left: 15px
    }
}

.add-padding-top-10 {
    padding-top: 10px!important
}

@media screen and (max-width:767px) {
    .add-padding-top-10 {
        padding-top: 0
    }
}

.add-padding-top-20 {
    padding-top: 20px!important
}

@media screen and (max-width:767px) {
    .add-padding-top-20 {
        padding-top: 0
    }
}

.add-padding-top-25 {
    padding-top: 25px!important
}

.clear-margin {
    margin: 0
}

.clear-margin-left {
    margin-left: 0!important
}

.clear-margin-top {
    margin-top: 0!important
}

.text-right {
    text-align: right!important
}

.text-left {
    text-align: left!important
}

.text-align-center {
    text-align: center
}

@media screen and (max-width:767px) {
    .clear-margin-top-xs {
        margin-top: 0!important
    }
    .text-center-xs {
        text-align: center!important
    }
    .text-left-xs {
        text-align: left!important
    }
}

@media screen and (max-width:992px) {
    .add-padding-md {
        padding-left: 15px!important;
        padding-right: 15px!important
    }
    .text-center-sm {
        text-align: center!important
    }
}

.margin-left-10 {
    margin-left: 10px
}

.margin-right-10 {
    margin-right: 10px!important
}

.margin-top-10 {
    margin-top: 10px!important
}

@media screen and (max-width:767px) {
    .margin-top-10 {
        margin-top: 10px
    }
}

.margin-bottom-20 {
    margin-bottom: 20px!important
}

.margin-top-20 {
    margin-top: 20px!important
}

.margin-bottom-30 {
    margin-bottom: 30px!important
}

.pos-relative {
    position: relative
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block
}

table.responsive {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0
}

table.responsive tr {
    padding: 5px
}

table.responsive td,
table.responsive th {
    padding: 10px
}

@media screen and (max-width:767px) {
    table.responsive {
        border: 0
    }
    table.responsive thead {
        display: none
    }
    table.responsive tr {
        margin-bottom: 10px;
        display: block
    }
    table.responsive td {
        display: block;
        width: 100%\9;
        float: left\9;
        text-align: right;
        border-bottom: 1px dotted #ccc
    }
    table.responsive td:last-child {
        border-bottom: 0
    }
    table.responsive td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: 700
    }
}

.footer-nav ul:after,
.header-nav ul:after {
    content: "";
    width: 100%
}

img {
    max-width: 100%;
    height: auto
}

* {
    box-sizing: border-box
}

#scrollup {
    position: fixed;
    opacity: .8;
    padding: 5px 1px 1px;
    background: #aaa;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    right: 10px;
    bottom: 10px;
    display: none;
    cursor: pointer
}

#scrollup i {
    font-size: 34px
}

.content-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #595959;
    overflow-x: hidden
}

.content-center-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    max-width: 1200px
}

header {
    padding: 30px 0;
    position: absolute;
    width: 100%;
    z-index: 99999;
    background: -webkit-linear-gradient(#000, rgba(255,0,0,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#000, rgba(255,0,0,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#000, rgba(255,0,0,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#000, rgba(255,0,0,0)); /* Standard syntax */
}
@media screen and (max-width:767px) {
	header { 
		background: none;
	}
}

header p {
    margin-bottom: 0
}

.header-phone {
    display: inline-block;
    padding-left: 35px;
    margin-top: 20px;
    background: url(../img/phone-icon.png) no-repeat;
    text-shadow: -.9px .5px 1px rgba(0, 0, 0, .7);
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 32px;
    color: #fc0
}

@media screen and (max-width:767px) {
    .header-phone {
        margin-top: 30px
    }
}

.header-phone:focus,
.header-phone:hover {
    outline: 0;
    text-decoration: none;
    color: #fc0
}

.header-phone span {
    margin-right: 5px;
    color: #fff
}

.header-nav {
    display: block
}

@media screen and (max-width:767px) {
    .header-nav {
        display: none;
        padding: 0;
        text-align: center;
        background: #00475e;
    }
}

.header-nav ul {
    height: 22px;
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: 165px;
    text-align: justify
}

.header-nav ul:after {
    display: inline-block;
    text-align: justify
}

.header-nav li {
    display: inline-block;
    text-align: center;
    vertical-align: middle
}

@media screen and (max-width:767px) {
    .header-nav ul {
        display: inline-block;
        width: auto;
        padding: 0
    }
    .header-nav li {
        display: block
    }
    .header-nav a {
        padding: 10px 0
    }
}

.header-nav a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none
}

.header-nav a:hover {
    color: #fc0
}

.nav-burger {
    display: none;
    padding: 15px 15px 0 0;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: right;
    cursor: pointer
}

.nav-burger.active {
    display: block;
    color: #fc0
}

.nav-burger:hover {
    color: #d3ab5d
}

.nav-burger:visited {
    color: #262626
}

.footer-nav a,
.footer-phone {
    color: #fff;
    text-decoration: none
}

footer {
    padding: 15px 0;
    background-color: #1f364d;
    color: #fff;
}

.footer-phone {
    display: block;
    font-size: 18px;
    font-weight: 400
}

@media screen and (max-width:767px) {
    .nav-burger {
        display: block
    }
    .footer-phone {
        margin-top: 30px
    }
}

.footer-phone:focus,
.footer-phone:hover {
    color: #fff;
    text-decoration: none;
    outline: 0
}

.footer-nav ul {
    width: 70%;
    padding: 0;
    margin: 0;
    float: right;
}
.footer-nav ul li { 
	margin-left: 10px;
}
@media screen and (max-width:767px) {
	.footer-nav ul {
		width: 100%;
		text-align: justify;
	}
}
.footer-nav ul:after {
    display: inline-block;
    text-align: justify
}

.footer-nav li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle
}

.footer-nav a {
    font-size: 15px;
    font-weight: 400
}

@media screen and (max-width:400px) {
    .footer-nav li {
        display: block
    }
    .footer-nav a {
        display: inline-block;
        padding: 5px 0
    }
}

.footer-nav a:hover {
    text-decoration: none;
    color: #fc0
}

.banner-text,
.home-top-banner h1 {
    text-shadow: -.9px .5px 1px rgba(0, 0, 0, .7);
    color: #fff;
}

.home-content {
    padding: 0 0 80px;
}

.home-top-banner {
    padding: 1px 0;
    min-height: 600px;
    text-align: center;
    background-size: cover;
    display: block;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width:996px) {
	.home-top-banner { 
		min-height: 400px;
	}
}
@media screen and (max-width:767px) {
	.home-top-banner { 
		background: #00475e;
	}
}

.videoSplash { 
    position: absolute;
    top: 0;
    left: 0;
    z-index: -7;
    background-size: cover;
    width: 100%;
}
@media screen and (max-width:767px) {
	.videoSplash { display: none; }
}
.pageHeader { 
	color: #FFF;
	padding: 170px 0 0 70px ;
}
@media screen and (max-width:767px) {
	.pageHeader { display: none; }
}

.pageHeaderWrap {
	height: 320px;
}
.pageHeaderWrap h1 {
	text-shadow: 2px 2px 2px #000000;
}

.pageHcustomers {
	background: url(../img/cover/customers.jpg);
    background-size: cover;
    background-position: center center;
}

.pageHreport {
	background: url(../img/cover/report.jpg);
    background-size: cover;
    background-position: center center;
}

.pageHviolations {
	background: url(../img/cover/vio.jpg);
    background-size: cover;
    background-position: center center;
}

.pageHservices {
	background: url(../img/cover/services.jpg);
    background-size: cover;
    background-position: center center;
}

.pageHteam {
	background: url(../img/cover/team.jpg);
    background-size: cover;
    background-position: center center;
}

.pageHcontact {
	background: url(../img/cover/contact.jpg);
    background-size: cover;
    background-position: center center;
}

.videoSplash {
	display: block;
	
}
.home-top-banner h1 {
    display: inline-block;
    margin: 220px 0 0px;
    max-width: 80%;
    font-weight: 700;
    line-height: 82px;
    letter-spacing: 3px;
    font-size: 66px
}

@media screen and (max-width:996px) {
    .home-top-banner h1 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 220px;
    }
}
@media screen and (max-width:767px) {
    .home-top-banner h1 {
        font-size: 24px;
        line-height: 34px;
        margin-top: 260px;
    }
}

@media screen and (max-width:600px) {
    .home-top-banner h1 {
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    .home-top-banner h1 {
        font-size: 18px;
        line-height: 22px
    }
}

.banner-text {
    padding: 20px 0;
    font-size: 16px;
    letter-spacing: 1px;
}

@media screen and (max-width:767px) {
    .banner-text {
        font-size: 18px;
        line-height: 26px
    }
}

@media screen and (max-width:480px) {
    .banner-text {
        font-size: 14px;
        line-height: 22px
    }
}

.text-blue {
    color: #3b556d
}

.text-underline {
    font-size: 1.1em;
    text-decoration: underline
}

.article-preview {
    display: inline-block;
    text-align: left;
    padding: 0 20px 0 20px;
}

.article-preview h2 {
    margin-bottom: 20px;
    color: #000;
    font-size: 26px;
    font-weight: 700
}

.article-preview img {
    margin-bottom: 20px
}

.article-preview p {
    padding-top: 25px;
    min-height: 115px;
    color: #282828;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px
}

.article-preview p:before {
    position: relative;
    top: -15px;
    display: block;
    content: '';
    width: 125px;
    height: 3px;
    background-color: #00475e
}

.red-btn {
    display: block;
    padding: 0 30px;
    height: 40px;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    border-radius: 5px;
    background-color: #d9534f
}

.red-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #b52b27
}

.phone-block {
    background: url(../img/phone-block-bg.jpg) no-repeat;
    background-size: cover
}

.phone-block-text {
    margin: 30px 0 10px;
    color: #fff;
    font-size: 47px;
    font-weight: 400
}

.phone-block-text span {
    border-bottom: 2px solid #fc0
}

@media screen and (max-width:992px) {
    .phone-block-text {
        font-size: 24px
    }
}

@media screen and (max-width:767px) {
    .phone-block-text {
        float: none;
        text-align: center;
        margin-bottom: 30px
    }
}

.phone-block-phone {
    margin: 45px 0 55px;
    color: #fff;
    font-size: 47px;
    font-weight: 400;
    text-decoration: none
}

.phone-block-phone:focus,
.phone-block-phone:hover {
    color: #fff;
    text-decoration: none
}

@media screen and (max-width:992px) {
    .phone-block-phone {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:767px) {
    .phone-block-phone {
        float: none;
        text-align: center;
        margin-top: 0
    }
}

.contact-form-block {
    padding: 70px 15px 0
}

.contact-form-block h2 {
    margin: 0 0 30px 0;
    text-align: center;
    color: #3b556d;
    font-size: 45px;
    font-weight: 400;
    line-height: 16px
}

.contact-form-wrapper {
    max-width: 900px;
    margin: 0 auto
}

.contact-form {
    position: relative
}

.form-title-text {
    margin: 20px 0 5px;
    color: #000
}

.contact-form-input,
.contact-form-textarea {
    width: 100%;
    padding: 0 10px;
    min-height: 40px;
    outline: 0;
    border: 3px solid #f3f0f4;
    border-radius: 5px
}

.contact-form-textarea {
    padding: 5px 10px;
    margin-bottom: 30px
}

.form-answer {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -125px;
    padding: 10px 15px;
    width: 300px;
    min-height: 150px;
    border-radius: 10px;
    border: 3px solid #f3f0f4;
    background-color: #fff;
    text-align: center
}

.form-answer p {
    margin: 20px 0
}

.breadcrumbs {
    margin: 10px 0
}

.breadcrumbs a {
    color: #1f364d;
    text-decoration: none
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs p {
    display: inline-block;
    margin: 0 3px 0 0
}

.about-content-img,
.about-content-text-first {
    margin-bottom: 40px
}

h3 {
    margin-top: 0;
    line-height: 24px
}

.about-content-img {
    width: 100%;
    max-width: 320px;
    height: 200px
}

.about-content-img.img1 {
    background: url(../img/dorafelix.jpg) no-repeat;
    background-size: cover
}

.about-content-img.img2 {
    background: url(../img/Patrick.jpg) no-repeat;
    background-size: cover
}

.about-content-img.img3 {
    background: url(../img/brunella.jpg) 0 -45px no-repeat;
    background-size: cover
}

.about-content-img.img4 {
    background: url(../img/charlie.jpg) no-repeat;
    background-size: cover
}

.content-banner {
    padding: 30px 0 60px;
    text-align: center
}

.services-content {
    padding-bottom: 80px
}

.services-content-text h3 {
    margin-top: 30px
}

.services-content-img {
    display: block;
    float: right;
    max-width: 400px
}

@media screen and (max-width:767px) {
    .services-content-img {
        margin-bottom: 30px
    }
}

.services-logos {
    margin: 30px 0
}

@media screen and (max-width:767px) {
    .services-logos img {
        margin-bottom: 30px
    }
}

.contacts-content {
    padding: 20px 0 80px
}

ul.customers {
    list-style: none;
}

ul.customers li {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.phone-block {
    height: 570px;
}
	@media screen and (max-width:767px) {
		.phone-block {
	    	height: 404px;
	    }
	}

.youtubeIframe {
	height: 394px;
    max-width: 700px;
    margin-top: 20px;
    border: none;
    margin-bottom: 20px;
}
	@media screen and (max-width:767px) {
		.youtubeIframe {
	    	height: 204px;
	    }
	}

.index-copy-block {
	margin-top: 60px;
}
.home-services-wrap-top {
	background: whitesmoke;
	margin-top: 60px;
	padding: 40px 0 40px 0;
}
.home-services-wrap-bottom {
	background:;
	margin-bottom: 60px;
	padding: 40px 0 40px 0;
}
.index-copy-block h4 {
    line-height: 30px;
    color: #636363
}
.home-img-left { 
	margin-bottom: 0;
	min-height: 450px;
	background: url(../img/home-left.jpg);
    background-size: cover;
}
.homec-service-left { 
	color: #fff;
	
}
.home-img-right { 
	background: url(../img/home-right.jpg);
	margin-top: 40px;
	min-height: 450px;
}
.psolvers {
	font-size: 40px;
	opacity: .6;
}
.servtitletop {
	padding-left: 18px;
}
.servtitlebot {
	padding-left: 18px;
}
.pagetitle {
	font-size: 44px;
	margin-top: 40px;
	margin-bottom: 20px;
	color: #a3a3a3;
	text-transform: capitalize;
}
	@media screen and (max-width:767px) {
		.pagetitle {
			font-size: 23px;
			margin-top: 10px;
		}	
	}

.pay-button-2 {
    /* margin: 10px; */
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    /* display: block; */
    border: 0px;
    font-weight: 700;
    box-shadow: 0px 0px 14px -7px #19acf0;
    background-image: linear-gradient(45deg, #2f5fff 0%, #19acf0  51%, #2f5fff  100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.pay-button-2:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.pay-button-2:active {
    transform: scale(0.95);
}
