@import url("https://fonts.googleapis.com/css?family=Dosis");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400");
.fade {
  transition: opacity 0.3s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.45rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus,
  .was-validated .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
  .was-validated .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

/* FONTS */
.container-fluid {
  width: fit-content;
  padding-right: 3.5%;
  padding-left: 3.5%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3.6%;
  padding-bottom: 10%; }

.progress {
  display: flex;
  height: 1px;
  overflow: visible;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }
  .progress-bar .scale {
    position: absolute;
    left: 100%;
    padding: 1px 3px;
    border: 1px #007bff solid;
    color: black;
    background-color: #fff; }

@media screen and (max-width: 600px) {
  .main-content .name.h1 {
    font-size: 18px; } }

@media screen and (max-width: 571px) {
  .typed.h3 {
    font-size: 12px; } }

.fade {
  transition: opacity 0.3s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

* {
  padding: 0;
  margin: 0; }

body {
  background-color: #F5F5F5;
  font-family: 'Open Sans', sans-serif;
  color: #212121; }

.page-content {
  display: block;
  position: relative; }

@media screen and (max-width: 750px) {
  #sidebar {
    background: inherit;
    border-right: none; } }

#menu-group {
  position: absolute;
  background: #fff;
  z-index: 10;
  border-right: 1px solid #f0f0f0;
  width: 70px;
  opacity: 0.8;
  height: 100%; }
  #menu-group.hide {
    display: none; }
  @media screen and (max-width: 750px) {
    #menu-group {
      display: none; } }

.toggler-icon {
  display: none;
  position: absolute;
  width: 35px;
  height: 35px;
  z-index: 999;
  top: 5px;
  left: 15px;
  padding-bottom: 5px;
  background-color: #fff;
  border-radius: 5px;
  transition: box-shadow 0.5s ease-out;
  border: none;
  outline: 0;
  box-sizing: border-box; }
  .toggler-icon i {
    display: inherit;
    position: relative; }
    .toggler-icon i span {
      display: block;
      position: absolute;
      height: 5px;
      padding: 0;
      margin: 0;
      left: 10%;
      right: 10%;
      background-color: #1a1818;
      transition: transform 0.5s ease-out, opacity 0.3s ease-in-out;
      opacity: 1; }
    .toggler-icon i span:nth-child(1) {
      transform: translateY(-8px);
      -webkit-transform: translateY(-8px); }
    .toggler-icon i span:nth-child(3) {
      transform: translateY(8px);
      -webkit-transform: translateY(8px); }
  .toggler-icon:hover {
    box-shadow: 0 0 2px 5px #f0f0f0; }
    .toggler-icon:hover i span {
      background-color: #615e5e; }
  .toggler-icon.focus {
    box-shadow: 0 0 2px 0 #9bbae1; }
    .toggler-icon.focus i span:nth-child(1) {
      transform: rotateZ(45deg) scaleX(1);
      -webkit-transform: rotateZ(45deg) scaleX(1);
      transform-origin: 50% 50%; }
    .toggler-icon.focus i span:nth-child(2) {
      opacity: 0; }
    .toggler-icon.focus i span:nth-child(3) {
      transform: rotateZ(-45deg) scaleX(1);
      -webkit-transform: rotateZ(-45deg) scaleX(1);
      transform-origin: 50% 50%; }
  @media screen and (max-width: 750px) {
    .toggler-icon {
      display: block; } }

#main-menu {
  overflow: hidden; 
  display: flex;
  justify-content:center;
}
  #main-menu .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
  #main-menu .nav-link {
    display: block;
    padding: 0.5rem 1rem; }
    #main-menu .nav-link:hover, #main-menu .nav-link:focus {
      text-decoration: none; }
    #main-menu .nav-link.disabled {
      color: #6c757d; }
  #main-menu .nav-tabs {
    border-bottom: 1px solid transparent; }
    #main-menu .nav-tabs .nav-item {
      position: relative;
      display: block;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background-color: #EBEBEB;
      transition: background-color 300ms ease-out;
      margin-bottom: -1px; }
      #main-menu .nav-tabs .nav-item .fa {
        position: absolute;
        top: 12px;
        left: 12px;
        font-size: 20px;
        color: #757775;
        transition: color 300ms ease-out; }
    #main-menu .nav-tabs .nav-item {
      margin-bottom: 10px; }
      #main-menu .nav-tabs .nav-item:first-child {
        margin-top: 10px; }
    #main-menu .nav-tabs .nav-link {
      border: 1px solid transparent;
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem; }
      #main-menu .nav-tabs .nav-link:hover, #main-menu .nav-tabs .nav-link:focus {
        border-color: #e9ecef #e9ecef #dee2e6;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background-color: #333333;
        transition: background-color 300ms ease-out; }
        #main-menu .nav-tabs .nav-link:hover:hover .fa, #main-menu .nav-tabs .nav-link:focus:hover .fa {
          color: white; }
      #main-menu .nav-tabs .nav-link:hover {
        animation: spread-out 1s ease-in-out infinite; }
      #main-menu .nav-tabs .nav-link.disabled {
        color: #6c757d;
        background-color: transparent;
        border-color: transparent; }
    #main-menu .nav-tabs .nav-link.active,
    #main-menu .nav-tabs .nav-item.show .nav-link {
      color: #495057;
      background-color: #333333;
      border-color: #dee2e6 #dee2e6 #fff;
      width: 45px;
      height: 45px;
      border-radius: 50%; }
      #main-menu .nav-tabs .nav-link.active .fa,
      #main-menu .nav-tabs .nav-item.show .nav-link .fa {
        color: #fff; }
    #main-menu .nav-tabs .dropdown-menu {
      margin-top: -1px;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  @media screen and (max-width: 750px) {
    #main-menu #tabs {
      margin-top: 2.5rem !important; } }

