@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
* {
  margin: 0px;
  padding: 0px;
  outline: none;
  border: none;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}
body {
  font-family: "Open Sans", sans-serif;
}


a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #ce010d;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
.clear {
  clear: both;
}
section,
.section {
  width: 100%;
  float: left;
}
.p_t {
  padding-top: 50px;
}
.p_b {
  padding-bottom: 50px;
}
.pl30 {
  padding-left: 30px;
}
.pr30 {
  padding-right: 30px;
}
.center {
  text-align: center;
}
.align_right {
  text-align: right;
}
.align_left {
  text-align: left;
}
.blue_bg {
  background: #32478a;
}
.flex {
  width: 100%;
  float: left;
  display: flex;
}
.flexwrap {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.jcenter {
  justify-content: center;
}
.vcenter {
  align-items: center;
}
.spacebetween {
  justify-content: space-between;
}
.spacecenter {
  justify-content: center;
}
.py {
  padding: 60px 0;
}
.p_t {
  padding-top: 60px;
}
.p_b {
  padding-bottom: 60px;
}
div.wrapper {
  max-width: 1200px;
  width: 94% !important;
  margin: 0 auto;
  float: none !important;
}
.main {
  width: 100%;
  float: left;
}
p {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  color: #000;
}
.header {
  padding: 20px 0;
  border-bottom: solid 1px #dbdbdb;
}
.header .head_right {
  text-align: right;
}
.header .social_icons li {
  display: inline-block;
  margin: 0 3px;
}
.header p.tel {
  display: inline-block;
  margin-top: 5px;
  color: #32478a;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.header p.tel a {
  display: block;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  color: #ce010d;
}
.header .social_icons {
  margin-bottom: 8px;
}

.header + nav {
  width: 100%;
  float: left;
  background: #fff;
}
.nav {
  width: 100%;
  float: left;
  text-align: center;
}
.nav li {
  display: inline-block;
}
.nav li a {
  display: inline-block;
  font-size: 15px;
  line-height: 29px;
  font-weight: 600;
  color: #2a2a2a;
  padding: 12px 15px;
}
.nav li a:hover,.nav li.current_page_item a {
  background: #32478a;
  color: #fff;
}
.main-menu-more{display: none;}
.banner {
  position: relative;
}

.banner img {
  width: 100%;
}
.page-id-2  .fl-node-6087a8c9ad7b8 > .fl-col-content {
    margin-top: -90px;
    z-index: 9;
}

.banner_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.banner_text .cont {
  max-width: 600px;
  width: 100%;
}
.banner_text h2,.banner #n161968939082518 h2{
font-size: 53px !important; 
  line-height: 63px;
  font-weight: bold;
  color: #32478a;
  margin-bottom: 25px;
}
.banner_text h2 span {
  display: block;
  font-size: 55px;
  color: #ce010d;
}
.banner_text .tick_list {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.banner_text .tick_list li {
  width: 100%;
  float: left;
  margin: 5px 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #ffffff;
  background: url(../images/tick-icon.png) left center no-repeat;
  padding: 2px 0 2px 42px;
}
.banner_text p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #ffffff;
}

.row1 .flexwrap .col {
  text-align: center;
  text-align: center;
  margin: 0 1.12%;
}
.row1 h3.fl-heading {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  background-color: #ce010d;
  padding: 10px 4px !important;
}

.bgimg {
  position: relative;
  z-index: 1;
  background-size: cover !important;
}
.bgimg::before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.bgimg *,
.blue_bg * {
  color: #fff;
}

.row2 .flex > div {
  width: 50%;
}
.row2 h1 {
  font-size: 41px;
  line-height: 48px;
  font-weight: bold;
  color: #ce010d;
}
.row2 h4 {
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
  color: #32478a;
  text-transform: uppercase;
  margin: 15px 0 35px;
}
.row2 strong {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 30px;
}
.row2 p {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
}
.row2 .btn {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #ffffff;
  background: #ce010d;
  border-radius: 6px;
  text-align: center;
  padding: 8px 38px;
  margin-top: 30px;
}
.row2 .btn:hover{
  background: #32478a;
  color: #fff;
}
.row2 img {
  border-radius: 22px;
}

