@import "fonts.css";

body {
    font-family: "FunctionTwoLight";

    font-size: 18px;

    line-height: 24px;

    color: #222328;

    letter-spacing: 2px;

    padding-top: 150px;

    font-weight: 300;
}

body p {
    letter-spacing: 1px;

    margin-bottom: 30px;
}

strong {
    font-weight: bold;

    font-family: "FunctionTwo";
}

*:focus,
*:hover {
    outline: 0;
}

a {
    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    -webkit-transition: all 0.3s ease-in-out 0s;
}

input::-webkit-input-placeholder {
    color: #000;
}

input:-ms-input-placeholder {
    color: #000;
}

input::placeholder {
    color: #000;
}

.main-wrapper {
    margin-bottom: 104px;

    /*margin-bottom: 84px;*/

    position: relative;
}

header {
    border-bottom: solid 3px #252525;
}

.drawer-navbar .drawer-navbar-header {
    padding: 15px 0 0px;
}

.contact-block {
    float: right;

    margin-top: 23px;

    color: #1a1a1a;

    text-transform: uppercase;

    font-size: 18px;

    font-family: "FunctionTwo";
}

.contact-block a {
    color: #1a1a1a;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    -webkit-transition: all 0.3s ease-in-out 0s;
}
.drawer-container {
    max-width: 1160px;
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content: space-between;
}

.main-nav .drawer-container {
    padding: 0;
}

.contact-block {
    margin: auto;
}

a.review-ancr {
    padding: 8px 25px;
    background: #cd0202;
    border-radius: 50px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Montserrat";font-weight: 600;
}
a.review-ancr:hover {
    background:#3d3d3d;
    text-decoration:none;
}
.drawer-navbar .drawer-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.drawer-navbar .drawer-nav {
    width: 100%;
}
.contact-block p {
    margin-bottom: 0;
}

.contact-block a:hover {
    text-decoration: none;

    color: #00bff3;
}

#banner-sec {
    background: url(../images/home/header-bg.jpg) no-repeat center top;

    background-size: cover;

    padding: 100px 0;

    border-top: solid 1px #acacac;

    overflow: hidden;
}

#banner-sec .container {
    max-width: 620px;
}

h1,
h2 {
    font-size: 64px;

    font-family: "FunctionTwo";

    color: rgb(255, 255, 255);

    font-weight: bold;

    text-transform: uppercase;

    line-height: 68px;

    border-bottom: solid 4px #fff;

    display: inline-block;

    margin: 0;
}

h2 {
    font-family: "FunctionTwoLight";

    font-weight: normal;

    border-bottom: solid 2px #fff;

    margin: 25px 0;
}

h5 {
    font-size: 24px;

    font-family: "FunctionTwoLight";

    color: rgb(255, 255, 255);

    text-transform: uppercase;

    margin: 0;
}

.get-ancr {
    font-family: "Montserrat";

    background-color: rgb(0, 191, 243);

    width: 160px;

    line-height: 42px;

    display: inline-block;

    border-radius: 50px;

    text-align: center;

    font-size: 14px;

    color: #fff;

    text-transform: uppercase;

    margin-top: 60px;

    -webkit-box-shadow: 0 15px 80px #000;

    box-shadow: 0 15px 80px #000;

    border: solid 1px transparent;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    -webkit-transition: all 0.3s ease-in-out 0s;

    letter-spacing: 0;
}

.get-ancr:hover {
    border-color: #fff;

    background: none;

    text-decoration: none;

    color: #fff;
}

.attach-form-button a {
    border-radius: 10px;

    background-color: rgb(0, 191, 243);

    position: fixed;

    z-index: 2;

    display: inline-block;

    right: 0;

    top: 25%;
}

.attach-form-button img {
    width: 75px;

    -webkit-transition: ease 0.35s;

    transition: ease 0.35s;
}

.attach-form-button:hover img {
    -webkit-transform: scale(1.2);

    transform: scale(1.2);
}

h3 {
    font-size: 36px;

    font-family: "FunctionTwoLight";

    color: rgb(0, 191, 243);

    text-transform: uppercase;

    line-height: 1.639;

    margin-top: 0;

    letter-spacing: 3px;
}

/*css added on 04-01-2019 to change h3 with h2 for same styling*/

h2 {
    font-size: 36px;

    font-family: "FunctionTwoLight";

    color: rgb(0, 191, 243);

    text-transform: uppercase;

    line-height: 1.639;

    margin-top: 0;

    letter-spacing: 3px;
}

#baner-bottom {
    padding: 44px 0px;

    font-size: 24px;

    color: rgb(34, 35, 40);

    line-height: 1.2;

    background: #fff;
}

#baner-bottom img {
    margin: 45px 0 0 0;
}

#baner-bottom h3 {
    margin-top: 40px;
}

/*css added on 04-01-2019 to change h3 with h2 for same styling*/

#baner-bottom h2 {
    margin-top: 40px;
}

#baner-bottom h3,
#baner-bottom h3 span {
    position: relative;
}

