body {
	font-family: 'Questrial', sans-serif;
	margin:0px;
	color:#4f4f51;
}

a {
	color:#4f4f51;
}
.title {font-family: 'Montserrat', sans-serif; text-transform:uppercase;}

input, textarea, .btn-default {
	width:100%;
	line-height: 28px;
    border: 1px solid #4f4f51;
	margin-bottom: 10px;
}
.container {
    width: 90%;
    max-width: 1200px;
	margin:auto;
}
.center {
text-align:center;
align-items:center;
}
 .tel {display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
    padding: 10px;
			font-weight:600;
 }
 
 .tel-left, .tel-right {
	     display: flex;
    align-items: center;
 }
 
 .column {
	 flex-direction:column;
 }
 
 .righttext {
	 margin-left:auto;
	 color:#fff;
 }
 .lefttext {
	 	 color:#fff;
 }
 .white {
	 color:#fff;
 }
 .white a {
	 color:#fff;
 }
 .row {
 flex-direction:row}

.padding {
	padding-top:80px;
	padding-bottom:80px;
}

.contact-setback {
    margin-top: -150px !important;
    background: #ffffff;
    padding: 60px;
}
.section {
    display: flex;
    justify-content: center;
	max-width:600px;
}
.home-header ,.about-header,.services-header {
		    background-image: linear-gradient(to right, rgba(79, 97, 83, 0.9), rgba(79, 97, 83, 0.70), rgba(79, 97, 83, 0.2)), url(../img/local-fencing-company-chipping-norton.jpg);
}
.about-header {
    background-image: linear-gradient(to right, rgba(79, 97, 83, 0.9), rgba(79, 97, 83, 0.70), rgba(79, 97, 83, 0.2)), url(../img/about-chipping-norton-fencing.jpg);
}
.work-header {
    background-image: linear-gradient(to right, rgba(79, 97, 83, 0.9), rgba(79, 97, 83, 0.70), rgba(79, 97, 83, 0.2)), url(../img/wooden-gates-chipping-norton.jpg);
}
.faq-header {
    background-image: linear-gradient(to right, rgba(79, 97, 83, 0.9), rgba(79, 97, 83, 0.70), rgba(79, 97, 83, 0.2)), url(../img/fencing-contractor-faqs.jpg);
}

.contact-header {
    background-image: linear-gradient(to right, rgba(79, 97, 83, 0.9), rgba(79, 97, 83, 0.70), rgba(79, 97, 83, 0.2)), url(../img/contact-chipping-norton-fencing.jpg);
}

.header {
	width:100%;
height:70vh;
		    background-position: center;
    background-size: cover;
}
.service-img{
    background-position: center;
background-size: cover; 
height:200px;
}

.fencing-img {
    background-image: url(../img/bespoke-fencing.jpg);
}
.pergolas-img {
    background-image: url(../img/pergolas.jpg);
}
.sheds-img {
    background-image: url(../img/sheds-decking.jpg);
}

.red-section{
		    background-image: linear-gradient(to left, rgb(79, 97, 83, 1), rgb(79, 97, 83, 0.93), rgb(79, 97, 83, 0.2)), url(../img/chipping-norton-fencing-company.jpg);
		    background-position: center;
    background-size: cover; 
	
}
.dark-section {
		    background-position: center;
    background-size: cover; 
	    background-image: linear-gradient(to right, rgba(88, 89, 91, 1), rgba(88, 89, 91, 0.93), rgba(88, 89, 91, 0.2)), url(../img/header-test.jpg);
}
.homes-section {
		    background-position: center;
    background-size: cover; 
	    background-image: linear-gradient(to left, rgba(88, 89, 91, 1), rgba(88, 89, 91, 0.93), rgba(88, 89, 91, 0.2)), url(../img/domestic-fencing.jpg);
}
.builders-section {
		    background-position: center;
    background-size: cover; 
	    background-image: linear-gradient(to right, rgb(79 97 83), rgb(79 97 83 / 93%), rgb(79 97 83 / 50%)), url(../img/outbuildings.jpg);
}

