* {
  padding: 0;
  margin: 0;
  font-size: 16px;
  
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

:root {
  --white: white;
  --showcase-fill-less: 80vh;
  --secondary: #F37C20;
  --font-color: #121a2b;
  --Elliot-Sans: 'Elliot Sans', Arial, Helvetica, sans-serif;
  --Elliot-Sans-Bold: 'Elliot Sans Bold', Arial, Helvetica, sans-serif;
  --Elliot-Sans-Medium: 'Elliot Sans Medium', Arial, Helvetica, sans-serif;
  --Montserrat-Semibold: 'Montserrat-SemiBold', Arial, Helvetica, sans-serif;
  --Montserrat-Bold: 'Montserrat-Bold', Arial, Helvetica, sans-serif;
  --Montserrat-Medium: 'Montserrat Medium', Arial, Helvetica, sans-serif;
  --Montserrat: 'Montserrat', Arial, Helvetica, sans-serif;
  --mobile-showcase-height: 70vh;
}

html {
  scroll-behavior: smooth;
  color: var(--font-color);
}




@font-face {
  font-family: 'Montserrat';

  src: local('Montserrat'), local('Montserrat-Regular'),
    url(/fonts/Montserrat\ 2/Montserrat-Regular.ttf);
}

@font-face {
  font-family: 'Montserrat Medium';

  src: local('Montserrat-Medium'),
    url(/fonts/Montserrat\ 2/Montserrat-Medium.ttf);
}

@font-face {
  font-family: 'Montserrat-ExtraBold';

  src:  local('Montserrat-ExtraBold'),
    url(/fonts/Montserrat\ 2/Montserrat-ExtraBold.ttf);
}
@font-face {
  font-family: 'Montserrat-Bold';

  src:  local('Montserrat-Bold'),
    url(/fonts/Montserrat\ 2/Montserrat-Bold);
}
@font-face {
  font-family: 'Montserrat-SemiBold';

  src:  local('Montserrat-SemiBold'),
    url(/fonts/Montserrat\ 2/Montserrat-SemiBold);
}

@font-face {
  font-family: 'Elliot Sans';
  src:  local('Elliot-Sans-Regular'),
    url(/fonts/elliot_sans/ElliotSans-Regular.ttf);
}

@font-face {
  font-family: 'Elliot Sans Medium';
  src:  local('Elliot-Sans-Medium'),
    url(/fonts/elliot_sans/ElliotSans-Medium.ttf);
}

@font-face {
  font-family: 'Elliot Sans Bold';
  src:  local('Elliot-Sans-Bold'),
    url(/fonts/elliot_sans/ElliotSans-Bold.ttf);
}

body,
p{
  font-family: 'Montserrat Medium', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

::placeholder {
  font-family: var(--Montserrat-Medium);
  font-size: 12px;
  line-height: 1rem;
}

.nav-links,
span.desktop-only{
  font-family: 'Elliot Sans Bold', Arial, Helvetica, sans-serif;
}




.ms-bold {
  font-family: 'Montserrat-ExtraBold', Arial, Helvetica, sans-serif;
}

.ms {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}







.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width:  670px; } 
}

@media (min-width: 768px) {
  .container {
    max-width: 710px ; } 
}

@media (min-width: 992px) {
  .container {
    max-width:  950px; } 
}/*was 1230*/

@media (min-width: 1200px) {
  .container {
    max-width: 1140px ; } 
}
@media (min-width: 1500px) {
  .container {
    max-width: 1440px ; } 
}


section.py-5 {
  padding-top:2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  section.py-5 {
    padding-top: 5rem ;
    padding-bottom: 5rem;
  }

}

/* h1,
h2,
h3,
h4,
h5,
h6 {
  
  font-family: var(--Elliot-Sans-Bold);
} */

.overlay .h1{
  margin-bottom: 2rem;
  margin-top: 3rem;
}

.h1 {
  
  font-size: 2rem;
  line-height: 2rem;
  font-family: var(--Elliot-Sans-Bold);
  letter-spacing: 0.51px;;
}

.h2 {
  font-family: var(--Elliot-Sans-Bold);
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.38px;
}


.h3,.h4 {
  font-family: var(--Elliot-Sans-Bold);
  font-size: 1rem;
  color: var(--font-color);
  line-height: 1.5rem;
  
}