.flex_row .fl-col-group-nested {
  display: flex;
  flex-wrap: wrap;
}
.flex_row.vcenter .fl-col-group-nested {
  align-items: center;
}
.row3,
.row5,
.row7{
  background: url(https://totaldrivewaycompany.co.uk/wp-content/uploads/2021/12/row2-bg.jpg) center center no-repeat;
	float: left;
	width: 100%;
}
.home-row{
	float: left;
	width: 100%;
}
.row3 .flex img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.row3 .flex .cont {
  padding: 25px 45px;
}
h2 {
  font-size: 47px;
  line-height: 57px;
  font-weight: bold;
  color: #ce010d;
  text-transform: uppercase;
  margin-bottom: 20px;
}
h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  color: #32478a;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.row3 h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-top: 40px;
}
.row3 h4 strong {
  display: block;
  font-size: 40px;
  line-height: 45px;
  margin-top: 10px;
}

.row4 .flex > div {
  width: 50%;
}
.row4 .cont {
  display: inline-block;
  max-width: 525px;
  width: 100%;
  padding: 26px 38px;
  border-radius: 10px;
}
.row4 .tick_list {
  width: 100%;
  float: left;
}
.row4 .tick_list li {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: #fff;
  background: url(../images/tick2.png) left 3px no-repeat;
  padding-left: 35px;
  margin: 10px 0;
}
.row4 h2 {
  margin-bottom: 8px;
}
.row4 h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 30px;
}

.row5 h2 {
  font-size: 30px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.row5 p {
  font-size: 15px;
}
.row5 .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 45px;
}
.row5 .wpcf7-form .form_div {
  width: 33.33%;
  padding: 7px;
}
.form_div {
  width: 100%;
  float: left;
}
.form_div input {
  width: 100%;
  float: left;
  border: solid 2px #ccc;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  padding: 12px 14px;
  font-size: 15px;
  color: #777777;
	    cursor: pointer;
}
.row5 .wpcf7-form input[type="submit"] {
  width: 32.33%;
  float: right;
  border: none;
  background: #ce010d;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.row5 .wpcf7-form input[type="submit"]:hover {
  background: #333333;
}
.form_div p {
  font-size: 13px;
  line-height: 19px;
  font-weight: bold;
  color: #ffffff;
}
.form_div.full {
  flex: 100%;
}
.form_div label[for="pvpc"] {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  text-align: left;
}
.form_div label[for="pvpc"] * {
  display: inline-block;
  width: auto;
}
.form_div label[for="pvpc"] p {
  float: left;
}
.form_div label[for="pvpc"] p a{
  color: #ce010d;
}
.form_div label[for="pvpc"] input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 6px;
}


.row6 h2 {
  font-size: 34px;
  line-height: 48px;
  font-weight: normal;
}
.row6 h2 strong {
  display: block;
  font-size: 39px;
}
.row6 p {
  font-size: 17px;
  line-height: 27px;
}

.row7 .flex .col {
  background: #32478a;
  margin: 0 8px;
  border-radius: 4px;
  padding: 15px;
}
.row7 .flex .col .date {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 7px;
}
.row7 .flex .col * {
  color: #fff;
}
.row7 .flex .col p,
.row7 .flex .col .author {
  font-size: 15px;
  line-height: 25px;
  text-align: left;
}
.row7 .flex .col .author {
  margin-top: 15px;
  display: inline-block;
}
.row7 h3 {
  margin-bottom: 40px;
}

