.siteplan-banner-sec {
    min-height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
}

.siteplan-intro-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.siteplan-intro-col-left {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: calc(100% - 337px);
    text-align: left;
    padding-right: 15px;
}

.siteplan-intro-area p {
    padding: 0;
}

.siteplan-intro-content {
    max-width: 710px;
    width: 100%;
}

.siteplan-intro-col-right{
display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 337px;    
}
.siteplan-intro-form{
background: #FDEBDD;
box-shadow: 0px 3px 6px rgba(0,0,0,0.29);
border-radius: 17px;
padding:30px 30px;
margin-top: -150px;
position: relative;
    z-index: 1;
    text-align:left;
}

.siteplan-intro-form h3{
font-weight:400;
margin-bottom: 30px;
}
.siteplan-intro-form h3 strong{
font-weight:700;
}

.lets-connect-sec{
 background: #FDEBDD;
 padding: 39px 0 32px; 
}
.description .btn-holder .btn.btn-outline-secondary.btn-love {
    margin-bottom: 15px;
}
.head .btn.btn-outline-secondary.btn-love{
margin:20px 0 10px;
}

.btn.btn-outline-secondary.btn-love{
background: #f7ae79 !important;
border-color:#f7ae79 !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
}

.btn.btn-outline-secondary.btn-love:hover , .btn.btn-outline-secondary.btn-love:focus{
background: #fdebdd !important;
border-color:#fdebdd !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
}

.form-submitted .lets-connect-row-wrap{
display:none !important;
}

.custom-btn{
  background: #542B71;
  color: #fff;
  padding: 16px 10px;
  border: 1px solid #542B71;
  border-radius: 0;
  margin: 0;
  display: inline-block;
  min-width: 260px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-family:"halyard-display", sans-serif;
}






.custom-btn:hover , .custom-btn:focus{
  background: #542B71;
  border-color: #542B71;
  color: #ffffff;
}


.custom-btn svg{
  display: inline-block;
  vertical-align: middle;
  margin: 0 -6px 0 14px;
  width: 14px;
  transition: all 0.3s ease-in-out;
}

.custom-btn.active svg{
transform: rotate(180deg);
}

.lets-connect-row {
  justify-content: space-between;
  align-items: center;
}

.c-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.lets-connect-col-left {
  width: 74%;
  letter-spacing: 0px;
  padding-bottom: 11px;
}

.lets-connect-col-right {
  margin-right: -5px;
}


.lets-connect-col-left h4,
.lets-connect-col-left h1 {
  margin: 0;
  font-size: 34px;
  line-height: 1.1;
  color: #202020;
  font-weight: 400;
  letter-spacing: 0.7px;
  font-family: 'Clash Display', sans-serif;
}

.lets-connect-col-left h4 strong,
.lets-connect-col-left h1 strong {
  font-weight: 600;
}

.form-col {
margin: 0 0 48px;
}

.custom-form .gfield .gfield_label{
  display: block !important; 
  font-size: 18px;
  font-weight: 500;
  font-family:"halyard-display", sans-serif;
  color: #202020;
  margin: 0 0 5px;
  letter-spacing: 0.2px;
}

.custom-form .gfield .gfield_label .gfield_required{
display: none !important;
}


.custom-form input[type="text"],.custom-form input[type="email"],.custom-form input[type="url"],.custom-form input[type="password"],.custom-form input[type="search"],
.custom-form input[type="number"],.custom-form input[type="tel"],.custom-form input[type="range"],.custom-form input[type="date"],.custom-form input[type="month"],
.custom-form input[type="week"],.custom-form input[type="time"],.custom-form input[type="datetime"],.custom-form input[type="datetime-local"],.custom-form input[type="color"],
.custom-form textarea,.custom-form select{
height: 32px !important;
padding: 0 !important;
font-weight: 500;
font-size: 18px !important;
font-family:"halyard-display", sans-serif;
color: #000000 !important;
border-radius: 0;
border: 0;
border-bottom: 2px solid #363636;
background: transparent;
outline: none !important;
    box-shadow: none !important;

}
.custom-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #858585; opacity:1;
}
.custom-form ::-moz-placeholder { /* Firefox 19+ */
  color: #858585; opacity:1;
}
.custom-form :-ms-input-placeholder { /* IE 10+ */
  color: #858585; opacity:1;
}
.custom-form :-moz-placeholder { /* Firefox 18- */
  color: #858585; opacity:1;
}

.custom-form .gform_footer > input.gform_button{
  min-width: 187px !important;
  background: #542B71 !important;
  color: #fff !important;
  padding: 16px 10px !important;
  border: 1px solid #542B71 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  display: inline-block !important;
  line-height: 1 !important;
  text-align: center !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  font-family:"halyard-display",sans-serif !important;
}

