
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.shadow-1 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
.newFA{
  font-size: 20px ;
  padding: 20px;
}
/**
 * -------------------
 *  Defult CSS
 * -------------------
 */
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

body {
  font-family: "roboto", sans-serif;
  font-size: 14px;
  font-style: none;
  line-height: 24px;
  font-weight: 500;
  overflow-x: hidden !important;
  text-align: left;
  position: relative;
  color: #999999;
  opacity: 0.9; }

h1, h2, h3, h4, h5, h6 {
  font-family: "roboto", sans-serif; }

p {
  opacity: 0.9; }

.nav li a {
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
  padding: 0px;
  background-color: transparent;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .nav li a:hover {
    background-color: transparent; }
  .nav li a:focus {
    background-color: transparent;
    outline: 0 !important; }

a {
  text-decoration: none !important;
  cursor: pointer;
  padding: 0px;
  background-color: transparent;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #000;
  opacity: 0.9; }
  a:hover {
    background-color: transparent; }
  a:focus {
    background-color: transparent;
    outline: 0 !important; }

.center {
  float: none;
  margin: 0 auto;
  text-align: center; }


.overflow {
  overflow: hidden; }

.relative {
  position: relative; }

.display-table {
  display: table;
  width: 100%;
  height: 100%; }

.display-flex {
  display: flex;
  flex: 1; }

.vertical-middle {
  display: table-cell;
  float: none;
  vertical-align: middle; }


.section-title {
  text-align: center; }
  .section-title h3 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 60px; }

.section-heading {
  display: block;
  margin: 0; }

.section-header {
  margin-bottom: 100px;
  text-align: center; }
  .section-header .sub-heading {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 10px 0; }
  .section-header.text-left,
  .section-header.text-left * {
    text-align: left; }
  .section-header.text-right,
  .section-header.text-right * {
    text-align: right; }

.section-header-separator {
  position: relative;
  width: 145px;
  margin: 5px auto;
  display: inline-block; }
  .section-header-separator .icon {
    font-size: 48px;
    text-align: center !important; }
  .section-header-separator::before, .section-header-separator::after {
    content: '';
    position: absolute;
    width: 57px;
    height: 2px;
    top: 25px; }
  .section-header-separator::before {
    left: 0; }
  .section-header-separator::after {
    right: 0; }

.v-middle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row; }


.btn {
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  outline: 0;
  padding: 8px 30px;
  font-weight: bold;
  border-radius: 20px; }
  .btn:last-child {
    margin-right: 0px !important; }
  .btn .icon {
    position: relative;
    top: 2px; }
    .btn .icon img {
      position: relative;
      top: -3px;
      width: 14px; }
  .btn.btn-fill {
    background-color: #dc3545;
    color: #fff;
  border-radius: 0px;
  }
  .btn.left-icon .icon {
    margin-right: 15px; }
  .btn.right-icon .icon {
    margin-left: 15px; }
  .btn.btn-border {
    background-color: transparent; }



.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: -2px; }

.btn-text-link {
  padding: 50px 0 0 0;
  text-align: center; }
  .btn-text-link a {
    margin-left: 10px; }

/**
 * -----------------
 * Social Icon Style
 * -----------------
 */
.social-icon {
  display: inline-block; }
  .social-icon li {
    list-style: none;
    float: left;
    margin-bottom: 0px;
    margin-right: 8px; }
    .social-icon li a {
      text-align: center;
      width: 45px;
      height: 45px;
      padding: 10px;
      border-radius: 50%; }
    .social-icon li:last-child a {
      margin-right: 0px; }


/**
 * ------------------
 * list
 * ------------------
 */
ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

/**
 * =================
 * CONTAINER HALF CONTENT
 * =================
 */
.content-half {
  position: relative; }

.container-half-left {
  left: 0;
  background-position: center right; }

.container-half-right {
  right: 0;
  background-position: center left; }

.vertical-middle-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row; }

/**
 * ---------------------------------
 *  Section Background Size Property
 * ---------------------------------
 */
.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: initial;
  background-repeat: no-repeat; }