/*css added on 04-01-2019 to change h3 with h2 for same styling*/

#baner-bottom h2,
#baner-bottom h2 span {
    position: relative;
}

#baner-bottom h3 span:before {
    border-top: solid 1px #00bff3;

    width: 100%;

    content: "";

    position: absolute;

    top: -40px;

    left: 0;
}

/*css added on 04-01-2019 to change h3 with h2 for same styling*/

#baner-bottom h2 span:before {
    border-top: solid 1px #00bff3;

    width: 100%;

    content: "";

    position: absolute;

    top: -40px;

    left: 0;
}

#paving-in-colchester-block {
    border-top: solid 1px #00bff3;

    border-bottom: solid 1px #00bff3;

    background: url(../images/home/bg-pattern.jpg);
}

.common-block {
    padding: 58px 0;

    background: #fff;
}

.common-block h3 {
    margin-bottom: 20px;
}

/*css added on 04-01-2019 to change h3 with h2 for same styling*/

.common-block h2 {
    margin-bottom: 20px;
}

#paving-in-colchester-block h3 {
    margin: 50px 0 60px;
}

/*css added on 04-01-2019 to change h3 with h2 for same styling*/

#paving-in-colchester-block h2 {
    margin: 0px 0 10px;
}

.call-block {
    font-family: "FunctionTwo";

    font-size: 24px;

    line-height: 36px;

    margin-top: 125px;

    border-top: solid 1px #00bff3;

    padding-top: 20px;

    color: #00bff3 !important;
}

.call-block span.quote-txt {
    display: block;

    text-transform: uppercase;
}

.blue-ancr {
    background-color: rgb(0, 191, 243);

    padding: 0 40px;

    height: 50px;

    border-radius: 50px;

    display: inline-block;

    text-align: center;

    line-height: 50px;

    color: #fff;

    text-transform: uppercase;

    font-size: 14px;

    font-family: "Montserrat";

    border: solid 1px transparent;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    -webkit-transition: all 0.3s ease-in-out 0s;

    letter-spacing: 0;
}

.blue-ancr:hover {
    border-color: rgb(0, 191, 243);

    color: rgb(0, 191, 243);

    background: #fff;

    text-decoration: none;
}

.margin-top {
    margin-top: 90px;
}

.services-block {
    padding: 136px 0 100px;
}

.services-block h3 {
    margin-top: 56px;
}

/*css added on 04-01-2019 to change h3 with h2 for same styling*/

.services-block h2 {
    margin-top: 56px;
}

.services-block h3.margin-top {
    margin-bottom: 0;
}

.blue-border {
    border-top: solid 1px #00bff3;

    width: 540px;

    margin: 5px 0 30px;
}

.services-details {
    margin-bottom: 30px;
}

.services-details h6 {
    font-size: 17px;

    color: #515255;

    text-transform: uppercase;

    font-family: "Montserrat";

    font-weight: bold;

    letter-spacing: 0;
}

.services-details a {
    font-size: 10px;

    text-transform: uppercase;

    color: #e1161c;

    font-family: "Lato";

    font-weight: 900;

    position: relative;

    padding-right: 25px;
}

.services-block a.blue-ancr {
    float: right;
}

.services-details a:after {
    content: url(../images/home/red-arrow-icon.png);

    width: 14px;

    height: 14px;

    position: absolute;

    right: 0;

    top: -2px;
}

#project-sec {
    background: url(../images/home/project-bg.jpg) no-repeat top center;

    background-size: cover;

    padding: 100px 0 100px;

    font-family: "Myriad Pro";

    color: #4f5362;

    position: relative;

    border-bottom: solid 20px #fff;
}

#project-sec:before {
    content: url(../images/home/testimonial-top-arrow.jpg);

    position: absolute;

    left: 50%;

    -moz-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    -webkit-transform: translateX(-50%);

    top: -30px;
}

#project-sec h2 {
    border: 0;

    font-size: 64px;

    margin-top: 0;

    color: rgb(0, 191, 243);
}

#project-sec p {
    letter-spacing: 0;
}

#project-sec .container {
    max-width: 1062px;
}

#js-grid-masonry {
    margin: 30px auto;
}

#js-grid-masonry a {
    display: block;

    margin-bottom: 30px;

    border-radius: 10px;

    overflow: hidden;

    background: #222328;

    position: relative;
}

#js-grid-masonry a img {
    opacity: 0.8;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    -webkit-transition: all 0.3s ease-in-out 0s;
}

#js-grid-masonry a:hover img {
    opacity: 0.5;
}

#js-grid-masonry a:before {
    position: absolute;

    left: 50%;

    top: 50%;

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

    -webkit-transform: translate(-50%, -50%);

    opacity: 0;

    z-index: 2;

    content: url(../images/home/view-icon.png);
}

#js-grid-masonry a:hover:before {
    opacity: 1;
}

#js-grid-masonryl a:focus {
    outline: 0;
}

.cbp .cbp-item {
    padding: 0 15px;
}

.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateY(0);

    -o-transform: translateY(0);

    -moz-transform: translateY(0);

    -ms-transform: translateY(0);
}