.hero-sub {
  font-family: var(--Elliot-Sans-Medium);
  line-height: 1.5rem;
  letter-spacing: 0.13px;
}

#services-services-section .sub {
  margin-bottom: 4.5rem;
}






/* media query for tablet size and up typography */
@media(min-width:768px) {
  /* h2 */

  ::placeholder {
    font-size: 1rem;
  }
  
  .h2 {
    /* font-family: var(--Elliot-Sans-Bold); */
    font-size: 2.7rem;
    line-height: 5rem;
    letter-spacing: 0.77px;
  }
  .h3 {
    font-size: 2rem;
    line-height: 3.5rem;
    letter-spacing: 
  }
  .h4 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  body, p {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.13px;
  }
  #services-services-section .sub {
    margin-bottom: 5rem;
  }
  .h1 {
    margin-top: 0;
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 1.28px;
  }
  .overlay .h1 {
    margin-top: 0;
    font-size: 2rem;
    line-height: 2rem;
    font-size: 4rem;
    line-height: 5rem;
  }
  .hero-sub {
    
    font-size: 1.75rem;
    line-height: 2rem;
    letter-spacing: 0.26px;
  }
  
}
@media(min-width: 992px) {
  .h1 {
    
    font-size: 5rem;
    line-height: 5rem;
  }
  .hero-sub {
    
    font-size: 2rem;
    line-height: 3rem;
    
  }
}



.dbl-space {
  line-height: 40px;
}
p {
  font-size: 16px;
}
.text-large {
  font-size: 48px;
  line-height: 77px;
}
.text-medium {
  font-size: 2rem;
  line-height: 3.5rem;
  color: #121A2B


}

.text-black {
  color: var(--font-color);
}

.bg-off {
  background-color: #f1f3f9;
}
.bg-white {
  background-color: #fff;
}

.bg-secondary {
  background-color: #df6303;
}

.btn {
  border-radius: 46px;
  padding: 0.325rem 2rem !important;
  box-shadow: 0px 3px 6px rgba( 0,0,0,0.16);
  letter-spacing: 1px;
  font-family: var(--Montserrat-Bold);
}

.btn:hover {
  box-shadow: 0px 0px 0px transparent;
}

.btn-secondary {
  background-color: var(--secondary);
}

.btn-secondary:hover {
  background-color: #df6303;
}

.btn-white {
  background-color: white;
}
.btn-white:hover {
  background-color: #f7f7f7;
}

.small {
  font-size: 0.7em;
  line-height: 0.5em;
  font-weight: 100;
  color: #e9e9e9;
}

.form-control {
  font-family: var(--Montserrat);
}

.form-control {
  border-radius: 0.75rem;
  box-shadow: 0px 3px 6px rgba( 0,0,0,0.16);
  /* border: 4px solid red; */
}

.form-control:focus {
  border-radius: 0.75rem;
  outline: 2px solid var(--secondary);
}



textarea.form-control {
  height: 200px;
}

/* .vertical-line */

/* .vertical-line {
  align-self: stretch;
  width: 2px;
  border-left: 2px solid var(--orange);
} */

/* .overlay {
  background: rgba(0, 0, 0, 0.6);
}


*/


.overlay {
  /* height:  */
  /* position: absolute; */
  
  top: 0 ; bottom: 0; left: 0; right: 0;
  background: rgba(76, 108, 178, 0.75) ;
}
/* --NAVBAR-- */
.navbar.transparent.navbar-inverse .navbar-inner {
  background: rgba(0, 0, 0, 0.4);
}
nav {
  background-color: #2e2e2a;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.active {
  color: #ff0000 !important;
}

.navbar-brand {
  margin-bottom: -3px !important ;
}


.nav-link:hover {
  color: var(--secondary) !important;
}
.nav-link {
  font-weight: bold !important;
  line-height: 1px;
}

.showcase-title {
  font-size: 14vh;
}

