*{
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}

.clearfix{
  clear: both;
}

.text-center{
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -ms-center;
  text-align: -o-center;
}

body{
  height: auto;
  width: 100%;
}

#scroll-to-top {
    background: url(images/back-top.png) no-repeat center center #565655;
    border: 2px solid #ddd;
    border-radius: 100%;
    cursor: pointer;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 25px;
    right: 12px;
    z-index: 9999;
    display: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}

header{
  width: 100%;
  height: auto;
}

.header-top{
  width: 100%;
  border-bottom: 4px solid #96cb3b;
  background-color: #565655;
}

.header-contact{
  max-width: 1400px;
  height: auto;
  margin: auto;
  padding: 10px 30px;
  box-sizing: border-box;
  width: 100%;
  text-align: right;
  text-align: -webkit-right;
  text-align: -ms-right;
  text-align: -moz-right;
  text-align: -o-right;
}

.header-contact-obj:first-of-type {
  padding: 0 12px 0 0;
}

.header-contact-obj {
  display: table-cell;
  vertical-align: middle;
  color: #ccc;
}

.header-contact-obj .ion {
  font-size: 25px;
  color: #96cb3b
}

.header-contact-obj a {
  text-decoration: none;
  color: inherit;
  font-family: "Open Sans";
}

.header-bg{
  padding: 15px 30px;
  max-width: 1400px;
  width: 100%;
  margin: auto;
  display: table;
}

.logo{
  width: 250px;
  height: auto;
  display: table-cell;
  vertical-align: middle;
}

.logo img{
  width: 100%;
  height: auto;
}

.burger-nav{
  display: none;
}

nav{
  width: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  text-align: -webkit-right;
  text-align: -moz-right;
  text-align: -ms-right;
}

nav ul li{
  display: inline-block;
  text-decoration: none;
  width: auto;
  margin-left: 20px;
}

nav ul li:first-of-type{
  margin: 0;
}

nav ul li a{
  color: #565655;
  text-decoration: none;
  font-family: 'Open Sans';
  font-size: 20px;
  cursor: pointer;
}

nav ul li a:hover{
  color: black;
}

nav ul li ul{
  display: none;
}

nav ul li:hover > ul{
  display: block;
  position: absolute;
  z-index: 999;
  padding-top: 20px;
  left: -33px;
}

li ul li{
  width: 100%;
  background-color: white;
  height: auto;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  text-align: -webkit-center;
  text-align: -ms-center;
  text-align: -moz-center;
}

li ul li:last-of-type{
  padding-bottom: 20px;
}

.overlay {
height: 0%;
width: 100%;
position: fixed;
z-index: 10000;
top: 0;
left: 0;
background-color: rgba(86,86,85, 0.95);
overflow-y: hidden;
transition: 0.5s;
}

.overlay-content {
position: relative;
top: 25%;
width: 100%;
text-align: center;
text-align: -webkit-center;
text-align: -moz-center;
text-align: -ms-center;
margin-top: 30px;
}

.overlay a {
padding: 8px;
text-decoration: none;
font-size: 36px;
color: rgb(181,181,181);
display: block;
transition: 0.3s;
font-family: 'Roboto';
text-transform: uppercase;
}

.overlay a:hover, .overlay a:focus {
color: white;
}

.overlay .closebtn {
position: absolute;
top: 20px;
right: 45px;
font-size: 60px;
}

h1 {
  font-family: 'Open Sans';
}

h2{
  font-family: 'Open Sans';
  color: #96cb3b;
  font-size: 21px;
}

p{
  font-family: 'Open Sans';
  font-size: 18px;
}

p strong{
  font-size: 20.5px;
}

.bullet{
  color: #96cb3b;
  font-size: 22px;
}

.content{
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: auto;
  padding: 30px;
}

#covid-19{
  width: 100%;
  height: auto;
  background: rgb(130,166,70);
  background: linear-gradient(90deg, rgba(130,166,70,1) 0%, rgba(0,0,0,1) 100%);
}

.covid-container{
  max-width: 1400px;
  height: auto;
  padding: 20px;
  margin: auto;
  color: white;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -ms-center;
  text-align: -o-center;
}

.covid-container h4{
  font-family: 'Open Sans';
  font-size: 26px;
}

.covid-container h5{
  font-family: 'Open Sans';
  font-size: 21px;
}