#testimonial-bg {
    background: url(../images/home/testimonial-bg.jpg) no-repeat center top;

    background-size: cover;

    background-attachment: fixed;

    text-align: center;

    padding: 100px 0;
}

#testimonial-bg h2 {
    font-family: "Proxima Nova Bl";

    font-weight: 600;

    font-size: 48px;

    border: none;

    text-transform: inherit;

    margin: 0 0 15px;

    letter-spacing: 0;

    display: block;
}

.testimonial-text {
    max-width: 620px;

    margin: 50px auto 0;

    padding: 60px 80px;

    background: #fff;

    border-radius: 10px;

    font-family: "Proxima Nova Lt";

    font-weight: 600;

    font-size: 16px;

    line-height: 20px;

    font-style: italic;

    text-align: left;

    color: #212121;
}

#testimonial-bg h6 {
    font-size: 32px;

    font-family: "Source Sans Pro";

    color: rgb(190, 195, 201);

    line-height: 1.406;

    font-weight: 600;

    margin: 0px 0 40px;

    letter-spacing: 0;
}

.testimonial-text p {
    letter-spacing: 0;
}

.testimonial-text .client-name {
    font-style: normal;

    font-size: 18px;

    color: #222328;

    font-family: "Myriad Pro";

    margin-bottom: 0;
}

#contact-sec {
    background: #33d3ff;

    padding: 85px 0 65px;

    color: #222328;

    position: relative;
}

#contact-sec:before {
    position: absolute;

    left: 50%;

    -moz-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    -webkit-transform: translateX(-50%);

    content: url(../images/cont-top-arrow.png);

    top: -26px;
}

.home-page:before {
    display: none;
}

#contact-sec a,
p.loc {
    color: #222328;

    font-family: "Open Sans";

    font-weight: bold;

    font-size: 16px;

    letter-spacing: 0;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    -webkit-transition: all 0.3s ease-in-out 0s;
}

#contact-sec a:hover,
p.mail:hover:before,
p.call:hover:before,
p.loc:hover:before,
p.loc:hover {
    text-decoration: none;

    color: #fff;
}

p.loc,
p.call,
p.mail {
    position: relative;

    padding-left: 40px;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    -webkit-transition: all 0.3s ease-in-out 0s;
}

p.loc:before,
p.call:before,
p.mail:before {
    content: "\f041";

    font-family: "FontAwesome";

    position: absolute;

    left: 0;

    top: 4px;

    font-size: 35px;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    -webkit-transition: all 0.3s ease-in-out 0s;
}

p.call:before {
    content: "\f10b";
}

p.mail:before {
    content: "\f1d8";

    font-size: 20px;
}

#contact-sec .container {
    max-width: 990px;
}

#contact-sec h3 {
    color: #222328;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    background: none;

    border: solid 1px #393939;

    height: 50px;

    width: 100%;

    font-size: 14px;

    font-family: "Open Sans";

    padding: 0 30px;

    border-radius: 3px;

    margin-bottom: 4px;

    color: #000;

    text-transform: uppercase;

    -moz-appearance: none;

    appearance: none;

    -webkit-appearance: none;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
}

.contact-form textarea {
    padding: 12px 30px;

    max-height: 130px;

    max-width: 100%;

    min-width: 100%;

    min-height: 130px;
}

.contact-form input[type="button"],
.contact-form input[type="submit"] {
    background: #222328;

    color: #fff;

    text-transform: uppercase;

    font-weight: bold;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    -webkit-transition: all 0.3s ease-in-out 0s;
}

.contact-form input[type="button"]:hover,
.contact-form input[type="submit"]:hover {
    background: #fff;

    color: #222328;

    -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.3);

    box-shadow: 0 0 32px rgba(0, 0, 0, 0.3);

    border-color: #fff;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #515255;
}

::-moz-placeholder {
    /* Firefox 19+ */

    color: #515255;
}

:-ms-input-placeholder {
    /* IE 10+ */

    color: #515255;
}

:-moz-placeholder {
    /* Firefox 18- */

    color: #515255;
}

.contact-form select {
    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;
}

.contact-form select option {
    color: #515255;
}

footer {
    background: #393939;

    padding: 30px 0;

    font-family: "Raleway";

    /*position: fixed;*/

    bottom: 0;

    width: 100%;

    z-index: -1;
}

footer p {
    margin-bottom: 0;

    text-align: center;

    font-size: 14px;

    text-transform: uppercase;
}

footer a {
    color: #eff0f4;

    letter-spacing: 1px;

    margin: 0 2px;
}

footer a:hover {
    opacity: 0.6;

    color: #eff0f4;

    text-decoration: none;
}

#project-sec.portfolio-page {
    background: #fff none;

    border-bottom: 0;

    padding-bottom: 60px;
}

#project-sec.portfolio-page:before {
    display: none;
}

#banner-sec.inner-banner-sec .container {
    max-width: 960px;

    width: 100%;
}

#banner-sec.inner-banner-sec h1,
h2 {
    display: table;
}

