@font-face {
  font-family: "radikal_regular";
  src: url(../fonts/Radikal/radikal_regular.eot); /* IE9 Compat Modes */
  src: url('../fonts/Radikal/radikal_regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Radikal/radikal_regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Radikal/radikal_regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Radikal/radikal_regular.otf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: "radikal_medium";
  src: url(../fonts/Radikal/radikal_medium.eot); /* IE9 Compat Modes */
  src: url('../fonts/Radikal/radikal_medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Radikal/radikal_medium.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Radikal/radikal_medium.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Radikal/radikal_medium.otf')  format('truetype'); /* Safari, Android, iOS */
}
.casestudy-header {
    height: 100vh;
    width: 100%;
    max-width: 100%;
}
.casestudy-title {
    font-size: 45px;
    font-family: "radikal_medium", "Rubik", sans-serif;
    color: #313896;
}

.casestudy-subtitle {
    padding-top: 5px;
    padding-bottom: 25px;
    font-size: 32px;
    font-family: "radikal_regular", "Rubik", sans-serif;
    color: #313896;
}
.casestudy-subtitle-h3 {
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 24px;
    font-family: "radikal_regular", "Rubik", sans-serif;
    font-weight: bold;
    color: #313896;
}
.casestudy-subtitle.white {
    color: white !important;
}
.project-desc p, .key-details p,.project-description p {
    line-height: 34px;
    font-size: 20px;
    font-family: "radikal_regular", "Rubik", sans-serif;
}

.project-desc ul li {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.88);
    list-style: none;
}
.project-description ul li {
    color: rgba(0, 0, 0, 0.88);
    font-size: 16px;
    
}
.project-desc p span, .section-caption p span, .project-description ul li, .project-description span {
    font-family: "radikal_medium", "Rubik", sans-serif;
}

.key-details {
    padding-top: 15px;
    padding-bottom: 10px;
}

.key-details .role-info {
    padding: 15px;
}
.role-info.scope {
    padding-right: 30px;
}

.key-details .role-info h4 {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.key-details .role-info p, .project-description h6 {
    font-family: "radikal_regular", "Rubik", sans-serif;
    color: rgba(0, 0, 0, 0.8);
    padding-right: 0px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
}
.project-description h6 {
    padding-right: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    font-family: "radikal_medium", "Rubik", sans-serif;
}
.project-desc a {
    font-family: "radikal_medium", "Rubik", sans-serif;
    color: rgba(0, 0, 0, 0.8);
}
.project-desc a:hover {
    color: #313896;
}
.key-details .role-info img {
    width: 52px;
    padding-top: 10px;
    padding-right: 10px;
    
}
.key-details .main-headline__separator {
    width: 26px;
    height: 3px;
}

.key-details h4 {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.88);
    font-family: "radikal_regular", "Rubik", sans-serif;
}

.goal {
    padding: 60px;
    background-color: white;
    margin-bottom: 60px;
}
.banner-bg {
    background-color: #5f66cb;
}
.banner-bg-blue {
    background-color: #4270D2;
}
.banner-bg-darkblue {
    background-color: #194196;
}
.banner-bg-darkblue .containerwide {
    padding-bottom:20px !important;
}
.banner-bg-darkblue .goal {
    margin-bottom:0px !important;
}

.app-bg {
     background-color: #dbdbdb;
}
.goal h4 {
    font-family: "radikal_medium", "Rubik", sans-serif;
    font-size: 32px;
    padding-bottom: 25px;
}

.mockup-img img {
    position: absolute;
    width: 115%;
    left: -15%;
    max-width: 980px;
}

.project_intro {
    position: relative;
    z-index: 2;
    margin-top: -120px;
    width: 100%;
    background-color: white;
}
.sectionpadding {
    margin-top: 70px;
}

.project-example video, .project-example img {
    max-width: 100%;
}

.owl-item > div {
  cursor: pointer;
  margin: 6% 8%;
  transition: margin 0.4s ease;
}
.owl-item.center > div {
  cursor: auto;
  margin: 0;
}
.owl-item.center {
    z-index: 2;
}
.owl-item.center img {
    width: 140%;
    margin-left: -20%;
    margin-top: -12.5%;
}
.owl-item.center img.portraitimg {
    width: 120%;
    margin-left: -10%;
    margin-top: -10%;
}

.owl-item.center img.landscapeimg {
    width: 160%;
    margin-left: -32%;
}


.owl-item.center img.landscapeimg {
    width: 160%;
    margin-left: -32%;
}

@media (max-width: 769px) {
    
    .owl-item.center img.landscapeimg {
    width: 100%;
    margin-left: 0%;
    }
    .device-phone-small {
        width: 21.6%!important;
    } 
    .device-phone-large{
        width: 26.5%!important;
    }
    .device-tablet {
        width: 51.8%!important;
    } 
    .device-desktop {
        width: 100%!important;
    }
}
@media (max-width: 480px) {
    
    .device-phone-small, .device-phone-large, .device-tablet, .device-desktop {
        padding:5px !important;
    } 
}

.owl-item.active:not(.center) > div {
    z-index: 1;
    opacity: .5;
}
.owl-item:not(.center) > div:hover {
  opacity: .75;
}
.owl-stage-outer {
    padding-top: 60px;
}
.owl-dots {
    padding-bottom: 15px;
}

