.veryround {
    border-radius: 22px;
}

::-webkit-scrollbar {
   width: 10px;          
}

::-webkit-scrollbar-thumb {   
  border-radius: 30px;
	background-color: rgba(255, 255, 255, 0.6);}	

::-webkit-scrollbar-track {     
  border-radius:10px;
    background-color: rgba(0,0,0,0.1);
}

.markColumn {
    min-width: 165px;
}

.modal-header {
     border-radius: 20px 20px 0px 0px !important;
}

.criteriaContainer {
    border-radius: 4px !important;
    width: 100%; 
    overflow-x: auto;
	 background-color: rgba(255, 255, 255, 0.1) !important;
}
.criteriaInnerContainer {
    width: 1168px;
}

.timeline-steps .timeline-content {
    width: 6.5rem;
    text-align: center;
}

.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0px;
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #eee;
        width: 3rem;
        position: absolute;
        left: 6rem;
        top: .3125rem
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #ddd;
        width: 3rem;
        position: absolute;
        right: 6rem;
        top: .3125rem
    }
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.1);
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: rgba(0,0,0,0.05);
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
}

.focussed:before {
    background-color: rgba(11, 32, 100, 0.1);
}

.focussed {
	background-color: #ffc107 !important;
	animation: pulse 2s infinite;
		cursor: pointer;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 #ffc107;
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(11, 32, 100, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(11, 32, 100, 0);
	}
}

.dp1 {
    background: url(images/design-process/1.jpg);
    background-size: cover;
    opacity: 1;
}

.dp1hover { 
    opacity: 0; 
    background: url(images/design-process/1hover.jpg);
    background-size: cover;
    transition: opacity 0.3s ease-in-out
}

