/* body{ background-color: blueviolet;} */
.form-control-wrap.active>label {
    transform: translateY(-125%);
    color: #9b9b9b;
    font-size: 12px;
    padding: 0 16px;
}


/*New Servies Page Styles*/

section.bannerSec.service-single,
section.bannerSec.service-banner {
    height: 550px;
}

/*
section.bannerSec.service-single h1,
section.bannerSec.service-banner h1 {
    font-size: 50px;
}
*/
.service-box img {
    max-width: 100%;
    height: 240px;
    object-fit: cover;
    width: 100%;
}

.service-box {
    overflow: hidden;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
    border-radius: 20px;
    transition: all 200ms linear;
    height: 100%;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.service-box:hover {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
}

.service-box figure {
    border-radius: 20px;
    overflow: hidden;
    margin: 0px;
    width: 100%;
}

.service-box figcaption {
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
}

.service-box figcaption h2 {
    font-size: 21px;
    transition: all 200ms linear;
}

.service-box figcaption p {
    font-size: 17px;
    line-height: 28px;
    transition: all 200ms linear;
}

.service-box a.btn {
    font-size: 17px;
    line-height: 25px;
    color: #C58440;
    height: auto;
    text-transform: capitalize;
    letter-spacing: 0px;
    padding: 0px;
    font-family: "Lato-Regular";
    transition: all 400ms cubic-bezier(1, 0.2, 1, 1);
    position: relative;
    align-self: self-end;
}

.service-box a.btn svg {
    margin-left: 10px;
    transition: all 400ms cubic-bezier(1, 0.2, 1, 1);
}

.service-box a.btn:hover svg {
    transform: rotate(30deg);
}

.service-box:hover a.btn {
    color: #fff;
}

.service-box:hover a.btn svg * {
    fill: #fff;
}

.service-box:hover {
    background: #C58440;
}

.service-box:hover figcaption h2 {
    color: #fff;
}

.service-box:hover figcaption p {
    color: #FFF6EC;
}

.service-box a.btn svg * {
    transition: all 200ms linear;
}

.service-box a.btn:hover:after {
    left: 0px;
    width: 100%;
}

.service-box a.btn:after {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -2px;
    right: 0px;
    transition: all 400ms cubic-bezier(0.88, 0.1, 1, 1);
}

.footer-form-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.scheduleSec .form-control {
    border-color: #DDC4A9;
    background: transparent;
    border-radius: 0px;
    height: 50px;
    outline: none;
    box-shadow: none;
}

.scheduleSec textarea.form-control {
    height: auto;
}

.scheduleSec .form-control:focus {
    box-shadow: 0px 0px 5px 1px #a6b9ff;
    border-color: #fff;
}

.service-box-one {
    background: #DAE6EB;
}

.service-box-two {
    background: #F4EFEA;
}



.service-box-one p,
.service-box-two p {
    font-size: 18px;
}

.service-box-one ul,
.service-box-two ul {
    list-style: none;
    padding: 0px;
    margin: 15px 0px 0px;
    font-size: 18px;
}

.service-box-one ul li,
.service-box-two ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}

.service-box-one ul li:before,
.service-box-two ul li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #C58440;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 8px;
}

ul.service-case li {
    display: flex;
    flex-wrap: wrap;
}

ul.service-case li img {
    max-width: 340px;
}

.website-work ul.service-case li .sample-desc {
    flex: 1;
    margin: 0px;
    text-align: left !important;
    padding-left: 15px;
}

.website-work ul.service-case li .sample-desc h2.afterNone {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}

.website-work ul.service-case li .sample-desc p {
    width: 100%;
}

ul.service-case li:first-child {
    padding-right: 40px;
}

ul.service-case li:last-child {
    padding-left: 40px;
}

.website-work ul.service-case li .sample-desc a {
    font-size: 16px;
    line-height: 25px;
    color: #C58440;
    height: auto;
    text-transform: capitalize;
    letter-spacing: 0px;
    padding: 0px;
    font-family: "Lato-Regular";
    transition: all 400ms cubic-bezier(1, 0.2, 1, 1);
    position: relative;
}

.website-work ul.service-case li .sample-desc a svg {
    margin-left: 10px;
    transition: all 400ms cubic-bezier(1, 0.2, 1, 1);
}

.website-work ul.service-case li .sample-desc a:hover svg {
    transform: rotate(30deg);
}