/* --FOOTER-- */
.main-footer {
  background-color: #4267b2;
  font-weight: 150;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.main-footer li {
  list-style-type: none;
}

.main-footer a {
  text-decoration: none;
}

.footerbar {
  background-color: var(--secondary);
  font-weight: 50;
}

.right-footer {
  text-align: right;
}

.right-footer li,
.left-footer li {
  margin: 0.25rem 0;
}

.right-footer li:last-child {
  margin: 0.25rem 0 0 0;
}

/* .right-footer li:last-child a {
  margin-left: auto;
} */

footer .footer-header {
  font-family: var(--Elliot-Sans-Bold) !important;
  font-size: 1.5rem;
  line-height: 1.8125rem;
}

.footer-icon-items {
  justify-content: end;
}

@media (max-width: 576px) {
  .right-footer {
    text-align: center;
    order: 0;
  }
  /* .right-footer li:last-child a {
    margin: auto;
  } */
  .left-footer {
    text-align: center;
    order: 1;
  }
  .main-footer li {
    margin-bottom: 1px !important;
  }
  .main-footer ul {
    margin: 0px !important;
  }

  .footer-icon-items {
    justify-content: center;
  }

  
  
  /* .icon-row {
    margin: 0 auto !important;
  } */
  .right-footer ul:last-child {
    justify-content: end !important;
  }
  /* nav .container {
    padding-top: 25px;
  } */
  /* nav .logo {
    margin-bottom: -20px !important;
  } */
}



.d-none {
  display: none;
}



@media(max-width: 768px) {
  .d-none-md {
    display: none ;
  }
}
@media(max-width: 992px) {
  .d-none-lg {
    display: none;
  }
}

.fa-facebook-square:hover {
  color: #4267b2 !important;
}

.filter-white {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%)
    contrast(103%);
}

.icon-row {
  /* background-color: lightblue; */
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin-right: -15px; */
}

.footer-icon {
  height: 20px;
  cursor: pointer;

}

.showcase-fill {
  height: -webkit-fill-available;
  height: 100vh;
}

.showcase-fill-less {
  /* height: var(showcase-fill-less);
   */
  height: 80vh;
  /* min-height: -webkit-fill-available; */
}

.showcase {
  display: flex;
  flex-direction: column;
}









/* ====================INDEX======================= */
#indexShowcase {
  background-image: url(/img/hero-img.jpeg);
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  
  display: flex;
  flex-direction: column;
}

#indexShowcase .overlay {
  background-color:rgba(76, 108, 178, 0.75)
  
}


/* #indexShowcase {
  /* background-image: url(/img/hero-img.jpeg); 
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  /* background-color:  rgba(76, 108, 178); 
  background-blend-mode: darken;
  position:relative
}
#indexShowcase:before {
  content: "";
  position: aboslute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: url(/img/hero-img.jpeg);
} */
#serviceShowcase {
  background-image: url(/img/Our\ Process\ -\ Hero.jpeg);
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;

  display: flex;
  flex-direction: column;
  height: var(--showcase-fill-less)
  
}
#aboutShowcase {
  background-image: url(/img/About.jpeg);
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;

  display: flex;
  flex-direction: column;
  height: var(--showcase-fill-less)
}
#contactShowcase {
  background-image: url(/img/Contact.jpeg);
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;

  display: flex;
  flex-direction: column;
  height: var(--showcase-fill-less)
}

#serviceShowcase .overlay,
#contactShowcase .overlay,
#aboutShowcase .overlay {
  background-color: rgba(76, 108, 178, 0.65)
}


@media (max-width: 991px) {
  #indexShowcase {
    background-attachment: scroll;
    /* height: 650px;        */
    text-align: center;
    height: 70vh;
  }
  #serviceShowcase {
    background-attachment: scroll;
    /* height: 650px;        */
    text-align: center;
    height: var(--mobile-showcase-height);
  }
  #aboutShowcase {
    background-attachment: scroll;
    /* height: 650px;        */
    text-align: center;
    height: var(--mobile-showcase-height);
  }
  #contactShowcase {
    background-attachment: scroll;
    /* height: 650px;        */
    text-align: center;
    height: var(--mobile-showcase-height);
  }
  
}

#local-section .text-medium {
  margin: 0 0 2rem 0;
  /* was 2.25 but I thought 2.25 looked better */
}


.local-section-text {
  font-size: 1.5rem;
  line-height: 2rem;
  
}

/* #indexShowcase .container {
    
  }
   */

/* #indexShowcase .container {
  padding: 3rem inherit;
  /* height: 502px; must be equal to index showcase height
  display: flex;
  flex-direction: column;
  justify-content: center;
}
*/