.right-text-center,
.left-text-center {
    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: reverse;

    -ms-flex-direction: row-reverse;

    flex-direction: row-reverse;
}

.left-text-center {
    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;
}

.middle-text {
    position: absolute;

    top: 50%;

    -ms-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);
}

#paving-in-colchester-block .middle-text > h3:first-child {
    margin-top: 0;
}

#why-choose {
    padding: 100px 0 70px;

    background: #fff;
}

.container.container990 {
    max-width: 990px;
}

#why-choose h3.text-center {
    margin-bottom: 70px;
}

#why-choose .call-block {
    max-width: 560px;

    margin: 30px auto 0;

    text-align: center;

    padding-top: 40px;
}

#banner-sec.block-pavers-bg {
    background-image: url(../images/block-pavers/block-pavers-banner.jpg);
}

#blcok-pavers-sec {
    padding: 150px 0;
}

#paving-in-colchester-block.padding-block {
    padding: 100px 0;
}

#why-choose.padding-block {
    padding-bottom: 120px;
}

.img-center {
    margin: 40px auto 20px;
}

#paving-in-colchester-block .container990 {
    padding: 50px 15px 80px;
}

#banner-sec.decking-colchester-bg {
    background-image: url(../images/decking-design/decking-design-banner.jpg);
}

#banner-sec.driveways-patios-bg {
    background: url(../images/driveways-patios/driveways-patios-banner.jpg);
}

ul.services-details {
    padding: 0;

    width: 100%;
}

.services-details li {
    list-style: none;

    position: relative;

    padding-left: 20px;

    margin: 25px 0;
}

.services-details.new-ul li {
    margin: 0 0 10px 0;
}
.services-details li:nth-child(odd) {
    clear: left;
}

.services-details.new3-ul li {
    width: 31%;
    clear: none;
    margin: 0 0 10px;
}
.services-details.new-full-ul li {
    width: 100%;
    float: none;
}
.new-full-ul h3 {
    text-transform: none;
    font-size: 30px;
    position: relative;
    padding-left: 30px;
}

.services-details.h3-ul li:before {
    display: none;
}
.services-details li:before {
    content: url(../images/red-arrow-icon.png);

    -moz-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    -o-transform: rotate(90deg);

    -webkit-transform: rotate(90deg);

    position: absolute;

    left: 0;

    top: 0;
}
.new-full-ul h3::before {
    content: url(../images/red-arrow-icon.png);

    -moz-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    -o-transform: rotate(90deg);

    -webkit-transform: rotate(90deg);

    position: absolute;

    left: 0;

    top: 0;
}
.services-details li h6 {
    margin: 0;
}

.blue-hr {
    border-top-color: #00bff3;
}

#paving-in-colchester-block h3.margin-top {
    margin: 50px 0 20px;
}

#paving-in-colchester-block.border-btm {
    border-bottom: 0;
}

#paving-in-colchester-block.h3-margin {
    padding-bottom: 150px;
}

.h3-margin h3 {
    margin-bottom: 40px !important;
}

#banner-sec.imprinted-concrete-bg {
    background: url(../images/imprinted-concrete/imprinted-concrete-banner.jpg);
}

#banner-sec.soft-landscaping-bg {
    background: url(../images/soft-and-hard-landscaping/soft-and-hard-landscaping-banner.jpg);
}

#banner-sec.pavers-colchester-bg {
    background: url(../images/pavers-colchester/pavers-colchester-banner.jpg);
}

#banner-sec.fencing-contractors-bg {
    background: url(../images/fencing-contractors/fencing-contractors-banner.jpg);
}

#banner-sec.contact-bg {
    background: #2f3030;
}

.contact-bg {
    background-image: url(../images/contact-banner.jpg) !important;
}

.contact-middle-sec {
    height: 875px;

    background: #fff;

    width: 100%;
}

.contact-middle-sec .col-md-6 {
    padding: 0;

    height: 100%;
}

.contact-middle-sec iframe {
    border: 0;
}

.contact-text {
    display: table;

    max-width: 600px;
}

.contact-add-text {
    display: table-cell;

    vertical-align: middle;

    padding: 70px;

    font-size: 26px;

    line-height: 30px;

    color: #222328;
}

.contact-add-text a {
    color: #222328;
}

.contact-add-text a:hover {
    color: #00bff3;

    text-decoration: none;
}

.contact-text h3 {
    color: #222328;

    position: relative;

    padding-bottom: 50px;

    margin-bottom: 50px;
}

.contact-text h3:before {
    border-top: solid 1px #00bff3;

    width: 100%;

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;
}

.contact-text h4 {
    color: #00bff3;

    font-size: 28px;

    text-transform: uppercase;

    margin-bottom: 45px;
}

#coverage-blk {
    padding: 100px 0;

    font-family: "Proxima Nova Lt";

    font-size: 18px;

    font-weight: normal;

    background: #fff;
}

#coverage-blk p {
    letter-spacing: 0;

    color: #4e5464;
}

#coverage-blk .container {
    max-width: 1040px;
}