.website-work ul.service-case li .sample-desc a:hover {
    color: #007bff;
}

.website-work ul.service-case li .sample-desc:hover a svg * {
    fill: #007bff;
}

.page-template-template-service-detail .website-work .commonHead h2,
.page-template-template-landing_with_form-new .website-work .commonHead h2 {
    margin-bottom: 40px;
}

.page-template-template-service-detail main.main-content .s-process {
    background-color: #F4F7F8 !important;
}

.process-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 1%);
    border-radius: 30px;
    padding: 30px;
    height: 100%;
    transition: all 400ms linear;
}

.Process ul li {
    padding: 15px;
}

.Process .circle {
    width: 65px;
    height: 65px;
    padding: 12px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #DAE6EB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.Process .process-num h4 {
    font-family: "Ragasta" !important;
    font-weight: bold;
}

.process-box:hover {
    box-shadow: 0px 0px 15px rgb(146 163 169 / 48%);
}

.page-template-template-service-detail .scheduleSec {
    display: block !important;
}

.footer-form {
    position: relative;
    background: #F4EFEA;
}

.footer-form img {
    position: absolute;
    left: 0px;
    object-fit: cover;
    height: 100%;
    width: 100%;
    top: 0px;
    opacity: 0.05;
}

.bg-lightgray {
    background: #DAE6EB;
}

.bg-lightgray section.faqSec .faqSec_txt h2 {
    text-align: left;
}

.bg-lightgray section.faqSec {
    padding: 0px;
}

.bg-lightgray section.faqSec h2:after {
    left: 22px;
}

.bg-lightgray section.faqSec .accordion {
    width: 100%;
}

.bg-lightgray section.faqSec .accordion a {
    text-align: left;
}

.bg-lightgray .faqSec .accordion-card {
    text-align: left;
}

.page-template-template-service-detail .faqSec_txt h2,
.page-template-template-landing_with_form-new .faqSec_txt h2 {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 45px;
}

.page-template-template-service-detail .box.right.videosec,
.page-template-template-landing_with_form-new .box.right.videosec {
    height: 100%;
    max-height: 600px;
}

.page-template-template-service-detail .serviceNew .marketingSec .box.right img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.page-template-template-service-detail .marketingSec,
.page-template-template-service-detail .website-work,
.page-template-template-service-detail .Process,
.page-template-template-landing_with_form-new .marketingSec,
.page-template-template-landing_with_form-new .website-work {
    padding-left: 80px;
    padding-right: 80px;
}

.service-box-one,
.service-box-two,
.page-template-template-service-detail .bg-lightgray,
.page-template-template-service-detail .footer-form,
.page-template-template-landing_with_form-new .footer-form,
.page-template-template-landing_with_form-new .bg-lightgray {
    padding: 90px;
}

.marketing-icons img {
    max-width: 50px;
}

span.add-image-left-box {
    position: absolute;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    bottom: 0px;
    display: block;
}

.page-template-template-service-detail .servicePage .marketingSec {
    padding-top: 60px;
    padding-bottom: 60px;
}

.page-template-template-landing_with_form-new .faqSec .accordion-header {
    background-color: #151e3f;
}

.page-template-template-landing_with_form-new .faqSec .accordion-header a {
    color: #fff;
}

.page-template-template-landing_with_form-new .faqSec .accordion-header a:after {
    color: #fff;
}

.page-template-template-landing_with_form-new .faqSec {
    padding: 0px;
}

.single-case-study-img img {
    max-height: 480px;
}

.single-case_study section.detailSec a {
    color: #c58440;
    transition: all 400ms linear;
}

.single-case_study section.detailSec a:hover {
    color: #151e3f;
    text-decoration: underline;
}

@media (max-width: 1400px) {
    .website-work ul.service-case li .sample-desc {
        flex: 0 0 100%;
        margin: 30px 0px 0px;
    }

    .page-template-template-service-detail .marketingSec,
    .page-template-template-service-detail .website-work,
    .page-template-template-service-detail .Process,
    .page-template-template-landing_with_form-new .marketingSec,
    .page-template-template-landing_with_form-new .website-work {
        padding-left: 40px;
        padding-right: 40px;
    }

    .service-box-one,
    .service-box-two,
    .page-template-template-service-detail .bg-lightgray,
    .page-template-template-service-detail .footer-form,
    .page-template-template-landing_with_form-new .footer-form {
        padding: 50px;
    }
}