/* @media (max-width: 768px) {
  #indexShowcase {
    background-image: url(/img/indexShowcase.jpeg);
    background-size: cover;
    background-position: center;
    background-attachment: unset;
    height: 550px !important; 
  }
} */

/* .showcase-fill-overlay {
  background: rgba(76, 108, 178, 0.742);
  border: 1px solid red;

  left: 0;
  height: 100vh;
  min-height: -webkit-fill-available;
} */

/* .showcase-fill-overlay {
  background: rgba(76, 108, 178, 0.742);
} */

.twoxtwo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  height: 100%;
  width: 100;
  
}

.twoxtwo h3,
.twoxtwo h2 {
  font-family: var(--Elliot-Sans-Bold);
  /* font-size: 1.5rem;
  line-height: 3.125rem; */
}

.icon-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* margin: 0rem 2rem; */
  width: 76px;
  width: auto;
}

.icon-box img {
  /* width: 7.8rem; */
  width: 76px;
}

.icon-box h1,
.icon-box h2,
.icon-box h3,
.icon-box h4,
.icon-box h5,
.icon-box h6,
.icon-box p {
  text-align: center;
  
}

@media (max-width: 768px)  {
  .icon-box img {
    width: 4rem;
    height: auto;
  }
}

/* @media (max-width: 568px) {
  #local-section [class|="col"] {
    padding-left: 0;
  }
} */


/* .cocoen img{
  height: 300px;
  width: 100%;
} */


#home-our-work-section .h2 {
  margin-bottom: 1rem;
}
#home-our-work-section .sub-heading {
  margin-bottom: 2rem;
}
#home-our-work-section [class|="col"] {
  margin-bottom: 2rem;
}


/* @media(min-width: 992px) {
  #home-our-work-section .sub-heading {
    margin-bottom: 5.4rem;
  }
} */
#our-work-section [class|='col'] {
  margin: 2rem 0;
}

#our-work-section [class|='col'] {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

#our-work-section p {
  font-size: 20px;
  text-align: center;
}

#map {
  height: 100%;
}

.vblackl {
  width: 2px;
  color: black;
  background-color: black;
}

.md-d-none {
  display: block;
}

@media (minwidth: 768px) {
  .md-d-none {
    display: none;
  }
}

.list-unstyled {
  list-style: none;
}

.service-list li {
  margin-bottom: 2rem;
}

#interested-section .btn {
  margin-top: 3rem;
}

@media(max-width: 992px) {
  #contact-section .row :first-child {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .service-list li {
    margin-bottom: 0rem;
  }
}

/* ABOUT SECTION------ */

#about-section .about-text-area {
  margin: 0 0 3rem 0;
}

#about-section .text-medium {
  margin: 0 0 2rem 0;
  /* was 2.25 rem but I thought 2 looked better */
}


#about-section .row {
  flex-direction: column-reverse;
}


@media(min-width: 768px) {
  #about-section .row {
    flex-direction: row;
  }
  #about-section .row [class|='col'] {
    position: relative;
  }
}

.about-us-text {
  font-size: 1.5rem;
  line-height: 2rem;
}

.contact-form-header {
  margin-bottom: 1rem;
}

form a {
  word-wrap: break-word;
}
/* story SECTION------ */

#storys-section {
  background-color: #4267b2;
}

.storys-story-profile {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;

}

.story-profile-title {
  /* margin: 0; */
  margin: 0 0 0 2rem;
  
  font-size: 16px;
  color: white;
  line-height: 24px;
  
}

.storys-story-img {
  height: 52px;
  width: 52px;
  /* border-radius: 50%; */
  /* overflow: hidden; */
}

.storys-story {
  padding-bottom: 3rem;
  color: var(--white);
}

@media(min-width: 992px) {
  .storys-story-img {
    margin: 0 0 3rem 0;
    width: 105px;
    height: 105px;

  }
  .storys-story-profile {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .story-profile-title {
    font-size: 25px;
    /* text-align: cetner; */
    margin: 0;
    text-align: center;

  }
  .storys-story-text {
    text-align: center;
  }

  #storys-section [class|= col]{
    padding: 0 2rem;
  }
}


/* ====================Services======================= */

#services-local-section .heading {
  margin-bottom: 0.5rem;
}
#services-local-section .sub-heading {
  margin-bottom: 1rem;
}