.home_testmonial .strong-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 0 20px;
  align-items: baseline;
}
.home_testmonial .strong-content > div {
  background: #32478a;
  margin: 5px 0 !important;
  border-radius: 4px;
  padding: 15px;
  border: none !important;
}
.home_testmonial .strong-content > div * {
  color: #fff;
}
.home_testmonial .strong-content > div p {
  font-size: 15px;
  line-height: 25px;
}
.home_testmonial .testimonial-inner {
  position: relative;
  padding-top: 60px !important;
  border: none !important;
}
.home_testmonial .testimonial-inner .stars {
  position: absolute;
  left: 20px;
  top: 20px;
}
.home_testmonial .testimonial-inner .post_name {
  position: absolute;
  right: 20px;
  top: 20px;
}
.home_testmonial .testimonial-inner .testimonial-name {
  text-align: center !important;
  margin-top: 20px;
}

.testimonial_nav {
  padding: 8px;
  margin-top: 15px;
}
.testimonial_nav a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
}
.testimonial_nav a:hover {
  text-decoration: none;
  color: #ce010d;
}

.btnlist {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.btnlist a {
  display: inline-block;
  font-size: 19px;
  line-height: 29px;
  font-weight: 600;
  color: #fff;
  background: #ce010d;
  width: 330px;
  padding: 8px;
  margin: 10px 2px;
}
.btnlist a:first-child {
  border-radius: 100px 0 0 100px;
}
.btnlist a:first-child::before {
  content: "";
  display: inline-block !important;
  width: 10px;
  height: 10px;
  border-left: solid 5px #fff;
  border-bottom: solid 5px #fff;
  transform: rotate(45deg);
  margin-right: 10px;
}
.btnlist a:last-child {
  border-radius: 0 100px 100px 0;
}
.btnlist a:last-child::after {
  content: "";
  display: inline-block !important;
  width: 10px;
  height: 10px;
  border-right: solid 5px #fff;
  border-top: solid 5px #fff;
  transform: rotate(45deg);
  margin-left: 10px;
}
.btnlist a:hover {
  background: #32478A;
}

footer .col1 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
footer h3 {
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
  color: #1b1b1b;
  margin-bottom: 15px;
}
footer ul li {
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  color: #323232;
  margin: 2px 0;
}
footer ul li a {
  color: #323232;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer p {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #323232;
}

footer .col1 p {
  text-align: center;
  margin-top: 15px;
}
footer .col1 p span {
  display: block;
  font-size: 23px;
  line-height: 33px;
}

.respo_menu {
  display: none;
  padding: 10px 10px 10px 3px;
  text-align: left;
  background: #dedede;
  font-weight: 600;
  text-transform: uppercase;
}
.respo_menu span {
  display: inline-block;
  width: 18px;
  height: 3px;
  background: #000;
  position: relative;
  margin: 4px 6px 4px 10px;
  transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.respo_menu span:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  height: 3px;
  background: #000;
  transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.respo_menu span:after {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 3px;
  background: #000;
  transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.respo_menu.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  top: 0;
}
.respo_menu.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  bottom: 0;
}
.respo_menu.active span {
  background: transparent;
}

.wpcf7-form-control-wrap {
  width: 100%;
  float: left;
}
.wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  top: -16px;
  font-size: 13px !important;
}
.wpcf7-response-output {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  margin: 10px 0 0 !important;
}

nav .sub-menu{
    position: absolute;
    left: 0;
    top: 70px;
    width: 230px;
    z-index: 9;
    background: #32478a;
    opacity: 0;
    visibility: hidden;
    border-top: solid 2px #000;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	text-align:left;
}
nav li:hover .sub-menu{
    top: 53px;
    opacity: 1;
    visibility: visible;
}
nav .sub-menu li {
    display: block;
    width: 100%;
    float: left;
}
nav .sub-menu li a{
    padding:5px 10px;;
    margin-top: 1px;
    font-size: 15px !important;
    margin-right: 0;
    background: none !important;
    color: #fff !important;
    text-transform: none;
    width: 100% !important;
    font-weight: normal !important;
}
nav {
    float: left;
}
nav li {
    display: inline-block;
    /*     float: left; */
    position: relative;
}
nav li a {
    display: block;
}
.nav > .menu-item-has-children > a::after {
    position: absolute;
    content: "\f107";
    font-family: "FontAwesome";
    right: 4px;
    color: #000;
}
.submenu-expand,.menu-item-link-return{
	display:none !important;
}