@media (max-width: 1199px) {
    .Process ul {
        flex-direction: row;
        align-items: unset;
        flex-wrap: wrap;
    }

    .Process ul li {
        flex: 0 0 30%;
    }

    .commonHead h2 {
        font-size: 24px;
        line-height: 35px;
    }

    .page-template-template-service-detail .marketingSec,
    .page-template-template-service-detail .website-work,
    .page-template-template-service-detail .Process,
    .page-template-template-landing_with_form-new .marketingSec,
    .page-template-template-landing_with_form-new .website-work {
        padding-left: 30px;
        padding-right: 30px;
    }

    .service-box-one,
    .service-box-two,
    .page-template-template-service-detail .bg-lightgray,
    .page-template-template-service-detail .footer-form,
    .page-template-template-landing_with_form-new .footer-form {
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .Process ul li {
        flex: 0 0 50%;
    }
}

@media (max-width: 767px) {
    .footer-form-img {
        position: absolute;
        top: 0px;
        bottom: 0px;
    }

    .footer-form {
        background: #fffffff2;
    }

    ul.service-case li:last-child {
        padding-left: 0px;
        margin-top: 20px;
    }

    .Process ul li {
        flex: 0 0 50%;
    }

    .single-case-study-img .img-sec {
        min-height: unset !important;
    }

    .single-case-study-img {
        padding: 0px;
    }
}

@media (max-width: 575px) {
    .Process ul li {
        flex: 0 0 100%;
    }
	h2,h3,.servicePage .bannerSec_left h1,.bannerSec_left h1,.servicePage .bannerSec_left h1 {
    letter-spacing: 0 !important ;
}
}


/*Drone Page*/
section.website-work.threeColumns ul.service-case li a.glightbox {
    display: block;
    width: 100%;
}
section.website-work.threeColumns ul.service-case li {
    flex-wrap: wrap;
    flex: 0 0 33%;
    max-width: 33%;
    padding: 15px;
    transition: all 400ms linear;
}

section.website-work.threeColumns ul.service-case li .commonHead.text-center.sample-desc {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
    margin-top: 15px;
}

section.website-work.threeColumns ul.service-case li img {
    max-width: 100%;
    height: 400px;
    transition: all 400ms linear;
}
.glightbox-clean .gslide-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0px;
    font-family: "Ragasta";
    letter-spacing: 1.8px;
    font-weight: 600;
    font-variant-ligatures: no-common-ligatures;
}

@media(max-width: 991px){
    section.website-work.threeColumns ul.service-case li {
        flex-wrap: wrap;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0px;
    }
}
@media(max-width: 768px){
    section.website-work.threeColumns ul.service-case li img {
        max-width: 100%;
        height: 300px;
        max-height: 300px;
    }
}
@media(max-width: 640px){
    section.website-work.threeColumns ul.service-case li {
        flex-wrap: wrap;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0px;
    }
}
/********************TWSRF*************************************/
.page-template-template-landing_with_form_twsrf .workbook-section {
    background-color: #fff;
    position: relative;
}
.page-template-template-landing_with_form_twsrf .workbook-section-text:before, .page-template-template-landing_with_form_twsrf .workbook-section-text:after {
   content: none ;
}
.page-template-template-landing_with_form_twsrf .bannerSec, .page-template-template-landing_with_form_twsrf  .workbook-banner{height:auto;}
.page-template-template-landing_with_form_twsrf .workbook-section-text h2 {
    text-align: center;
    font-weight: 400 !important;
    margin-bottom: 30px;
}
.page-template-template-landing_with_form_twsrf .addtoany_content.addtoany_content_bottom{ display:none; }

/*form*/