.coverage-text {
    border-bottom: solid 1px #00bff3;

    padding-bottom: 25px;

    margin-bottom: 90px;
}

.coverage-text img {
    float: left;

    margin: 0 20px 20px 0;
}

.coverage-text h2 {
    color: #00bff3;
}

#coverage-blk iframe {
    max-width: 960px;

    height: 700px;

    border: 0;

    width: 100%;

    height: 100%;
}

.coverage-map {
    text-align: center;
}

#get-in-touch-blk .modal-content {
    position: relative;
}

#get-in-touch-blk .modal-dialog {
    top: 10%;
}

#get-in-touch-blk .modal-content h3 {
    margin-bottom: 20px;
}

.close {
    position: absolute;

    right: 30px;

    top: 30px;

    width: 36px;

    height: 36px;

    opacity: 0.3;
}

.close:hover {
    opacity: 1;
}

.close:before,
.close:after {
    position: absolute;

    left: 15px;

    content: " ";

    height: 36px;

    width: 2px;

    background-color: #333;
}

.close:before {
    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    -webkit-transform: rotate(45deg);
}

.close:after {
    -moz-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    -webkit-transform: rotate(-45deg);
}

.modal-backdrop {
    background-color: #00bff3;
}

.contact-map iframe {
    width: 100%;

    height: 100%;
}

@media (min-width: 1490px) {
    .container {
        max-width: 1240px;
    }
}

@media (min-width: 992px) {
    .common-block .col-md-7 {
        padding-right: 40px;

        padding-left: 15px;
    }

    .common-block .col-md-7.pull-right {
        padding-left: 40px;

        padding-right: 15px;
    }

    #banner-sec.inner-banner-sec .container {
        padding: 0;
    }
}

@media (min-width: 768px) {
    #baner-bottom .col-md-9 {
        padding-left: 0;
    }

    #baner-bottom .col-md-3 {
        padding-right: 0;
    }

    #get-in-touch-blk .modal-dialog {
        width: 690px;
    }

    #get-in-touch-blk .modal-content {
        border-radius: 0;

        padding: 55px 90px;
    }
}

@media (min-width: 640px) {
    .services-details {
        width: 50%;

        float: left;
    }

    .contact-block .fa-envelope-o {
        display: none;
    }
}

@media (min-width: 481px) {
    .services-details li {
        width: 50%;

        float: left;
    }
}

@media (max-width: 1490px) {
    .services-block {
        padding: 100px 0;
    }
}

@media (max-width: 1200px) {
    #baner-bottom h3 span:before {
        display: none;
    }

    #baner-bottom h3:before {
        border-top: solid 1px #00bff3;

        width: 100%;

        content: "";

        position: absolute;

        top: 0px;

        left: 0;
    }

    #baner-bottom h3 {
        padding-top: 30px;
    }

    .drawer-container {
        width: 970px;

        max-width: 970px;
    }

    #paving-in-colchester-block h3 {
        margin: 0 0 40px;
    }

    .call-block {
        margin-top: 70px;

        font-size: 20px;
    }

    .common-block h3.margin-top {
        margin-top: 50px;
    }

    .services-block {
        padding-bottom: 50px;
    }

    .services-block h3 {
        margin-top: 0;
    }

    h3 {
        font-size: 30px;
    }

    #project-sec {
        padding-bottom: 50px;
    }

    #blcok-pavers-sec {
        padding: 100px 0;
    }

    .contact-text {
        max-width: 100%;
    }

    .contact-add-text {
        padding: 30px;
    }

    #coverage-blk {
        padding-top: 40px;
    }
}

@media (max-width: 1024px) {
    #banner-sec .container {
        max-width: 700px;
    }

    #baner-bottom {
        padding: 15px 0 50px;
    }

    #baner-bottom p {
        margin-bottom: 0;
    }

    #project-sec h2 {
        font-size: 50px;
    }

    #project-sec {
        padding-top: 80px;
    }

    #why-choose {
        padding: 80px 0 60px;
    }

    #why-choose h3.text-center {
        margin-bottom: 50px;
    }

    #why-choose.padding-block {
        padding: 80px 0 100px;
    }

    #blcok-pavers-sec {
        padding: 80px 0;
    }

    #paving-in-colchester-block.padding-block {
        padding: 80px 0;
    }

    .contact-text h3 {
        padding-bottom: 30px;

        margin-bottom: 30px;
    }

    .contact-text h4 {
        margin-bottom: 25px;
    }

    .contact-middle-sec {
        height: 700px;
    }

    .coverage-text {
        margin-bottom: 60px;
    }

    .coverage-text h2 {
        font-size: 45px;

        margin-top: 0;

        line-height: 45px;

        margin-bottom: 20px;
    }

    .coverage-text img {
        width: 160px;
    }
}