.dp1hover:hover {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.dp2 {
    background: url(images/design-process/2.jpg);
    background-size: cover;
    opacity: 1;
}

.dp2hover { 
    opacity: 0; 
    background: url(images/design-process/2hover.jpg);
    background-size: cover;
    transition: opacity 0.3s ease-in-out
}

.dp2hover:hover {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.dp3 {
    background: url(images/design-process/3.jpg);
    background-size: cover;
    opacity: 1;
}

.dp3hover { 
    opacity: 0; 
    background: url(images/design-process/3hover.jpg);
    background-size: cover;
    transition: opacity 0.3s ease-in-out
}

.dp3hover:hover {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.dp4 {
    background: url(images/design-process/4.jpg);
    background-size: cover;
    opacity: 1;
}

.dp4hover { 
    opacity: 0; 
    background: url(images/design-process/4hover.jpg);
    background-size: cover;
    transition: opacity 0.3s ease-in-out
}

.dp4hover:hover {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.dp5 {
    background: url(images/design-process/5.jpg);
    background-size: cover;
    opacity: 1;
}

.dp5hover { 
    opacity: 0; 
    background: url(images/design-process/5hover.jpg);
    background-size: cover;
    transition: opacity 0.3s ease-in-out
}

.dp5hover:hover {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.dp6 {
    background: url(images/design-process/6.jpg);
    background-size: cover;
    opacity: 1;
}

.dp6hover { 
    opacity: 0; 
    background: url(images/design-process/6hover.jpg);
    background-size: cover;
    transition: opacity 0.3s ease-in-out
}

.dp6hover:hover {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.dp7 {
    background: url(images/design-process/7.jpg);
    background-size: cover;
    opacity: 1;
}

.dp7hover { 
    opacity: 0; 
    background: url(images/design-process/7hover.jpg);
    background-size: cover;
    transition: opacity 0.3s ease-in-out
}

.dp7hover:hover {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}


.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.show {
  display: block !important;
}


body {
    font-size: .8rem;
    background-color: #eee;
    font-family: 'K2D', sans-serif !important;  
}

.nav-link {
    width: 100%;
    height: 140px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    background-color: #eee;
    transition: background-color 0.5s;
}

.nav-item {
    width: 20%;
}

.nav-icons {
    width: 40px;
    margin-bottom: 15px;
}

.nav-pills {
    padding: 1rem;
}

.nav-link {
    color: #000;
    opacity: 60%;
    
}

.mobileheading {
    display: none;
}

.nav-link:focus, .nav-link:hover {
    color: #333;
    opacity: 100%;
    transition: opacity 0.5s;
    
}

.accordion-body {
    box-shadow: inset 1px 4px 10px -6px;
}

.lead {
    font-size: 12pt;
    text-transform: uppercase;
}


.container {
    background-color: #fff;
    padding: .25rem;
    border-radius: 20px;   
}

.subfield {
    background-color: rgba(0,0,0,0.1);
    margin: 5px;
    border-radius: 15px;
    height: 100%;
    padding: 10px;
}

.videopopover {
    float: right;
    background-color: #ffc368;
    padding: 5px;
    border-radius: 5px;
    margin-right: -20px;
    text-decoration: none !important;
    color: #fff !important;
    margin-top: -10px;
}

.videopopover:hover {
    background-color: #e4a545;
}

.videopopover1 {
    float: right;
    background-color: #ffc368;
    padding: 10px;
    border-radius: 5px;
    margin-right: -20px;
    text-decoration: none !important;
    color: #fff !important;
    margin-top: -10px;
}

.videopopover1:hover {
     background-color: #e4a545;
}

.resource1 {
    float: right;
    background-color: #ffc368;
    padding: 5px;
    border-radius: 5px;
    margin-right: -20px;
    text-decoration: none !important;
    color: #fff !important;
    margin-top: -10px;
}

.resource1:hover {
    background-color: #e4a545;
}

.resource {
    float: right;
    background-color: #ffc368;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
    text-decoration: none !important;
    color: #fff !important;
    margin-top: -10px;
}

.resource:hover {
    background-color: #e4a545;
}

.resource-sub {
    float: right;
    background-color: #ffc368;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none !important;
    color: #fff !important;
    margin-top: -15px;
}

.resource-sub:hover {
    background-color: #e4a545;
}

.soundplay {
    float: right;
    background-color: #ffc368;
    padding: 1px;
    border-radius: 5px;
    margin-right: 5px;
    text-decoration: none !important;
    color: #fff !important;
    margin-top: -10px;
}

.soundplay:hover {
    background-color: #e4a545;
}

.megatitle {
    font-size: 2.2rem;
    text-transform: uppercase;
    font-family: 'K2D', sans-serif !important;
}

.bigtitle {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: 'K2D', sans-serif !important;
}

.border-bottom {
    border-style: dotted !important;
}

.littletitle {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: 'K2D', sans-serif !important;
}

.tinytitle {
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'K2D', sans-serif !important;
    line-height: 0px;
    padding-bottom: 1.5rem !important;
}

.accordion-item {
    border: none !important;
}

.subcontainer {
    border-radius: 10px;
}

.accordion-body {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.accordion-button {
    padding: 2rem !important;
    color: #fff;
}

.accordion-button:focus {
    box-shadow: none !important;
    color: #fff;
}

.popover {
  border: 0 !important;
  background-color:rgba(255, 255, 255, 0.8) !important;
}

.popover-header {
  border: 0 !important;
  background-color:rgba(255, 255, 255, 1) !important;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: 'K2D', sans-serif !important;
}

    .buttonhover {
	background: none !important;
    color: #fff !important;
}

.modal-btn {
    float: right;
    margin-top: -50px;
    border-radius: 40px;
    padding: 3px;
    padding-right: 10px;
    padding-left: 10px;
}

    .buttonhover {
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

    .buttonhover:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.containercheck {
    display: none;
    float: left;
    position: relative;
    padding-left: 30px;
    margin-top: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 0px;
    width: 20px;
    height: 20px;
}

/* Hide the browser's default checkbox */
.checkboxcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 6px;
  border: 1px solid #fff;
}

/* On mouse-over, add a grey background color */
.containercheck input ~ .checkmark {
  background-color: rgba(255,255,255,0.3);
}

/* On mouse-over, add a grey background color */
.containercheck:hover input ~ .checkmark {
  background-color: rgba(255,255,255,0.3);
}

/* When the checkbox is checked, add a blue background */
.containercheck input:checked ~ .checkmark {
  background-color: rgba(255,255,255,0.3);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containercheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containercheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #c98716;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

    @media (min-width: 768px) {
.container, .container-md, .container-sm {
    max-width: 1200px!important;
        }
    }
    @media (min-width: 576px) {
.container, .container-sm {
    max-width:  1200px !important;
}
    }


    @media (max-width: 1200px) {
.halfonsmall {
    min-width: 225px!important;
        }
    }

    @media (max-width: 700px) {
.nav-item {
    width: 20%;
}

.sticky {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1;
    background-color: inherit;
    box-shadow: 0px 6px 6px -6px;
    width: 100%;
    transition: all .5s ease-in-out;
}

.contentdrop {
    top: 100px;
}

.mobileheading {
    display: block;
    padding: 10px; 
    text-align: center;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}

.heading {
    font-size: 12pt;
} 
       
.nav-link {
        height: 60px;
    display: inline-block;
}

.nav-text {
    display: none;
}

.nav-icons {
    margin-bottom: 5px;
        }
}


#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #5CAEE0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}




.unitItem {
        transition: opacity 0.5s ease-in-out;
}

.shadow {
    box-shadow: 0 0rem 2rem rgba(0,0,0,.8)!important;
}


/* ACCORDION GENERAL ===========================================================================================  */

.accordion-button:not(.collapsed)::after {
        background-image: url(./images/arrow.svg);
        transform: rotate(-60deg);
        }

.accordion-button:not(.collapsed) {
    background-color: #a1b5c0;
    color: #fff !important;
}

.accordion-button::after {
    width: 50px;
    height: 50px;
    background-size: 50px;
    background-image: url(./images/arrow.svg);
    margin-right: -6px;
    margin-top: -26px;
    margin-bottom: -26px;
    }

.intro {
    background-color: #55A8D8 !important;
    border-radius: 20px;
}

.aspects {
    background-color: #7f5ba6 !important;
    border-radius: 20px;
}

.considerations {
    background-color: #E84B8A !important;
    color: #fff !important;
    border-radius: 20px;
}


.brief {
    background-color: #CC6028 !important;
    color: #fff !important;
    border-radius: 20px;
}

.develop {
    background-color: #db8a00 !important;
    color: #fff !important;
    border-radius: 20px;
}

.deliver {
    background-color: #62884D !important;
    color: #fff !important;
    border-radius: 20px;
}

.solution {
    background-color: #4A9F95 !important;
    color: #fff !important;
    border-radius: 20px;
}

.problem {
    background-color: #5861AB !important;
    color: #fff !important;
    border-radius: 20px;
}

.accordion-body aspects {
    background-color: #7f5ba6;
}

.aspects:focus {
        background-color: #7f5ba6;
}

.subcontainerdark {
    background-color: rgba(0,0,0,0.1);
    border-radius: 4px;
}