@keyframes spread-out {
  0% {
    box-shadow: 0 0 0 0 #e2f023, 0 0 10px 10px rgba(255, 255, 255, 0.5); }
  50% {
    box-shadow: 0 0 5px 10px rgba(226, 240, 35, 0.5), 0 0 10px 10px rgba(255, 255, 255, 0.5); }
  100% {
    box-shadow: 0 0 10px 10px rgba(226, 240, 35, 0.1), 0 0 10px 10px rgba(255, 255, 255, 0.5); } }
@-webkit-keyframes spread-out {
  0% {
    box-shadow: 0 0 0 0 #e2f023, 0 0 10px 10px rgba(255, 255, 255, 0.5); }
  50% {
    box-shadow: 0 0 5px 10px rgba(226, 240, 35, 0.5), 0 0 10px 10px rgba(255, 255, 255, 0.5); }
  100% {
    box-shadow: 0 0 10px 10px rgba(226, 240, 35, 0.1), 0 0 10px 10px rgba(255, 255, 255, 0.5); } }
#social .nav-item {
  display: block;
  transition: background-color 300ms ease-out; }
  #social .nav-item .fa {
    color: #757775;
    transition: color 300ms ease-out; }
  #social .nav-item:hover .fa {
    color: rgba(117, 119, 117, 0.5); }
@media screen and (max-width: 750px) {
  #social {
    margin-top: 0.5rem !important; } }

.main-container {
  position: relative;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  border-left: 1px solid #F2F2F2; }
  .main-container #about,
  .main-container #resume,
  .main-container #portfolio,
  .main-container #blog,
  .main-container #contact,
  .main-container #particles-cancas {
    margin-left: 70px;
    width: 95%;
    height: -webkit-fill-available;
    height: 100%; }
    @media screen and (max-width: 750px) {
      .main-container #about,
      .main-container #resume,
      .main-container #portfolio,
      .main-container #blog,
      .main-container #contact,
      .main-container #particles-cancas {
        margin-left: 0;
        width: 100%; } }
    @media screen and (max-width: 750px) {
      .main-container #about .title,
      .main-container #resume .title,
      .main-container #portfolio .title,
      .main-container #blog .title,
      .main-container #contact .title,
      .main-container #particles-cancas .title {
        margin-left: 20px; } }
  .main-container #home {
    position: relative;
    height: 100%;
    height: -webkit-fill-available;
    background-image: url("/img/home-backpx.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0; }
    .main-container #home #particles-cancas {
      position: absolute;
      width: 100%;
      height: 100%;
      height: -webkit-fill-available;
      top: 0;
      left: 0;
      z-index: 2; }
    .main-container #home .translucent-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.9);
      z-index: 1; }
    .main-container #home .main-content {
      width: 100%;
      height: 100%;
      height: -webkit-fill-available; }
    .main-container #home .main-content div {
      z-index: 3; }