@media (max-width: 1023px) {
    body {
        padding-top: 90px;
    }
.drawer-navbar .drawer-menu {
    display:block;
}
    header {
        background: #fff;

        padding-bottom: 1px;
    }

    .main-wrapper {
        overflow-x: hidden;
    }

    .contact-block {
        padding-right: 50px;

        margin-top: 12px;
    }

    .drawer-navbar .drawer-brand {
        width: 160px;
    }

    .drawer-hamburger {
        padding: 15px;

        top: 13px;
    }

    .top-nav-collapse.drawer-navbar {
        top: 0;
    }

    .drawer-navbar .drawer-navbar-header {
        padding: 15px 0 10px;

        border-bottom: 0;
    }

    .drawer-navbar .drawer-nav {
        padding-top: 100px;
        width: 320px;
    }

    .drawer-navbar .drawer-menu-item {
        padding: 0 0 0 20px;

        line-height: 40px;

        border-bottom: solid 1px #ebebeb;

        font-size: 14px;
    }

    .drawer-menu > li.drawer-dropdown .drawer-dropdown-menu {
        padding: 0;

        background: #fff;
    }

    .drawer-menu > li.drawer-dropdown .drawer-dropdown-menu .drawer-dropdown-menu-item,
    .drawer-menu > li#portfolio-nav .drawer-dropdown-menu .drawer-dropdown-menu-item,
    .drawer-menu > li#portfolio-nav .drawer-dropdown-menu li:last-child .drawer-dropdown-menu-item {
        color: #1a1a1a;

        border-bottom: solid 1px #ebebeb;

        padding: 0 0 0 35px;

        line-height: 40px;

        font-size: 14px;

        position: relative;
    }

    .drawer-menu > li.drawer-dropdown .drawer-dropdown-menu .drawer-dropdown-menu-item:before {
        position: absolute;

        left: 20px;

        top: calc(50% - 1px);

        width: 6px;

        height: 1px;

        background: #1a1a1a;

        content: "";
    }

    .drawer-menu > li#portfolio-nav .drawer-dropdown-menu {
        width: 100%;

        border: 0;
    }

    .drawer-navbar li.active .drawer-menu-item:before {
        width: 100%;

        background: #ebebeb;

        content: "";

        position: absolute;

        z-index: -1;

        height: 100%;

        left: 0;

        top: 0;
    }

    #banner-sec.inner-banner-sec .container {
        padding: 0 20px;
    }

    .drawer-navbar .drawer-menu-item,
    .drawer-dropdown-menu-item {
        letter-spacing: 1px;
    }
  .drawer-container {
    padding-right: 40px;
}

.drawer-hamburger {
    top: 22px;
    width: 30px;
}
}

@media (max-width: 991px) {
    .drawer-container {
        width: 100%;
    }

    #banner-sec {
        background-position: right top;

        padding: 60px 0;
    }

    #banner-sec h1,
    #banner-sec h2 {
        font-size: 50px;

        display: table;
    }

    #banner-sec h2 {
        margin: 15px 0;
    }

    .get-ancr {
        margin-top: 40px;
    }

    #baner-bottom h3 {
        padding-top: 20px;
    }

    #baner-bottom {
        padding: 0 0 40px;

        font-size: 20px;
    }

    h3 {
        font-size: 25px;

        line-height: 32px;
    }

    .pull-right {
        float: none !important;
    }

    #paving-in-colchester-block h3 {
        margin: 0 0 20px;
    }

    .call-block {
        margin-top: 50px;
    }

    .paving-blk-img {
        margin: 0 auto;
    }

    .paving-blk-img.margin-top {
        margin-top: 70px;
    }

    .services-block {
        padding: 80px 0 40px;
    }

    .services-block a.blue-ancr {
        float: none;
    }

    #project-sec {
        padding: 60px 0 10px;

        border-bottom-width: 10px;
    }

    #project-sec h2 {
        font-size: 40px;

        line-height: 40px;
    }

    #project-sec .text-right {
        text-align: left;

        margin-bottom: 30px;
    }

    #testimonial-bg {
        padding: 80px 0;
    }

    #testimonial-bg h2 {
        font-size: 45px;

        margin-bottom: 10px;
    }

    #testimonial-bg h6 {
        font-size: 30px;

        font-weight: normal;

        letter-spacing: -1px;

        line-height: 36px;
    }

    .testimonial-text {
        padding: 50px;
    }

    #contact-sec {
        padding: 60px 15px;
    }

    #contact-sec br {
        display: none;
    }

    footer {
        position: relative;

        z-index: 1;
    }

    .main-wrapper {
        margin-bottom: 0;
    }

    footer a {
        font-size: 13px;
    }

    #testimonial-bg {
        background-attachment: inherit;
    }

    .right-text-center,
    .left-text-center {
        display: block;

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

        -ms-flex-direction: row;

        flex-direction: row;
    }

    .middle-text {
        position: relative;

        top: 0;

        -moz-transform: translateY(0);

        -ms-transform: translateY(0);

        -o-transform: translateY(0);

        -webkit-transform: translateY(0);

        margin-bottom: 40px;
    }

    #why-choose {
        padding: 60px 0 60px;
    }

    #blcok-pavers-sec,
    #paving-in-colchester-block.padding-block,
    #why-choose.padding-block {
        padding: 70px 0;
    }

    #why-choose.padding-block img {
        margin: 30px 0px;
    }

    .contact-middle-sec {
        height: auto;
    }

    .contact-middle-sec iframe {
        height: 500px;
    }

    #coverage-blk p br {
        display: none;
    }
    .new-full-ul h3 {
        font-size: 26px;
        padding-left: 25px;
    }
    .contact-block {
    position: fixed;
    top: 0;
    background: #f5f5f5;
    padding: 0 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-top:0
}

