.header-title {
  margin-bottom: 0px;
  font-family: Exo, sans-serif;
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.overline {
  padding-bottom: 25px;
  padding-left: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.overline.light {
  font-family: Exo, sans-serif;
  color: #fff;
  line-height: 1.777em;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 485px;
  height: 100px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
}

.header-social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.v-line {
  position: static;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, .15);
}

.v-line.margins {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  min-width: 180px;
  margin-right: 25px;
  margin-left: 25px;
  padding-left: 15.75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #66a901;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: background-color 650ms ease;
  transition: background-color 650ms ease;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #4b7a03;
}

.btn.outline {
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, .15);
  background-color: rgba(0, 0, 0, .5);
  background-image: none;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: background-color 650ms ease, border 650ms ease;
  transition: background-color 650ms ease, border 650ms ease;
}

.btn.outline:hover {
  border-color: #fff;
}

.contact-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 6.25px;
  margin-bottom: 6.25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .15);
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: border 650ms ease;
  transition: border 650ms ease;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 16px;
}

.contact-link:hover {
  border-color: #fff;
}

.contact-link.down {
  position: relative;
  z-index: 12000;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/arrow-down-white.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  opacity: 0.05;
}

.header-title-container {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-title-container._22 {
  margin-top: 100px;
}

.header-v-lines-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.header-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-container.contact-forn {
  height: auto;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 6.25px;
  margin-bottom: 6.25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .15);
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: border 650ms ease;
  transition: border 650ms ease;
  font-family: 'Fa brands 400', sans-serif;
  font-size: 16px;
}

.social-link:hover {
  border-color: #fff;
}

.brand {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 275px;
  height: 200px;
  padding: 50px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/tecXperts-logo-chesterland-ohio.png');
  background-position: 50% 50%;
  background-size: 275px 50%;
  background-repeat: no-repeat;
}

.brand.w--current {
  width: 285px;
  height: 200px;
  background-color: transparent;
  background-image: url('../images/tecXperts-logo-chesterland-ohio.png');
  background-position: 50% 50%;
  background-size: 275px 50%;
  background-repeat: no-repeat;
}

.header-buttons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-span-3 {
  display: inline-block;
  color: #66a901;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0.75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

.nav-link:hover {
  padding-bottom: 16px;
  border-bottom: 4px solid #ddd;
}

.nav-link.w--current {
  color: #fff;
}

.divider-image {
  padding-bottom: 25px;
}

.divider-image.dv-ctr {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.header-contact-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header-bottom-navbar {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  min-height: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  max-width: 1280px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.collection-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid hsla(0, 0%, 100%, .1);
}

.spacer-v-lines {
  width: 16.66%;
  height: 100%;
}

.header-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 1080px;
  padding-right: 12.5px;
  padding-bottom: 100px;
  padding-left: 12.5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6))), url('../images/computers-tecxpert-chesterland-ohio.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/computers-tecxpert-chesterland-ohio.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.header-section.about {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6))), url('../images/cuyahoga-valley-national-park.jpg'), url('../images/computer-options-chesterland-ohio.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/cuyahoga-valley-national-park.jpg'), url('../images/computer-options-chesterland-ohio.jpg');
  background-position: 0px 0px, 50% 50%, 50% 50%;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, no-repeat;
  background-attachment: scroll, fixed, fixed;
}

.header-section.manage {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4))), url('../images/it-project-management-mentor-ohio.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/it-project-management-mentor-ohio.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.header-section.support {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6))), url('../images/it-services-and-support-chardon-ohio.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/it-services-and-support-chardon-ohio.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.header-section.maintenace {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6))), url('../images/it-support-service-chesterland-ohio.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/it-support-service-chesterland-ohio.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.header-section.contact-page {
  height: 1200px;
  max-height: 1500px;
}

.navbar {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.span-blue {
  background-color: transparent;
  color: #224695;
}

.desktop-fixed-navbar {
  position: fixed;
  z-index: 10000;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 75px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 0 25px 0 #000;
}

.desktop-fixed-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 88px;
  max-width: 1280px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.desktop-fixed-nav-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  padding-top: 19px;
  padding-bottom: 19px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.desktop-fixed-nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.desktop-fixed-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 24px;
  padding-left: 20.75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px none transparent;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.75px;
  text-decoration: none;
  text-transform: uppercase;
}

.desktop-fixed-nav-link:hover {
  padding-top: 28px;
  padding-bottom: 16px;
  border-bottom: 4px solid #66a901;
}

.desktop-fixed-nav-link.w--current {
  color: #151515;
}