.dark-bg {
  background-color: #202026; }

.section-separator {
  padding: 100px 0; }

.home-section-separator {
  padding-top: 100px;
  padding-bottom: 200px; }

.bg-black {
  background-color: #000; }

.form-control {
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.16), 0 0px 2px 0 rgba(255, 255, 255, 0.12);
  -moz-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.16), 0 0px 2px 0 rgba(255, 255, 255, 0.12);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.16), 0 0px 2px 0 rgba(255, 255, 255, 0.12);
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 20px;
  height: 50px;
  line-height: 50px; }
  .form-control:focus {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.16), 0 0px 2px 0 rgba(255, 255, 255, 0.12);
    -moz-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.16), 0 0px 2px 0 rgba(255, 255, 255, 0.12);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.16), 0 0px 2px 0 rgba(255, 255, 255, 0.12);
    background-color: transparent; }

.p-200 {
  padding: 0 200px; }

.img-overlay {
  background-image: url(../images/footer-bg.png);
  background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center center; }

.image-bg {
  background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center center; }

.home-2-img {
  background-image: url(../images/home-bg-img.jpg); }

.featured-img-one {
  background-image: url(../images/home-bg-img.jpg); }

.featured-img-two {
  background-image: url(../images/extra-feature-bg.jpg); }

.map-image {
  background-image: url(../images/map-color-overlay.png); }

.mt-30 {
  margin-top: 30px; }

button {
  outline: 0; }
  button:hover {
    outline: 0; }
  button:focus {
    outline: 0; }

.btn {
  outline: 0; }
  .btn:hover {
    outline: 0; }
  .btn:focus {
    outline: 0; }

.round-image {
  border-radius: 50%; }

.form-control {
  padding: 20px;
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8); }
  .form-control:focus {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    border-color: transparent; }

.contact-message {
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 20px;
  width: 100%;
  padding: 20px;
  outline: 0; }
  .contact-message:focus {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    border-color: transparent; }

/**
 * -----------------
 * General CSS
 * -----------------
 */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }


