/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    background: #ffffff;
    color: #898989;
    font-family: "Poppins", helvetica;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.02em;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  
  p {
    margin: 25px 0;
    padding: 0;
    font-size: 15px;
    color: #999999;
    line-height: 28px;
  }
  
  .paddsection {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .paddtopsection {
    padding-top: 90px;
  }
  
  .main-content {
    padding-top: 140px;
  }
  
  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 1;
    transition: all 0.4s;
  }
  
  .back-to-top i {
    font-size: 28px;
    line-height: 0;
  }
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
    transition: all 0.5s;
    z-index: 1;
    padding: 15px 0;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  }
  
  #header .logo {
    font-size: 30px;
    padding: 0;
  }
  
  #header .logo a {
    color: white;
  }
  
  #header .logo img {
    max-height: 40px;
  }
  
  @media (max-width: 992px) {
    #header {
      border: 0;
    }
  }
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  
  .navbar ul {
    margin-left: auto;
  }
  
  .navbar li {
    margin-left: 10px;
    margin-right: 10px;
  }

  @media (max-width: 991px) {
    #header li {
      margin-left: auto;
      margin-right: auto;
    }
  }

  /*--------------------------------------------------------------
  # Hero
  --------------------------------------------------------------*/
  #hero {
    background: url("../img/home-bg.jpg") repeat scroll center center/cover;
    width: 100%;
  }
  
  #hero .hero-content {
    height: 50vh;
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  
  .hero-content h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
  }
  
  .hero-content p {
    font-size: 13px;
    letter-spacing: 3px;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
  }
  
  .hero-content li i {
    color: #fff;
    font-size: 15px;
    transition: all 0.5s ease-in-out 0s;
  }
  
  .hero-content li i:hover {
    color: black;
  }

  .hero-content .img-social.orcid {
    margin-top: -2px
  }

  .hero-content .img-social {
    height: 17px
  }

  #hero .animated-cursor {
    animation: animated-cursor 750ms linear infinite;
    border-right: solid;
  }

  @keyframes animated-cursor {
    from {
      border-right-color: #fff;
    }
    to {
      border-right-color: transparent;
    }
  }

  /*--------------------------------------------------------------
  # Breadcrumbs
  --------------------------------------------------------------*/
  .breadcrumbs {
    padding: 120px 0 0 0;
    background-color: white;
    min-height: 40px;
  }
  
  @media (max-width: 992px) {
    .breadcrumbs {
      padding-top: 100px;
    }
  }
  
  .breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
  }
  
  @media (max-width: 992px) {
    .breadcrumbs h2 {
      margin: 0 0 10px 0;
    }
  }
  
  .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
  }
  
  .breadcrumbs ol li+li {
    padding-left: 10px;
  }
  
  .breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
  }
  
  @media (max-width: 768px) {
    .breadcrumbs .d-flex {
      display: block !important;
    }
  
    .breadcrumbs ol {
      display: block;
    }
  
    .breadcrumbs ol li {
      display: inline-block;
    }
  }
  
  /*-----------------------------------------------------------------------------------*/
  /*  About
  /*-----------------------------------------------------------------------------------*/
  #about {
    background: black;
  }
  
  #about .div-about-img {
    padding-bottom: 30px;
    border: 20px solid #e3f2fd;
    margin-top: 50px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  #about .div-about-img .about-img img {
    margin-top: -60px;
    margin-left: 40px;
    max-height: 300px;
  }
  
  #about .about-descr .p-heading {
    font-family: "Playfair Display", serif;
    font-size: 28px;
  }

  @media (max-width: 820px) {
    .about-descr {
      margin-top: 2rem;
    }
  }
  
  /*--------------------------------------------------------------
  # Services
  --------------------------------------------------------------*/
  #services {
    background: black;
    padding-bottom: 90px;
    padding-top: 90px;
  }

  .services-block h6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    color: #e3f2fd;
    font-weight: 500;
  }
  
  .services-block p {
    margin: 0;
    font-size: 13px;
    line-height: 22px;
  }
  
  .services-block i {
    font-size: 44px;
    color: #e3f2fd;
    line-height: 44px;
  }

  @media (max-width: 820px) {
    .services-block {
      margin-top: 2rem;
    }
  }
  
  /*--------------------------------------------------------------
  # Portfolio
  --------------------------------------------------------------*/
  
  #portfolio #portfolio-filters li {
    cursor: pointer;
    padding: 10px 15px 8px 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
  }
  
  #portfolio #portfolio-filters li:hover,
  #portfolio #portfolio-filters li.active {
    color: black;
  }
  
  #portfolio .portfolio-item {
    margin-bottom: 30px;
    position: relative;
  }
  
  #portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
  }
  
  #portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #666;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  #portfolio .portfolio-item .portfolio-info p {
    color: #999;
    font-size: 14px;
    margin: 0;
    padding: 0;
  }
  
  #portfolio .portfolio-item .portfolio-info .preview-link,
  #portfolio .portfolio-item .portfolio-info .details-link {
    font-size: 24px;
    color: #898989;
  }
  
  #portfolio .portfolio-item .portfolio-info .preview-link:hover,
  #portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: black;
  }
  
  #portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 20px;
  }
  
  /*--------------------------------------------------------------
  # Portfolio Details
  --------------------------------------------------------------*/
  .portfolio-details {
    padding-top: 40px;
  }
  
  .portfolio-details .portfolio-details-slider img {
    width: 100%;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #b8a07e;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #b8a07e;
  }
  
  .portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(75, 74, 74, 0.08);
  }
  
  .portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
  
  .portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
  }
  
  .portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
  }
  
  .portfolio-details .portfolio-description {
    padding-top: 30px;
  }
  
  .portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .portfolio-details .portfolio-description p {
    padding: 0;
  }
  
  /*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/
  #contact {
    height: auto;
    width: 100%;
    background-color: black;
  }

  #contact a {
    color: #898989;
    text-decoration: none;
  }

  #contact i, #contact h5, #contact a:hover {
    color: #e3f2fd;
  }
  
  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  #footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  #footer ul li i {
    font-size: 24px;
    color: #fff;
    transition: all 0.5s ease-in-out 0s;
  }
  
  #footer ul li i:hover {
    color: black;
  }

  #footer .img-social.orcid {
    margin-top: -8px
  }

  #footer .img-social {
    height: 26px
  }