#project_images .owl-item h4, #web_images .owl-item h4 {
    text-align: center;
    font-family: "radikal_regular", "Rubik", sans-serif;
    font-size: 22px;
    margin-top: 20px;
    color: #f0f0f0;
}
.project-header.blue {
    background-color: #313896 !important;
}
.project-header.appblue {
    background-color: #194196 !important;
}

#web_images .owl-carousel {
    padding-top: 0px;
}
#web_images p {
    color: white;
}
#web_images {
    padding-top: 60px;
}

#images {
    background-color: white;
    padding-top: 60px;
    padding-bottom: 60px;
}

#images .owl-item {
    box-shadow: none;
    background-color: none;
}
#images .owl-item img {
    box-shadow: 0 15px 60px rgba(0,0,0,0.3), 0 5px 20px rgba(0,0,0,0.1);
}

.goal img{
    position: absolute;
    width: 140%;
    box-shadow: 0 15px 60px rgba(0,0,0,0.3), 0 5px 20px rgba(0,0,0,0.1);
}
.goal.interactive img {
    position: absolute;
    width: 110%;
    box-shadow: 0 15px 60px rgba(0,0,0,0.3), 0 5px 20px rgba(0,0,0,0.1);
}
.project_more {
    padding-top: 0px;
    padding-bottom: 80px;
}
.project_more video {
    max-width: 100%;
    width: 100%;
}
.project_more img {
    max-width: 100%;
    width: 100%;
}
.section-caption p {
    color: white;
    font-family: "radikal_regular", "Rubik", sans-serif;
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
}
.the-design {
    max-width: 600px;
    padding-right: 30px;
    padding-left: 30px;
}
.project-intro {
    margin-bottom: 30px;
}

.owl-carousel {
    padding-top: 140px;
}
.nopadding {
    margin-top: 5px;
}

.project-header .breadcrumbs ul li.active {
    color: white !important;
    font-family: "radikal_medium", "Rubik", sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 20px;
}
.breadcrumbs {
    padding: 60px !important;
}
.breadcrumbs a {
    transition: all .2s linear;
    color: #f2f2f2;
}
.breadcrumbs a:hover {
    color: white;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    color: white;
    font-size: 90px;
}
.owl-prev {
    
    width: 40px;
    overflow: visible;
    height: 100px;
    position: absolute;
    top: 40%;
    left: 35px;
    display: block!IMPORTANT;
    border:0px solid black;
    background-color: black;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #FFF;
}
.owl-theme .owl-nav [class*=owl-]:focus {
    outline: none;
}

.owl-next {
    width: 40px;
    overflow: visible;
    height: 100px;
    position: absolute;
    top: 40%;
    right: 35px;
    display: block!IMPORTANT;
    border:0px solid black;
}
.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}


.key-details .url p {
    word-break: break-all;
    padding-right: 15px;
    color: #313896 !important;
    font-family: "radikal_medium", "Rubik", sans-serif;
}
.key-details .url  {
    padding-left: 30px;
}

#facechart {
    background-color: white;
    position: relative;
    z-index: 2;
}

#web_images {
  position: relative;
  padding-bottom: 50px;
  background: linear-gradient(to bottom, #313896, #2b3183);
}
#wireframes {
  position: relative;
  padding-bottom: 50px;
  background: linear-gradient(to bottom, #194196, #2D51BA);
}
#wireframes p {
  color: #fffffe !important;
}

.functionality {
    padding: 15px 30px;
}
.modal-body {
    padding: 0;
}
.modal-header {
    padding: 10px;
    text-align: center;
}
.modal-header .close {
    position: absolute;
    right: 10px;
    padding: 6px 15px;
    margin: 0;
}
.modal-header .close span {
    color: rgba(0, 0, 0, 0.88);
}
.modal-header .close:focus {
    outline: none;
}
.modal-header h4 {
    display: block;
    height: 100%;
    font-size: 24px;
    width: 100%;
    font-family: "radikal_medium", "Rubik", sans-serif;
}
.ekko-lightbox-nav-overlay a {
    opacity: .8 !important;
}
.ekko-lightbox-nav-overlay a:hover {
    opacity: 1 !important;
}
.ekko-lightbox-nav-overlay a span {
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 44px;
}
.ekko-lightbox-nav-overlay a:last-child span {
    justify-content: flex-end;
}
.hidesmall .col-6 {
    padding-left: 0px;
    padding-right: 0px;
}
.hidesmall {
    padding-bottom: 30px;
}
.modal-header {
    border-bottom: 0px !important;
}
.key-details .role-info p {
    margin-bottom: 10px;
}

.view {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.18);
}
.view i {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.20);
    position: absolute;
    top: 50%;
    color: white;
    font-size: 32px;
    vertical-align: middle;
    margin-left: -16px;
    margin-top: -16px;
}
.project-description a {
    overflow: hidden;
    display: block;
    position: relative;
}
.project-description a:hover .view {
    display: block;
}
.project-description .last {
    padding-top: 15px;
}
.modal-dialog {
    margin: 0;
}

    .extrapadding {
        padding: 0px 25px;
    }
.designsection {
    padding: 15px 60px;
}
.paddingsubtitle {
    margin-bottom: 15px !important;
}
.widesection {
    padding-left: 90px;
    padding-right: 90px;
}