.MultiFile.MultiFile-applied.form-control {
    height: auto;
}
.MultiFile-wrap {
    height: auto;
	    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.filenames {
    position: relative;
    background: #fff;
    display: block;
    padding-top: 4px;
    width: 100%;
}
.MultiFile-wrap {
    position: relative;
}
.filenames .MultiFile-label {
    display: inline-block;
    background: #efefef;
    border-radius: 4px;
    margin-right: 10px;
    padding: 2px 4px;
	margin-top: 5px;
}
.filenames .MultiFile-label > span {
    display: inline-block;
}
a.MultiFile-remove {
    color: #ff3030 !important;
    display: inline-flex;
    margin-left: 7px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid;
    line-height: 1px;
    justify-content: center;
    align-items: center;
}


/*--------------Update 25-5-2023---------------------------*/

.page-template-template-landingpage section.bannerSec {
    height: 50vh;
}
 
.page-template-template-landingpage  .report-sec .result-sec
{
	border:none;
} 


.formrow.landingform .form-control {
    background: #2b3351;
    border-radius: 0;
    border: 1px solid #404a6e;
    color: #fff;
	height:50px;
}

.formrow.landingform .form-control::placeholder{
	 color: #6f768d;
}

.wpcf7-submit.btn-submit {
    background: #fff;
    font-size: 16px;
	padding: 10px 30px;
	    margin-top: 0px;
	height:50px;
}

.page-template-template-landingpage .result-sec h3 {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 400 !important;
}

.page-template-template-landingpage .wpcf7-not-valid-tip {
    font-size: 13px;
    position: absolute;
    background: #fff;
    border-radius: 5px;
    padding: 0 10px;
    z-index: 2;
}



.form-group {
    flex: 0 0 50%;
    padding-right: 15px;
    margin-bottom: 18px;
    display: flex;
   
}

.formrow.landingform {
    display: flex;
    flex-wrap: wrap;
    
    align-items: center;
}

.form-group p {
    margin: 0;
	    display: flex;
    align-items: center;
    justify-content: center;
}


section.landing-content {
    padding-top: 50px;
	padding-bottom:50px;
	font-size:18px;
}



section.landing-content .collanding a
{
	font-size:18px;
	    color: #c89866;
	
}






.collanding.higlight_col {
    
}

.collanding.higlight_col .highlight_box_wrap{
	 background: #c8af95;
    display: flex;
    align-items: normal;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
	
}


.collanding.higlight_col h2 {
    margin-bottom: 15px;
    color: #fff;
}

.collanding.higlight_col p {
    color: #fff;
}

.collanding.higlight_col h2:after {
    display: none;
}

.collanding {
    padding: 0 30px;
    margin-bottom: 30px;
}


.page-template-template-landingpage .report-sec .report {
    padding-bottom: 60px;
}

.page-template-template-landingpage .addtoany_content {
    display: none;
}

.page-template-template-landingpage  section.testimonialSec {
    padding-bottom: 50px;
}

.page-template-template-landingpage  .testimonialSlider_box
{
	text-align:center;
}

.testimonialSlider_box h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 0px;
	text-align: center;
}



.page-template-template-landingpage .wpcf7-response-output {
    color: #fff;
    /* font-size: 14px; */
	padding:0 !important;
	  text-align:left;
}
section.landing-content .container {
/*    border-bottom: 1px solid #eee; */
    margin-bottom: 0;
    padding-bottom: 50px;
}





@media(max-width:575px)
{
	.form-group {
    flex: 0 0 100%;
    padding-right: 0;
}
}



section.cta-style-sec {
    background: #fff7ee;
    margin-bottom: 80px;
	overflow:hidden;
}


.cta-style-sec .collanding.higlight_col {
    margin-bottom: 0;
    padding-left: 0;
}



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


section.cta-style-sec .collanding.higlight_col .highlight_box_wrap {
    background: #151e3f;
    display: flex;
    align-items: normal;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    height: 100%;
}

