/* === Main CSS === */

body, html {
  font-family: 'Source Sans Pro', sans-serif;
  background: #fff;
  line-height: 1.4!important;
  margin: 0;
  transition: 750ms all linear;
  position: relative;
  left: 0;
  overflow-x: hidden;
  min-height: 250px;
}
* {
  box-sizing: border-box;
}
.tal {
  text-align: left!important;
}
.tar {
  text-align: right!important;
}
.tac {
  text-align: center!important;
}
.fr {
  float: right!important;
}
.p0 {
  padding: 0px!important;
}
p, ul, li, a, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
.container {
  max-width: 1100px;
  padding: 0 40px;
  width: 100%;
  margin: 0 auto;
}
a, button, input, textarea {
  font-family: 'Source Sans Pro', sans-serif;
}

a {
  color: #626262;
  text-decoration: underline;
  background-color: transparent;
}
a:hover {
  text-decoration: none;
}
a:visited {
  color: #626262;
}

/* === Header === */

.header {
  background: url("../images/image-header.jpg") no-repeat;
  background-size: cover;
  background-position: center; 
  padding-bottom: 50vh;
}
.header-menu {
  display: flex;
  justify-content: space-between;
  line-height: 100px;
  padding-right: 5px;
}
.menu li {
  display: inline;
  margin-left: 50px;
}
.menu li a {
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s;
  padding-bottom: 10px;
}
.menu li a:hover {
  border-bottom: 2px solid white;
}
.logo span {
  font-size: 30px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
}
.logo span.footer {
  line-height: 28px;
  vertical-align: top;
}
.logo img {
  position: relative;
  top: 6px;
  height: 30px;
  object-fit: contain;
  margin-right: 10px;
}
/* Dropdown Navigation */

#hamburger-icon div {
  width: 25px;
  height: 2px;
  margin: 4px 0;
  background: white;
}
#hamburger-icon {
  display: none;
  position: absolute;
  right: 20px;
  top: 30px;
  cursor: pointer;
  padding: 2px 5px;
  border: 1px solid #515151;
  border-radius: 3px;
  transition: 0.3s;
}
#hamburger-icon:hover {
  background: #0b0a0a;
}
.close-hamburger {
  display: none;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 26px;
  color: white;
  cursor: pointer;
  transition: 500ms all;
}
.close-hamburger:hover {
  right: 35px;
}
/* === Healine === */

.text-banner {
  padding: 70px 0 80px 0;
  background: #eaeeef;
  color: #3c3c48;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}
/* === Grid === */

.solutions {
  padding: 70px 0;
  background: white;
}
.title {
  font-size: 36px;
  font-weight: 300;
  color: #3c3c48;
}
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  margin-top: 50px;
}
.solutions-grid .item {
  position: relative;
  padding-left: 60px;
  margin: 30px 50px;
}
.solutions-grid .item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  object-fit: contain;
  opacity: .7
}
.solutions-grid .item h4 {
  font-size: 18px;
  font-weight: bold;
  color: black;
}
.solutions-grid .item p {
  color: #626262;
  font-size: 16px;
  font-weight: 300;
}
/* === About === */

.about {
  background: #eaeeef;
  overflow: hidden;
  position: relative;
}
.about .container {
  display: flex;
}
.about .about-text {
  padding-top: 90px;
  padding-right: 50px;
}
.about .title {
  margin-bottom: 40px;
}
.about .about-text, .about .image {
  width: 50%;
  height: 600px;
}
.about .about-text p {
  font-weight: 300;
  font-size: 18px;
  color: #626262;
}
.about .image {
  position: absolute;
  top: 0;
  right: 0;
}
.about img {
  height: 100%;
  object-fit: cover;
}
/* === Contact === */

.contact {
  padding: 80px 0;
}
.contact-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.contact-form {
  width: calc(100% - 490px);
}
.two-inputs {
  display: flex;
  justify-content: space-between;
}
.two-inputs .input {
  width: 50%;
  margin-bottom: 30px
}
.input {
  position: relative;
  margin: 15px;
}
.input label {
  display: block;
  font-size: 14px;
  color: #c1c1c1;
  font-weight: 600;
}
.input input, .input textarea {
  width: 100%;
  outline: 0!important;
  border: 0;
  border-bottom: 1px solid #ebebeb;
  padding: 10px;
  font-weight: 800;
  color: #454545;
}
.input textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  position: relative;
  top: 5px;
}
.send-button button {
  padding: 14px 20px;
  margin: 30px 15px;
  font-family: inherit;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
  color: #999999;
  background-color: white;
  border: 1px solid #ddd;
  font-weight: normal;
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  outline: 0!important;
  transition: 0.5s;
}
.send-button button:hover {
  border: 1px solid #232323;
  color: #232323;
}
.border-filler {
  width: 0;
  transition: 2s all;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: black;
}
.border-filler.fill {
  width: 100%;
}
.contact-inquries {
  width: 440px;
  height: 100%;
  background: #eaeeef;
  padding: 40px 20px 40px 20px;
  margin-left: 50px;
}
.contact-inquries h5 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  color: #666666;
}
.contact-inquries p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 30px;
  color: #666666;
}
.contact-inquries h6 {
  font-weight: normal;
  font-size: 16px;
  color: #666666;
}
.contact-inquries h6 a {
  font-weight: normal;
  text-decoration: none;
  color: #666666;
  transition: 0.3s;
}
.contact-inquries h6 a:hover {
  color: #363131;
}
#map {
  width: 100%;
  height: 550px;
  max-height: 100vh;
}
#bodyContent {
  position: inherit!important;
  transform: rotate(0deg)!important;
}
#content {
  background: rgb(35, 33, 33);
  color: white;
  padding: 15px;
  border-radius: 5px;
}
#firstHeading {
  font-size: 18px;
}
#bodyContent p {
  font-size: 12px;
}
/* === Footer === */

.footer {
  background: #1e1e1e;
  padding: 80px 0;
}
.footer-flex {
  display: flex;
}
.footer .logo {
  margin-right: 80px
}
.footer .menu ul {
  margin-top: 40px
}
.footer .menu li {
  display: block;
  margin-left: 0;
  margin-bottom: 10px;
}
.footer .menu li a {
  text-transform: none;
  color: #999999;
  font-size: 14px!important;
}
.footer .menu li a:hover {
  border: none;
  color: white;
}
.footer .menu h6 {
  color: #cccccc;
  font-weight: 600;
  font-size: 16px;
}
.copyright {
  color: #999999;
  font-size: 14px;
  text-align: right;
  padding-right: 10px;
}

.check {
  display: none;
}