.gallery-dropdown{
    width:100%;
    text-align: center;
}

.information .col::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 30px solid #fff;
    border-right: 0px solid #fff;
    border-left: 30px solid transparent;
} 
.gallerylinks li {
    display: inline-block;
    margin: 0 5px 8px;
}
.gallerylinks li a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background: #335ca5;
    padding: 5px;
}
.gallerylinks li a::after {
    content: '\f107';
    font-family: 'FontAwesome';
    margin-left: 10px;
}
.ngg-gallery-thumbnail-box {
    padding: 5px !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
    margin: 8px;
}
.inner-banner_text {
    position: absolute; 
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.inner-banner_text .cont {
    max-width: 600px;
    display: inline-block;
    background: #ce010d;
    padding: 45px 40px;
}
.inner-banner_text h2 {
    font-size: 51px;
    line-height: 66px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
}
.inner-banner_text h2 span {
    color: #fff;
	font-size: 51px;
    line-height: 66px;
	text-transform:uppercase;
}
.inner-banner {
    float: left;
    width: 100%;
    position: relative;
    /*     min-height: 100px; */
    padding: 0;
    /* margin-top: 160px; */
    overflow: hidden;
/*     height: 500px; */
}
.inner-banner img {
    width: 100%;
}
.inner-banner .stx-main-container{
	height:400px !important;
}
.form_div select{
	height:40px;
	padding:5px !important;
	width: 100%;
    float: left;
    border: solid 2px #ccc;
    border-radius: 3px;
    font-family: "Open Sans", sans-serif;
    padding: 12px 14px;
    font-size: 15px;
    color: #777777;
}
select option { color: #777777 !important; }

.fl-heading-text{
	color:#fff !important;
}
#post-180 .form_div{
	margin-bottom:20px !important;
}
.btn a{
	color:#fff;
}
.list li {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #474747;
    background: url(http://dev.searchcreativegroup.com/block-paving-poole/wp-content/uploads/2021/04/tick.png) left center no-repeat;
    padding-left: 35px;
    margin: 6px 0;
}
.page-id-2 .home_testmonial .strong-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
  gap: 0 20px;
  align-items: baseline;
}
.stx-layers p{
	font-size:16px !important;
}
.banner .desktop{
	white-space:inherit !important;
}
.map-box {
	width:100%;
	float:left;
	padding:5px;
	background:#f5f5f5;
	margin-top:20px;
}
.home-row h2{
	font-size: 47px;
	line-height: 57px;
	font-weight: bold;
}
.home-row h3{
	font-size: 25px;
	line-height: 26px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 20px 0;
}
.home-row p{
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
}
.home-row .btn{
	color: #ce010d !important;
	background: #fff !important;
	display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    border-radius: 6px;
    text-align: center;
    padding: 8px 38px;
    margin-top: 30px;
}
.home-row .btn:hover{
	color: #ffffff !important;
    background: #ce010d !important;
}

@media (max-width: 1278px) {
  .respo_menu {
    display: table;
    margin: auto;
  }
  nav {
    position: relative;
  }
  .nav {
    display: none;
    width: 98%;
    position: absolute;
    z-index: 99;
    background: #ffffff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    right: 0;
    left: 0;
    top: 49px;
    margin: auto;
  }
  .nav {
    margin-top: 0px;
  }
  .nav li {
    width: 100%;
    padding: 0;
    margin-bottom: 1px;
  }
  .nav li a {
    width: 100%;
    border-radius: 0;
    margin: 0;
    padding: 8px 5px;
    font-size: 14px;
    text-align: center;
    color: #000;
  }
  .nav li a.active {
    background: #f8d841;
    color: #111;
  }
	 .nav li a.active {
    background: #f8d841;
    color: #111;
  }
	nav .sub-menu {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    background: #ce010d !important;
    opacity: 1;
    visibility: visible;
    border-top: solid 2px #000;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: left;
    z-index: 999;
}
	nav .sub-menu li a {
		color:#000 !important;
	}
	nav li:hover .sub-menu{
		top:0;
	}
}

@media (max-width: 1124px) {
  .banner_text h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .banner_text h2 span {
    font-size: 38px;
  }
  .banner img {
    height: 450px;
    object-fit: cover;
  }
  .row3 .flex {
    flex-direction: column;
  }
  .row3 .flex > div {
    width: 100%;
  }
  .row3 .flex_row img {
    height: 400px;
    object-fit: cover;
  }
}

@media (max-width: 980px) {
	.home .row1 {
    margin-top: 0 !important;
}
  .py {
    padding: 30px 0;
  }
  .row2 .flex,
  .row4 .flex {
    flex-direction: column;
  }
  .row2 .flex > div {
    width: 100%;
    margin: 20px 0;
  }
  .row2 .flex > div.img {
    text-align: center;
    padding-left: 0;
  }
  .row4 .flex > div {
    width: 100%;
    margin: 20px 0;
  }
  footer .flex {
    flex-direction: column;
    text-align: center;
  }
  footer .flex > div {
    margin: 15px 0;
  }
  footer h3 {
    margin-bottom: 10px;
  }
	footer nav{
		float:none;
	}
}
@media (max-width: 768px) {
  .header {
    padding: 10px 0;
  }
  .header .flex {
    flex-direction: column;
  }
  .header .head_right {
    text-align: center;
  }
  .header p.tel a {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
  }
  .header .checkatrade {
    max-width: 160px;
    width: 100%;
    margin: 20px 0;
  }
  .row5 .wpcf7-form .form_div,
  .row5 .wpcf7-form input[type="submit"] {
    width: 50%;
  }
  .btnlist a {
    border-radius: 100px !important;
  }
	.service-list{
	text-align: left !important;
	padding-left: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 480px) {
  .banner_text h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .banner_text h2 span {
    font-size: 28px;
  }
  .banner_text .tick_list li {
    background-size: 23px;
    background-position-y: 6px;
    margin: 2px 0;
  }
  .row5 .wpcf7-form .form_div,
  .row5 .wpcf7-form input[type="submit"] {
    width: 100%;
  }
  .testimonial_nav {
    flex-direction: column;
  }
  .btnlist a {
    width: 290px;
  }
	.service-list{
    grid-template-columns: 1fr;
}
}

.service-list{
	text-align: left !important;
	padding-left: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.service-list li{
	list-style-type: disc !important;
	line-height: 30px !important;
}
.block-paving-list li{
	width: 100%;
    float: left;
    line-height: 30px;
    font-weight: normal;
    color: #333333;
    background: url(https://localhost/wordpress-work/totaldriveways/wp-content/uploads/2021/12/tick-img.png) left 6px no-repeat;
    padding-left: 30px;
}
.block-paving-list{
	margin-left: 40px;
}
.row2, .row4{
	float: left;
	width: 100%;
}
.tarmacadam-video{
	width: 60%;
	margin-left: 250px;
}
.row1{
	float: left;
	width: 100%;
}
.home .row1{
	margin-top:10%;
}


.fl-node-61b98adc35cf4 .fl-photo-content {
    width: 450px;
    height: 279px;
}
.fl-node-61b98adc35cf4 .fl-photo-img, .fl-node-61b98adc35cf4 .fl-photo-content {
    width: 450px;
    height: 279px;
}
.fl-node-61b98fe1ac207 .fl-photo-img, .fl-node-61b98fe1ac207 .fl-photo-content {
    width: 450px;
    height: 279px;
}