.cta-style-sec .collanding.higlight_col .highlight_box_wrap:after {
        content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 400px 0 400px 70px;
    border-color: transparent transparent transparent #151e3f;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}


.cta-style-sec  .cta_col.mt-5 {
    padding-left: 100px;
}


section.landing-content
{
	padding-bottom:0;
}
.drone-page section.marketingSec {
    background-color: #f1fbff !important;
}
.report-sec .progress-sec.stript-span-ul ul li span {
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 26px;
}

.report-sec .progress-sec.stript-span-ul ul li strong {
    font-weight: 500 !important;
    font-size: 22px;
    line-height: 27px;
}

.blogdetailsPage_left ul li a {
    color: #C58440;
}
input[type="checkbox"] {
    accent-color: #151E3F;
    width: 15px;
    height: 15px;
}

@media(max-width:1650px)
{
	.cta-style-sec .collanding.higlight_col .highlight_box_wrap:after
	{
		   border-width: 450px 0 450px 70px;
    }
}

@media(max-width:1280px)
{
	
	.cta-style-sec .collanding.higlight_col .highlight_box_wrap:after
	{
		   display:none
    }
	
	.cta-style-sec .cta_col.mt-5
	{
		 padding-left: 30px;
   }

.cta-style-sec .collanding {
    flex: 0 0 50%;
    max-width: 50%;
}
	
	
}


@media(max-width:993px)
{
	
	.cta-style-sec .collanding {
    flex: 0 0 100%;
    max-width: 100%;
}
	.cta-style-sec .collanding.higlight_col {
    padding: 0;
}
	
	.cta-style-sec .cta_col.mt-5
	{
		 padding-left: 30px;
   }
	
	
}




/*New Marketing Landing Page Styles*/

.serviceNew.marketing-landing-new section.bannerSec.service-banner {
    height: 650px;
	    overflow: visible;
    max-width: 100%;
    position: relative;
}

.serviceNew.marketing-landing-new section.bannerSec.service-banner.bannerSec:before {
    background-color: #0D2743;
    opacity: 0.7;
	    max-width: 100%;
}

.serviceNew.marketing-landing-new section.bannerSec.service-banner h1 {
    font-size: 47px;
    line-height: 60px;
}

.serviceNew.marketing-landing-new section.bannerSec.service-banner .form-wrap {
    background: #151E3F;
    border: 1px solid #283564;
    border-radius: 20px;
    color: #fff;
    padding: 40px;
    position: relative;
    max-width: 480px;
    margin: 0px 0px -200px auto;
}

.serviceNew.marketing-landing-new section.bannerSec.service-banner .form-wrap p {
    margin-bottom: 0px;
    display: block;
    position: relative;
}
.serviceNew.marketing-landing-new section.bannerSec.service-banner .form-wrap h2 {
    font-size: 26px;
}

.serviceNew.marketing-landing-new section.bannerSec.service-banner .form-wrap h2:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #fff;
    margin: 4px 0px 15px;
}
.serviceNew.marketing-landing-new section.bannerSec.service-banner .form-wrap .form-control {
    height: 48px;
    border: 1px solid #5F6476;
    background: transparent;
    border-radius: 0px;
    margin-bottom: 10px;
	color:#fff;
}

.serviceNew.marketing-landing-new section.bannerSec.service-banner .form-wrap h2 {
    margin-bottom: 30px;
}
.serviceNew.marketing-landing-new section.bannerSec.service-banner .form-wrap input.btn.btn-primary:hover {
    opacity: 0.8;
}
.serviceNew.marketing-landing-new section.bannerSec.service-banner .form-wrap .form-control::placeholder {
    color: #BEC2CF;
}

.serviceNew.marketing-landing-new section.bannerSec.service-banner .form-wrap input.btn.btn-primary {
    background: #F4EFEA;
    border-radius: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.serviceNew.marketing-landing-new section.bannerSec.service-banner .form-wrap input.btn.btn-primary:hover {
    opacity: 0.8;
}
.tan-bg {
    background: #F4EFEA;
}
.py-100{
	padding-top: 100px;
	padding-bottom: 100px;
}
section.we-special {
    background: #F4EFEA;
    padding: 130px 0px 60px 0px;
}

section.we-special ul {
    font-size: 22px;
    line-height: 40px;
    columns: 2;
}

.ms-wrap h4{
	font-family: "Ragasta" !important;
    letter-spacing: 1.8px !important;
    font-weight: 600 !important;
    font-variant-ligatures: no-common-ligatures;
    font-size: 22px;
}

.ms-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: start;
    margin-top: 30px;
	    padding-right: 50px;
}

.ms-wrap figcaption {
    padding-right: 30px;
	    flex: 0 0 calc(100% - 80px);
}
section.marketing-services {
    padding: 70px 0px;
}
section.remodeling-case-studies {
    background: #F4EFEA;
    padding: 80px 50px;
    text-align: center;
}

section.remodeling-case-studies p {
    max-width: 700px;
    margin: 20px auto 0px;
    line-height: 28px;
}


.case-box {
    padding: 0px 15px;
    margin-top: 50px;
    position: relative;
}

.case-box figure {
    width: 100%;
    height: 350px;
	margin-bottom: 0px;
}

.case-box figure img {
    width: 100%;
}

.case-box figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.case-box figcaption {
    position: absolute;
    top: 0px;
    left: 15px;
    right: 15px;
    background: #151e3fd1;
    height: 100%;
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
	    opacity: 0;
	transition: all 400ms linear;
}