.dark-vertion {
  opacity: 0.9; }
  .dark-vertion.black-bg {
    background-color: #100e17; }
  .dark-vertion .section-loader {
    background: #100e17; }
  .dark-vertion ::placeholder {
    color: #fff; }
  .dark-vertion a {
    color: #fff; }
  .dark-vertion h2 {
    color: #fff; }
  .dark-vertion h3 {
    color: #fff; }
  .dark-vertion h4 {
    color: #fff; }
  .dark-vertion h5 {
    color: #fff; }
  .dark-vertion h6 {
    color: #fff; }
  .dark-vertion p {
    color: #fff; }
  .dark-vertion address {
    color: #fff; }
  .dark-vertion span {
    color: #fff; }
  .dark-vertion div {
    color: #fff; }
  .dark-vertion ul li {
    color: #fff; }
  .dark-vertion .form-control {
    color: #fff; }
  .dark-vertion .contact-message {
    color: #fff; }
  .dark-vertion .nav-strict {
    background-color: #202026; }
  .dark-vertion .img-color-overlay {
    background-color: rgba(0, 0, 0, 0.9); }
  .dark-vertion .mh-home .mh-header-info .social-icon li .fa:hover {
    background-color: #fff; }
  .dark-vertion .page-item.active .page-link {
    background-color: #fff;
    border-color: #fff;
    color: #c93443; }
  .dark-vertion .navbar-toggler .icon,
  .dark-vertion .navbar-toggler .icon::after,
  .dark-vertion .navbar-toggler .icon::before {
    background-color: #fff; }
  .dark-vertion .mh-header .navbar-nav li.active a {
    border-color: #fff;
    padding-right: 0;
    padding-left: 0; }
  .dark-vertion .mh-header.nav-3 .navbar-nav li.active a {
    border-color: transparent; }
  .dark-vertion .mh-footer .form-control {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8); }
    .dark-vertion .mh-footer .form-control:focus {
      -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
      -moz-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
      box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8); }
  .dark-vertion .mh-footer .contact-message {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8); }
    .dark-vertion .mh-footer .contact-message:focus {
      -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
      -moz-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
      box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8); }
  .dark-vertion .mh-footer-2 .form-control {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8); }
    .dark-vertion .mh-footer-2 .form-control:focus {
      -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
      -moz-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
      box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8); }
  .dark-vertion .mh-footer-2 .contact-message {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8); }
    .dark-vertion .mh-footer-2 .contact-message:focus {
      -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
      -moz-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
      box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8); }
  .dark-vertion .mh-work .mh-experience-deatils .mh-work-item {
    -webkit-box-shadow: -1rem 0 3rem #000;
    box-shadow: -1rem 0 3rem #000; }
  .dark-vertion .mh-pricing .mh-pricing {
    -webkit-box-shadow: -1rem 0 3rem #000;
    box-shadow: -1rem 0 3rem #000; }
  .dark-vertion .mh-blog .mh-blog-item {
    -webkit-box-shadow: -1rem 0 3rem #000;
    box-shadow: -1rem 0 3rem #000; }
  .dark-vertion .mh-footer-address .mh-address-footer-item {
    -webkit-box-shadow: -1rem 0 3rem #000;
    box-shadow: -1rem 0 3rem #000; }
  .dark-vertion .mh-experince .mh-education-deatils .mh-education-item {
    -webkit-box-shadow: -1rem 0 3rem #000;
    box-shadow: -1rem 0 3rem #000; }
  .dark-vertion .mh-service .mh-service-item {
    -webkit-box-shadow: -1rem 0 3rem #000;
    box-shadow: -1rem 0 3rem #000; }
  .dark-vertion .mh-home .hero-img img {
    border: 20px solid rgba(0, 0, 0, 0.4); }
  .dark-vertion .mh-home .img-border {
    border: 20px solid rgba(0, 0, 0, 0.9); }
  .dark-vertion .candidatos .parcial .progressBar {
    background: rgba(199, 198, 198, 0.6); }
  .dark-vertion .mh-progress path:nth-child(1) {
    stroke: rgba(255, 255, 255, 0.5); }

.mh-rtl {
  text-align: right; }
  .mh-rtl .mh-work .mh-experience-deatils
  .mh-work-item .work-responsibility
  li .fa {
    margin-left: 10px; }
  .mh-rtl .mh-blog-post-info ul li strong {
    margin-left: 6px; }
  .mh-rtl .mh-footer .form-control {
    text-align: right; }
  .mh-rtl .mh-footer .contact-message {
    text-align: right; }

body {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

/*
    ==============
    Navigation
    ==============
*/
/*---------------------------------------------------------------------*/
/* Loader
/*---------------------------------------------------------------------*/
.section-loader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 9999999; }

.section-loader .loader {
  position: relative; }

.section-loader .loader div {
  box-sizing: content-box;
  position: absolute;
  border-width: 4px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }

.section-loader .loader div:nth-child(1) {
  border-color: #E91E63; }

.section-loader .loader div:nth-child(2) {
  border-color: #0dbda1;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.section-loader .loader {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px); }

@keyframes loader {
  0% {
    top: 94px;
    left: 94px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: 57px;
    left: 57px;
    width: 74px;
    height: 74px;
    opacity: 0; } }
@-webkit-keyframes loader {
  0% {
    top: 94px;
    left: 94px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: 57px;
    left: 57px;
    width: 74px;
    height: 74px;
    opacity: 0; } }
/*
    ==============
       Navigation
    ==============
*/
.mh-nav {
  width: 100%; }

.mh-header {
  padding: 20px 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .mh-header.nav-strict {
    padding: 15px 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .mh-header .navbar-nav li {
    margin: 0 20px; }
    .mh-header .navbar-nav li a {
      border-bottom: 1px solid transparent;
      font-weight: bold;
      font-family: "roboto", sans-serif;
      font-size: 18px;
      opacity: 1;
      line-height: 30px; }
      .mh-header .navbar-nav li a.nav-link {
        padding-left: 0;
        padding-right: 0; }
      .mh-header .navbar-nav li a:hover {
        color: #dc3545; }

.nav-3 .navbar-dark .navbar-nav .nav-link a {
  color: rgba(255, 255, 255, 0.7); }
.nav-3 .navbar-dark .navbar-nav .nav-link.active a {
  color: rgba(255, 255, 255, 0.7); }
.nav-3 .navbar-nav {
  padding-top: 30px; }

.home-padding {

padding-bottom: 150px;
padding-top: 50px; }

.mh-rtl .mh-home .mh-header-info ul li .fa {
    margin: 0 10px;
}
.mh-home .mh-header-info {
  padding-top: 100px; }
  .mh-home .mh-header-info .mh-promo {
    margin-bottom: 30px; }
    .mh-home .mh-header-info .mh-promo span {
      background-color: #dc3545;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 1px;
      font-weight: bold;
      padding: 10px 30px;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 0px; }
  .mh-home .mh-header-info h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 65px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .mh-home .mh-header-info h4 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 30px; }
  .mh-home .mh-header-info ul {
    margin-top: 20px; }
    .mh-home .mh-header-info ul li {
      margin: 10px 0; }
      .mh-home .mh-header-info ul li .fa {
        margin-right: 15px;
        display: inline-block; }
      .mh-home .mh-header-info ul li address {
        display: inline-block; }
      .mh-home .mh-header-info ul li:hover .fa {
        color: #dc3545; }
  .mh-home .mh-header-info .social-icon {
    margin-top: 0; }
    .mh-home .mh-header-info .social-icon li .fa {
      font-size: 18px;
      line-height: 30px;
      padding: 4px 14px;
      margin-right: 10px;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      border-radius: 3px; }
      .mh-home .mh-header-info .social-icon li .fa:hover {
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
    .mh-home .mh-header-info .social-icon li a {
      font-size: 25px;
      text-align: center;
      width: 30px;
      height: 30px;
      padding: 0;
      margin-right: 0;
      border-radius: 50%; }
.mh-home .hero-img {
  margin: 0 auto;
  float: none;
  margin-top: 30px;

  text-align: center; }
  .mh-home .hero-img img {
    margin: 0 auto;
    float: none;
    text-align: center;
    opacity: 1;
    border: 5px solid rgba(0, 0, 0, 0.17);
    border-radius: 0%; }
.mh-home .img-border {
  height: 400px;
  width: 400px;
  border: 5px solid rgba(0, 0, 0, 0.07);
  margin: 0 auto;
  border-radius: 0%; }

.mh-featured-project-img img {
  width: inherit !important;
  margin: 0 auto; }

.mh-single-project-slide-by-side {
  margin: 0 auto; }

/*
    ==============
       ABOUT
    ==============
*/
.mh-about .mh-about-inner {
  padding-left: 50px; }
  .mh-about .mh-about-inner h2 {
    margin-bottom: 20px;
    margin-top: 20px; }
  .mh-about .mh-about-inner p {
    margin-bottom: 30px; }
  .mh-about .mh-about-inner .btn {
    margin-top: 20px; }
    .mh-about .mh-about-inner .btn .fa {
      margin-left: 10px; }

.mh-about-tag {
  word-break: break-all;
  margin-bottom: 10px;
  margin-top: 10px; }
  .mh-about-tag ul li {
    margin: 0px 6px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 4px 0px;
    display: inline-block; }
    .mh-about-tag ul li span {
      border: 1px solid #dc3545;
      padding: 4px 10px;
       }
      .mh-about-tag ul li span:hover {
        background-color: transparent !important; }

/*
    ==============
       SKILLS
    ==============
*/
.mh-skills .mh-professional-skill {
  padding-right: 60px; }
  .mh-skills .mh-professional-skill h3 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 60px; }

.mh-professional-skills {
  padding-left: 20%; }
  .mh-professional-skills h3 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 60px; }

.mh-professional-progress li {
  display: inline-block;
  margin: 0 auto;
  float: none;
  width: 48%;
  margin-bottom: 30px;
  text-align: center; }

.mh-progress {
  margin-bottom: 10px;
  font: 900 1.1428571429em/1 Cinzel, cursive; }
  .mh-progress .progressbar-text {
    color: inherit !important; }

.progress.progress-line {
  height: 10px;
  margin-right: 60px; }

.progress.progress-line .progressbar-text {
  position: absolute;
  display: none;
  top: 50%;
  left: 100%;
  width: 60px;
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
  text-align: center; }

.mh-progress.mh-progress-circle {
  display: inline-block;
  width: 100px;
  height: 100px; }

.mh-progress path:nth-child(1) {
  stroke: rgba(0, 0, 0, 0.7); }

.mh-progress path:nth-child(2) {
  stroke: #dc3545; }

.candidatos {
  position: relative;
  margin-bottom: 15px; }
  .candidatos .parcial {
    display: inline-block;
    width: 100%;
    vertical-align: middle; }
    .candidatos .parcial .info {
      position: relative; }
      .candidatos .parcial .info .nome {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 15px;
        font-weight: 600;
        opacity: 0.9; }
      .candidatos .parcial .info .eleito, .candidatos .parcial .info .segundo-turno {
        padding: 0 5px 2px 5px;
        border-radius: 2px; }
      .candidatos .parcial .info .percentagem-num {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 14px;
        font-weight: normal; }
    .candidatos .parcial .progressBar {
      position: relative;
      width: 100%;
      height: 7px;
      margin: 30px 0 2px;
      border-radius: 10px;
      background: rgba(0, 0, 0, 0.5); }
    .candidatos .parcial .percentagem {
      position: absolute;
      top: 0;
      left: 0;
      height: 7px;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      background: #dc3545;
      -webkit-transition: 3s all;
      -webkit-animation-duration: 3s;
      -webkit-animation-name: animationProgress; }
    .candidatos .parcial .partidas {
      font-size: 10px;
      font-weight: 600;
      text-transform: uppercase; }

.percentual {
  animation-name: animationProgress; }

@-webkit-keyframes animationProgress {
  from {
    width: 0; } }
@keyframes animationProgress {
  from {
    width: 0; } }
/*
    ==============
      EXPERIENCES
    ==============
*/
.mh-experince h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 60px; }
.mh-experince .mh-education-deatils .mh-education-item {
  margin-bottom: 30px;
  padding: 26px 30px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .mh-experince .mh-education-deatils .mh-education-item:last-child {
    margin-bottom: 0; }
  .mh-experince .mh-education-deatils .mh-education-item h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600; }
    .mh-experince .mh-education-deatils .mh-education-item h4 a {
      font-style: italic;
      margin-left: 4px;
      color: #dc3545; }
  .mh-experince .mh-education-deatils .mh-education-item .mh-eduyear {
    margin: 10px 0;
    color: #dc3545; }
  .mh-experince .mh-education-deatils .mh-education-item p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0; }

/*
    ==============
      EDUCATION
    ==============
*/
.mh-education {
  padding-right: 30px; }

.mh-work {
  padding-left: 30px; }
  .mh-work h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 60px; }
  .mh-work .mh-experience-deatils .mh-work-item {
    margin-bottom: 30px;
    padding: 20px 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
    .mh-work .mh-experience-deatils .mh-work-item:last-child {
      margin-bottom: 0; }
    .mh-work .mh-experience-deatils .mh-work-item h4 {
      font-size: 20px;
      line-height: 30px;
      font-weight: 600; }
      .mh-work .mh-experience-deatils .mh-work-item h4 a {
        color: #dc3545; }
    .mh-work .mh-experience-deatils .mh-work-item .mh-eduyear {
      margin: 10px 0;
      color: #dc3545; }
    .mh-work .mh-experience-deatils .mh-work-item span {
      font-size: 12px;
      line-height: 22px; }
    .mh-work .mh-experience-deatils .mh-work-item .work-responsibility li {
      font-size: 14px;
      line-height: 23px;
      margin: 2px 0; }
      .mh-work .mh-experience-deatils .mh-work-item .work-responsibility li .fa {
        font-size: 10px;
        line-height: 23px;
        margin-right: 10px; }

/*
    ==============
      Portfolio
    ==============
*/
.portfolio-nav {
  margin: 0 auto;
  margin-bottom: 40px; }
  .portfolio-nav ul {
    margin: 0 auto;
    float: none;
    text-align: center; }
    .portfolio-nav ul li {
      display: inline-block;
      margin: 0 10px;
      cursor: pointer; }
      .portfolio-nav ul li:hover {
        color: #dc3545; }
      .portfolio-nav ul li.active {
        color: #dc3545; }

.mh-portfolio-modal {
  display: none;
  background: #282828; }

.mh-portfolio-modal-inner {
  max-height: 500px;
  overflow-y: scroll;
  margin-right: 20px; }
  .mh-portfolio-modal-inner::-webkit-scrollbar-track {
    border: 1px solid #000;
    padding: 2px 0;
    background-color: #fff; }
  .mh-portfolio-modal-inner::-webkit-scrollbar {
    width: 10px; }
  .mh-portfolio-modal-inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 10px #000; }
  .mh-portfolio-modal-inner h2 {
    margin-top: 10px;
    margin-bottom: 20px; }

.mh-portfolio-modal-img img {
  margin-bottom: 20px; }

.mix {
  display: none; }

/*
    ==============
       QUATES
    ==============
*/
.mh-quates .each-quates {
  padding-top: 30px;
  padding-bottom: 30px; }
  .mh-quates .each-quates p {
    margin-top: 20px; }
  .mh-quates .each-quates .fa {
    background-color: #fff;
    border-radius: 50%;
    color: black;
    height: 40px;
    width: 40px;
    margin-top: 20px;
    line-height: 40px;
    text-align: center; }

.mh-footer .contact-message {
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  background-color: transparent;
  border-color: transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  width: 100%;
  padding: 20px;
  outline: 0; }
  .mh-footer .contact-message:focus {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    border-color: transparent; }


.mh-footer-address {
  margin-bottom: 60px; }
  .mh-footer-address .mh-address-footer-item {
    padding: 30px;
    text-align: center;
    margin-bottom: 30px; }
    .mh-footer-address .mh-address-footer-item h4 {
      margin-bottom: 20px; }
    .mh-footer-address .mh-address-footer-item address {
      margin-bottom: 0; }
    .mh-footer-address .mh-address-footer-item .each-icon {
      margin-bottom: 30px; }
      .mh-footer-address .mh-address-footer-item .each-icon .fa {
        text-align: center;
        width: 100px;
        height: 100px;
        border: 1px solid;
        border-radius: 50%;
        line-height: 100px;
        font-size: 20px;
        border-color: #dc3545; }

.grid-item {
  margin-bottom: 20px; }

.portfolio-nav {
  text-align: center;
  margin-bottom: 50px; }
  .portfolio-nav ul li {
    display: inline-block;
    margin: 0 20px;
    cursor: pointer; }
    .portfolio-nav ul li span {
      padding: 15px 0;
      border-bottom: 2px solid transparent; }
    .portfolio-nav ul li.current span {
      border-bottom: 2px solid #dc3545; }

.mh-project-gallery .grid-item figure {
  position: relative;
  overflow: hidden;
  border-radius: 10px; }
  .mh-project-gallery .grid-item figure img {
    position: relative;
    width: 100%;
    display: block; }
  .mh-project-gallery .grid-item figure figcaption {
    position: absolute;
    padding: 15px;
    height: 100%;
    width: 100%;
    top: auto;
    left: 0;
    color: #fff;
    bottom: 0;
    z-index: 10;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .mh-project-gallery .grid-item figure figcaption:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      -ms-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
      -o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
      -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
      -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
      -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
      z-index: -1;
      opacity: 0; }
    .mh-project-gallery .grid-item figure figcaption .fa {
      margin: 0;
      padding: 0;
      font-size: 24px;
      font-weight: 400;
      line-height: 35px;
      position: absolute;
      text-align: center;
      width: 100%;
      left: 0;
      top: 45%;
      margin-top: -22px;
      transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
      -o-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
      -ms-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
      -moz-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
      -webkit-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      opacity: 0;
      letter-spacing: 0px; }
    .mh-project-gallery .grid-item figure figcaption .title {
      margin: 0;
      padding: 0;
      position: absolute;
      text-align: center;
      width: 100%;
      left: 0;
      right: 0;
      font-size: 18px;
      line-height: 30px;
      text-transform: capitalize;
      top: 50%;
      margin-top: 30px;
      margin-top: -2px;
      transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
      -o-transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
      -ms-transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
      -moz-transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
      -webkit-transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      -ms-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      opacity: 0;
      letter-spacing: 0px; }
    .mh-project-gallery .grid-item figure figcaption .sub-title {
      margin: 0;
      padding: 0;
      position: absolute;
      text-align: center;
      width: 100%;
      left: 0;
      font-size: 13px;
      top: 50%;
      margin-top: 30px;
      transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
      -o-transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
      -ms-transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
      -moz-transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
      -webkit-transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      opacity: 0;
      letter-spacing: 0px; }
    .mh-project-gallery .grid-item figure figcaption a {
      position: absolute;
      z-index: 1111;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      text-indent: -99999px; }
  .mh-project-gallery .grid-item figure:hover {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .mh-project-gallery .grid-item figure:hover figcaption {
      color: #fff;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background: #c7839b;
    opacity: 0.9; }
      .mh-project-gallery .grid-item figure:hover figcaption:after {
        opacity: 1;
        transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .mh-project-gallery .grid-item figure:hover figcaption .fa {
        transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -o-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -ms-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -moz-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -webkit-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        opacity: 1; }
      .mh-project-gallery .grid-item figure:hover figcaption .title {
        transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -o-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -ms-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -moz-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -webkit-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        opacity: 1; }
      .mh-project-gallery .grid-item figure:hover figcaption .sub-title {
        transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -o-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -ms-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -moz-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -webkit-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -moz-transition: 0.6s;
        -o-transition: 0.6s;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        opacity: 1; }

.home-ov-img {
  background-image: url(../images/header-bg-2.png);
  background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center center; }

.mh-featured-project .mh-featured-item {
  margin: 30px 0; }
  .mh-featured-project .mh-featured-item .mh-featured-project-content .project-category {
    font-size: 14px;
    color: #dc3545;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .mh-featured-project .mh-featured-item .mh-featured-project-content h2 {
    letter-spacing: 2px;
    margin-top: 12px;
    margin-bottom: 12px;
    text-transform: uppercase; }
  .mh-featured-project .mh-featured-item .mh-featured-project-content span {
    text-transform: uppercase; }
  .mh-featured-project .mh-featured-item .mh-featured-project-content p {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px; }
  .mh-featured-project .mh-featured-item .mh-featured-project-content .mh-testimonial blockquote {
    padding: 0;
    margin: 0;
    margin-top: 30px; }
    .mh-featured-project .mh-featured-item .mh-featured-project-content .mh-testimonial blockquote q {
      font-style: italic; }
      .mh-featured-project .mh-featured-item .mh-featured-project-content .mh-testimonial blockquote q::before {
        content: open-quote; }
      .mh-featured-project .mh-featured-item .mh-featured-project-content .mh-testimonial blockquote q::after {
        content: close-quote; }
    .mh-featured-project .mh-featured-item .mh-featured-project-content .mh-testimonial blockquote cite {
      display: block;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      margin-top: 10px; }

.mh-single-project-slide .owl-controls .owl-nav {
  display: none !important; }
.mh-single-project-slide .owl-controls .owl-dots {
  padding-left: 15px;
  margin-top: 30px;
  text-align: center; }
.mh-single-project-slide .owl-controls .owl-dots .owl-dot {
  height: 15px;
  width: 15px;
  border: 1px solid #dc3545;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px; }
.mh-single-project-slide .owl-controls .owl-dots .owl-dot.active {
  background-color: #dc3545; }

.mh-single-project-slide-by-side .owl-next {
  position: absolute;
  border-radius: 50%;
  top: 48%;
  height: 50px;
  width: 50px;
  right: -10%; }
.mh-single-project-slide-by-side .owl-next .fa {
  font-size: 40px;
  margin-left: 15px; }
.mh-single-project-slide-by-side .owl-prev {
  position: absolute;
  border-radius: 50%;
  top: 48%;
  left: -10%;
  height: 50px;
  width: 50px; }
.mh-single-project-slide-by-side .owl-prev .fa {
  font-size: 40px;
  margin-left: 10px; }

.section-title h3 {
  margin-bottom: 60px; }
.section-title h2 {
  margin-bottom: 60px; }

/*
    ==============
       SERVICES
    ==============
*/
.mh-service .mh-service-item {
  padding: 20px; }
  .mh-service .mh-service-item .fa {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 16px; }
    .mh-service .mh-service-item .fa.purple-color {
      color: #9774fa; }
    .mh-service .mh-service-item .fa.iron-color {
      color: #ed7256; }
    .mh-service .mh-service-item .fa.sky-color {
      color: #2796e2; }
  .mh-service .mh-service-item h3 {
    margin-bottom: 18px;
    font-size: 25px;
    line-height: 34px; }
  .mh-service .mh-service-item a {
    color: #dc3545; }
    .mh-service .mh-service-item a .fa {
      font-size: 16px;
      line-height: 27px;
      margin-left: 6px; }

.shadow-one {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

  .portfolio-imgs{
    opacity: 0.7;
  }

  .progressbar-text{
    display: none;
  }