@font-face {
    font-family: 'WORKSANS-REGULAR';
    src: url('../fonts/WORKSANS-REGULAR.eot');
    src: url('../fonts/WORKSANS-REGULAR.woff') format('woff'), url('../fonts/WORKSANS-REGULAR.ttf') format('truetype'), url('../fonts/WORKSANS-REGULAR.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'WORKSANS-LIGHT';
    src: url('../fonts/WORKSANS-LIGHT.eot');
    src: url('../fonts/WORKSANS-LIGHT.woff') format('woff'), url('../fonts/WORKSANS-LIGHT.ttf') format('truetype'), url('../fonts/WORKSANS-LIGHT.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ultramagnetic Bold';
    src: url('../fonts/ULTRAMAGNETIC_BOLD-WEBFONT.eot');
    src: url('../fonts/ULTRAMAGNETIC_BOLD-WEBFONT.woff') format('woff'), url('../fonts/ULTRAMAGNETIC_BOLD-WEBFONT.ttf') format('truetype'), url('../fonts/ULTRAMAGNETIC_BOLD-WEBFONT.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ULTRAMAGNETIC_LIGHT';
    src: url('../fonts/ULTRAMAGNETIC_LIGHT-WEBFONT.eot');
    src: url('../fonts/ULTRAMAGNETIC_LIGHT-WEBFONT.woff') format('woff'), url('../fonts/ULTRAMAGNETIC_LIGHT-WEBFONT.ttf') format('truetype'), url('../fonts/ULTRAMAGNETIC_LIGHT-WEBFONT.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}
body {
    color: #000000;
    font-family: 'WORKSANS-REGULAR';
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
ul,
li {
    margin: 0;
    padding: 0;
}
a,
input,
button {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    text-decoration: none !important;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 1px;
    -o-text-overflow: '';
    text-overflow: '';
}
select::-ms-expand {
    display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}
br {
    margin: 0;
    width: 0;
}
.clear {
    clear: both;
}
.container{padding: 0;}
.inpt_txt::-webkit-input-placeholder {
    color: #4f4f4f!important;
    opacity: 1 !important;
}
.inpt_txt:-ms-input-placeholder {
    color: #4f4f4f!important;
    opacity: 1 !important;
}
.inpt_txt::-moz-placeholder {
    color: #4f4f4f!important;
    opacity: 1 !important;
}
.inpt_txt::-ms-input-placeholder {
    color: #4f4f4f!important;
    opacity: 1 !important;
}
.inpt_txt::placeholder {
    color: #4f4f4f!important;
    opacity: 1 !important;
}
.header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.quote-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.quote-wrap img {
    position: relative;
}
.call-wrap {
    margin: 0 30px 0 43px;
}
.header-inner{
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-inner a:hover {
    color: #7dc61b;
}

/*.call-wrap a {
    color: #fa6f34 !important;
}
*/
.get-wrap a {
    background-color: #7dc61b;
    color: #fff;
    padding: 14px 43px 10px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Ultramagnetic Bold';
    text-transform: uppercase;
    border-radius: 10px;
    border-bottom: 3px solid #7dc61b;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.get-wrap a:hover {
    background-color: #000;
    color: #fff;
}
.header-wrap {
    padding: 22px 0 20px;
    background-color: #2D5121;
}
.banner_in h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    font-family: 'Ultramagnetic Bold';
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: 1px;
}
.banner-btn {
    margin-top: 28px;
}
.banner_center p {
    font-size: 22px;
    line-height: 1.4;
    color: #fff;
}
.banner-btn a {
    font-size: 16px;
    display: inline-block;
    background-color: #7dc61b;
    color: #fff;
    padding: 14px 27px 10px;
    font-weight: 700;
    font-family: 'Ultramagnetic Bold';
    text-transform: uppercase;
    border-radius: 5px;
    border-bottom: 3px solid #7dc61b;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.banner-btn a:hover {
    background-color: #000;
    color: #fff;
}
.banner_center {
    max-width: 710px;
    padding-top: 190px;
}
.banner_center p {
    /* max-width: 545px; */
}
.form-title p {
    font-size: 16px;
    line-height: 22px;
    color: #4f4f4f;
    font-weight: 400;
    font-family: 'WORKSANS-REGULAR';
}
.gta_in {
    padding-top: 10px;
}
.form-title h2 {
    font-size: 32px;
    color: #231f20;
    font-weight: 700;
    font-family: 'Ultramagnetic Bold';
    text-transform: uppercase;
    padding-bottom: 8px;
}
.gta_in input, .gta_in select{
    font-size: 16px;
    line-height: 30px;
    color: #4f4f4f;
    font-weight: 400;
    font-family: 'WORKSANS-REGULAR';
    width: 100%;
    outline: none;
    height: 45px;
    border: 1px solid #4f4f4f;
    padding-left: 10px;
    position: relative;
    border-radius: 5px;
    background-color: #f7fafb;
}
.gta_in input::placeholder {
	color: #4f4f4f;
	opacity: 1;
}
.gta_in input::-ms-input-placeholder {
	color: #4f4f4f;
}
.gta_in textarea {
    font-size: 16px;
    line-height: 30px;
    color: #4f4f4f;
    font-weight: 400;
    font-family: 'WORKSANS-REGULAR';
    width: 100%;
    outline: none;
    height: 80px;
    border: 1px solid #4f4f4f;
    padding-left: 10px;
    position: relative;
    border-radius: 5px;
    background-color: #f7fafb;
    resize: none;
    padding-top: 8px;
}
.outform-inner {
    padding-bottom: 20px;
    position: relative;
    background-color: #f7fafb;
}
.outform-inner p, .outform-inner-area P {
	margin-bottom: 0;
}
.gta_form {
    background-color: #f7fafb;
    padding: 35px 27px;
    position: relative;
    max-width: 390px;
}
.outform-btn input {
    font-size: 16px;
    display: inline-block;
    background-color: #7dc61b !important;
    color: #fff;
    padding: 16px 48px 8px;
    font-weight: 700;
    font-family: 'Ultramagnetic Bold';
    text-transform: uppercase;
    border: 0;
    line-height: initial;
    border-radius: 5px;
    border-bottom: 3px solid #7dc61b;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: auto;
    width: auto;
}
.outform-btn input:hover
{
    background-color: #000 !important;
    color: #fff;
}
.banner .container {
    position: relative;
    z-index: 9;
}
.outform-inner-area {
    padding-bottom: 18px;
}
.captcha-container p {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.captcha-container p .wpcf7-form-control-wrap {
	padding-bottom: 5px;
}

.captcha-container p img {
	margin-left: 5px;
}
.banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    min-height: 670px;
    z-index: 1;
}
.banner:after{
	content: '';
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:hwb(0deg 0% 100% / 38%);
}
span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    bottom: -28px;
}
.outform-inner-area span.wpcf7-not-valid-tip {
    bottom: -11px;
}
.form-wrap-sec {
    position: absolute;
    right: -31px;
    top: 210px;
}
.wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 0px;
}
.howwork-wrap {
    background-size: cover;
    background-position: bottom -100px right;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 390px;
}
.howwork {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 80px 0 117px;
    position: relative;
}
.howwork-content {
    margin-left: 25px;
}
.howwork-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    max-width: 425px;
    width: 100%;
}
.howwork-content h3 {
    font-size: 48px;
    color: #231f20;
    font-weight: 700;
    font-family: 'Ultramagnetic Bold';
    text-transform: uppercase;
}
.howwork-content p {
    font-size: 20px;
    line-height: 28px;
    color: #4f4f4f;
    font-weight: 300;
    font-family: 'WORKSANS-LIGHT';
}
.howwork-desc h5 {
    font-size: 19px;
    color: #231f20;
    font-weight: 300;
    font-family: 'ULTRAMAGNETIC_LIGHT';
    text-transform: uppercase;
    padding-bottom: 4px;
}
.howwork-desc p {
    font-size: 15px;
    line-height: 24px;
    color: #4f4f4f;
    font-weight: 400;
    font-family: 'WORKSANS-REGULAR';
}
.howwork-icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.howwork-icon img {
    margin: auto;
}
.howwork-job-inner {
    padding: 22px 30px 6px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 510px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 10px;
}
.howwork-job-inner:hover
{
    background-color: #F64655;
}
.howwork-icon-in {
    margin-right: 30px;
    padding-top: 2px;
}
.howwork-title {
    padding-left: 30px;
    max-width: 550px;
}
.howwork-job .howwork-job-inner:last-child {
    margin-bottom: 0;
}
.specialist h3 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    font-family: 'Ultramagnetic Bold';
    text-transform: uppercase;
    margin-bottom: 13px;
}
.specialist p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    font-family: 'WORKSANS-REGULAR';
    margin-bottom: 24px;
}
.specialist p a{
	color: #7dc61b;
}
.specialist p a:hover{
	color: #fff;
}
.specialist-btn a {
    font-size: 16px;
    display: inline-block;
    background-color: #7dc61b;
    color: #fff;
    padding: 14px 40px 10px;
    font-weight: 700;
    font-family: 'Ultramagnetic Bold';
    text-transform: uppercase;
    border-radius: 5px;
    border-bottom: 3px solid #7dc61b;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.specialist-btn a:hover
{
    background-color: #000;
    color: #fff;
}
.specialist {
    max-width: 636px;
    position: relative;
}
.specialist-btn {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.homepaint h6 {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    font-family: 'WORKSANS-REGULAR';
    margin-left: 12px;
}
.homepaint h6 span {
    font-size: 20px;
    color: #F64655;
    font-weight: 700;
    font-family: 'Ultramagnetic Bold';
    display: block;
}
.homepaint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 45px;
    width: 40%;
    padding-top: 14%;
}
.howwork-wrap .container {
    display: flex;
    justify-content: space-between;
}

.homepaint img {
    max-width: 100%;
    display: block;
    height: 348px;
    width: 100%;
    object-fit: cover;
}
.services-wrap h3 {
    font-size: 48px;
    color: #231f20;
    font-weight: 700;
    font-family: 'Ultramagnetic Bold';
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.services-content {
    position: relative;
    padding: 28px 30px 18px;
}
.services-content h5 {
    font-size: 18px;
    color: #231f20;
    font-family: 'ULTRAMAGNETIC_LIGHT';
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.services-content ul li {
    font-size: 15px;
    list-style: none;
    color: #4f4f4f;
    font-weight: 400;
    font-family: 'WORKSANS-REGULAR';
    position: relative;
    padding-left: 20px;
    border-bottom: 1px dotted #4f4f4f;
    line-height: 30px;
    max-width: 225px;
}
.services-content ul li:last-child {
    border-bottom: 0;
}
.services-content ul li:before {
    content: "\f111";
    font-family: fontAwesome;
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
    color: #F64655;
    display: block;
}
.container-service {
    padding: 45px 45px 65px;
    position: relative;
    max-width: 1500px;
    margin: auto;
    background: #fff;
}
.services-wrap {
    position: relative;
    margin-top: -280px;
}
.services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.services-inner {
    background:#f7fafb;
    margin: 0px 12px;
}
.services-img {
    overflow: hidden;
}
.services-img img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    cursor: pointer;
    height: 349px;
    width: 100%;
    object-fit: cover;
}
.services-img img:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
.services-wrap:before {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #f7fafb;
    width: 100%;
    height: 58%;
}
.whychoose-btn a {
    font-size: 16px;
    display: inline-block;
    background-color: #7dc61b;
    color: #fff;
    padding: 13px 44px 9px;
    font-weight: 700;
    font-family: 'Ultramagnetic Bold';
    text-transform: uppercase;
    border-radius: 5px;
    border-bottom: 3px solid #7dc61b;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.whychoose-btn a:hover {
    background-color: #000;
    color: #fff;
}
.whychoose-title h3 {
    font-size: 48px;
    color: #231f20;
    font-weight: 700;
    font-family: 'Ultramagnetic Bold';
    text-transform: uppercase;
}
.whychoose-wrap {
    background: #f7fafb;
    position: relative;
    padding: 80px 0;
}
.whychoose-main {
    padding-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.whychoose-btn {
    margin-left: 345px;
}
.whychoose-contetn h5 {
    font-size: 18px;
    color: #231f20;
    text-transform: uppercase;
    font-family: 'ULTRAMAGNETIC_LIGHT';
    font-weight: 300;
    margin-bottom: 6px;
}
.whychoose-contetn p {
    font-size: 15px;
    line-height: 24px;
    color: #4f4f4f;
    font-weight: 400;
    font-family: 'WORKSANS-REGULAR';
}
.whychoose-icon {
    width: 90px;
    height: 90px;
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 23px;
    border: 3px solid #7dc61b;
}
.whychoose-icon img {
    filter: brightness(120%) saturate(0%) opacity(80%);
    
}

.whychoose-icon img {
    margin: auto;
}
.whychoose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.whychoose-inner {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
}
.seesome-wrap {
    background-color: #f7fafb;
    position: relative;
}
.seesome-wrap .container {
    position: relative;
}
.seesome-title {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
    position: relative;
    padding: 63px 0 0 118px;
    -ms-flex-preferred-size: 74.5%;
    flex-basis: 74.5%;
    background: #2D5121 !important;
}
.seesome-recent {
    padding: 40px 38px 50px;
    background: #fff;
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    margin-top: 47px;
    position: absolute;
    right: 0;
    z-index: 2;
}
.seesome-title h3 {
    font-size: 48px;
    color: #fff;
    font-family: 'ULTRAMAGNETIC_LIGHT';
    font-weight: 400;
    text-transform: uppercase;
}
.seesome-recent h4 {
    font-size: 40px;
    color: #231f20;
    font-weight: 700;
    font-family: 'Ultramagnetic Bold';
    text-transform: uppercase;
}
.seesome-btn a {
    font-size: 16px;
    display: inline-block;
    background-color: #7dc61b;
    color: #fff;
    padding: 13px 27px 9px;
    font-weight: 700;
    font-family: 'Ultramagnetic Bold';
    text-transform: uppercase;
    border-radius: 5px;
    border-bottom: 3px solid #7dc61b;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.seesome-btn a:hover
{
    background-color: #000;
    color: #fff;
}
.seesome-btn {
    margin-top: 21px;
}
.seesome-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.seesome-img
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 370px;
}
.seesome-slider {
    padding: 35px 30px;
    position: relative;
    background-color: #f7fafb;
    max-width: 1230px;
    margin: auto;
    margin-top: -165px;
}
.seesome-slider .owl-nav.disabled {
    display: block !important;
}
.seesome-slider .owl-nav button.owl-prev span {
    font-size: 0;
    background-image: url(../images/left.png);
    background-size: 100%100%;
    background-repeat: no-repeat;
    width: 21px;display: block;
    height: 7px;
    font-family: 'ULTRAMAGNETIC_LIGHT' !important;
    font-weight: 300;
}
.seesome-slider .owl-nav button.owl-next span {
    font-size: 0;
    background-image: url(../images/right.png);
    background-size: 100%100%;
    background-repeat: no-repeat;
    width: 21px;display: block;
    height: 7px;
    font-family: 'ULTRAMAGNETIC_LIGHT' !important;
    font-weight: 300;
}
.seesome-slider .owl-nav {
    position: absolute;
    top: -105px;
    left: 50%;
}
.seesome-slider .owl-nav button.owl-prev {
    margin-right: 38px;position: relative;
}
.seesome-slider .owl-nav button.owl-next {
    margin-left: 38px;position: relative;
}
.seesome-slider .owl-nav button.owl-prev:before {
    content: "01";
    color: #fff;
    position: absolute;
    right: -30px;
    top: 5px;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    font-family: 'ULTRAMAGNETIC_LIGHT' !important;
    font-weight: 300;
    font-size: 14px;
}
.seesome-slider .owl-nav button.owl-next:before {
    content: "18";
    color: #fff;
    position: absolute;
    left: -25px;
    top: 5px;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    font-family: 'ULTRAMAGNETIC_LIGHT' !important;
    font-weight: 300;
    font-size: 14px;
}
.seesome-slider .owl-nav button.owl-next:hover,.seesome-slider .owl-nav button.owl-prev:hover {
    background: transparent !important;
}
.seesome-slider .owl-nav button.owl-next span:hover,.seesome-slider .owl-nav button.owl-prev span:hover {
    -webkit-filter: invert(1);
            filter: invert(1);
}
.brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.brand .brand-img:nth-child(2) {
    margin: 0 50px;
}
.brand-wrap {
    background-color: #f7fafb;
    position: relative;
    padding: 40px 0 63px;
}
.testimonial-title h3 {
    font-size: 48px;
    color: #231f20;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Ultramagnetic Bold';
}
.testimonial-slider p {
    font-size: 16px;
    line-height: 24px;
    color: #4f4f4f;
    font-weight: 400;
    font-family: 'WORKSANS-REGULAR';
    padding: 14px 0 9px;
}
.testimonial-box h5 {
    font-size: 18px;
    color: #7dc61b;
    text-transform: uppercase;
    font-family: 'ULTRAMAGNETIC_LIGHT';
    position: absolute;
    bottom: 23px;
}
.testimonial-wrap {
    background-color: #f7fafb;
    position: relative;
    padding-bottom: 75px;
}
.testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.testimonial-title {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    padding-top: 49px;
}
.testimonial-slider {
	width: 65%;
}
.testimonial-box {
    padding: 22px 32px 44px;
    position: relative;
    background-color: #fff;
    margin: 0px 10px;
}
.hireus-btn a {
    font-size: 16px;
    display: inline-block;
    background-color: #7dc61b;
    color: #fff;
    padding: 13px 27px 9px;
    font-weight: 700;
    font-family: 'Ultramagnetic Bold';
    text-transform: uppercase;
    border-radius: 5px;
    border-bottom: 3px solid #7dc61b;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.hireus-btn a:hover
{
    background-color: #000;
    color: #fff;
}
.hireus {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 480px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #2D5121 !important;
}
.hireus-content h3 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Ultramagnetic Bold';
}
.hireus .hireus-content h3 a {
    color: #7dc61b !important;
}
.hireus-content h3 a:hover {
    color: #fff !important;
    text-decoration: underline !important;
    text-decoration-color: #7dc61b !important;
}
.hireus-content {
    max-width: 815px;
    margin-left: auto;
}
.hireus-btn {
    margin-top: 24px;
}
.hireus-img {
    position: absolute;
    bottom: 0;left: 30px;
}
.hireus-wrap{position: relative;}
.hireus-wrap:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f7fafb;
    height: 50%;
    display: block;
}
.address-ancher {
    /*font-size: 16px;*/
    font-size: 18px;
    line-height: 24px;
    color: #7dc61b;
    font-weight: 700;
    font-family: 'Ultramagnetic Bold';
    text-transform: uppercase;
}
.address-ancher a {
    color: #000;
    font-weight: 400;
    font-family: 'WORKSANS-REGULAR';
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: initial;
}
.address-ancher a:hover{
    color: #7dc61b;
}
.address-ancher span {
    text-transform: initial;
    color: #000;
    font-weight: 400;
    font-family: 'WORKSANS-REGULAR';
}
.footer-wrap {
    text-align: center;
}
.address-icon img {
    margin: auto;
}
.container-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 930px;
    margin: auto;
    padding: 48px 0 40px;
    border-bottom: 1px solid #7f7f7f;
    position: relative;
}
.address-icon {
    padding-bottom: 13px;
}
.address-ancher a,.address-ancher span {
    display: block;
}
.copyright {
    text-align: center;
}
.copyright p {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    font-family: 'WORKSANS-REGULAR';
    padding: 16px 0 10px;
}
#mobform{display: none;}
.quote-wrap {color: #fff;}
.email-wrap a,.call-wrap a {color: #fff;transition:0.3s;}
.hireus-content h3 a {
    color: #1caf5e;
    transition: 0.3s;
}
.hireus .hireus-content h3 a:hover {
    color: #1caf5e;
}
#toTop {
    position: fixed;
    bottom: 0;
    right: 5px;z-index: 9999;
    display: none;
}
div#toTop a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: 0.3s;
}
div#toTop a i {
    color: #7dc61b;
    font-size: 30px;
}
div#toTop a i:hover
{
    color: #000;
}
p.nexcopy {
    background-color: #1caf5e;
    text-align: center;
    margin: 0;
    color: #fff;
    padding: 10px;
}
p.nexcopy img {
    max-width: 110px;
    display: inline-block;
}
.hoverimg {
    max-width: 40px;
    margin: auto;
    display:none;position: relative;
}
.seesome-img{display: flex;position:relative;}
.seesome-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(236,141,39,0.4);
    display: block;
    opacity: 0;
}
.seesome-img:hover .hoverimg {display: block;}
.seesome-img:hover:before{opacity:1;}
.seesome-slider .owl-nav button.owl-prev:hover:before,.seesome-slider .owl-nav button.owl-next:hover:before {
    color: #000;
}
.seesome-slider .owl-nav button.owl-prev:hover span,.seesome-slider .owl-nav button.owl-next:hover span {
    filter: invert(1);
}
.form-wrap-sec h6 {
    /*color: #fff;*/
    color: #fff;
    font-size: 28px;
    position: absolute;
    top: -150px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Ultramagnetic Bold';
    text-align: center;
    background: rgb(41 76 34 / 64%);
    padding: 20px 20px 10px;
    line-height: 1.3;
    width: 100%;
}
/*.banner-btn {*/
/*    display: none;*/
/*}*/



