body {
    font-family: "Fira Sans", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0;
}

nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

nav > div {
    flex-grow: 1;
}

nav > ul {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

nav > ul > li {
    display: inline;
    margin: 0 10px;
}

li > a {
    color: #ED8B00;
    text-decoration: none;
}

.logo1 {
    width: 80px;
    margin-left: 2.5%;
}

.logo2 {
    width: 800px;
}

.header_content {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 5rem;
    margin-right: 10%;
    margin-left: 10%;
}

.header_content h1 {
    font-family: "Alfa Slab One", serif;
    font-size: 5rem;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: 1px;
}

.header_content h2 {
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 300;
    color: #34393e;
}

.header_content h3 {
    margin-top: 0;
}

.vline {
    border-left: 6px solid #ED8B00;
    padding-left: 30px;
}

h1 > span {
    color: #ED8B00;
}

h3 > span {
    color: #ED8B00;
}

.highlight {
    height: 12px;
    position: relative;
    line-height: 1.6;
    border-radius: 2px;
    background-color: #ED8B00;
}

.contact {
    margin-top: 50px;
}

a.contact_button {
    display:inline-block;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    color: white;
    background-color: #ED8B00;
    border-color: #ED8B00;
    padding: 20px;
    text-decoration: none;
    border-radius: 5px;
}

main > section > div {
    margin-right: 10%;
    margin-left: 10%;
}

main > section > div > header {
    display: inline-block;
}

main > section > div > header > h2 {
    font-size: 3rem;
    margin: 0;
}

main > section.us {
    text-align: center;
    background-color: #34393e;
    color: white;
    padding: 30px 0 60px 0;
    font-size: 1.5rem;
}

main > section.us p {
    text-align: left;
}

.me {
    display: flex;
    flex-wrap: wrap;
    margin: 5%;
    margin-bottom: 0;
    align-items: center;
}

.me .data {
    flex: 3;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}

.me .image {
    flex: 1;
    margin-top: 15px;
}

.me .data h2, .me .data h4 {
    margin: 0;
}

.me .data h4 {
    color: #ED8B00;
}

.me .photo {
    border-radius: 50%;
}

.me a {
    font-size: 1.2rem;
    text-decoration: none;
    background-color: #0072b1;
    color: white;
    padding: 7px;
    border-radius: 3px;
}

.me .data blockquote {
    margin: 0 0 5px 0;
}

.me .data blockquote p {
    margin: 0;
    padding: 0;
    background: #34393e;
}

p > span {
    color: #ED8B00;
}

main > section.do {
    text-align: center;
    color: black;
    padding: 30px 0 60px 0;
}

.whatwedo {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.whatwedoitem {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #ED8B00;
    color: #34393e;
    padding: 10px;
    text-align: center;
    max-width: 800px;
    border-radius: 5px;
    margin: 5px;
}

.whatwedoitem h3 {
    margin: 0;
    color: #ED8B00;
}

.whatwedoitem h4 {
    margin: 0;
    color: #ED8B00;
}

a.learnmore_button {
    display:inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    background-color: #34393e;
    border-color: #34393e;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px;
}

a.tellmemore_button {
    display:inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ED8B00;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px;
}

.specialization {
    margin-left: 20%;
    margin-right: 20%;
}

.specialization > h2 {
    color: #34393e;
}

.serviceimage {
    max-width: 150px;    
}

.quadrant {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.card-container {
    margin: 30px;
    margin-top: 0;
    min-width: 220px;
}

.card-container .card {
    font-weight: bold;
    position: relative;
}

.card-container .card .card--display {
    padding: 30px;
    height: 200px;
    border: 2px solid #34393e;
    background: #34393e;
    text-decoration: none;
    color: white;
    display: table;
    border-radius: 5px;
}

.card-container .card .card--display i {
    font-size: 60px;
}

.card-container .card .card--display h2 {
    margin: 20px 0 0;
}

.card-container .card .card--border {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px dashed black;
    z-index: -1;
}

main > section.techs {
    text-align: center;
    background-color: #34393e;
    color: white;
    padding: 30px 0 60px 0;
}

blockquote p {
    padding: 15px;
    background: #eeeeee;
    border-radius: 5px;
}

blockquote p::before {
    content: '\201C';
    font-size: 2rem;
}

blockquote p::after {
    content: '\201D';
    font-size: 2rem;
}

main > section.testimonials {
    text-align: center;
    background-color: #eeeeee;
    color: black;
    padding: 30px 0 60px 0;
    font-size: 1.5rem;
}

.mate {
    display: flex;
    flex-wrap: wrap;
    margin: 5%;
    margin-bottom: 0;
    align-items: center;
    background-color: white;
}

.mate .data {
    flex: 3;
    text-align: left;
    margin: 10px;
    font-size: 1.2rem;
}

.mate .image {
    flex: 1;
}

.mate .data h2, .mate .data h4 {
    margin: 0;
}

.mate .data h4 {
    color: #ED8B00;
}

.mate .photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.mate .data blockquote p::before {
    content: '\201C';
    font-size: 1.2rem;
}

.mate .data blockquote p::after {
    content: '\201D';
    font-size: 1.2rem;
}

main > section.callus {
    text-align: center;
    background-color: #34393e;
    color: white;
    padding: 30px 0 60px 0;
}

main > section.callus a {
    text-decoration: none;
    color: white;
}

main > section.callus .table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

main > section.callus .table p {
    text-align: left;
}

main > section.callus p i {
    color: #ED8B00;
}

main > section.callus img {
    width: 250px;
}

main > section.callus .smp {
    display: flex;
    justify-content: space-evenly;
}

main > section.fullservices {
    padding: 30px 0 60px 0;
    font-size: 1.2rem;
}

.fullservices p {
    padding: 15px;
    background: #eeeeee;
    border-radius: 5px;
}

.fullservices ul {
    padding: 15px;
    background: #eeeeee;
    border-radius: 5px;
    list-style-type: none;
}

main > section.contact {
    text-align: center;
    padding: 30px 0 60px 0;
    font-size: 1.5rem;
}

.form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

form {
    max-width: 420px;
    margin-top: 50px;
}

.feedback-input {
    font-family: "Fira Sans", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    border-radius: 5px;
    line-height: 22px;
    background-color: transparent;
    border: 2px solid #ED8B00;
    transition: all 0.3s;
    padding: 13px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
}

textarea {
  height: 150px;
  line-height: 150%;
  resize: vertical;
}

[type="submit"] {
    font-family: "Fira Sans", Helvetica, Arial, sans-serif;
    width: 100%;
    background: #ED8B00;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    color:white;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s;
    margin-top: -4px;
    font-weight: 700;
}

button.g-recaptcha {
    font-family: "Fira Sans", Helvetica, Arial, sans-serif;
    width: 100%;
    background: #ED8B00;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    color:white;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s;
    margin-top: -4px;
    font-weight: 700;
}

main > section.legal {
    padding-bottom: 25px;
}

.logofooter {
    width: 100px;
    margin-left: 2.5%;
}

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    background-color: #eeeeee;
    color: #ED8B00;
}

footer > p {
    margin-left: 2%;
    text-align: center;
}

footer > a {
    color: #ED8B00;
    text-decoration: none;
    margin-left: 2%;
    text-align: center;
}

.logoclients {
    width: 100%;
}

main > section.callus2 {
    text-align: center;
    background-color: #34393e;
    color: white;
    padding: 30px 0 60px 0;
}

main > section.callus2 a {
    text-decoration: none;
    color: white;
}

main > section.callus2 .table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

main > section.callus2 .table p {
    text-align: left;
}

main > section.callus2 p i {
    color: #ED8B00;
}

main > section.callus2 img {
    width: 250px;
}

main > section.callus2 .smp {
    display: flex;
    justify-content: space-evenly;
}