.fixed-nav-social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.fixed-nav-social-links.soc-it {
  display: block;
  width: 195px;
  height: 80px;
  padding-top: 19px;
  float: right;
}

.dark-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 8%, .1);
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: border 650ms ease;
  transition: border 650ms ease;
  font-family: 'Fa brands 400', sans-serif;
  color: #151515;
  font-size: 16px;
}

.dark-social-link:hover {
  border-color: #151515;
}

.dark-social-link.margins {
  margin-right: 12.5px;
  margin-left: 12.5px;
}

.dark-social-link.margins.margein {
  display: block;
  padding-top: 13px;
  padding-left: 16px;
  float: left;
}

.dark-social-link._2linkend {
  display: inline-block;
  padding-top: 13px;
  padding-left: 17px;
  float: left;
}

.dark-social-link.facebook {
  display: block;
  padding-top: 13px;
  padding-left: 20px;
  float: left;
}

.btn-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  min-width: 180px;
  margin-right: 25px;
  margin-left: 25px;
  padding-left: 15.75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #66a901;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

.btn-2:hover {
  background-color: #4b7a03;
}

.btn-2.outline {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .15);
  background-color: transparent;
  background-image: none;
}

.btn-2.outline:hover {
  border-color: #fff;
}

.brand-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/yoga-logo.svg');
  background-position: 50% 50%;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.header-section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 1080px;
  padding-right: 12.5px;
  padding-bottom: 100px;
  padding-left: 12.5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .25)), to(rgba(0, 0, 0, .25))), url('../images/header-img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/header-img.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.mobile-fixed-nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mobile-fixed-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #151515;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.75px;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-fixed-nav-link:hover {
  color: #66a901;
}

.mobile-fixed-navbar {
  position: fixed;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #f5f5f5;
  background-color: #fff;
  box-shadow: 0 0 25px 0 #000;
}

.mobile-fixed-menu-social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f5f5f5;
}

.mobile-fixed-nav-menu-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f5f5f5;
  border-radius: 100px;
  font-family: 'Fa solid 900', sans-serif;
  color: #151515;
  text-decoration: none;
}

.mobile-fixed-nav-menu-button:hover {
  border-color: #66a901;
  color: #66a901;
}

.mobile-fixed-nav-menu-button:focus {
  border-color: #66a901;
  color: #66a901;
}

.mobile-fixed-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
}

.logos-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 2px solid #66a901;
  background-color: #231f1f;
  background-image: url('../images/basketball-reduced_1basketball-reduced_1basketball-reduced_1basketball-reduced.png');
  background-position: 0px 0px;
  background-size: 62px 50%;
}

.logos-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0.75;
}

.customers-logo {
  margin: 10px;
}

.section-40-50 {
  padding-top: 40px;
  padding-bottom: 50px;
}