.covid-container h4, .covid-container h5{
  margin-bottom: 10px;
}

.covid-container p a{
  color: inherit;
}

/*----- Home Start -----*/

#home-top{
  width: 100%;
  height: 600px;
  background-image: url(images/chesterfield-curtains-blinds.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#intro{
  width: 100%;
  height: auto;
}

#services-tabs{
  width: 100%;
  height: auto;
  display: flex;
}

.tab{
  position: relative;
  width: 20%;
  height: auto;
  flex: 0 1 20%;
}

.tab-image:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(0, 0, 0, 0.82) 81%, black 99%);
  transition: all 0.2s ease-out;
}

.tab-image img{
  width: 100%;
  height: auto;
  display: block;
}

.tab-caption{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
  transition: all .5s ease;
}

.tab-caption h5{
  position: absolute;
  font-size: 25px;
  font-family: 'Open Sans';
  left: 40px;
  right: 75px;
  bottom: 30px;
  transition: all .5s ease;
}

.tab-caption h5 a{
  color: white;
  text-decoration: none;
  transition: all .3s ease;
}

.tab-caption .icon{
  bottom: -55px;
  right: 15px;
  position: absolute;
  transition: all .5s ease;
}

.tab:hover .tab-caption{
  background: rgba(150,203,51,0.7);
}

.tab:hover .tab-image:after{
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 0%, rgba(0, 0, 0, 0.82) 0%, black 0%);
}

.tab:hover .tab-caption h5{
  bottom: 50%;
  transform: translateY(50%);
}

.tab:hover .tab-caption .icon{
  display: block;
  bottom: 50%;
  transform: translateY(50%);
}

.tab-caption h5 a:hover{
  color: #565655;
}

.iconify:hover{
  color: #565655;
  border-color: #565655;
}

.iconify {
  border: 3px solid white;
  border-radius: 100%;
  cursor: pointer;
  height: 50px;
  width: 50px;
  transition: all .3s ease;
  color: white;
}

/*-- Home End --*/

/*----- Services Start -----*/

.generic-top{
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#blinds-top{
  background-image: url(images/blinds-top.jpg);
}

#curtains-top{
  background-image: url(images/curtains-top.jpg);
  background-position: top;
}

#awnings-top{
  background-image: url(images/awnings-top.jpg);
}

#shutters-top{
  background-image: url(images/shutters-top.jpg);
}

#automation-top{
  background-image: url(images/automation-top.jpg);
}

.split-img{
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.visage-blinds-top{
  background-image: url(images/visage-blinds-top.jpg);
}

.vertical-blinds-top{
  background-image: url(images/vertical-blinds-top.jpg);
}

.allusion-blinds-top{
  background-image: url(images/allusion-blinds-top.jpg);
}

.panel-blinds-top{
  background-image: url(images/panel-blinds-top.jpg);
  background-position: top;
}

.perfect-fit-blinds-top{
  background-image: url(images/perfect-fit-blinds-top.jpg);
}

.metal-venetian-blinds-top{
  background-image: url(images/metal-venetian-blinds-top.jpg);
}

.wood-venetian-blinds-top{
  background-image: url(images/wood-venetian-blinds-top.jpg);
}

.roller-blinds-top{
  background-image: url(images/roller-blinds-top.jpg);
}

.vision-blinds-top{
  background-image: url(images/vision-blinds-top.jpg);
}

.conservatory-blinds-top{
  background-image: url(images/conservatory-blinds-top.jpg);
}

.roman-blinds-top{
  background-image: url(images/roman-blinds-top.jpg);
}

.lutron-blinds-top{
  background-image: url(images/lutron-blinds-top.jpg);
  height: 550px;
}

.services-section{
  width: 100%;
  height: auto;
}

.gallery-section{
  width: 100%;
  height: auto;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -ms-center;
  text-align: -o-center;
}

.services-section-grey{
  width: 100%;
  height: auto;
  background-color: darkgrey;
}

.services-section-grey h2{
  color: #687f40;
}

.services-section-grey .services-title{
  color: #687f40;
}

.services-section-lightgrey{
  width: 100%;
  height: auto;
  background-color: lightgrey;
}

.services-section-lightgrey h2{
  color: #687f40;
}

.services-section-lightgrey .services-title{
  color: #687f40;
}

.services-title{
  font-weight: bold;
  font-size: 18px;
  color: #96cb3b;
}

.services-section a{
  color: #96cb3b;
}

.services-section-lightgrey a{
  color: black;
}

.somfy-left{
  display: inline-block;
  width: 58%;
  vertical-align: middle;
}

.somfy-right{
  display: inline-block;
  width: 38%;
  padding: 20px;
  vertical-align: middle;
}

.somfy-right img{
  width: 100%;
}

.automation-spacer{
  width: 100%;
  height: auto;
}

.automation-spacer img{
  width: 100%;
  display: block;
}

.gallery{
  display: inline-block;
  width: 19%;
  padding: 5px;
  border-radius: 10px;
}

.gallery:hover img{
  opacity: 1;
}

.gallery img{
  width: 100%;
  opacity: 0.8;
  border-radius: 10px;
}

.lb-data .lb-caption{
  font-family: "Open Sans";
  font-size: 20px !important;
}

.lb-data .lb-number {
  font-family: "Open Sans";
}

.designer-section{
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

/*-- Services End --*/

/*----- Contact Start -----*/

#contact-top{
  background-image: url(images/contact-chesterfield-curtains-blinds.jpg);
}

#contact{
  text-align: center;
  text-align: -webkit-center;
  text-align: -o-center;
  text-align: -moz-center;
  text-align: -ms-center;
}