.commercial-section {
		    background-position: center;
    background-size: cover; 
	    background-image: linear-gradient(to left, rgba(88, 89, 91, 1), rgba(88, 89, 91, 0.93), rgba(88, 89, 91, 0.2)), url(../img/pergolas.jpg);
}
.cta {
display: flex;
    flex-direction: column;
    Justify-content: center;
    align-items: center;
    text-align: center;
    background: #4f6153;
    color: #fff;
}

.cta h3 {
	font-size:36px;
}

.thanks {
		    background-image: linear-gradient(to right, rgba(88, 89, 91, 0.9), rgba(88, 89, 91, 0.93), rgba(88, 89, 91, 0.8)), url(../img/header-test.jpg);
		    background-position: center;
    background-size: cover;
	
}
.footer {
	width:100%;
	background-color:#43423e;
	color:#fff;
	    background-position: center;
    background-size: cover;
}

.footer a {
    color:#fff;
}
.foot-flex {
		    display: flex;
    justify-content: space-between;
}
.bottom-footer {
	background:#4f4f51;
	color:#fff;
}
.navbar {
	    display: flex;
    justify-content: space-between;
	    align-items: center;
		list-style-type:none;
		height:100px;
		font-weight:600;
		text-transform:uppercase;
}

.navbar-logo {
	width:250px;
}
.nav-item {
	margin-left:40px;
	margin-right:40px;
}
/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #fff;
  position: fixed;
    width: 100%;
	    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	z-index:10;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
      background-color: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	z-index:10;
}

.mob-men {
	display: flex;
    justify-content: space-between;
    padding: 10px;
	    align-items: center;

}

@media (min-width: 1150px) {
	.topnav {display:none;}
}
@media (max-width: 1150px) {
	.headnav {display:none;}
}

@media (max-width: 1150px) {
	.header {
	width:100%;
	height:80vh;
		    background-position: center;
    background-size: cover;
}
.red-section{
		    background-image: linear-gradient(to left, rgba(79, 97, 83, 0.9), rgba(79, 97, 83, 0.70), rgba(79, 97, 83, 0.5)), url(../img/header-test1.jpg);
		    background-position: center;
    background-size: cover; 
	
}
.dark-section {
		    background-position: center;
    background-size: cover; 
	    background-image: linear-gradient(to right, rgba(88, 89, 91, 1), rgba(88, 89, 91, 0.93), rgba(88, 89, 91, 0.7)), url(../img/header-test.jpg);
}

.homes-section {
		    background-position: center;
    background-size: cover; 
	    background-image: linear-gradient(to right, rgba(88, 89, 91, 1), rgba(88, 89, 91, 0.93), rgba(88, 89, 91, 0.7)), url(../img/electricians-for-your-homes.jpg);
}
.builders-section {
		    background-position: center;
    background-size: cover; 
	    background-image: linear-gradient(to right, rgba(88, 89, 91, 1), rgba(88, 89, 91, 0.93), rgba(88, 89, 91, 0.7)), url(../img/electricians-for-builders.jpg);
}

.commercial-section {
		    background-position: center;
    background-size: cover; 
	    background-image: linear-gradient(to right, rgba(88, 89, 91, 1), rgba(88, 89, 91, 0.93), rgba(88, 89, 91, 0.7)), url(../img/commercial-electricians.jpg);
}
.work-section {
	    flex-direction: column;
}
.work-button {
	border-top:0 !important;
}
.foot-flex {
	flex-direction:column;
}
.three-col {
	    flex-direction: column;
}
.col {
	max-width:600px!important;
	width:85%!important;
}
}

@media (max-width: 1150px) {
	.tel, .slogan {display:none;}
	.header {
		padding-top:20vh;
	}
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
      width: 90%;
    margin: auto;
}

/* Style navigation menu links */
.topnav a {
  color: #4f4f51;
  padding-top:15px;
  padding-bottom:15px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: #4f4f51;
}

/* Style the active link (or home/logo) */

.nav-active:after {
			content: "";
    display: block;
    background: #4f6153;
	background-size:cover;
	background-position: center;
    width: 100%;
    height: 2px;
    margin: 5px 0 0 0;
}
	
.nav-item:hover:after {
			content: "";
    display: block;
    background: #4f6153;
	background-size:cover;
	background-position: center;
    width: 100%;
    height: 2px;
    margin: 5px 0 0 0;
}
	