.title {
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;
  letter-spacing: 2px;
  display: inline-block;
  border-bottom: 1px solid #ccc; }
  .title h5 {
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    font-size: 28px; }
  .title h2,
  .title h5 {
    font-weight: bolder; }
  .title span {
    display: inline-block;
    margin: 0 0 0 10px;
    color: #888;
    font-size: 12px;
    font-weight: 200;
    text-transform: capitalize; }
  .title:after {
    content: "";
    position: absolute;
    width: 10%;
    height: 1px;
    bottom: -1px;
    left: 0;
    background: #141414; }

div.title {
  width: 100%; }

.main-container {
  font-family: 'Dosis', sans-serif;
  height: 673px;
 }

.page-content {
  height: 673px;
  }

.resume-content,
.about-content {
  overflow: hidden; }

.about-content p {
  color: #505050;
  letter-spacing: .5px;
  font-size: 14px;
  text-align: justify;
  margin-top: 10px;
  line-height: 27px; }
.about-content .image-me {
  width: 100%;
  height: 18rem; }
  @media screen and (max-width: 600px) {
    .about-content .image-me {
      width: 100%; } }

.mCustomScrollBox {
  overflow: hidden; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  overflow: hidden; }

.skill-scale {
  margin-bottom: 20px; }

.card {
  width: 100%;
  transition: box-shadow 300ms ease-in-out; }
  .card .service-icon .fa {
    border: 1px solid #ddd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    color: #3e3e3e;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 60px;
    display: inline-block;
    font-size: 25px;
    margin-bottom: 20px;
    transition: background-color 300ms ease-in-out; }
  .card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
    .card:hover .service-icon .fa {
      background: #333;
      color: #FFF;
      border-color: #333; }

.row-reverse {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  margin-right: 5px;
  margin-left: 5px; }

.resume-content .education {
  float: right; }
.resume-content .working {
  float: left; }
.resume-content .column-right,
.resume-content .column-left {
  height: 95%;
  padding: 0;
  margin: 0; }
.resume-content .column-left {
  position: relative;
  float: left;
  border-left: 1px solid #eee;
  text-align: left;
  padding-left: 40px;
  margin-left: 20px;
  margin-top: 80px; }
  .resume-content .column-left::before {
    content: "\f02d";
    position: absolute;
    border: 1px solid #ddd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    height: 50px;
    width: 50px;
    bottom: 100%;
    font-size: 20px;
    line-height: 46px;
    text-align: center;
    background: #333;
    color: #FFF;
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: -25px; }
  .resume-content .column-left .item {
    position: relative;
    margin-top: 40px;
    font-family: inherit;
    width: 100%; }
  .resume-content .column-left .item::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: #888888;
    top: 0;
    left: -44px; }
.resume-content .column-right {
  position: relative;
  float: right;
  border-right: 1px solid #eee;
  text-align: right;
  padding-right: 40px;
  margin-right: 20px;
  margin-top: 80px; }
  .resume-content .column-right::before {
    content: "\f0b1";
    position: absolute;
    border: 1px solid #ddd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    height: 50px;
    width: 50px;
    bottom: 100%;
    font-size: 20px;
    line-height: 46px;
    text-align: center;
    background: #333;
    color: #FFF;
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: -25px; }
  .resume-content .column-right .item {
    position: relative;
    margin-top: 40px;
    font-family: inherit;
    width: 100%; }
    .resume-content .column-right .item p {
      margin: 0;
      padding: 0; }
  .resume-content .column-right .item::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: #888888;
    top: 0;
    right: -44px; }

.testimonials {
  background: url("/img/testimonials-bg.jpg") center center no-repeat;
  background-size: cover;
  margin-top: 10%; }

.testimonials-overlay {
  background: rgba(255, 255, 255, 0.8);
  padding: 50px;
  text-align: center; }

.testimonial-box {
  margin: 0 auto;
  float: none;
  padding-left: 30px; }
  .testimonial-box p {
    color: #333;
    font-size: 14px;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 30px;
    letter-spacing: 1.5px; }
  .testimonial-box h3 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Dosis', sans-serif;
    font-size: 14px;
    padding-bottom: 30px;
    font-weight: 700; }
  .testimonial-box span {
    position: relative;
    margin-left: 10px;
    padding-left: 20px;
    text-transform: none;
    letter-spacing: .5px; }
  .testimonial-box span:before {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    background: #333;
    width: 10px;
    height: 1px; }
  .testimonial-box::before {
    position: absolute;
    content: '\f10d';
    top: -5px;
    left: 0;
    color: #333;
    font-family: FontAwesome;
    font-size: 20px; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0; }
