/*   
Theme Name: Profile Tech
Description:  Profile Tech WordPress theme
Author: Residency Studios
Author URI: https://residencystudios.com
Version: 1.0.1
Tags: 
*/
@font-face {
  font-family: "BW Haas Text 65";
  src: url("fonts/BWHaasText-65Medium.eot");
  src: url("fonts/BWHaasText-65Medium.eot?#iefix") format("embedded-opentype"), url("fonts/BWHaasText-65Medium.woff2") format("woff2"), url("fonts/BWHaasText-65Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BW Haas Text 55 Roman";
  src: url("fonts/BWHaasText-55Roman.eot");
  src: url("fonts/BWHaasText-55Roman.eot?#iefix") format("embedded-opentype"), url("fonts/BWHaasText-55Roman.woff2") format("woff2"), url("fonts/BWHaasText-55Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "nb_akademie_mono_stdmedium";
  src: url("fonts/nb_akademie_mono_std_medium-webfont.woff2") format("woff2"), url("fonts/nb_akademie_mono_std_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body, html {
  margin: 0px;
  padding: 0px;
}

body {
  width: 100%;
  height: 100%;
  font-family: "BW Haas Text 55 Roman";
  color: #000;
}

img {
  width: 100%;
  height: auto;
}

.clearfix {
  width: 100%;
  float: left;
  clear: both;
  min-height: 1px;
}

.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.row {
  margin: 0 -15px;
}

.col-lg-6 {
  padding: 0 15px;
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.col-lg-4 {
  padding: 0 15px;
  width: 33.33%;
  float: left;
  box-sizing: border-box;
}

.col-lg-3 {
  padding: 0 15px;
  width: 25%;
  float: left;
  box-sizing: border-box;
}

#header {
  background: #63FFEB;
  padding: 30px 0px;
}
#header img {
  width: 280px;
  float: left;
}

#main {
  background: #D9D9D9;
  position: relative;
}
#main .col-lg-6 {
  padding: 0px;
}
#main img {
  display: block;
}
#main--bottom {
  position: absolute;
  bottom: 0px;
  background: #1C1F42;
  left: 0px;
  width: 50%;
  padding: 40px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #main--bottom {
    padding: 30px 20px;
    position: relative;
    float: left;
    clear: both;
    width: 100%;
  }
}
#main--bottom h4 {
  color: #63FFEB;
  margin: 0 0 20px;
}
#main--bottom h4:last-child {
  margin: 0px;
}
#main--bottom h4 a {
  font-size: 14px;
  color: #fff;
  text-transform: none;
  border: 2px solid;
  padding: 10px 20px;
  text-decoration: none;
  letter-spacing: 0px;
  display: block;
  float: left;
  letter-spacing: -0.05em;
  transition: all 0.4s ease-in-out;
}
#main--bottom h4 a:hover {
  color: #D9D9D9;
  border-color: #D9D9D9;
}
#main--bottom--right {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  background: #fff url("img/icon-down-trans.png") center center no-repeat;
  background-size: 50px;
  padding: 0px;
  height: 100%;
  padding-left: 100px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  #main--bottom--right {
    display: none;
  }
}
#main--bottom--right:hover {
  background-color: #D9D9D9;
}
#main h1 {
  padding: 100px 40px;
}

#usps {
  background: #1C1F42;
}
@media (max-width: 767px) {
  #usps {
    padding: 40px 0px;
  }
}
#usps .col-lg-4 {
  padding: 40px 0px;
}
@media (min-width: 768px) {
  #usps .col-lg-4 {
    min-height: 240px;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
  }
  #usps .col-lg-4:first-child {
    border-left: 8px solid #fff;
  }
  #usps .col-lg-4:last-child {
    border-right: 8px solid #fff;
  }
}
@media (min-width: 768px) {
  #usps .col-lg-4 {
    display: flex;
    align-items: center;
  }
}
#usps .col-lg-4 h4 {
  color: #fff;
  width: 440px;
  padding: 0 40px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #usps .col-lg-4 h4 {
    padding: 0px 20px;
    font-size: 14px;
  }
}

#about {
  padding: 100px 0px;
}
#about .col-lg-6 {
  padding: 0px;
}

#contact {
  padding: 100px 0px;
}
#contact .gform_body input[type=text], #contact .gform_body textarea {
  background: #D9D9D9;
  border-radius: 0px;
  padding: 30px 20px;
  border: 0px none;
  outline: none;
}
#contact .gform_body input[type=file] {
  border-radius: 0px;
  border: 0px none;
  background: transparent;
  border-bottom: 2px solid #D9D9D9;
  box-shadow: none;
  box-sizing: border-box;
}
#contact .gform_body .gfield--type-fileupload {
  width: 30%;
}
@media (max-width: 767px) {
  #contact .gform_body .gfield--type-fileupload {
    width: 100%;
  }
}
#contact .gform_footer input.gform_button {
  border: 0px none;
  background: #000;
  color: #fff;
  border-radius: 0px;
  padding: 20px 30px;
  transition: all 0.4s ease-in-out;
}
#contact .gform_footer input.gform_button:hover {
  background: #D9D9D9;
  color: #000;
}

#footer {
  background: #D9D9D9;
  padding: 0px 0px 60px;
}
#footer img {
  width: 100%;
  margin-bottom: 60px;
}
#footer .container img {
  width: 280px;
  float: left;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #footer .container img {
    margin-bottom: 50px;
  }
}
#footer .col-lg-6 {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  #footer .col-lg-6:last-child {
    padding-top: 0px;
  }
}
#footer .col-lg-6 h4 {
  color: #7C7C7C;
  text-transform: none;
  font-size: 14px;
  letter-spacing: -0.05em;
}
#footer .col-lg-6 h4 a {
  color: #7C7C7C;
  text-transform: none;
  letter-spacing: -0.05em;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
#footer .col-lg-6 h4 a:hover {
  color: #000;
  text-decoration: underline;
}
@media screen and (min-width: 767px) {
  #footer .col-lg-6:last-child {
    text-align: right;
  }
}
#footer h4 {
  margin: 0px 0px 10px;
  font-size: 18px;
}
#footer p {
  font-size: 14px;
}
#footer p a {
  color: #7C7C7C;
  text-transform: none;
  transition: all 0.4s ease-in-out;
  font-family: "nb_akademie_mono_stdmedium";
  text-decoration: none;
}
#footer p a:hover {
  color: #000;
  text-decoration: underline;
}

h1, h2, h3, h4, h5 {
  font-family: "BW Haas Text 65";
  font-weight: 400;
  line-height: 1;
  margin: 0px 0px 20px;
}

h1 {
  font-size: 68px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-family: "nb_akademie_mono_stdmedium";
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.01em;
}

p {
  font-family: "BW Haas Text 55 Roman";
  font-weight: 400;
  line-height: 1.4;
  font-size: 20px;
  margin: 0px 0px 20px;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
  .col-sm-12 {
    padding: 0 15px;
    width: 100%;
    float: left;
  }
  h1 {
    font-size: 38px;
  }
}

/*# sourceMappingURL=style.css.map */