.drawer-navbar .drawer-navbar-header {
    padding: 55px 0 0;
}
.contact-block {
    position: fixed;
    top: 0;
    background: #f5f5f5;
    padding: 0 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-top:0
}

.drawer-navbar .drawer-navbar-header {
    padding: 55px 0 0;
}

.drawer-hamburger {
    top: 60px;
    right: 10px !important;
}

a.review-ancr {
    margin-left: auto;
    margin-right: 30px;
}

.drawer-container {
}

.drawer-navbar .drawer-brand {
    margin-left: 15px;
}
.drawer-navbar .drawer-nav {
    padding-top: 130px;
}
}

@media (max-width: 767px) {
    #banner-sec .container {
        -moz-transform: scale(0.75);

        -ms-transform: scale(0.75);

        -o-transform: scale(0.75);

        -webkit-transform: scale(0.75);
    }

    .contact-block {
        font-size: 15px;
    }
	
    .homebanner .get-ancr {
     
        margin-bottom: 20px;
    }


    #baner-bottom img {
        width: 120px;
    }

    .attach-form-button a {
        width: 120px;
    }

    #testimonial-bg {
        padding: 60px 0 80px;
    }

    .cbp .cbp-item {
        padding: 0;
    }

    #js-grid-masonry a {
        margin-bottom: 0px;
    }

    #js-grid-masonry {
        padding: 0 15px;
    }

    #why-choose.padding-block img {
        margin: 20px 0px;
    }

    #blcok-pavers-sec,
    #paving-in-colchester-block.padding-block,
    #why-choose.padding-block {
        padding: 40px 0;
    }

    .img-center {
        margin: 0 auto;
    }

    .close {
        top: 8px;

        right: 8px;

        z-index: 1;
    }

    .contact-text {
        display: block;
    }

    .contact-add-text {
        width: 100%;

        display: block;

        margin-top: 30px;
    }

    #coverage-blk iframe {
        height: 500px;
    }
    .new-full-ul h3 {
        font-size: 22px;
        padding-left: 20px;
    }
}

@media (max-width: 640px) {
    .drawer-navbar .drawer-brand {
        width: 120px;
    }

    .contact-block {
        font-size: 14px;
    }



    body {
        padding-top: 78px;
    }

    #baner-bottom img {
        margin-top: 30px;
    }

    #baner-bottom h3 {
        margin-top: 30px;
    }

    .common-block {
        padding: 30px 0;
    }

    .services-block {
        padding-top: 50px;
    }

    .contact-block a span {
        display: none;
    }

    .paving-blk-img {
        width: 320px;
    }

    .paving-blk-img.margin-top {
        margin-top: 50px;
    }

    .cbp .cbp-item {
        width: 100% !important;
    }

    .contact-add-text {
        font-size: 20px;
    }

    .contact-text h4 {
        font-size: 24px;

        margin-bottom: 10px;
    }

    .coverage-text {
        padding-bottom: 0;

        margin-bottom: 40px;
    }

    .coverage-text h2 {
        font-size: 35px;

        margin-top: 0;

        line-height: 25px;

        margin-bottom: 20px;
    }
}

@media (max-width: 560px) {
    #banner-sec {
        padding: 40px 0;
    }

    #banner-sec .container {
        -moz-transform: scale(1);

        -ms-transform: scale(1);

        -o-transform: scale(1);

        -webkit-transform: scale(1);

        width: 320px;
    }

    #banner-sec h1,
    #banner-sec h2 {
        font-size: 30px;

        line-height: 40px;
    }

    #banner-sec h2 {
        margin: 10px 0;
    }

    h5 {
        font-size: 18px;
    }

    .get-ancr {
        margin-top: 20px;
    }

    #baner-bottom img {
        display: none;
    }

    #baner-bottom h3 {
        padding-top: 0;
    }

    #baner-bottom h3:before {
        display: none;
    }

    h3 {
        font-size: 20px;

        line-height: 26px;
    }

    /*css added on 04-01-2019 to change h3 with h2 for same styling*/

    h2 {
        font-size: 20px;

        line-height: 26px;
    }

    .call-block {
        font-size: 18px;
    }

    .services-details h6 {
        font-size: 15px;
    }

    .services-details {
        margin-bottom: 20px;
    }

    #project-sec h2 {
        font-size: 30px;

        line-height: 40px;

        margin-bottom: 10px;
    }

    #project-sec .text-right {
        margin-bottom: 0;
    }

    #testimonial-bg h2 {
        font-size: 30px;

        line-height: 36px;
    }

    #testimonial-bg h6 {
        font-size: 18px;

        font-weight: normal;

        letter-spacing: 0;

        line-height: 25px;
    }

    .testimonial-text {
        margin-top: 40px;
    }

    .testimonial-text {
        padding: 30px;
    }

    #testimonial-bg {
        padding: 60px 0 50px;
    }

    .attach-form-button a {
        width: 80px;
    }

    body p {
        margin-bottom: 25px;
    }

    .coverage-text img {
        float: none;

        margin-bottom: 30px;
    }

    #coverage-blk {
        padding-bottom: 50px;
    }
}

