html, body{
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
  }

/* ------------------ fonts -------------------- */
 .montserrat{
  font-family:Montserrat;
 }

.Mont-SemiBold{
    font-family: 'Montserrat-SemiBold';
 }

 .monMed{
   font-family:MontserratMedium;
 }

 .montLight{
  font-family:Montserrat-ExtraLight;
 }

.montBold{
  font-family:Montserrat-Bold;
 }

 .montXtBold{
  font-family:Montserrat-ExtraBold;
 }

 .nexaboldregular{
    font-family:nexa_boldregular;
 }

 .nexalight{
    font-family:nexa_lightregular;
 }

.header{
    position: fixed;
    top: 0;
    width: 100%;
    padding:20px 0;
    background:var(--white);
    box-shadow:0 0 1px 1px #dddddd;;
    box-sizing: border-box;
    z-index:100;
  }

  .header .headerContainer{
    width:1050px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
  }

  .headerContainer .logoCont{
    width:250px;
    display: flex;
    align-items: center;
  }

  .logoCont .logoImg{
    width:60px;
    margin-right:5px;
  }

  .logoImg img{
    width:100%;
    height:auto;
    display: block;
  }

  .logoCont .logoName{
    width:calc(100% - 65px);
  }

  .headerContainer .contacNo{
    background:var(--yellow) ;
    color: var(--blue) !important;
    border-radius:25px;
  }

  .contacNo a{
    display: block;
    color: var(--blue) !important;
    padding:10px 20px;
    box-sizing: border-box;
  }

  .button a{
    display: block;
    color: var(--blue) !important;
  }

  .button.buttonlarge a{
    padding:8px 5px;
  }

  .main{
    width:100%;
  }

  .main .banner{
    position: relative;
    width:100%;
    height:800px;
    background: url("../images/bg-0.png")no-repeat;
    background-size:cover;
  }

  .banner .welcome{
    position: absolute;
    bottom:-50px;
    right: 0;
    transform:translate(-35%, 0);
    width:450px;
    background:url(../images/form-bg.png) no-repeat center;
    background-size:cover;
    padding:30px 20px;
    z-index:5;
    box-sizing:border-box;
  }

.table{
    border-radius:45px 45px 0 0;
    padding:20px 25px;
    box-sizing: border-box;
}

.col .containtBox{
position: relative;
}

.RemodelsRenovations{
    width:1300px;
     margin:0 auto;
}

.RemodelsRenovations.flexCenter {
  align-items: stretch;
}

.remodels{
    width:calc(100% - 800px);
    padding:85px 110px;
    border-radius:80px 0;
    background:var(--blue);
    box-sizing: border-box;
}

.renovations{
    width:800px;
}

.renovations img{
    display: block;
    width:100%;
    height:400px;
    border-radius:0 190px 190px 0;
    margin:10px 0;
    box-sizing: border-box;
}

section.ReviveYourSpace{
    position: relative;
    width:100%;
    background: url(../images/bg-1.jpg) no-repeat;
    background-size:cover;
}

.ReviveYourSpace .container .discriptionBox{
    width:1050px;
    margin:0 auto;
}

.theSchool{
    position: relative;
    width:100%;
    height:760px;
    background: url(../images/bg-2.jpg) no-repeat center;
    background-size: cover;
}

.theSchool .container{
    width:1000px;
    margin:0 auto;
    padding-top:250px;
    padding-bottom:100px;
}

.theSchool .container .imageBox{
    width:300px;
    margin-right:80px;
}

.theSchool .container .discriptionBox{
  width:calc(100% - 435px);
}

.list.serviceList{
    width:600px;
    margin:0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.serviceList .col{
    width:195px;
    margin-bottom:30px;
}

.serviceList .col:nth-child(3n+3){
    margin-right:0;
}

.serviceList .col .imageBox{
    position:relative;
    width:150px;
    margin:0 auto;
    background-color:var(--dim);
    box-sizing: border-box;
}

.serviceList .col:last-child .imageBox{
  height:160px;
  padding-top:25px;
}

.serviceList .col .imageBox img{
  width: 100%;
  margin: auto;
}

.serviceList .col .name{
    text-align: center;
    color:var(--formColor);
    font-family:nexa_boldregular, sans-serif;
    margin-top:10px;
    box-sizing: border-box;
}

.whyChoose .container .discriptionBox{
  width:1020px;
  margin:0 auto;
}

.smallContiner{
  width:600px;
  padding:30px;
  margin:0 auto;
  background:var(--yellow);
  color:var(--dark);
  font-size:15px;
  box-sizing: border-box;
}

footer {
  position: relative;
  background:var(--footer);
  padding-top:80px;
  padding-bottom:100px;
  box-sizing: border-box;
}

footer .container{
  width:1300px;
  margin:0 auto;
  display: flex;
}

footer .container .contactUs{
  width:calc(100% - 450px);
}

footer .container .map{
  width:450px;
}

footer .container .list{
display: flex;
flex-direction:row;
}

footer .contintBox .list .ContactList{
  width:400px;
}

.socialMedia .contintBox .list{
width:300px !important;
display: flex;
align-items: center;
justify-content: space-between;
}

.socialMedia .contintBox .list .col{
  width:50% !important;
}

footer .container.googleMap .map img{
  width:100%;
  height:auto;
}

footer .googleMap a.mapLink{
  display: block;
  color:var(--blue);
}

footer .googleMap {
    height: 100%;
}

/* contact form response */
.success,
.failed {
    display: none;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.success i, 
.failed i {
    margin-right: 5px;
}    

.success {
    background-color: #56B68B;
}

.failed {    
    background-color: #e74c3c;
}
