/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background-color: #f5f9fc;
    min-height: 40px;
  }

  .breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
  }

  .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;
    }
  }


  .pt img {
    width: auto;
    height: 100px;
    border-radius: 50%;
    }

    /*--------------------------------------------------------------
    # Breadcrumbs1
    --------------------------------------------------------------*/
    .breadcrumbs1 {
    /* padding: 8px 0;
    padding-top: 4px 0;
    background-color: #f5f9fc;
    max-height: 35px;
    padding-bottom: 4px 0; */
    background:#54db8a;
    padding: 1px 0;
    /* border-bottom: 0px solid #eee; */
    font-size: 12px;
    }

    .breadcrumbs1 h2 {
    font-size: 25px;
    font-weight: 200;
    }

    .breadcrumbs1 ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    }

    .breadcrumbs1 ol li + li {
    padding-left: 10px;
    }

    .breadcrumbs1 ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
    }

    @media (max-width: 768px) {
    .breadcrumbs1 .d-flex {
    display: block !important;
    }
    .breadcrumbs1 ol {
    display: block;
    }
    .breadcrumbs1 ol li {
    display: inline-block;
    }
    }


    .dd{
        height: 60px;
        /* background: #54db8a; */
        /* background:#028A0F; */
        /* background:#74a4d4; */
        background:#3E70CB;


    }
    .dd ul li a{
        margin-top: 5px;
        color: #fff;
        font-weight: 500;
        font-size: 14px;
    }
    .text-muted ul li a{
        color: #fff;
    }


    .section-title {
        margin-top: 8px;
        text-align: center;
        padding-bottom: 30px;
    }
    .section-title h2 {
        font-size: 32px;
        font-weight: bold;
        /* text-transform: uppercase; */
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
    }
    .section-title h2::after {
        content: '';
        position: absolute;
        display: block;
        width: 50px;
        height: 3px;
        background: #74a4d4;
        bottom: 0;
        left: calc(50% - 25px);
    }
    #footer1 {
        /* background: #54db8a; */
        /* background: #119744; */
        background:#3E70CB;
        padding: 0 0 30px 0;
        color: #fff;
        font-size: 14px;
      }

      #footer1 .footer1-top {
        background: #5c768d;
        border-top: 1px solid #768fa6;
        border-bottom: 1px solid #67839c;
        padding: 60px 0 30px 0;
      }

      #footer1 .footer1-top .footer1-info {
        margin-bottom: 30px;
      }

      #footer1 .footer1-top .footer1-info h3 {
        font-size: 24px;
        margin: 0 0 20px 0;
        padding: 2px 0 2px 0;
        line-height: 1;
        font-weight: 700;
      }

      #footer1 .footer1-top .footer1-info p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        font-family: "Raleway", sans-serif;
        color: #fff;
      }

      #footer1 .footer1-top .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #768fa6;
        color: #fff;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
      }

      #footer1 .footer1-top .social-links a:hover {
        background: #428bca;
        color: #fff;
        text-decoration: none;
      }

      #footer1 .footer1-top h4 {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        position: relative;
        padding-bottom: 12px;
      }

      #footer1 .footer1-top .footer1-links {
        margin-bottom: 30px;
      }

      #footer1 .footer1-top .footer1-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
      }

      #footer1 .footer1-top .footer1-links ul i {
        padding-right: 2px;
        color: #9eccf4;
        font-size: 18px;
        line-height: 1;
      }

      #footer1 .footer1-top .footer1-links ul li {
        padding: 10px 0;
        display: flex;
        align-items: center;
      }

      #footer1 .footer1-top .footer1-links ul li:first-child {
        padding-top: 0;
      }

      #footer1 .footer1-top .footer1-links ul a {
        color: #fff;
        transition: 0.3s;
        display: inline-block;
        line-height: 1;
      }

      #footer1 .footer1-top .footer1-links ul a:hover {
        color: #9eccf4;
      }

      #footer1 .footer1-top .footer1-newsletter form {
        margin-top: 30px;
        background: #fff;
        padding: 6px 10px;
        position: relative;
        border-radius: 4;
      }

      #footer1 .footer1-top .footer1-newsletter form input[type="email"] {
        border: 0;
        padding: 4px;
        width: calc(100% - 110px);
      }

      #footer1 .footer1-top .footer1-newsletter form input[type="submit"] {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        border: 0;
        background: none;
        font-size: 16px;
        padding: 0 20px;
        background: #428bca;
        color: #fff;
        transition: 0.3s;
        border-radius: 4;
      }

      #footer1 .footer1-top .footer1-newsletter form input[type="submit"]:hover {
        background: #5295ce;
      }

      #footer1 .copyright {
        text-align: center;
        padding-top: 30px;
      }

      #footer1 .credits {
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        color: #fff;
      }

      #footer1 .credits a {
        color: #9eccf4;
      }

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background:#000;
    padding: 4px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
  }


  #topbar .contact-info a {
    line-height: 1;
    color: #fff;
    transition: 0.3s;
  }

  #topbar .contact-info a:hover {
    color: #428bca;
  }

  #topbar .contact-info i {
    color: #fff;
    padding: 4px;
  }

  #topbar .contact-info .icofont-phone {
    padding-left: 20px;
    margin-left: 10px;
  }

  #topbar .social-links a {
    color: #fff;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
  }

  #topbar .social-links a:hover {
    color: #428bca;
  }


  .active-submenu {
    font-weight: 600;
    color: #000;
}