.custom-form .gform_footer > input.gform_button:hover , .custom-form .gform_footer > input.gform_button:focus{

  background: transparent !important;
  border-color: #542B71 !important;
  color: #542B71 !important;
}

.inner-main{
  max-width: 1086px;
  margin: 0 auto;
  width: 100%;
}

.lets-connect-form {
  padding: 40px 0 35px;
  /*display: none;*/
}

.custom-form .gform_fields{
display: block;
}

.custom-form .gform_footer{
padding: 0 !important;
}

.header-sec{
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 83px 0 14px;
  background: #fff;
  z-index: 999999;
}
@media (max-width: 991.98px) {
  .page-template-home-php .visual,
  .page-template-home-new-php .visual {
    margin-top: 0 !important
  }
}


.header-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header-logo{
  width: 340px;
  display: inline-block;
  vertical-align: middle;
}

.header-logo img{
  max-width: 100%;
  width: 100%;
  display: block;
}
.header-area .nav-drop{
display: inline-block;
vertical-align: top;
padding-left: 35px;
padding-top: 14px;
}

.header-col-left{

}

.header-col-right{

}

.inner-header-col-right{
  position: relative;
  padding-top: 10px;
}


.header-search{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.header-search-icn{
  display: inline-block;
  font-size: 25px;
  vertical-align: middle;
  color:#542B71;
}

.header-call{
  display: inline-block;
  margin-left: 21px;
}


.how-assist-link{
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 16px;
  font-weight: 400;
  color: #363636;
  display: inline-block;
  vertical-align: middle;
}


.get-touch-btn{
  background: #F7AE79;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  padding: 10px 10px;
  min-width: 190px;
  text-align: center;
  text-transform: uppercase;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}


.get-touch-btn:hover , .get-touch-btn:focus{
  opacity:1;
  background:rgba(247,174,121,0.5);
  color: #000000;
}

.header-sec .container{
  max-width: 1666px;
}

.header-sec .menu > li > a{
  font-size: 18px;
  font-weight: 500;
  color: #363636;
  padding-bottom: 14px;
}

.header-sec .menu > li{
padding: 0;
margin-right: 35px;
}

.header-sec .menu > li:last-child{
  margin-right: 0;
}

.get-touch-btn svg {
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  top: -3px;
  position: relative;
}

.header-sec .dropdown-menu{
left: 0 !important;
}


.search-box.header-searchbox{
  right: -9px;
    top: -8px;
    position: absolute;  
  display: none;
  z-index: 99999;
}

.header-searchbox .search-btn{
font-size: 25px;
}

.home .wrapper{
  padding-top: 0;
}

.mob-searchbox{
  display: none;
}

.mob-header-strip{
  display: none;
}

.home .visual{
  padding-top: 0;
}

.header-area{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
}

.stickyHead .header-area{
position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation-name: menu-slide-down;
  -webkit-animation-name: menu-slide-down;
  -html-animation-name: menu-slide-down;
  -moz-animation-name: menu-slide-down;
  -o-animation-name: menu-slide-down;
  animation-duration: 00.5s;
  -webkit-animation-duration: 00.5s;
  -moz-animation-duration: 00.5s;
  -html-animation-duration: 00.5s;
  -o-animation-duration: 00.5s;
}

.stickyHead .header-sec{
  padding: 15px 0;
  
}

img.sticky-logo{
  display: none;
}

.stickyHead img.normal-logo{
  display: none;
}
.stickyHead .header-logo{
  width: 61px;
}

.stickyHead img.sticky-logo{
  display: block;
}




@keyframes menu-slide-down {
  0% {
      transform: translateY(-100%)
  }
  100% {
      transform: translateY(0)
  }
}

@-webkit-keyframes menu-slide-down {
  0% {
      -webkit-transform: translateY(-100%)
  }
  100% {
      -webkit-transform: translateY(0)
  }
}


.wrapper{
  padding: 0;
}

.gform_confirmation_message {
    margin: 0;
    font-size: 34px;
    color: #202020;
    font-weight: 400;
    font-family: 'Clash Display', sans-serif;
    text-align: center;
}

.form-open .lets-connect-form{
padding:0;
}


.intro-sec{
background-color:#fff;
color:#202020;
padding:120px 0 55px;
}

.intro-sec h1,
.intro-sec h4 {
color:#542B71;
}

.intro-sec p{
color:#202020;
margin-bottom: 43px;
}

.intro-sec .custom-btn{
min-width:190px;
    line-height: 1.45;
}

.intro-sec .image img{
max-width:100%;
width:auto;
height:auto;
margin-bottom:10px;
}

.dropdown-menu li.active a {
    background: transparent !important;
    color: #202020 !important;
}
body .dropdown-menu li a:hover ,body .dropdown-menu li a:focus{
    color: #202020 !important;
    background: #fff !important;;
}

.topics-blocks .block{
    margin-left: 5px;
    margin-right: 5px;
}

.topics-blocks .topics-block{

justify-content: center;
}

.learn-more-today-sec{
padding:20px 0;
text-align:center;
}

.learn-more-today-sec .subhead{
    display: block;
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    margin: 0 0 28px;
    font-family: 'Clash Display', sans-serif;
}

.learn-more-today-sec .learn-more-today-content {
    max-width: 900px;
    width:100%;
    margin:0 auto;
}


/*-- responsive --*/

@media (min-width: 992px){

  .stickyHead .how-assist-link {
    transition: none;
    position: static;
    margin-left: 15px;
  }
  
  .stickyHead .header-search{
  display: none;
  }
  
  .stickyHead .inner-header-col-right{
  padding-top: 6px;
  }
  
  .stickyHead .header-area .nav-drop{
  vertical-align: middle;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) { 
  .stickyHead .inner-header-col-right {
    padding-top: 12px;
}

}

@media (max-width: 1420px){

  .header-logo {    width: 238px;  }
  .header-sec .menu > li > a{font-size: 15px;}

  .header-area .nav-drop{
    padding-left: 10px;
    padding-top: 3px;
  }

  .header-sec .menu > li{
    margin-right: 15px;
  }

  .header-sec .menu > li > a{
    padding-bottom: 20px;
  }

  .get-touch-btn{
    font-size: 16px;
    min-width: 160px;
  }

  .how-assist-link{
    font-size: 14px;
  }
  .inner-header-col-right{
    padding-top: 5px;
  }
  
  .intro-sec{
  padding:55px 0 10px;
  }

}

@media (max-width: 1199px){

  .lets-connect-col-left h4,
	.lets-connect-col-left h1{
    font-size: 24px;
  }
  .gform_confirmation_message {
   font-size: 24px;
  }

  .get-touch-btn {
    font-size: 15px;
    min-width: 140px;
    margin-left: 10px;
    padding: 5px 10px;
}

  .header-call{
    margin-left: 10px;
  }
  .header-call svg{
    width: 16px;
  }


  .header-search-icn{
    font-size: 18px;
  }

  .header-sec .menu > li > a{
    font-size: 14px;
  }


}

@media (max-width: 991px){

.mob-header-strip

  html{
    margin: 0 !important;
  }

  .lets-connect-col-left{
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 5px;
  }

  .lets-connect-col-right{
    align-items: center;
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .lets-connect-form {
    display: none
  }

  .gform_footer.top_label {
    margin-top: -9px !important;
  }

  .lets-connect-sec {
    padding-top: 45px;
    padding-bottom: 16px;
  }

  .lets-connect-col-left h4,
	.lets-connect-col-left h1{
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 15px;
  }

  .custom-btn{
    padding: 21px 10px;
    min-width: 190px;
    font-size: 16px;
  }

  .custom-btn svg{
    margin-left: 5px;
  }


  .custom-form .gform_footer > input.gform_button{
    font-size: 16px !important;
    height: auto !important;
    padding: 21px 10px !important;
  }

  .lets-connect-col-right {
    margin-bottom: 20px
  }

  .header-sec .get-touch-btn{
    display: none;
  }

  .header-sec .how-assist-link{
    display: none;
  }

  .header-sec .header-search{
    display: none;
  }

  .header-sec .menu-opener{
    display: inline-block;
    vertical-align: middle;    
    width: 42px;
    height: 32px;
    top: auto;
    right: auto;
    left: auto;
    bottom: 0;
    position: relative;
  }

  .header-sec .menu-opener:after,.header-sec .menu-opener:before{
background: #542B71;
width: 100%;
border-radius: 4px;
  }
  .header-sec .menu-opener span:before{
    background: #542B71;
    width: 100%;
    border-radius: 4px;
  }

  .header-sec .nav-drop {
    max-height: inherit;
    background: #EBEBEB;
    max-width: 355px;
    right: 0;
    left: auto;
    position: fixed;
    top: 144px;
    height: auto;
    max-height: calc(100vh - 144px);
    overflow-y: auto;
    padding: 0;    
    transform: translateX(120%);
    transition: all 0.3s ease-in-out;
}

.menu-active .header-sec .nav-drop{
transform: none;
}

.header-row{
  align-items: center;
}


  .menu-active {
overflow:hidden;
  }

  .nav-area{
    transform: none;
    background: transparent;
  }

  .mob-searchbox{
    display: block;
    padding: 38px 23px;
    background: #EBEBEB;
  }

  .mob-searchbox .search-box{
    width: 100%;
    margin: 0;
    height: auto;
  }
  .mob-searchbox .search-box input[type=text]{
    background: #fff;
    padding: 27px 15px 25px 62px;
    height: auto;
    line-height: 1;
  }

  .mob-searchbox .search-box .search-btn{
    left: 10px;
    right: auto;
    font-size: 20px;
  }

  .header-sec .menu > li > a{
    font-size: 19px;
    font-weight: 500;
    order: 1;
    border-bottom: 9px solid transparent;
    padding: 2px 0 !important;
    letter-spacing: 1px;
  }
  
  .header-sec .menu > li > a:hover , .header-sec .menu > li > a:focus,
.header-sec .menu > li.sub-menu-active > a , .header-sec .menu > li.active > a{
  border-bottom-color:#542A71;
  }
  #menu-header-menu .active a {
    background: transparent !important;
    color: #363636 !important;
}
  .header-sec .menu > li{
    margin: 0 0 37px;
    border: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .header-sec .menu > li:last-child{
    margin-bottom: 0;
  }

  .header-sec .menu li.dropdown .mobile-sub-opener:before{
    border: 4px solid #542A71;
    transform: rotate(45deg);
    border-bottom: 0;
    border-left: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
  }

  .header-sec .menu li.dropdown.sub-menu-active .mobile-sub-opener:before{
    transform: rotate(-45deg);
  }

  .header-sec .menu li.dropdown .mobile-sub-opener { 
    position: relative;
    height: 20px;
    width: 20px;
    order: 2;
    margin-left: 32px;
    top: 11px;
    background: transparent !important;
}

.header-sec .dropdown-menu {
  order: 3;
  margin: 0;
  padding: 10px 0 0 !important;
  background:transparent !important;
}

.dropdown-menu li{
border:0;
}


.header-sec #menu-header-menu .dropdown-menu li > a:hover ,.header-sec #menu-header-menu .dropdown-menu li > a:focus{
color: #363636 !important;
background:#fff !important;
}

.header-sec .menu > li > a:hover , .header-sec .menu > li > a:focus{
  background: transparent;
  color: #542A71 !important;
}
  
.header-sec .nav-area{
  padding: 42px 30px 37px 72px;
  background: #f2eef5;
}

.header-sec .dropdown-menu a{
padding: 15px 15px;
}

.header-sec{
  padding: 35px 0;
}

.header-sec .container{
  padding: 0 23px;
}

.inner-header-col-right{
  padding: 0;
}

.menu-opener:before {
  top: 28px;
}
.menu-opener:after{
  top: 15px;
}

.header-call svg{
  width: 30px;
  height: auto;
}
.header-call {
  margin-left: 0;
  margin-right: 28px;
  position: relative;
  top: -1px;
}

.menu-active .menu-opener:before{
  top: 15px;
}


.mob-header-strip{
  display: block;
  background: #F7AE79;
  padding: 8px 0;
}

.mob-header-strip .container{
  padding: 0 23px;
}

.mob-header-strip-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.mob-how-assist-link{
  font-size: 16px;
  font-weight: 400;
  color: #363636;
}

.mob-how-assist-link:hover , .mob-how-assist-link:focus{
  color: #363636;
  text-decoration: underline;
}
  
.mob-get-touch-link{
  color: #202020;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.mob-get-touch-link svg {
  width: 8px;
  height: auto;
  margin-left: 5px;
  position: relative;
  top: -3px;
}

.mob-get-touch-link:hover , .mob-get-touch-link:focus{
  text-decoration: underline;
  color: #202020;
}

.stickyHead .header-sec .nav-drop{
  max-height: calc(100vh - 128px);
  top: 128px;
}

.header-sec .container{
padding: 0 10px;
}

.mob-header-strip .container {
    padding: 0 10px;
}

}


@media (max-width: 767px){

.siteplan-banner-sec{
min-height:350px;
}

.siteplan-intro-col-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
}

.siteplan-intro-col-right {
    width: 100%;
}

.siteplan-intro-form {
    margin: 0 0 20px;
    padding: 20px;
}

}

@media (max-width: 370px){
.header-call {
    margin-right: 10px;
}
}


@media (max-width: 350px){

  .header-logo {
    width: 200px;
}

.header-call{
  margin-right: 10px;
}


.header-sec .nav-area{
  padding: 30px 30px;
}

.mob-how-assist-link{
  font-size: 14px;
}

.mob-get-touch-link{
  font-size: 13px;
}

.mob-get-touch-link svg{
    width: 6px;    
    margin-left: 2px;    
    top: -1px;
}

.header-sec .nav-drop{
    max-height: calc(100vh - 141px);
        top: 141px;
}

.stickyHead .header-sec .nav-drop {
    max-height: calc(100vh - 126px);
    top: 126px;
}



}

.info-area2 .description a,
.features-area .description a{
	color: #542b71 !important
}
.info-area2 .description a:hover,
.features-area .description a:hover {
	text-decoration: underline
}
