.nav-active:hover:after {
	display:none;
}

.btn {
    background: #4f6153;
    padding: 15px 10px 15px 10px;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
    border: none;
	cursor:pointer;
	    letter-spacing: 2px;
}
	
.button {
    background: #a4b0ad;
    padding: 15px 10px 15px 10px;
    width: 150px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
	    letter-spacing: 2px;
        cursor:pointer;
}
.btn:hover, .button:hover {
	background-color:#4f6153;
}

.ghost {
	border:3px solid #fff;
    background: none;
}
.ghost:hover {
	background:#fff;
	color:#4f6153;
}
.three-col {
	display:flex;
	justify-content: space-between;
}

.review-container {
	max-width:500px;
    margin:auto;
    text-align:center;
}

.lrg-quote {
    font-size: 85px;
    color: #a4b0ad;
    margin-bottom: 0;
    margin-top: 0;
}

.review {
    color: #fff;
    font-style: italic;
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: 2rem;
}

.review-name {
    padding-top:60px;
color:#a4b0ad;
font-weight:600;
font-size:1.2rem;
}

.star {
	max-width:400px;
	width:100%;
	height:auto;
}
.check {
	    width: 70px;
    height: auto;
    margin-left:auto;
}

.review-title {
	color:#003b8b;
	font-size:20px;
	    padding-top: 15px;
}

.review p {
	color:#898989;
	font-size:18px;
}

.review-location {
	padding-top:15px;
	padding-bottom:25px;
	font-size:16px;
	color: #898989;
	text-align: right;
}
.col {
	padding:20px;
	border-radius:5px;
	width: 100%;
    max-width: 300px;
}

.col-single {
	padding:20px;
	border-radius:5px;
	width: 100%;
}
.link-arrow-white {
	color:#fff;
	line-height:25px;
	font-weight:600;
	    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.link-arrow-white:hover {
		    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.link-arrow-white:after {
		content: "";
    display: inline-block;
    background: url("/../img/link-arrow-white.png") no-repeat;
	background-size:cover;
	background-position: center;
    width: 25px;
    height: 15px;
    margin: 0 0 0 10px;
	
}
.link-arrow {
	line-height:25px;
	font-weight:600;
	    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.link-arrow:hover {
		    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.link-arrow:after {
		content: "";
    display: inline-block;
    background: url("/../img/link-arrow.png") no-repeat;
	background-size:cover;
	background-position: center;
    width: 25px;
    height: 15px;
    margin: 0 0 0 10px;
	
}
.under:after {
		content: "";
    display: block;
    background: #4f6153;
	background-size:cover;
	background-position: center;
    width: 50px;
    height: 4px;
        margin: auto;
    margin-top: 20px;
}

.rewiring {
line-height:32px;
}


.fire-alarms {
line-height:32px;
}

.new-build {
line-height:32px;
}

.electrical-containment {
line-height:32px;
}

.electrical-testing {
line-height:32px;
}

.cctv {
line-height:32px;
}

.builders {
	line-height:32px;
}


.homes {
	line-height:32px;
}


.commercial {
	line-height:32px;
}

.col1, .col2, .col3, .col4 {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 20px;
	    max-width: 300px;

}

.col-lg-10 {
	margin-top:5px;
}
.logo {
	    background: #4f4f51;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

a {
	text-decoration:none
}

.tel-left img, .tel-right img {
	height:35px;
	padding:10px;
	padding-left:0;
}
.phone-nav {
	    border-top: 1px solid #4f4f51;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
	font-weight:600;
	margin-top: 20px;
}
.phone-nav img {
	    height: 40px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.work-section{
	display:flex;
}
.work-button {
	flex:1;
	display:flex;
	align-items:center;
	    justify-content: center;
		border: 1px solid #4f4f51;
    border-left: 0;
}
.work-button:hover {
	    background: rgb(79 97 83 / 50%);
}


.accordion {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
   background: #ffffff;
    border: 1px solid;
    margin: 5px;
	    font-weight: 600;
    line-height: 20px;
}

.accordion:hover {
    background: rgb(79 97 83 / 50%);
}

.accordion:after {
  content: '\002B';
  color: #4f6153;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size:22px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}