.col-bp-69 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

#steps-section [class|='col']:not(:last-child) {
  margin-bottom: 4.31rem;
}

#steps-section .h2 {
  margin-bottom: 5rem;
}

@media(min-width:768px) {
  .col-bp-69 {

    flex: 0 0 55%;
    max-width: 55%;
    /* padding-left: 0;
    padding-right: 0; */
    
  }
  #steps-section [class|='col']:not(:last-child) {
    margin-bottom: 0;
  }
}






.steps-icon {
  width: 53px;
  height: 53px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.3rem;
}

.steps-heading {
  /* font: 32px/58px; */

  font-size: 1.5rem;
  /* line-height: 3.625rem; original in design */
  line-height: 3.5rem;
  margin-bottom: 1.5rem;
  
  text-align: center;
}

@media(min-width: 768px) {
  .steps-heading {
    /* font: 32px/58px; */
  
    font-size: 2rem;
    /* line-height: 3.625rem; original in design */
    line-height: 2.625rem;
    margin-bottom: 1.5rem;
    
    text-align: center;
  }
}



#services-services-section [class|="col"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}



.services-services-heading{
  text-align: center;
  font-size: 4rem;
  line-height: 4.8333333333rem;
  margin-bottom: 0.5rem;
}
.services-services-subheading{
  text-align: center;
  margin-bottom: 5.8125rem;
}

.service-list-item {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 3.1875rem;
  padding-left: auto;
}

/* .service-list-item-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  
  border: 1px solid red;
} */






.service-list-item li {
  width: auto;
  /* text-align: center; */
  list-style: none;
  margin-left: 2rem;
  /* flex-grow: 4;
  background-color: blue; */
  /* font-size: 1.5rem; */
  /* line-height: 24px; */
}

.service-list-icon-wrapper {
  height: 3.125rem;
  width: 3.125rem;
  height: 5rem;
  width: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex: 1 3.125rem; */
  /* background-color: red; */
  margin-left: 3rem;
  
}

@media(min-width: 768px) {
  .service-list-icon-wrapper {
    margin-left: 0;
  }
  .service-list-icon-wrapper {
    height:6rem; width: 6rem;
  }
  .service-list-icon {
    width: 4.75rem;
  }
}

/* .service-list-icon-wrapper img {
  width: 100%;
  height: auto;
} */

#where-we-are-section li {
  list-style: none;
}

#where-we-are-section [class|="col"]:not(:last-child) {
  margin-bottom: 3rem;
}

.where-heading{
  font-weight: bold;
  /* font-family: 'Elliot Sans Bold', Arial, Helvetica, sans-serif; */
 
  text-align: center;
}
.where-subheading{
  
  
  text-align: center;
  margin-bottom: 1rem;
}

#map {
  height: 100%;
}

.map-wrap {
  height: 700px;
  /* border: 1px solid red; */
}

.where-location-list {
  width: 100%;
  height: 334px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
  line-height: 3.5rem;
}

#junk-gone .heading {
  margin-bottom: 1rem;
}

#junk-gone .sub-heading {
  margin-bottom: 2rem;
}





/* ====================About======================= */

#reviews [class|="col"] {
  margin-bottom: 2rem;
}

#reviews .btn {
  margin-top: 2rem;
}

.review-name  {
  /* font-size: 2rem;
  line-height: 3.625rem; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;

}

.review-name img {
  height: 2rem;
  width: 2rem;
}

.review-name span {
 
  margin-left: 2rem;

}
.review-heading {
  margin-bottom: 2rem;
}

@media(min-width: 992px){
  .review-heading {
    margin-bottom:7.3125rem; 
  }

  .review-name {
    margin-bottom: 2.1875;
  }
  
}

.review-text {
  font-size: 1.25rem;
  line-height: 2rem;
}

/* ====================About======================= */

#contact-contact-section .map-wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.map-follow-us {
  margin-bottom: 0.5rem;
}


.about-text-area .h2,
#history-sectrion.h2 {
  margin-bottom: 1rem;
}
@media(min-width:992px) {
  .about-text-area .h2,
  #history-sectrion.h2 {
  margin-bottom: 2rem;
}
}

.es-medium {
  font-family: var(--Elliot-Sans-Medium);
}

.font-es{
  font-family: var(--Elliot-Sans);
}