.section-40-50.tech-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .3)), to(hsla(0, 0%, 100%, .3))), url('../images/generator-reviews-cleveland-ohio.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, .3)), url('../images/generator-reviews-cleveland-ohio.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-40-50.tech-2 {
  background-image: url('../images/it-business-solutions-burton.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section-40-50.about-tex {
  background-image: url('../images/generator-reviews-cleveland-ohio.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.navbar-2 {
  display: block;
  height: 88px;
  margin-right: auto;
  margin-left: auto;
}

.nav-menu-2.nav-it {
  margin-top: 25px;
}

.dropdown-icon {
  margin-top: 14px;
  margin-right: 0px;
  opacity: 0.35;
}

.navbar-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: transparent;
}

.dropdown-list.w--open {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .1);
}

.navlink {
  margin-left: 25px;
  padding: 10px 0px 5px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.navlink:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.navlink.w--current {
  border-bottom-color: hsla(0, 0%, 100%, .2);
  color: #fff;
}

.navlink.color-link {
  margin-left: 20px;
  padding: 8px 20px 7px;
  border-radius: 3px;
  background-color: #46ca9b;
  -webkit-transition: border 650ms ease, background-color 650ms ease;
  transition: border 650ms ease, background-color 650ms ease;
}

.navlink.color-link:hover {
  border-bottom-color: transparent;
  background-color: #5bebb7;
}

.navlink.color-link.color-2 {
  background-color: #f15a8d;
  -webkit-transition: border 650ms ease, background-color 650ms ease;
  transition: border 650ms ease, background-color 650ms ease;
}

.navlink.color-link.color-2:hover {
  background-color: #ab47bc;
}

.navlink.dropdown-toggle {
  padding-right: 20px;
}

.navlink.negative {
  padding-top: 8px;
  -webkit-transition: border 650ms ease, color 650ms ease;
  transition: border 650ms ease, color 650ms ease;
  color: #000;
}

.navlink.negative:hover {
  color: #46ca9b;
}

.navlink.negative.w--current {
  color: #46ca9b;
}

.navlink.negative.dropdown-toggle {
  padding-right: 20px;
  -webkit-transition: border 650ms ease, color 650ms ease;
  transition: border 650ms ease, color 650ms ease;
}

.dropdown-link {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}

.dropdown-link:hover {
  color: #46ca9b;
}

.dropdown-link.w--current {
  color: #46ca9b;
}

.container {
  position: relative;
  text-align: left;
}

.logo {
  position: static;
  width: auto;
  height: 100px;
  margin-top: 6px;
}

.logo.up-in {
  position: relative;
  left: 0px;
  top: 0px;
  margin-top: -44px;
}

.logo.up-2 {
  margin-top: -22px;
}

.fixed-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2000;
  display: none;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  padding-bottom: 20px;
  background-color: hsla(0, 0%, 100%, .96);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
  opacity: 1;
}

.small-contact-info-title {
  margin-bottom: 9px;
  opacity: 0.6;
  font-family: Montserrat, sans-serif;
  color: #fcecec;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.field {
  height: 50px;
  border: 0px solid #000;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, .2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.field:hover {
  background-color: #fff;
}

.field:focus {
  background-color: #fff;
}

.field.rounded {
  height: 40px;
  border-radius: 4px;
  background-color: #f2f3f7;
  -webkit-transition: background-color 650ms ease, box-shadow 200ms ease;
  transition: background-color 650ms ease, box-shadow 200ms ease;
}

.field.rounded:hover {
  background-color: #dfe1e7;
}

.field.rounded:focus {
  background-color: #fff;
  box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, .2);
  color: #000;
}

.field.rounded.area {
  height: 100px;
}

.error-bg {
  padding-top: 12px;
  padding-bottom: 1px;
  border-radius: 3px;
  color: #e42121;
  font-size: 12px;
  text-align: center;
}

.white-contact-form {
  width: 60%;
  height: auto;
  margin-bottom: 0px;
  padding: 35px 45px;
  float: left;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  text-align: left;
}

.contact-info-block {
  height: 545px;
  padding: 45px 45px 0px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, .25);
  border-radius: 4px;
  background-color: rgba(78, 126, 7, .61);
  text-align: left;
}

.success-message {
  padding-top: 30px;
  border-radius: 5px;
  background-color: #5ec045;
  color: #fff;
}

.button {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #1f6fff;
  -webkit-transition: background-color 650ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 650ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, .3);
  color: #fff;
}

.container-2 {
  position: relative;
}

.contact-info-block-right {
  width: 35%;
  float: right;
}

.form-title {
  margin-top: 0px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
}

.form-title.subtitle {
  margin-top: 13px;
  margin-bottom: 40px;
  color: #333;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-shadow: none;
}

.contact-info-small-block {
  margin-bottom: 30px;
}

.field-label {
  color: #989ba2;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.contact-info-description {
  color: #fff;
}

.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.text-column {
  padding-right: 20px;
}

.text-column-title {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.small-paragraph {
  margin-bottom: 0px;
  color: #838383;
  font-size: 14px;
  line-height: 20px;
}

.div-middle {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.menu-1 {
  position: fixed;
  z-index: 10000;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 88px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 0 25px 0 #000;
}

.div-2 {
  display: block;
  width: 1200px;
  height: 88px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-nav {
  display: inline-block;
  padding: 37px 20px 27px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: border 250ms ease;
  transition: border 250ms ease;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.75px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-nav:hover {
  border-bottom: 4px solid #66a901;
}

.link-nav.w--current {
  display: inline-block;
}

.div-main._80pct {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.div-main._80pct.wht-overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .63)), to(hsla(0, 0%, 100%, .63)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .63), hsla(0, 0%, 100%, .63));
}

.div-main._80pct.wht-overlay._123 {
  padding-left: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .63)), to(hsla(0, 0%, 100%, .63)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .63), hsla(0, 0%, 100%, .63));
}

.div-main._80pct.wht-overlay._123._4000 {
  width: 95%;
}

.div-main.white-123 {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
  background-color: hsla(0, 0%, 100%, .63);
}

