@font-face {
  font-family: "WorkSans";
  src: url("./fonts/WorkSans-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "WorkSans-Md";
  src: url("./fonts/WorkSans-Medium.ttf");
  font-weight: 600;
}

@font-face {
  font-family: "WorkSans-Bold";
  src: url("./fonts/WorkSans-Bold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: "WorkSans-ExtraBold";
  src: url("./fonts/WorkSans-ExtraBold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: "WorkSans-Bold";
  src: url("./fonts/WorkSans-Bold.ttf");
  font-weight: 800;
}

@font-face {
  font-family: "WorkSans-Black";
  src: url("./fonts/WorkSans-Black.ttf");
}

@font-face {
  font-family: "WorkSans-SemiBold";
  src: url("./fonts/WorkSans-SemiBold.ttf");
}

body {
  margin: 0;
  font-family: "WorkSans-Md", sans-serif;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul,
ol,
li,
h4,
p {
  margin: 0;
  padding: 0;
}

h4 {
  line-height: 1;
}

input:required {
  box-shadow: none !important;
}

.header {
  position: relative;
  display: block;
  padding: 0 30px;
  height: 95px;
}

.sticky-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 25px;
  background: #000000;
  color: #dedede;
  z-index: 10;
  border-bottom: 2px solid #ec0606;
}

.header-contact-info {
  position: relative;
  display: block;
  float: right;
}

.logo {
  position: absolute;
  top: 25px;
  left: 30px;
}

.header-contact-info ul {
  position: relative;
}

.header-contact-info ul li {
  position: relative;
  display: block;
  float: left;
  padding-left: 45px;
  padding-right: 41px;
  min-height: 45px;
}

.header-contact-info ul li:nth-child(1) {
  margin-right: 40px;
}

.header-contact-info ul li .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.header-contact-info ul li .icon i::before {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  color: #ec0606;
  background: #23211b;
  border-radius: 50%;
  font-size: 19px;
  line-height: 45px;
  text-align: center;
}

.header-contact-info ul li .icon i.fas.fa-phone::before {
  transform: rotate(95deg);
  font-size: 16px;
}

.header-contact-info ul li .text {
  position: relative;
  padding-left: 20px;
  margin: 2px 0 3px;
}

.header-contact-info ul li .text p {
  color: #a4a097;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.header-contact-info ul li .text a {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  font-family: "WorkSans-SemiBold", sans-serif;
}

.subheader {
  position: relative;
  display: block;
  background: #ffffff;
}

.auto-container {
  position: static;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
}

.auto-container ul li {
  margin-right: 25px;
  position: inherit;
  display: inline-block;
}

.auto-container ul li .text a {
  text-decoration: none;
  color: #000000;
}

.auto-container ul li .text a:visited {
  color: #000000;
}

.hero {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero img {
  width: 100%;
  height: 100%;
}

.hero-title {
  text-transform: uppercase;
  position: absolute;
  top: 57%;
  font-size: 58px;
  display: flex;
  align-items: center;
  flex-direction: column;
  letter-spacing: 0.5px;
  font-family: "WorkSans-ExtraBold", sans-serif;
  color: #fff;
  line-height: 1;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.hero-title span {
  font-size: 43px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.hero-title-bottom {
  font-size: 80px;
  letter-spacing: 1.2px;
}

.section {
  margin: 6rem 0;
}

/* SERVICES */
.title {
  font-size: 50px;
  line-height: 1.1;
  font-family: "WorkSans-ExtraBold", sans-serif;
}

.subtitle {
  font-size: 25px;
  line-height: 1;
}

.info {
  font-size: 16px;
}

.services {
  margin-bottom: 4.5rem;
}

.single-service-style1 {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #ebe5db;
  padding: 0 25px 0;
  border-radius: 8px;
  margin-bottom: 50px;
  min-height: 320px;
  max-width: 387px;
  margin-right: auto;
  margin-left: auto;
}

.single-service-style1 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: -20px;
}

.single-service-style1 .img-holder::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10;
}

.single-service-style1 .img-holder .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.single-service-style1 .img-holder img {
  width: 100%;
}

.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single-service-style1 .text-holder {
  position: relative;
  display: block;
  padding: 23px 24px 0;
}

.single-service-style1 .text-holder .inner-text {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-service-style1 .text-holder h3 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  margin: 20px 0;
}

.btn-quote {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
  color: #ffffff;
  font-size: 20px;
  line-height: 50px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  background: #24221e;
  border-radius: 30px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  letter-spacing: -0.5px;
  font-family: "WorkSans-SemiBold", sans-serif;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  border: none;
}

.btn-quote:focus {
  outline: none;
  border: none;
  color: #ffffff;
}

.btn-quote:visited,
.btn-quote:hover {
  color: #ffffff;
}

.portfolio {
  display: none;
}

.portfolio.active {
  display: flex;
}

.portfolio img {
  width: 100%;
  height: 400px;
  margin-bottom: 12px;
}

.pages {
  margin-top: 20px;
}

.pages div {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #f6f2eb;
  border: 0px solid #ffffff;
  color: #84827d;
  font-size: 18px;
  line-height: 55px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  transition: all 500ms ease;
  font-family: "WorkSans", sans-serif;
  z-index: 1;
  cursor: pointer;
  margin-right: 9px;
}

.pages .active {
  background: #ec0606;
  color: #ffffff;
}

.pages div i {
  font-size: 20px;
}

input.contact,
textarea.contact {
  position: relative;
  display: block;
  background: #f6f2eb !important;
  border: 1px solid #f6f2eb;
  width: 100%;
  height: 70px;
  -webkit-min-logical-height: 70px !important;
  color: #333029;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 5px;
  transition: all 500ms ease;
  font-family: "WorkSans", sans-serif;
}

input.contact {
  max-height: 70px !important;
}

textarea.contact {
  height: 150px;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

#submit-btn {
  /* display: none; */
}

#success {
  display: none;
}

#success .text {
  margin-top: 12px;
  color: #333029;
  width: auto;
  padding-left: 10px;
  font-size: 16.5px;
  padding-bottom: 20px;
  opacity: .8;
}

#success .text::after {
  content: "Thank you for your message!";
}

.error .text::after {
  content: "*An error occured. You can email us at vassilir@gatesevencontracting.com" !important;
  color: #ce1818;
}

.fade {
  -moz-transition: opacity 0.7s linear;
  -o-transition: opacity 0.7s linear;
  -webkit-transition: opacity 0.7s linear;
  transition: opacity 0.7s linear;
}

.fade.fadedOut {
  opacity: 0;
}


.contact-label {
  font-size: 17px;
  margin-bottom: 12px;
}

.none {
  display: none;
}

.form-label {
  font-size: 12px;
  opacity: .8;
  font-weight: 400;
}

/* MEDIA QUERIES */
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

@media (max-width: 1170px) {
  .hero-title {
    font-size: 50px;
  }

  .hero-title span {
    font-size: 40px;
  }

  .hero-title-bottom {
    font-size: 60px;
  }
}

@media (max-width: 900px) {
  .hero-title {
    font-size: 40px;
  }

  .hero-title-bottom {
    font-size: 40px;
  }

  .logo {
    top: 28px
  }

  .logo img {
    height: 39px !important;
  }
}

@media (max-width: 992px) {
  .portfolio img {
    max-width: 330px;
    margin: auto;
    margin-bottom: 20px;
  }

  .header-contact-info ul li:nth-child(1) {
    margin-right: 0;
  }
}

@media (max-width: 810px) {
  .logo {
    display: none;
  }

  .header-contact-info {
    float: none;
  }

  .header-contact-info ul li .text a {
    font-size: 14px;
  }

  .header-contact-info ul li .icon i::before {
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 32px;
  }

  .header-contact-info ul li .icon i.fas.fa-phone::before {
    font-size: 11px !important;
  }

  .header-contact-info ul li .text h4 {
    line-height: 10px;
  }

  .header-contact-info ul li .text {
    padding-left: 0;
  }

  .title {
    font-size: 33px;
  }

  .subtitle {
    font-size: 18px;
  }

  .single-service-style1 .text-holder h3 {
    font-size: 20px;
  }

  .hero-title {
    top: 48%;
    font-size: 25px;
    text-align: center;
  }
  .hero-title span{
    font-size: 25px;
  }

  .single-service-style1 {
    min-height: 320px;
  }

  .hero-title-bottom {
    line-height: 30px;
  }
}

@media (max-width: 520px) {
  .hero-title {
    font-size: 25px;
  }
  .hero-title {
    top: 46%;
  }

  .hero-title span{
    max-width: 300px;
    line-height: 20px;
  }
  .hero-title-bottom {
    line-height: 23px;
    font-size: 30px;
  }
}