.owl-theme .owl-dots .owl-dot span {
  background: rgba(0, 0, 0, 0.3);
  width: 8px;
  height: 8px;
  margin: 0 10px; }
.owl-theme .owl-dots .owl-dot.hover span, .owl-theme .owl-dots .owl-dot.active span {
  background: #333; }
.owl-theme .owl-dots .owl-dot::focus {
  outline: none; }

.portfolio-item {
  display: block;
  position: relative;
  user-select: none;
  width: 100%;
  height: 250px; }
  .portfolio-item img {
    width: 100%;
    height: 100%; }
  .portfolio-item a span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
  .portfolio-item .dark-overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(15, 15, 15, 0.8);
    opacity: 0;
    transition: all 0.5s ease; }
  .portfolio-item .project-title, .portfolio-item .project-subtitle {
    display: block;
    float: left;
    position: absolute;
    text-transform: uppercase;
    color: #fff;
    font-size: 1rem !important;
    bottom: 15%;
    left: 5%;
    opacity: 0;
    transition: all 0.5s ease; }
  .portfolio-item .project-subtitle {
    font-size: 0.8rem !important;
    bottom: 8%;
    text-transform: none;
    border-left: 1px solid #fff;
    padding-left: 9px; }
  .portfolio-item:hover .dark-overlay {
    opacity: 1; }
  .portfolio-item:hover .project-title, .portfolio-item:hover .project-subtitle {
    opacity: 1; }
  .portfolio-item.disabled {
    pointer-events: none;
    cursor: not-allowed;
    text-decoration: none;
    color: black; }
  @media screen and (max-width: 500px) {
    .portfolio-item {
      height: 125px; } }

.project-img {
  display: block;
  width: 100%;
  height: 100%; }

#portfolio-menu nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
#portfolio-menu .nav-item {
  margin-bottom: -1px;
  padding: 10px; }
#portfolio-menu .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #2b2a29;
  padding: 0; }
  #portfolio-menu .nav-link:hover, #portfolio-menu .nav-link:focus {
    text-decoration: none;
    box-shadow: 0 1px 0 #1a1818; }
  #portfolio-menu .nav-link.disabled {
    color: #6c757d; }
  #portfolio-menu .nav-link.active {
    text-decoration: none;
    box-shadow: 0 1px 0 #1a1818;
    cursor: default; }

.contact-content {
  display: block;
  position: relative;
  padding-bottom: 30px; }

.contant-form {
  display: block;
  width: 100%;
  padding: 8%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
  .contant-form .form-group .form-control {
    display: block;
    width: 100%; }
    .contant-form .form-group .form-control:focus {
      border-color: none;
      box-shadow: 0 0 0 0 rgba(15, 15, 15, 0.5); }
  .contant-form .form-group input:not(:first-child),
  .contant-form .form-group textarea {
    margin-top: 30px; }
  .contant-form .form-group input,
  .contant-form .form-group textarea {
    background: whitesmoke;
    border: none;
    font-family: inherit; }
  .contant-form .form-group input[type="submit"] {
    padding: 10px 15px;
    background: #333333;
    color: #fff;
    font-size: 0.9rem; }
    .contant-form .form-group input[type="submit"]:hover {
      background-color: rgba(54, 52, 52, 0.836); }

.address-box {
  display: block;
  height: 100%;
  padding: 29px 5px 29px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
  .address-box .title {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 1rem;
    font-family: 'Dosis', sans-serif;
    margin-bottom: 10px; }
    .address-box .title:after {
      content: "";
      position: absolute;
      width: 30%; }
  .address-box .address-item {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px; }
    .address-box .address-item i {
      display: inline-block;
      align-self: center;
      -ms-flex-item-align: center;
      width: 10%;
      color: #555;
      font-size: 1.8rem;
      padding-right: 13%; }
    .address-box .address-item div,
    .address-box .address-item span {
      display: inline-block;
      margin-left: 0.9rem !important; }
      @media screen and (max-width: 750px) {
        .address-box .address-item div,
        .address-box .address-item span {
          margin-left: 1.5rem !important; } }
    .address-box .address-item h6 {
      padding: 0;
      display: block;
      font-size: 0.9rem;
      color: #5C6A73;
      font-weight: bold; }
    .address-box .address-item small {
      display: block;
      font-size: 0.8rem;
      color: #ABACAC; }

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