.div-main._5pct {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.section-bread {
  position: static;
  z-index: 10000;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #66a901;
  background-image: url('../images/basketball-reduced_1basketball-reduced_1basketball-reduced_1basketball-reduced.png');
  background-position: 50% 50%;
  background-size: 62px 50%;
  background-repeat: repeat;
  background-attachment: scroll;
}

.text-bread-left-ctr {
  float: left;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.text-phone-rgt-ctr {
  float: right;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.link-bread-phone {
  -webkit-transition: border 250ms ease;
  transition: border 250ms ease;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.link-bread-phone:hover {
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.h2-ctr {
  font-family: Exo, sans-serif;
  color: #161616;
  text-align: center;
}

.text-16-left {
  padding-bottom: 15px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-16-left.indent {
  padding-left: 21px;
}

.span-med {
  -webkit-transition: color 650ms ease;
  transition: color 650ms ease;
  font-weight: 600;
}

.div-33-50-50-100 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 33.333333%;
  float: left;
}

.div-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  background-color: rgba(2, 21, 61, .65);
  opacity: 0.03;
}

.text-work {
  position: relative;
  left: 0px;
  top: 78px;
  right: 0px;
  display: block;
  margin: 13px auto 19px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-shadow: 4px 4px 6px #000;
}

.link-center {
  position: absolute;
  left: 0px;
  top: 120px;
  right: 0px;
  display: block;
  width: 55px;
  height: 55px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #66a901;
}

.image-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.map-jovanns {
  border-style: solid none;
  border-width: 3px;
  border-color: #66a901;
}

.image-a-1 {
  position: static;
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.image-a-1:hover {
  overflow: hidden;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.link-block-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding-right: 15px;
  padding-left: 16px;
  -webkit-transition: color 650ms ease;
  transition: color 650ms ease;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}

.link-block-2:hover {
  color: #fff;
}

.text-right {
  display: inline-block;
  float: right;
}

.div-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px;
  border-style: none none none solid;
  border-width: 1px 1px 1px 2px;
  border-color: #000 #000 #000 #312f2f;
  background-color: rgba(233, 171, 15, .7);
  -webkit-transition: padding 650ms ease;
  transition: padding 650ms ease;
}

.div-bottom:hover {
  padding-left: 20px;
}

.image-a-3 {
  position: relative;
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.image-a-3:hover {
  overflow: visible;
  width: auto;
  height: auto;
  max-width: 100%;
}

.text-left {
  display: inline-block;
  float: left;
}

.div-decks {
  display: none;
  -webkit-transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.link-bath {
  width: 135px;
  margin-right: 10px;
  margin-bottom: 15px;
  padding-left: 8px;
  border-left: 2px solid #000;
  -webkit-transition: color 650ms ease, font-size 650ms ease;
  transition: color 650ms ease, font-size 650ms ease;
  font-family: Exo, sans-serif;
  color: #e9ab0f;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.link-bath:hover {
  color: #166119;
  font-weight: 700;
}

.div-25-50-100 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 25%;
  float: left;
}

.image-a-2 {
  position: relative;
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.image-a-2:hover {
  overflow: hidden;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.div-kitchens {
  display: none;
  -webkit-transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.section-30-50 {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px none #e9ab0f;
  background-color: #fff;
}

.section-30-50.gray {
  padding-bottom: 0px;
  background-color: #eff0f0;
}

.div-work {
  padding-top: 30px;
  padding-right: 0px;
  padding-bottom: 15px;
  float: right;
}

.div-basic._80-percent {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.div-basic._80-percent._1-border-shdw {
  padding-top: 0px;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  box-shadow: 0 0 6px 0 #000;
}

.div-home-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  -webkit-transition: background-color 650ms ease;
  transition: background-color 650ms ease;
}

.div-home-overlay:hover {
  background-color: rgba(0, 0, 0, .5);
}

.para-16 {
  font-size: 16px;
}

.para-16.space-5 {
  margin-bottom: 5px;
}

.div-bath {
  display: none;
  opacity: 0;
  -webkit-transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-additions {
  max-width: 100%;
}

.link-kitchen {
  width: 150px;
  margin-right: 10px;
  margin-bottom: 15px;
  padding-left: 8px;
  border-left: 2px solid #000;
  -webkit-transition: color 650ms ease, font-size 650ms ease;
  transition: color 650ms ease, font-size 650ms ease;
  font-family: Exo, sans-serif;
  color: #e9ab0f;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.link-kitchen:hover {
  color: #166119;
  font-weight: 700;
}

.link-deck {
  width: 140px;
  margin-right: 10px;
  margin-bottom: 14px;
  padding-left: 8px;
  border-left: 2px solid #000;
  -webkit-transition: color 650ms ease, font-size 650ms ease;
  transition: color 650ms ease, font-size 650ms ease;
  font-family: Exo, sans-serif;
  color: #e9ab0f;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.link-deck:hover {
  color: #166119;
  font-weight: 700;
}

.h3-highlight {
  margin-top: 5px;
  padding-left: 10px;
  border-left: 3px solid #66a901;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 20px;
}

.image-a-4 {
  position: relative;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
}

.image-a-4:hover {
  overflow: visible;
  width: auto;
  height: auto;
  max-width: 100%;
}

.link-additions {
  width: 135px;
  margin-right: 10px;
  margin-bottom: 15px;
  padding-left: 8px;
  border-left: 2px solid #000;
  -webkit-transition: color 650ms ease, font-size 650ms ease;
  transition: color 650ms ease, font-size 650ms ease;
  font-family: Exo, sans-serif;
  color: #e9ab0f;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.link-additions:hover {
  color: #166119;
  font-weight: 700;
}

.link-additions.w--current {
  color: #e9ab0f;
  font-weight: 600;
}

.link-additions.w--current:hover {
  color: #166119;
}

.image-service-gallery-1 {
  position: relative;
  display: block;
  overflow: hidden;
}

.h3-center-black {
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
}

.text-large-ctr {
  margin-top: 15px;
  margin-bottom: 16px;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.text-center-black {
  margin-top: 13px;
  margin-bottom: 12px;
  font-family: Exo, sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.estimate-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin-bottom: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #e9ab0f;
  box-shadow: 2px 2px 3px 0 #000, inset 1px 1px 8px 0 #000, -2px -2px 3px 0 #000, inset 1px 1px 8px 0 #000;
  -webkit-transition: color 650ms ease, background-color 650ms ease;
  transition: color 650ms ease, background-color 650ms ease;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 3px 3px 3px #000;
}

.estimate-button:hover {
  background-color: #166119;
  color: #fff;
}

.estimate-button.est-ctr {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-width: 2px;
  background-color: #66a901;
  box-shadow: 2px 2px 3px 0 #000, inset 1px 1px 8px 0 #000, -1px -1px 3px 0 #000, inset 0 0 8px 0 #000;
  text-align: center;
  text-shadow: none;
}

.estimate-button.est-ctr:hover {
  background-color: #4b7a03;
}

.section-closer {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 3px solid #66a901;
  background-color: #fff;
}

.row-space25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.image-ctr-only {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-ctr-only.space-above-below-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.div-head-1 {
  margin-top: 0px;
  padding: 45px 10px 41px;
}

.div-social-left {
  display: block;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  float: none;
}

.divborder {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.paragraph-left {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.paragraph-left.para-white {
  padding-bottom: 10px;
  color: #fff;
}

.paragraph-left.para-white.font-15 {
  padding-bottom: 0px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.paragraph-left.para-white.font-15.f15-right {
  float: right;
}

.paragraph-left.para-white._15-line {
  padding-bottom: 0px;
  border-bottom: 1px solid #000;
  color: #e9ab0f;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
}

.div-footer {
  height: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.link-bbb {
  margin-bottom: 15px;
  margin-left: 7px;
}

.div-space-top {
  margin-top: 14px;
}

.div-credit {
  margin-bottom: 14px;
}

.link-credit {
  margin-left: 7px;
}

.section-main-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 3px solid #66a901;
  background-color: #312f2f;
  background-image: url('../images/basketball-reduced_1basketball-reduced_1basketball-reduced_1basketball-reduced.png');
  background-position: 0px 0px;
  background-size: 62px;
}

.link-block-ctr {
  margin-left: 8px;
  float: none;
}

.link-footer {
  display: block;
  margin-bottom: 5px;
  border-bottom: 1px solid #4e4747;
  -webkit-transition: color 650ms ease;
  transition: color 650ms ease;
  font-family: Exo, sans-serif;
  color: #e7e5e5;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}

.link-footer:hover {
  color: #e9ab0f;
}

.link-footer.ft-no-line {
  border-bottom-style: none;
}

.footer-heading {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  font-family: Exo, sans-serif;
  color: #e9ab0f;
  font-size: 18px;
  font-weight: 600;
}

.footer-heading.fft {
  margin-top: 22px;
}

.section-bottom-footer {
  padding-top: 12px;
  padding-bottom: 0px;
  background-color: #1a1818;
  background-image: url('../images/basketball-reduced_1basketball-reduced_1basketball-reduced_1basketball-reduced.png');
  background-position: 0px 0px;
  background-size: 62px;
}

.link-goweblive {
  -webkit-transition: color 650ms ease;
  transition: color 650ms ease;
  color: hsla(0, 4%, 90%, .48);
  text-decoration: none;
}

.link-goweblive:hover {
  color: rgba(233, 171, 15, .7);
}

.img-left-ctr {
  margin-right: 20px;
  margin-bottom: 15px;
  float: left;
}

.img-rht-ctr {
  margin-bottom: 15px;
  margin-left: 20px;
  float: right;
}

.h3-ctr {
  margin-top: 20px;
  padding-top: 12px;
  font-family: Exo, sans-serif;
  color: #161616;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
}

.h3-left {
  font-family: Exo, sans-serif;
  color: #161616;
  font-size: 28px;
  line-height: 34px;
}

.h1-center {
  font-family: Exo, sans-serif;
  color: #fff;
  text-align: center;
  text-shadow: 6px 6px 6px #000;
}

.subtitle {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  text-shadow: 8px 8px 13px #000, 4px 4px 6px #000;
}

.button-2 {
  display: block;
  width: 220px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #a00c0c;
  -webkit-transition: background-color 650ms ease, background-position 200ms ease, color 650ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 650ms ease, background-position 200ms ease, color 650ms ease, border 200ms ease, box-shadow 200ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #fdfeff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #027524;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, .3);
  color: #fff;
}

.srcoll {
  position: fixed;
  right: 0px;
  bottom: 0px;
  margin-bottom: 10px;
}

.srcoll.w--current {
  bottom: 0px;
  z-index: 10001;
}

.div-0 {
  position: relative;
  z-index: 12000;
  height: 0px;
}

.div-block {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  height: 95px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-subtitle {
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.link-block-4 {
  display: block;
  margin-top: -1px;
  padding: 10px;
  border-top: 1px solid #333;
  border-bottom: 1px solid rgba(82, 82, 82, .99);
  background-color: hsla(0, 0%, 100%, .76);
  -webkit-transition: padding 650ms ease, background-color 650ms ease;
  transition: padding 650ms ease, background-color 650ms ease;
  color: #333;
  text-decoration: none;
}

.link-block-4:hover {
  padding-left: 20px;
  background-color: #dfdddd;
}

.text-plus {
  padding-top: 8px;
  float: right;
  font-size: 24px;
  line-height: 32px;
}

.span-smaller {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.team-henry {
  display: none;
  padding: 25px 5px 35px 20px;
  background-color: hsla(0, 0%, 100%, .7);
}

.team-ty {
  display: none;
  padding: 25px 5px 35px 20px;
  background-color: hsla(0, 0%, 100%, .35);
}

.text-team-member {
  display: inline-block;
  padding-left: 5px;
  float: left;
  font-family: Exo, sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
}

.team-san {
  display: none;
  padding: 25px 5px 35px 20px;
  background-color: hsla(0, 0%, 100%, .75);
}

.text-16-black-left {
  display: block;
  font-family: Exo, sans-serif;
  line-height: 24px;
}

.image-center-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-center-2.space-15 {
  position: static;
  margin-bottom: 15px;
  box-shadow: 1px 1px 3px 0 #000;
}

.image-center-2.space-15.round {
  border-radius: 10px;
}

.image-center-2.space-15.round.mock {
  width: 180px;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
  border: 1px solid #333;
  border-radius: 180px;
}

.team-harish {
  display: none;
  padding: 25px 5px 35px 20px;
  background-color: hsla(0, 0%, 100%, .35);
}

.div-modal-container {
  padding-right: 2px;
  padding-left: 2px;
}

.team-vani {
  display: none;
  padding: 25px 5px 35px 20px;
  background-color: hsla(0, 0%, 100%, .7);
}

.team-joe {
  display: none;
  padding: 25px 5px 35px 20px;
  background-color: hsla(0, 0%, 100%, .5);
}

.h4-left {
  font-family: Exo, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.linkmain {
  color: #224695;
}

.linkmain:hover {
  color: #4b7a03;
}

.column-1-dot {
  border-right: 1px dotted #000;
}

.divi._80percent {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 60px;
  -webkit-transition: background-color 650ms ease;
  transition: background-color 650ms ease;
}

.h1-center-2 {
  font-family: Exo, sans-serif;
  color: #333;
  text-align: center;
}

.div-center-turquise {
  display: block;
  width: 200px;
  height: 10px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  background-color: #07a0be;
  box-shadow: none;
}

.para-16-2 {
  padding-right: 15px;
  padding-left: 15px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.para-16-2._18 {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.link-oragne-blue {
  -webkit-transition: color 650ms ease;
  transition: color 650ms ease;
  color: #ec8701;
  text-decoration: none;
}

.link-oragne-blue:hover {
  color: #07a0be;
}

.link {
  display: block;
  color: #fff;
  text-decoration: underline;
}

html.w-mod-js *[data-ix="hide-fixed-navbar"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="hide-fixed-navbar-2"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="slide-out-text"] {
  opacity: 0;
  -webkit-transform: translate(-30px, 0px);
  -ms-transform: translate(-30px, 0px);
  transform: translate(-30px, 0px);
}

html.w-mod-js *[data-ix="slide-out-icon"] {
  opacity: 0.02;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="new-slide-right"] {
  opacity: 0.1;
  -webkit-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate(-200px, 0px);
}

html.w-mod-js *[data-ix="new-slide-right-2"] {
  opacity: 0.1;
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, -37px);
  -ms-transform: translate(0px, -37px);
  transform: translate(0px, -37px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  display: none;
  opacity: 0;
  -webkit-transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg);
}

html.w-mod-js *[data-ix="load-nav-bar"] {
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

@media (max-width: 991px) {
  .v-line.margins {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .header-v-lines-container {
    margin-top: 50px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .header-container {
    margin-top: 50px;
  }
  .header-section {
    min-height: 480px;
  }
  .desktop-fixed-nav-brand.mobile-brand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .dark-social-link {
    -webkit-transition-property: none;
    transition-property: none;
  }
  .dark-social-link.phone {
    margin-right: 12.5px;
    font-family: 'Fa solid 900', sans-serif;
  }
  .header-section-2 {
    min-height: 480px;
  }
  .mobile-fixed-navbar {
    width: 100%;
    box-shadow: 1px 1px 3px 0 #000, 0 0 25px 0 #000;
  }
  .text-block-4 {
    font-family: 'Fa solid 900', sans-serif;
  }
  .mobile-fixed-nav-menu-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
  }
  .mobile-fixed-nav-menu-button:hover {
    border-color: #151515;
    color: #151515;
  }
  .mobile-fixed-nav-menu-button:focus {
    border-color: #151515;
    color: #151515;
  }
  .mobile-fixed-nav-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom-color: #c6c1c1;
  }
  .logos-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-menu-2 {
    margin-right: -20px;
    margin-left: 40px;
    padding-top: 40px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
  }
  .menu-button {
    width: 60px;
    height: 60px;
    margin-top: 10px;
    padding-top: 11px;
    padding-right: 0px;
    padding-left: 0px;
    color: #fff;
    font-size: 45px;
    text-align: center;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .dropdown-icon {
    margin-top: 18px;
    margin-right: 10px;
  }
  .navbar-3 {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .dropdown-list.w--open {
    border-radius: 0px;
    background-color: #f3f3f3;
    box-shadow: 0 0 0 0 transparent;
  }
  .navlink {
    margin-left: 0px;
    padding-right: 25px;
    padding-left: 25px;
    color: #000;
    font-size: 14px;
    line-height: 30px;
  }
  .navlink:hover {
    color: #46ca9b;
  }
  .navlink.w--current {
    color: #46ca9b;
  }
  .navlink.color-link {
    margin-top: 10px;
    margin-left: 0px;
    border-radius: 0px;
    color: #fff;
  }
  .dropdown-link {
    padding-left: 25px;
  }
  .logo {
    margin-top: 30px;
    margin-left: 10px;
  }
  .logo.up-in {
    margin-top: 5px;
  }
  .fixed-navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .white-contact-form {
    padding: 25px;
  }
  .contact-info-block {
    padding: 25px;
    font-size: 13px;
  }
  .section {
    padding: 45px;
  }
  .text-column {
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .text-column-title {
    font-size: 13px;
  }
  .div-33-50-50-100 {
    width: 100%;
  }
  .div-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-work {
    top: 10px;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .link-center {
    position: relative;
    top: 25px;
    display: block;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .image-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-25-50-100 {
    width: 50%;
  }
  .div-work {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: left;
  }
  .estimate-button {
    width: auto;
    text-align: center;
  }
  .estimate-button.est-ctr {
    width: 340px;
  }
  .div-block {
    width: 265px;
    height: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}

@media (max-width: 767px) {
  .header-title {
    font-size: 40px;
    text-align: center;
  }
  .btn {
    margin-right: 12.5px;
    margin-left: 12.5px;
  }
  .btn.outline {
    margin-bottom: 0px;
  }
  .header-title-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-buttons-container {
    width: 100%;
  }
  .header-section.contact-page {
    height: 1300px;
  }
  .btn-2 {
    margin-right: 12.5px;
    margin-left: 12.5px;
  }
  .btn-2.outline {
    margin-bottom: 0px;
  }
  .nav-menu-2 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 40px;
    padding-top: 0px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
  }
  .menu-button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    margin-top: 16px;
    margin-right: 20px;
    padding-top: 2px;
    padding-right: 0px;
    padding-left: 0px;
    color: #fff;
    font-size: 39px;
    line-height: 30px;
    text-align: center;
  }
  .navbar-3 {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .navlink {
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
    color: #000;
    line-height: 30px;
  }
  .navlink.w--current {
    color: #46ca9b;
  }
  .navlink.color-link {
    margin-left: 0px;
    padding-left: 30px;
    border-radius: 0px;
    color: #fff;
  }
  .logo {
    height: 100px;
    margin-top: 29px;
    margin-left: 10px;
  }
  .white-contact-form {
    width: 100%;
    height: auto;
    text-align: left;
  }
  .contact-info-block {
    height: auto;
    padding-bottom: 6px;
  }
  .contact-info-block-right {
    width: 100%;
    margin-top: 20px;
  }
  .form-title {
    margin-bottom: 10px;
    text-align: left;
  }
  .form-title.subtitle {
    margin-bottom: 30px;
  }
  .section {
    padding: 25px;
  }
  .text-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .div-main._80pct.wht-overlay {
    padding-right: 14px;
    padding-bottom: 5px;
    padding-left: 15px;
  }
  .text-work {
    top: 10px;
  }
  .link-center {
    top: 25px;
  }
  .link-bath {
    display: block;
  }
  .div-25-50-100 {
    width: 100%;
  }
  .div-basic._80-percent.featured {
    width: 95%;
  }
  .div-basic._80-percent.d-m-mobile {
    width: 100%;
  }
  .link-kitchen {
    display: block;
  }
  .link-deck {
    display: block;
  }
  .link-additions {
    display: block;
  }
  .estimate-button {
    display: block;
    width: 225px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .div-social-left {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .paragraph-left.para-white.font-15.f15-right {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .link-block-ctr {
    float: none;
  }
  .img-left-ctr {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .section-subtitle {
    margin-bottom: 44px;
  }
  .image-center-2.space-15.round.mock {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
}

@media (max-width: 479px) {
  .header-title {
    font-size: 42px;
    line-height: 100%;
  }
  .overline.light {
    line-height: 1.777em;
  }
  .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .header-container {
    position: static;
  }
  .header-buttons-container {
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .header-section.manage {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/it-project-management-mentor-ohio.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/it-project-management-mentor-ohio.jpg');
    background-position: 0px 0px, -127px 50%;
  }
  .desktop-fixed-nav-brand.mobile-brand {
    width: 185px;
    height: 50px;
    margin-right: 80px;
  }
  .btn-2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .header-section-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .mobile-fixed-nav-link {
    padding-left: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .mobile-fixed-navbar {
    display: block;
  }
  .mobile-fixed-nav-container {
    width: 100%;
    max-width: 385px;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom-style: none;
  }
  .logos-section {
    background-size: auto;
  }
  .logo {
    height: 75px;
  }
  .button {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }
  .form-title {
    font-size: 25px;
    line-height: 24px;
  }
  .form-title.subtitle {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 19px;
  }
  .contact-info-small-block {
    margin-bottom: 10px;
  }
  .section {
    padding: 25px;
  }
  .text-bread-left-ctr {
    float: none;
    text-align: center;
  }
  .text-phone-rgt-ctr {
    float: none;
    text-align: center;
  }
  .div-33-50-50-100 {
    width: 100%;
  }
  .link-center {
    top: 15px;
  }
  .text-block-2 {
    font-weight: 700;
  }
  .link-bath {
    margin-bottom: 10px;
  }
  .link-kitchen {
    margin-bottom: 10px;
  }
  .link-deck {
    margin-bottom: 10px;
  }
  .link-additions {
    margin-bottom: 10px;
  }
  .link-additions.w--current {
    border-left-color: #e9ab0f;
    color: #e9ab0f;
  }
  .estimate-button.est-ctr {
    width: 280px;
  }
  .div-social-left {
    float: none;
  }
  .button-2 {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }
  .text-plus {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .para-16-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}