.case-box figcaption h4 {
    font-size: 22px;
    font-family: "Ragasta" !important;
    letter-spacing: 1.8px !important;
    font-weight: 600 !important;
    font-variant-ligatures: no-common-ligatures;
}

.case-box figcaption p {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 0px;
}
.case-box figcaption h4.afterNone.icon {
    padding: 20px 0;
}
.case-box:hover figcaption{
	    opacity: 1;
}
.mh-icon-right:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 4px solid #fff;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(135deg);
	display: inline-block;
}

.mh-icon-left:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 4px solid #fff;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
	display: inline-block;
}

.remodeling-case-studies .sliderArrows {
    margin-top: 30px;
}


.why-hire {
    padding: 100px 0px;
}

.why-hire img {
    width: 100%;
    border-radius: 20px;
}


.marketing-landing-new .service-box-one:before {
    background: #151e3ff2;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.marketing-landing-new .service-box-one h2 {
    position: relative;
    z-index: 1;
    color: #fff;
}

.marketing-landing-new .service-box-one p {
    color: #dbdbdb;
    position: relative;
}

.service-box-one .text-base {
    padding-left: 0px !important;
    padding-top: 0px !important;
}


@media(max-width: 1280px){
	.case-box:last-child{
		display: none;
	}
	.case-box{
		    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
	}
}

@media(max-width: 1024px){

	.case-box:nth-last-child(2){
		display: none;
	}
	.case-box{
		    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
	}
}

@media(max-width: 991px){
	.serviceNew.marketing-landing-new section.bannerSec.service-banner .form-wrap{
		    margin: 0px ;
	}
	
	.serviceNew.marketing-landing-new section.bannerSec.service-banner .container.banner-text {
    position: static;
    transform: none;
    margin: 150px 0px 0px;
    text-align: center;
}

.serviceNew.marketing-landing-new section.bannerSec.service-banner .form-wrap {
    margin: 0px auto;
    max-width: 800px;
    text-align: left;
}

.serviceNew.marketing-landing-new section.bannerSec.service-banner .form-wrap form.wpcf7-form > p {
    display: flex;
    flex-wrap: wrap;
}

.serviceNew.marketing-landing-new section.bannerSec.service-banner .form-wrap form.wpcf7-form > p > br {
    display: none;
}

.serviceNew.marketing-landing-new section.bannerSec.service-banner .form-wrap form.wpcf7-form > p label.w-100 {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
    padding-right: 15px;
}
section.we-special h2 {
    margin-bottom: 20px;
    margin-top: 40px;
}

section.we-special {
    padding: 130px 30px 60px 30px;
}

	
}
@media(max-width: 768px){

	.case-box:nth-last-child(3){
		display: none;
	}
	.case-box{
		    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
	}
}
@media(max-width: 575px){
.serviceNew.marketing-landing-new section.bannerSec.service-banner .container.banner-text .bannerSec_left h1 {
    font-size: 36px;
    line-height: 40px;
}
	.serviceNew.marketing-landing-new section.bannerSec.service-banner .form-wrap form.wpcf7-form > p label.w-100{
		        flex: 0 0 100%;
        max-width: 100%;
	}
	
	    section.we-special {
        padding: 200px 30px 60px 30px;
    }
	section.we-special ul{
		    columns: 1;
	}
	    .case-box {
        flex: 0 0 100%;
        max-width: 100%;
    }
	
	.why-hire h3 {
    margin-top: 30px;
}
}


.formrow.givewayform.landingform .form-group.w-100 {
    flex: 0 0 100%;
}

.formrow.givewayform.landingform .form-group p {
    width: 100%;
    justify-content: flex-start;
    flex: 0 0 100%;
	flex-direction: column;
	align-items: flex-start;
}
.formrow.givewayform.landingform .form-group p br{
	display: none;
}

.formrow.givewayform.landingform .form-group p span.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
.formrow.givewayform.landingform .form-group p textarea.form-control {
    height: auto;
}

.formrow.givewayform.landingform .form-group label {
    color: #bdbdbd;
    line-height: 25px;
    display: block;
}

.formrow.givewayform.landingform em {
    font-size: 15px;
    line-height: 24px;
    display: block;
    color: #bdbdbd;
}

.formrow.givewayform.landingform input.btn.btn-primary {
    background: #F4EFEA;
    border-radius: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.report-sec .report .client-sec .commonHead {
    color: #fff;
    font-size: 18px;
}