.howwork-wrap {
    background-position: center !important;
    background: #2D5121 !important;
}


.howwork-content {
    display: none;
}
.howwork-img{
    display:none;
}
/*.hireus-content h3 a {
    color: #f66c2e;
}*/

.form-wrap-sec h6 span,div#mobform h6{
	animation: blink 2s linear infinite;
}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}

.wpcf7-select {
    background-image: url(../images/arrow-down.png) !important;
    background-position: right 6px center;
    background-repeat: no-repeat;
    background-size: 8px 6px;
}
a.scrollTo.mobileTo{display:none;}



.logo-wrap {
    max-width: 400px;
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.slick-list ,.slick-track {
    display: flex !important;
}
.slick-dots {
  bottom: 0px;
  list-style: none;
  display: flex !important;
  justify-content: center;
  padding: 0;
  margin: 20px 0px 0;
  position: relative;
  width: 100%;
}

/* Dot style */
.slick-dots li {
  margin: 0 6px;
}

.slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Active dot */
.slick-dots li.slick-active button {
  background-color: #7dc61b;
}
/* Hide default text */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  background: #7dc61b;
  color: white;
  border: none;
  border-radius: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background 0.3s ease;
}

.slick-prev:hover,
.slick-next:hover {
  background: rgba(0, 0, 0, 0.8);
}
/* Positioning */
.slick-prev {
  left: -50px;
}
.slick-next {
  right: -50px;
}

