.full-width #sp-main-body .container,
#sp-main-body .container,
.sppb-row-container,
#sp-bottom .container,
#sp-header .container {
  max-width: 90%!important;
  padding-left: 0px;
  padding-right: 0px;
}

.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: #ffffff;
}

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

.badge {
  color: #000;
}

.sp-scroll-up {
  bottom: 25px;
}

/* 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;
    transform: scale(0.5);
    position: relative;
    bottom: 2rem;
  }
  
 #sp-header #sp-menu {
    position: relative!important;
    bottom: 5.5rem;
}
  
  #sppb-addon-ec13aeb5-f8b4-43c7-ae6f-d04af3420bd1 {
    padding-right: 5%;
    padding-left: 5%;
}
}

/* 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
 */