@media (max-width: 480px) {
    .contact-block span {
        display: block;
    }

    .contact-block {
        font-size: 14px;

        margin-top: 5px;

        display: block;

        width: 100%;

        padding: 5px 0 0 0;

        text-align: center;

        border-top: solid 1px #ccc;
    }

    h5 {
        font-size: 16px;
    }

    #banner-sec h2 {
        margin: 6px 0;
    }

    #banner-sec h1,
    #banner-sec h2 {
        font-size: 23px;

        line-height: 32px;
    }

    body {
        padding-top: 105px;
    }

    .call-block {
        margin-top: 30px;

        font-size: 17px;

        line-height: 26px;
    }

    .common-block h3.margin-top {
        margin-top: 30px;
    }

    #project-sec p {
        font-size: 16px;
    }

    .cbp .cbp-item {
        width: 100% !important;
    }

    #testimonial-bg h6 br {
        display: none;
    }

    footer p {
        margin-bottom: 0;
    }

    .drawer-navbar .drawer-nav {
        top: 100px;

        padding-top: 0px;
    }

    #project-sec.portfolio-page {
        padding: 40px 0 20px;
    }

    .call a {
        display: inline-block;
    }

    #why-choose h3.text-center {
        margin-bottom: 40px;
    }

    #why-choose h3.text-center br {
        display: none;
    }

    #why-choose {
        padding: 50px 0 50px !important;
    }

    .call-block.about-call span,
    .call-block.about-call span strong {
        display: block;
    }

    #paving-in-colchester-block .container990 {
        padding-bottom: 50px;
    }

    .contact-form input,
    .contact-form select {
        padding: 0 15px;
    }

    .contact-form textarea {
        padding: 15px;
    }

    #contact-sec {
        padding-bottom: 30px;
    }

    h3,
    .h3-margin h3,
    .common-block h3 {
        margin-bottom: 20px !important;
    }

    /*css added on 04-01-2019 to change h3 with h2 for same styling*/

    h2,
    .h2-margin h2,
    .common-block h2 {
        margin-bottom: 20px !important;
    }

    #blcok-pavers-sec,
    #paving-in-colchester-block.padding-block,
    #why-choose.padding-block {
        padding-bottom: 70px;
    }

    .services-details li:before {
        top: -3px;
    }

    #coverage-blk {
        padding: 60px 0 70px;
    }

    .coverage-text img {
        width: 120px;

        float: none;

        margin: 0 auto 0;
    }

    .coverage-text h2 {
        font-size: 25px;

        margin: 20px 0;
    }

    .coverage-text {
        padding-bottom: 0;

        margin-bottom: 30px;
    }

    #contact-sec {
        padding: 60px 0 30px;
    }

    .contact-add-text {
        padding: 0 15px 50px;

        font-size: 18px;
    }

    .contact-add-text .col-xs-6 {
        width: 100%;
    }

    .contact-text h4 {
        font-size: 20px;

        margin-bottom: 10px;
    }

    .contact-text h3 {
        padding-bottom: 20px;
    }

    #coverage-blk iframe {
        height: 400px;
    }
    .contact-block span {
    display: none;
}

.contact-block {
    height: 40px;
    border: 0;
    margin: 0;
}

.drawer-navbar .drawer-navbar-header {
    padding-top: 40px;
}

.drawer-hamburger {
    top: 43px;
}
a.review-ancr {
    flex: 0 0 100%;
    margin: 10px 0 0;
    width: 100%;
    border-radius: 0;
    text-align: center;
}

.drawer-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 0 0;
}
}

@media (max-height: 900px) and (orientation: portrait) {
    .drawer-menu {
        height: 803px;

        overflow-y: scroll;
    }
}

.overlay-blk .overlay-div {
    position: absolute;

    text-align: center;

    display: block;

    width: 90%;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    color: #fff;

    z-index: 2;

    opacity: 0;

    letter-spacing: 0.5px;

    max-width: 340px;

    padding: 20px;
}

.overlay-blk .overlay-div:after {
    content: url(../images/home/view-icon.png);
    display: block;
    margin-top: 10px;
}

.overlay-blk:hover .overlay-div {
    opacity: 1;
}

#js-grid-masonry a.overlay-blk:before {
    display: none;
}


/*13-01-2025 */
.homebanner .container {
    width: 100% !important;
    max-width: 80% !important;
}

.banner-form {
    padding: 20px;
    background: #fff;
}
.banner-form h2 {
    font-weight: 600;
}