/* Optional: Add arrow icons with CSS */
.slick-prev::before,
.slick-next::before {
  font-family: 'slick'; 
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: white;
}

.slick-prev::before {
  content: '←';
}
.slick-next::before {
  content: '→';
}


.email-wrap span.icon , .call-wrap span.icon{
    background: #7dc61b;
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 10px;
}
.email-wrap, .call-wrap {
    display: flex;
    align-items: center;
}
div#recent-slider a.slick-slide {
    margin: 0px 10px;
}
.faqs_wrapper {
    background-color: #f7fafb;
    position: relative;
    padding-bottom: 125px;
}
.faqs ul, .faqs ol {
    padding-left: 20px;
}
.faqs_wrapper h3 {
    text-align: center;
    margin-bottom: 30px;
}

.faqs h3 {
    text-align: left;
}

.faqs {
    max-width: 775px;
    width: 100%;
    margin: auto;
}

h3.ea-header a {
    background: #7dc61b;
}
img.img-fluid.f-certi-logo1 {
    max-width: 240px;
    margin-top: 40px;
}


.blink-offer span {
    color: #7dc61b;
    font-weight: 700;
}

.banner_center h6 {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    margin: 15px 0;
}

a.cta-phone {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background: url(https://brightpainters.co.nz/bookings/wp-content/uploads/2025/10/phone.png) no-repeat center left;
    background-size: contain;
    padding-left: 50px;
    margin: 15px 0;
    display: block;
}

a.cta-phone span {
    color: #7dc61b;
}

.banner_center ul li {
    display: block;
    color: #fff;
    font-weight: 500;
    position: relative;
    padding: 0px 0px 8px 30px;
    font-size: 18px;
	margin-left: 0;
}

.banner_center ul li:after {
    position: absolute;
    content: "";
    top: 5px;
    left: 0px;
    background: url(https://brightpainters.co.nz/bookings/wp-content/uploads/2025/10/check.png) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
}




