.sp-megamenu-parent>li::after {
  display: none;
}

.sp-megamenu-parent .sp-mega-group>li>a {
  text-transform: capitalize;
  font-weight: 400;
}

.sp-megamenu-parent .sp-mega-group>li>a:hover {
  color: #e3158f;
}

.sppb-carousel-extended-nav-control .nav-control {
  color: #ffffff;
  border: 1px solid #ffffff;
}

#sp-main-body .container {
  max-width: 1320px;
}

.sp-simpleportfolio .sp-simpleportfolio-img {
  border-top: 1px solid #bebdbe;
  border-left: 1px solid #bebdbe;
  border-right: 1px solid #bebdbe;
}

.view-item .sp-simpleportfolio .sp-simpleportfolio-img {
  border: 1px solid #bebdbe;
}

.sp-simpleportfolio .sp-simpleportfolio-description>h2 {
  font-size: 50px;
  padding: 0px 0px 20px 0px;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info h3 {
  letter-spacing: 0px;
  font-size: 20px;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info h3 a {
  color: #2c256d;
  line-height: 25px;
}

.sp-simpleportfolio .sp-simpleportfolio-img {
  max-width: 101%;
  right: 1px;
  position: relative;
}

#sp-bottom .sp-module .sp-module-title {
  color: #2c256d;
}

html.error-page body {
  background-color: #ffffff!important;
}

html.error-page .error-code,
html.error-page .error-message,
html.error-page .error-wrapper a.sppb-btn-link {
  color: #000!important;
}

.sppb-carousel-extended-dots ul li span {
  background: #ffffff;
}

#section-id-StvBNp7bCLSeQfReN_5TV li {
  background: #7a787a;
}

  /* iPhone bg fix */
  @media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .sp-page-builder .page-content #section-id-1603175361137, .sp-page-builder .page-content #section-id-1614061579343, #call-to-action,
    .sp-page-builder .page-content #section-id-1739151399795,
    .sp-page-builder .page-content #section-id-iBCYgfaytGu9RV-v-4N5E,
    .sp-page-builder .page-content #section-id-uDRH2jxsRoBk4w5H2N-Ry{
      background-size: unset !important;
      background-attachment: scroll !important;
      background-position: top !important;
    }
  }
  /* Extra small devices (phones, 600px and down) */
  @media screen and (min-width:320px) and (max-width:932px) {
    .sp-simpleportfolio-details {
      display: grid;
    }
    .sp-simpleportfolio .sp-simpleportfolio-description {
      order: 2;
    }
    .sp-simpleportfolio .sp-simpleportfolio-meta {
      order: 1;
      margin-bottom: 3rem;
    }
    #sp-logo .logo-image-phone {
      height: auto;
    }
  }
  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 600px) {
    ...
  }
  /* Medium devices (landscape tablets, 768px and up) */
  @media screen and (min-width: 768px) and (max-width:1024px) {
    ..
  }
  /* Large devices (laptops/desktops, 992px and up) */
  @media screen and (min-width: 900px) and (max-width:1440px) {
    ...
  }
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {
    ...
  }
  /* Codes for Bootstrap hidden elements on devices
hidden-xs
hidden-sm
hidden-md
hidden-lg
 */