.contact-obj{
  display: table-cell;
  vertical-align: middle;
}

.contact-obj p{
    font-size: 16px;
    color: #8b8b8c;
}

.contact-left{
  width: 49%;
  height: 400px;
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
  text-align: -webkit-left;
  text-align: -ms-left;
  text-align: -moz-left;
  text-align: -o-left;
}

#map {
  height: 450px;
  width: 100%;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
}

.contact-right{
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

#contact a{
  color: inherit;
  text-decoration: underline;
}

/*-- Contact End --*/

.call-to-action{
  background-color: #96cb3b;
  width: 100%;
  height: 100px;
}

.call-to-action-content{
  max-width: 800px;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 20px;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -ms-center;
}

.call-to-action-content h3{
  color: white;
  font-size: 32px;
  font-family: 'Roboto';
  margin-right: 100px;
}

.cta-btn{
  width: 220px;
  height: auto;
  background-color: rgba(86,86,85,0.85);
  padding: 20px;
  color: white;
  text-decoration: none;
  border-radius: 15px;
  transition: all .5s ease;
}

.cta-btn p{
  font-size: 20px;
}

.call-to-action-content h3, .call-to-action-content a{
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}

.cta-btn:hover{
  background-color: rgb(86,86,85);
}

footer{
  width: 100%;
  height: auto;
  position: relative;
  bottom: 0;
  padding-top: 60px;
  font-family: 'Roboto';
}

footer a{
  text-decoration: none;
}

.footer-top{
  max-width: 1200px;
  height: auto;
  margin: auto;
  color: #565655
}

.footer-top a{
  color: #565655;
}

.footer-top img{
  max-width: 80%;
  height: auto;
}

.columns{
  height: auto;
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  box-sizing: border-box;
}

.columns h3{
  font-size: 28px;
}

.footer-icons-container{
  width: 100%;
  margin-top: 15px;
}

.social-obj{
  vertical-align: middle;
}

.ion-social{
  font-size: 35px;
  color: #96cb3b;
}

.social-icons{
  margin: 10px 0;
}

.social-icon{
  width: 30px;
  border: 1px solid #fff;
  display: inline-block;
  padding: 4px;
  margin: 3px;
  color: #fff;
}

.footer-obj {
  display: table-cell;
  padding: 0 12px 0 0;
  vertical-align: middle;
}

.ion{
  font-size: 25px;
  color: #96cb3b;
}

footer p{
  font-size: 14.5px;
}

footer ul{
  list-style: none;
}

footer ul li{
  padding-bottom: 3px;
}

footer ul li a{
  font-size: 14.5px;
}

.footer-bottom{
  margin-top: 30px;
  border-top: 4px solid #96cb3b;
  background-color: #565655;
  color: white
}

.footer-bottom a{
  color: white;
  font-weight: bold;
}

.footer-bottom-container{
  max-width: 1200px;
  padding: 15px;
  margin: auto;
}

footer .left{
  float: left;
  width: auto;
  height: auto;
}

footer .right{
  float: right;
  width: auto;
  height: auto;
}
