.loader {
  width: 100vw;
  height: 100vh;
  top: 0;
  position: fixed;
  background: #fff;
  z-index: 9999; }
  .loader img {
    width: 180px;
    position: absolute;
    top: calc(50% - 90px);
    left: calc(50% - 90px); }

body {
  font-family: 'Poppins', sans-serif;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

a {
  text-decoration: none; }

* {
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out; }

*:hover {
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out; }

a:hover {
  color: #3c3c3c;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -webkit-transform: scale(1.08);
          transform: scale(1.08); }

h1 {
  font-size: 80px;
  font-weight: 800; }

h2 {
  font-size: 32px;
  font-weight: 700; }

h3 {
  font-size: 28px;
  font-weight: 500; }

h4 {
  font-size: 24px;
  font-weight: 500; }

h5 {
  font-size: 18.5px;
  font-weight: 500;
  line-height: 1.6em; }

h6 {
  font-size: 16px;
  font-weight: 500; }

p {
  font-size: 13.5px;
  line-height: 1.5em; }

span {
  font-weight: 700;
  margin-right: 20px; }

.content-container {
  width: 1100px;
  margin: 80px auto;
  border-radius: 35px 0;
  background: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden; }

.hide {
  display: none; }

.container {
  width: 90%;
  margin: 0 auto; }
  .container h2 {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 50px; }
  .container h2 a {
    margin-left: 20px;
    font-size: 32px;
    color: #ff5400; }

@media all and (max-width: 1200px) {
  body {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }

  .content-container {
    width: 90%;
    max-width: 500px;
    margin: 20px auto;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }

  span {
    margin-right: 20px;
    display: block;
    margin-bottom: 10px; } }
header {
  display: grid;
  grid-template-columns: 225px 1fr;
  margin-bottom: 70px; }

.header-logo {
  background: #ff5400;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fd3700), color-stop(#fd3c00), color-stop(#fe4100), color-stop(#fe4600), color-stop(#fe4a00), color-stop(#fe4f00), color-stop(#fd5300), color-stop(#fd5700), color-stop(#fd5c00), color-stop(#fc6100), color-stop(#fc6600), to(#fb6b00));
  background-image: linear-gradient(to bottom, #fd3700, #fd3c00, #fe4100, #fe4600, #fe4a00, #fe4f00, #fd5300, #fd5700, #fd5c00, #fc6100, #fc6600, #fb6b00);
  height: 450px;
  border-radius: 35px 0;
  padding: 20px;
  text-align: center; }

.header-logo img {
  margin-top: 135px;
  margin-bottom: 5px;
  width: 110px; }

.header-panel {
  display: grid;
  grid-template-rows: 55px 1fr; }

.header-menu {
  height: 100%;
  background: #000000;
  border-radius: 0 0 0 35px;
  width: 300px;
  justify-self: end; }

.header-menu-links {
  margin-top: 18px;
  text-align: center; }
  .header-menu-links a {
    text-transform: uppercase;
    font-size: 15px;
    color: white; }
  .header-menu-links a:first-child {
    border-right: 1px solid #6c6c6c;
    padding: 6px 34px; }
  .header-menu-links a:last-child {
    padding: 6px 27px; }

.header-menu-links:hover {
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -webkit-transform: scale(1.08);
          transform: scale(1.08); }

.header-content-inner {
  width: 60%;
  margin: 0 auto;
  margin-top: 100px; }
  .header-content-inner h2 {
    margin-bottom: 20px; }
  .header-content-inner h5 {
    margin-bottom: 20px; }
  .header-content-inner a {
    color: #ff6600;
    font-size: 50px;
    margin-right: 20px; }

.header-logo {
  color: white; }

@media all and (max-width: 1200px) {
  header {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 70px; }

  .header-logo {
    height: 235px;
    border-radius: 35px 0 0 0; }
    .header-logo img {
      margin-top: 35px;
      margin-bottom: 5px; }

  .header-menu {
    border-radius: 0 0 35px 0; }

  .header-content-inner {
    width: 80%;
    margin-top: 80px;
    text-align: center; }
    .header-content-inner a {
      margin-right: 0;
      padding: 10px; }

  .header-menu {
    width: 100%; } }
.header-sub {
  display: grid;
  grid-template-columns: 150px 1fr;
  margin-bottom: 70px; }

.header-logo-sub {
  background: #ff5400;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fd3700), color-stop(#fd3c00), color-stop(#fe4100), color-stop(#fe4600), color-stop(#fe4a00), color-stop(#fe4f00), color-stop(#fd5300), color-stop(#fd5700), color-stop(#fd5c00), color-stop(#fc6100), color-stop(#fc6600), to(#fb6b00));
  background-image: linear-gradient(to bottom, #fd3700, #fd3c00, #fe4100, #fe4600, #fe4a00, #fe4f00, #fd5300, #fd5700, #fd5c00, #fc6100, #fc6600, #fb6b00);
  height: 150px;
  border-radius: 35px 0;
  padding: 20px;
  text-align: center;
  color: white; }
  .header-logo-sub img {
    margin-top: 7px;
    margin-bottom: 5px;
    width: 80px; }
  .header-logo-sub p {
    font-size: 10px; }

@media all and (max-width: 1200px) {
  .header-sub {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 70px; }

  .header-logo-sub {
    height: 235px;
    border-radius: 35px 0 0 0; }
    .header-logo-sub img {
      margin-top: 35px;
      margin-bottom: 5px;
      width: 110px; }
    .header-logo-sub h1 {
      margin-top: 50px; } }
.resume-panel {
  display: grid;
  grid-template-columns: 235px 1fr;
  margin-bottom: 60px; }

.resume-panel-left {
  margin-bottom: 20px;
  background: black;
  color: white;
  height: 40px;
  border-radius: 0 25px; }
  .resume-panel-left h5 {
    font-weight: 500;
    padding: 7px 0;
    margin-left: 20px; }
  .resume-panel-left h6 {
    font-weight: 500;
    font-size: 14px;
    padding: 12px 0;
    margin-left: 20px; }

.container:first-child {
  border-top: 0; }

.resume-panel-right {
  padding: 20px 80px; }
  .resume-panel-right ul:first-child {
    margin-bottom: 20px; }
  .resume-panel-right li {
    font-size: 12.5px;
    line-height: 1.5em;
    margin-bottom: 16px; }
  .resume-panel-right ol {
    list-style: unset;
    list-style-type: disc;
    list-style-position: inside; }
  .resume-panel-right br {
    margin-bottom: 20px; }
  .resume-panel-right a {
    font-weight: 600;
    color: #000; }

.resume-split {
  display: grid;
  grid-template-columns: 1fr 1fr; }

@media all and (max-width: 1200px) {
  .resume-panel {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 60px; }

  .resume-panel-right {
    padding: 20px 0; } }
.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px; }

.contact-info h4 {
  font-weight: 700;
  margin-bottom: 20px; }
.contact-info li {
  margin-bottom: 20px; }

.contact-social {
  font-size: 50px;
  margin-left: 0px;
  justify-self: end;
  -ms-flex-item-align: center;
      align-self: center; }
  .contact-social i {
    color: #ff5400; }
  .contact-social i:first-child {
    margin-right: 20px; }

@media all and (max-width: 1200px) {
  .contact-social i:first-child {
    display: block;
    margin-top: 15px; } }
form {
  margin: 50px auto; }

label {
  font-weight: 700;
  padding-bottom: 20px; }

input, textarea {
  font-family: 'Poppins', sans-serif;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px; }

textarea {
  height: 150px;
  margin-bottom: 20px; }

button {
  background: #000;
  border: 0;
  height: 55px;
  width: 150px;
  border-radius: 0 35px;
  color: white;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px; }

button:hover {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  border-radius: 35px 0;
  cursor: pointer; }

.panels-container {
  width: 82.5%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5rem;
  margin-bottom: 70px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.panel {
  background: #ffffff;
  width: 100%;
  min-width: 300px;
  height: 640px;
  border-radius: 35px 0;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-top: 75px;
  overflow: hidden; }

.panel:last-child {
  margin-bottom: 70px; }

.panel-image {
  height: 275px; }
  .panel-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 35px 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease; }
  .panel-image img:hover {
    -webkit-transform: scale(1.08);
            transform: scale(1.08); }

.panel-content {
  padding: 25px; }
  .panel-content h5 {
    margin-bottom: 10px;
    font-weight: 700; }
  .panel-content h6 {
    margin-bottom: 25px;
    font-size: 13px;
    font-weight: 600;
    word-spacing: 4px; }
  .panel-content P {
    font-size: 12.5px; }

.panel-bottom {
  position: absolute;
  bottom: 0;
  background: #000000;
  width: 100%;
  height: 65px;
  border-radius: 35px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  color: white; }
  .panel-bottom a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14.5px;
    color: white;
    padding: 15px; }
  .panel-bottom a:first-child {
    border-right: 1px solid #6c6c6c; }

.panel-bottom-single {
  grid-template-columns: 1fr; }
  .panel-bottom-single a:first-child {
    border-right: none; }

@media all and (max-width: 1200px) {
  .panels-container {
    width: 90.5%;
    grid-template-columns: 1fr;
    grid-gap: 5rem; }

  .panel {
    min-width: 250px;
    margin-top: 0; }

  .panel:first-child {
    margin-top: 75px; } }
@media all and (max-width: 500px) {
  .panel-image {
    height: 190px; } }
footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #ff5400;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fd3700), color-stop(#fd3c00), color-stop(#fe4100), color-stop(#fe4600), color-stop(#fe4a00), color-stop(#fe4f00), color-stop(#fd5300), color-stop(#fd5700), color-stop(#fd5c00), color-stop(#fc6100), color-stop(#fc6600), to(#fb6b00));
  background-image: linear-gradient(to top, #fd3700, #fd3c00, #fe4100, #fe4600, #fe4a00, #fe4f00, #fd5300, #fd5700, #fd5c00, #fc6100, #fc6600, #fb6b00);
  height: 80px;
  color: white;
  border-radius: 35px 0;
  align-self: center; }

.footer-left {
  margin-left: 50px;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 12px;
  font-weight: 300; }

.footer-right {
  margin-right: 50px;
  justify-self: end;
  -ms-flex-item-align: center;
      align-self: center; }
  .footer-right a {
    font-size: 30px;
    margin-left: 15px;
    color: white;
    cursor: pointer; }

.social i:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08); }

@media all and (max-width: 1200px) {
  .footer-left {
    margin-left: 30px; }

  .footer-right {
    margin-right: 30px; }
    .footer-right a {
      font-size: 25px;
      margin-left: 10px; } }

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