/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
  }

  .portfolio #portfolio-flters {
    padding: 0;
    margin: 0 0 35px 0;
    list-style: none;
    text-align: center;
  }

  .portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 0 15px 15px 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 20px;
    color: #444;
    border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
  }

  .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
    background: #428bca;
    color: #fff;
  }

  .portfolio #portfolio-flters li:last-child {
    margin-right: 0;
  }

  .portfolio .portfolio-wrap {
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    position: relative;
    overflow: hidden;
  }

  .portfolio .portfolio-wrap img {
    transition: 0.3s;

  }

  .portfolio .portfolio-wrap .portfolio-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
    text-align: center;
    background: rgba(31, 53, 72, 0.6);
    padding-bottom: 30px;
  }

  .portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
  }

  .portfolio .portfolio-wrap .portfolio-info p {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
  }

  .portfolio .portfolio-wrap .portfolio-info a {
    color: #428bca;
    margin: 0 4px;
    font-size: 18px;
    line-height: 1;
    background-color: #fff;
    padding-top: 7px;
    border-radius: 50px;
    text-align: center;
    width: 36px;
    height: 35px;
    display: inline-block;
    transition: 0.3s;
  }

  .portfolio .portfolio-wrap .portfolio-info a:hover {
    background: #428bca;
    color: #fff;
  }

  .portfolio .portfolio-wrap:hover {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
  }

  .portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
    padding-bottom: 0;
  }

  .portfolio .portfolio-wrap:hover img {
    transform: scale(1.1);
  }

  /*--------------------------------------------------------------
  # Portfolio Details
  --------------------------------------------------------------*/
  .portfolio-details {
    padding-top: 30px;
  }

  .portfolio-details .portfolio-details-container {
    position: relative;
  }

  .portfolio-details .portfolio-details-carousel {
    position: relative;
    z-index: 1;
  }

  .portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
    margin-top: 5px;
    text-align: left;
  }

  .portfolio-details .portfolio-details-carousel .owl-dot {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
  }

  .portfolio-details .portfolio-details-carousel .owl-dot.active {
    background-color: #428bca !important;
  }

  .portfolio-details .portfolio-info {
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: -70px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
  }

  .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: 50px;
  }

  .portfolio-details .portfolio-description h2 {
    width: 50%;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .portfolio-details .portfolio-description p {
    padding: 0 0 0 0;
  }

  @media (max-width: 768px) {
    .portfolio-details .portfolio-description h2 {
      width: 100%;
    }
    .portfolio-details .portfolio-info {
      position: static;
      margin-top: 30px;
    }
  }
