* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

input:focus {
    outline:none;
}

textarea:focus {
    outline: none;
}

a:visited,a:focus,a:hover {
    text-decoration:none;
    outline:none;
}

::placeholder {
    color:rgb(177, 177, 177);
    font-family: 'Krub', sans-serif;
    font-weight: 200;
}

.msg-class-style {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 18px;
    border: 1px solid #ffffff;
    padding: 20px;
    text-align: center;
}

input,textarea {
    font-family: 'Krub', sans-serif;
}

html,body {
    background:#000;  
    font-family: 'Krub', sans-serif;
    font-weight: 200;
    color:#fff;
    scroll-behavior: smooth;
}

body {
    overflow: hidden;
}

body::-webkit-scrollbar {
    width:5px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

h1,h2 {
    text-align: center;
    font-weight: 200;
}

.mobile-blk-section-class {
    height:100vh;
    position: relative;
    overflow: hidden;
}

.mobile-header-text-blk {
    font-size: 25px;
    color: #ff5e00;
    font-weight: 400;
    letter-spacing: 5px;
    margin-bottom: 5px;
}

.mobile-sub-text-blk span {
    color: #ff5e00;
}

.trigger-mobile {
    width:100%;
    height:20px;
    position:absolute;
}

.blk-mobile-padd {
    display:block;
    width:100%;
    height:50px;
}

/* Navstyles */

.dm-nav-class {
    position: fixed;
    transition:all 0.5s ease-in-out;
}

.dm-nav-class a {
    color:#fff;
    text-decoration:none;
    font-size:14px;
}

.dm-text-nav {
    left: 50%;
    transform: translate(-50%, 2%);
    top:-120px;
    z-index:99999;
}

.dm-border-nav {
    width:0%;
    height:1px;
    background:#fff;
    margin-top:1px;
    transition:all 0.3s ease-in-out;
    cursor:pointer
}


.dm-expertise-nav {
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    transform: rotate(-90deg);
    top:45px;
    left:-100px;
    z-index:999999999;
}

.dm-expertise-nav:hover .dm-border-nav {
    width:100%;
}

.dm-clients-nav {
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    transform: rotate(-90deg);
    bottom:78px;
    left:-200px;
    z-index:999999999;
}

.dm-clients-nav:hover .dm-border-nav {
    width:100%;
}

.dm-services-nav{
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform: rotate(90deg);
    right:-100px;
    top:40px;
    z-index:999999999;
}

.dm-services-nav:hover .dm-border-nav {
    width:100%;
}

.dm-contact-nav {
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform: rotate(90deg);
    bottom:96px;
    right:-230px;
    z-index:999999999;
}


.dm-contact-nav:hover .dm-border-nav {
    width:100%;
}


.dm-expertise-nav-active-blk a {
    color:#5cf539;
}

.dm-expertise-nav-active-blk .dm-border-nav{
    background:#5cf539;
}

.dm-services-nav-active-blk a {
    color:#0167ff;
}

.dm-services-nav-active-blk .dm-border-nav{
    background:#0167ff;
}


.dm-clients-nav-active-blk a {
    color:#fff83e;
}

.dm-clients-nav-active-blk .dm-border-nav{
    background:#fff83e;
}

.dm-clients-nav-active-blk-contact a {
    color:#000;
}

.dm-clients-nav-active-blk-contact .dm-border-nav{
    background:#000;
}

.dm-contact-nav-active-blk a {
    color:#ff5e00;
}

.dm-contact-nav-active-blk .dm-border-nav{
    background:#ff5e00;
}


.dm-expertise-nav-active {
    left:-11px;
}


.dm-text-nav-active {
    top:20px;
}

.dm-clients-nav-active {
    left:-44px;
}

.dm-services-nav-active {
    right:-8px;
}

.dm-contact-nav-active {
    right:-61px;
}



/* Menu Blk Mobile */

#menu-div-dm-mobile-blk {
    display:none;
    width:0%;
    height: 100vh;
    background: #000;
    position: fixed;
    z-index: 9999999;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#menu-div-dm-mobile-blk {
	list-style: none;
}

#menu-div-dm-mobile-blk a:focus {
	text-decoration: none;
}

#menu-div-dm-mobile-blk a:hover {
	text-decoration: none;
}

#menu-div-dm-mobile-blk a {
	font-size: 35px;
	color: #fff;
	text-decoration: none;
}

#menu-div-dm-mobile-blk li:last-child a {
	color: #ee6618 !important;
}

#menu-div-dm-mobile-blk li:last-child {
	margin-top:10px;
}

#menu-list-dm-mobile-blk {
    list-style:none;
    padding-left:20px;
    padding-top:100px;
    display:none;
}


.menu-div-dc-mobile-blk {
    top:-10%;
    width: 100%;
    height: 45px;
    background: #000;
    position: fixed;
    z-index: 99999999;
    animation-delay: 0ms;
}

#ham-menu-mobile-blk {
	display: block;
    width: 25px;
    height: 15px;
    position: absolute;
    cursor: pointer;
    margin-top: 15px;
    right: 4%;
}

#ham-menu-mobile-blk span {
	height: 3px;
	width: 100%;
	background: #a6a6a6;
	display: block;
}

#ham-menu-mobile-blk span:first-child {
	position: absolute;
	top: 0%;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#ham-menu-mobile-blk span:nth-child(2) {
	position: absolute;
	top: 40%;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#ham-menu-mobile-blk span:last-child {
	position: absolute;
	bottom: 0%;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#ham-menu-mobile-blk .active-first {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 42% !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#ham-menu-mobile-blk .active-middle {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#ham-menu-mobile-blk .active-last {
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	bottom: 40% !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


#sticky-header-dm-mobile-blk {
    display:none;
}


/* Preloader Blk */

#preloader-blk-mobile {
    background: #ffffff; 
    background: -moz-linear-gradient(top,  #ffffff 0%, #000000 100%); 
    background: -webkit-linear-gradient(top,  #ffffff 0%,#000000 100%); 
    background: linear-gradient(to bottom,  #ffffff 0%,#000000 100%); 
    width:100%;
    height: 100vh;
    max-height:100%;
    position:fixed;
    z-index: 9999999999;
    display:flex;
    align-items: center;
    justify-content: center;
    transition:all 0.5s ease-in-out;
}

.percentage-blk-cont {
    margin-top: -120px;
    margin-left: 132px;
    align-self: center;
    color: #494949;
    font-family: 'Krub', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

#svg-img-blk {
    display: block;
    position: absolute;
    width: 210px;
}

#preload-blk-progress {
    fill:#FF5E00;
    height:30px;
} 

.preload-blk-progress-active {
    height:200px !important;
}

.st0 {
    fill: none;
}

.st1 {
    fill:#4E008E;
}

.st2 {
    fill: #FF5E00;
}


/* DMText Logo */

#mobile-logo-text-blk {
    position: fixed;
    left: 50%;
    -webkit-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    bottom: 12%;
    z-index: 99999999;
    display:none;
}


.trigger-mobile-text-blk-fadeout {
    top:-45%;
}


/* LB */


#iframevideo {
    border:none;
    padding-right:20px;
    width:600px;
    height:400px;
    margin-top:50px;
}

.lb-close-container {
    position: absolute;
    right:0;
    top:0;
}

.prev-blk-lb {
    margin-top:20px;
}

.prev-blk-lb a {
   font-size:20px;
   color:#fff;
   font-size:15px;
   text-decoration:none;
}


.inner-container-img-blk-lb {
    margin-top:10px;
    overflow-y: auto; 
    cursor: grab;
    overflow-x:hidden;
}


.inner-container-img-blk-lb::-webkit-scrollbar {
    width: 0.8em;
    outline: 1px solid #000;
}
   
.inner-container-img-blk-lb::-webkit-scrollbar-thumb {
    background-color: #000;
    outline: 1px solid slategrey;
} 


.next-btn {
    cursor:pointer;
}

.close-client-div-dm {
	position: absolute;
	right: 3%;
	top: 2%;
	cursor: pointer;
}

.close-button {
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.close-button>div {
	position: relative;
}

.close-button-block {
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
}

.close-button-block:before,
.close-button-block:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(55% - 4px);
	display: block;
	width: 4px;
	height: 25px;
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	background: #fff83e;
	-webkit-transition: all ease-out 280ms;
	transition: all ease-out 280ms;
}

.close-button-block:last-of-type {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.close-button .in .close-button-block:before {
	-webkit-transition-delay: 280ms;
	transition-delay: 280ms;
	-webkit-transform: translateX(20px) translateY(-20px) rotate(45deg);
	transform: translateX(20px) translateY(-20px) rotate(45deg);
}

.close-button .in .close-button-block:after {
	-webkit-transition-delay: 280ms;
	transition-delay: 280ms;
	-webkit-transform: translateX(-22px) translateY(-22px) rotate(-45deg);
	transform: translateX(-22px) translateY(-22px) rotate(-45deg);
}

.close-button .out {
	position: absolute;
	top: 0;
	left: 0;
}

.close-button .out .close-button-block:before {
	-webkit-transform: translateX(-5px) translateY(5px) rotate(45deg);
	transform: translateX(-5px) translateY(5px) rotate(45deg);
}

.close-button .out .close-button-block:after {
	-webkit-transform: translateX(5px) translateY(5px) rotate(-45deg);
	transform: translateX(5px) translateY(5px) rotate(-45deg);
}

.close-button:hover .in .close-button-block:before {
	-webkit-transform: translateX(-5px) translateY(5px) rotate(45deg);
	transform: translateX(-5px) translateY(5px) rotate(45deg);
}

.close-button:hover .in .close-button-block:after {
	-webkit-transform: translateX(5px) translateY(5px) rotate(-45deg);
	transform: translateX(5px) translateY(5px) rotate(-45deg);
}

.close-button:hover .out .close-button-block:before {
	-webkit-transform: translateX(-20px) translateY(20px) rotate(45deg);
	transform: translateX(-20px) translateY(20px) rotate(45deg);
}

.close-button:hover .out .close-button-block:after {
	-webkit-transform: translateX(20px) translateY(20px) rotate(-45deg);
	transform: translateX(20px) translateY(20px) rotate(-45deg);
}



.container-lb-blk {
    background:#000;
    position:fixed;
    top:0;
    width:100%;
    height:100vh;
    z-index: 999999999999999999;
    display:block;
    padding:50px 10px;
    display:none;
}


.inner-blk-lb {
    width:998px;
    margin:0px auto;
    position: relative;
}

.container-lb-blk h1 {
    font-weight: 400;
    color:#fff83e;
    font-size:16px;
    line-height:20px;
    letter-spacing: 1px;
    text-align: left;
}


.container-lb-blk p {
    font-weight: 200;
    line-height: 20px;
    font-size:16px;
}

.container-lb-blk span {
    font-weight: 200;
}


#capital-one-lb {
    display:none;
}

#dm-video-container-blk-scrll {
    display: flex;
}


/* Leveraging Blk */

.trigger-leveraging-imgout {
    top:70%;
}

.trigger-leveraging-textout {
    top:100%;
}

#leveraging-blk-mobile img {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
}

#leveraging-text-blk-container {
    position: absolute;
    left:50%;
    transform: translate(-50%);
    width: 100%;
    bottom: 12%;
    opacity: 0;
}

#leveraging-text-blk-container h1 {
    line-height: 35px;
}

#leveraging-text-blk-container span {
    color: #ff5e00;
}


/* Story Blk */


.trigger-story-fadein {
    top:0;
}

.trigger-story-pin {
    top:43%;
}

.trigger-story-img-fadein {
    top:15%;
}


#story-blk-mobile {
    height:120vh;
}

#story-blk-mobile img {
    position: absolute;
    width: 550px;
    left: -25%;
    z-index:-1;
}

#story-text-blk-container {
    position: absolute;
    left:50%;
    transform: translate(-50%);
    width: 100%;
    height:100vh;
    padding-top:50px;
}

.inside-texts-mobile {
    z-index:999;
}

#story-text-blk-container h1:nth-child(2) {
    font-size: 25px;
    line-height: 35px;
}

#story-text-blk-container h1:nth-child(3) {
    font-size: 30px;
    line-height: 40px;
}

#story-text-blk-container h1:nth-child(4) {
    font-size: 35px;
    line-height: 45px;
}

#story-text-blk-container h1:nth-child(5) {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
}

#story-text-blk-container .mobile-author-text-blk {
    font-size:20px;
}

#story-text-blk-container .mobile-sub-text-blk {
    font-size:20px;
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translate(-50%);
}



/* Design Blk */

.trigger-design-fadein {
    top:0;
}

.trigger-design-pin {
    top:43%;
}

.trigger-design-img-fadein {
    top:15%;
}

#design-blk-mobile {
    height:120vh;
}

#design-blk-mobile img {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width:88%;
}

#design-text-blk-container {
    position: absolute;
    left:50%;
    transform: translate(-50%);
    width: 100%;
    height:100vh;
    padding-top:50px;
    
}

#design-text-blk-container h2:first-of-type {
    font-size: 35px;
    line-height: 35px;
}

#design-text-blk-container h2:nth-child(3) {
    font-size: 40px;
    line-height: 55px;
}

#design-text-blk-container h2:nth-child(4) {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
}

#design-text-blk-container .mobile-author-text-blk {
    font-size:20px;
}

#design-text-blk-container .mobile-sub-text-blk {
    font-size:20px;
    position: absolute;
    bottom: 8%;
    left:50%;
    transform:translate(-50%);
}


/* Technology Blk */

.trigger-technology-fadein {
    top:0;
}

.trigger-technology-pin {
    top:43%;
}

.trigger-technology-img-fadein {
    top:15%;
}

#technology-blk-mobile {
    height:120vh;
}

#technology-blk-mobile img {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width:88%;
}

#technology-text-blk-container {
    position: absolute;
    left:50%;
    transform: translate(-50%);
    width: 100%;
    height:100vh;
    padding-top:50px;
}

#technology-text-blk-container h2:first-of-type {
    font-size: 28px;
    line-height: 38px;
}

#technology-text-blk-container h2:nth-child(3) {
    font-size: 35px;
    line-height: 45px;
}

#technology-text-blk-container h2:nth-child(4) {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
}

#technology-text-blk-container .mobile-author-text-blk {
    font-size:20px;
}

#technology-text-blk-container .mobile-sub-text-blk {
    font-size:20px;
    position: absolute;
    bottom: 8%;
    left:50%;
    transform:translate(-50%);
    width: 100%;
}

/* Expertise Blk */

.trigger-expertise-fadein {
    top:0;
}

.trigger-expertise-pin {
    top:40%;
}

.trigger-expertise-img-fadein {
    top:15%;
}

#expertise-blk-mobile {
    height:120vh;
}

#expertise-blk-mobile h1 {
    font-size: 50px;
}

#expertise-blk-mobile span {
    color: #5cf539;
}

#expertise-blk-mobile img {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width:80%;
}

#expertise-text-blk-container {
    position: absolute;
    left:50%;
    transform: translate(-50%);
    width: 100%;
    height:100vh;
    padding-top:50px;
}


/* Services Blk */

.trigger-services-fadein {
    top:0;
}

.trigger-services-pin {
    top:40%;
}

.trigger-services-img-fadein {
    top:15%;
}

#services-blk-mobile {
    height:120vh;
}

#services-blk-mobile h1 {
    font-size: 50px;
}

#services-blk-mobile span {
    color: #0167ff;
}

#services-blk-mobile img {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width:80%;
}

#services-text-blk-container {
    position: absolute;
    left:50%;
    transform: translate(-50%);
    width: 100%;
    height:100vh;
    padding-top:50px;
}


/* Clients Header Mobile Blk */

.trigger-clients-header-fadein{
    top:0;
}

.trigger-clients-header-pin {
    top:60%;
}

.trigger-clients-header-blk-mobile {
    top:2%;
}

#clients-header-blk-mobile {
    height:80vh;
}

#clients-header-blk-mobile h1 {
    font-size: 50px;
}

#clients-header-blk-container {
    position: absolute;
    left:50%;
    transform: translate(-50%);
    width: 100%;
    height:100vh;
    padding-top:50px;
}

#clients-header-blk-mobile span {
    color: #fff83e;
}


/* Clients Grid Mobile */

.grid-trigger-one {top:0;position:absolute;}
.grid-trigger-two {top:10%;position:absolute;}
.grid-trigger-three {top:20%;position:absolute;}
.grid-trigger-four {top:30%;position:absolute;}
.grid-trigger-five {top:40%;position:absolute;}
.grid-trigger-six {top:55%;position:absolute;}
.grid-trigger-seven {top:65%;position:absolute;}
.grid-trigger-eight {top:78%;position:absolute;}


#section-client-grid {
    position: relative;
    margin:0 auto;
    width:998px;
    margin-bottom:50px;
    z-index: 99999999;
}

#client-grid-blk {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#client-grid-blk img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition:all 0.5s ease-in-out;
   
}

#client-grid-blk h1 {
    font-size:16px;
    font-weight: 200;
    color:#fff83e;
    padding-left:10px;
    line-height:16px;
    font-weight: 400;
    opacity:0;
    text-align:left;
    transition:all 0.5s ease-in-out;
    text-transform: uppercase;
}

#client-grid-blk div {
   flex:1;
}

/* Mob */

#section-client-grid-mob {
    width:100%;
    padding:0px 10px;
    display:none;
    margin-bottom: 50px;
}


#section-client-grid-mob img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition:all 0.5s ease-in-out;
}

#section-client-grid-mob h1 {
    font-size:16px;
    font-weight: 200;
    color:#fff83e;
    padding-left:10px;
    line-height:16px;
    font-weight: 400;
    opacity:0;
    text-align:left;
    transition:all 0.5s ease-in-out;
    text-transform: uppercase;
}


#section-client-grid-mob div {
    margin-bottom: 10px;
}

/* Grid One */


.grid-one-blk {
    display: flex;
    flex-direction: column;
    margin-right:7px;
}


.grid-one-blk div{
   margin-bottom:10px;
}

.border-blk-cilent {
    height:1px;
    width:0%;
    display:block;
    background:#fff;
    margin:5px 0px !important;
    transition:all 0.5s ease-in-out;
}

.dm-arrow-grid {
    display: block;
	position: absolute;
	color: rgb(204, 204, 204);
	font-size: 40px;
	right: 15%;
	top: 5%;
	z-index: 999;
	color: #fff83e;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	opacity:0;
    transition: all 0.5s ease-in-out;
}



.p-client-blk:hover .dm-arrow-grid { 
    opacity: 1;
	right: 5%;
    transition-delay: 0.2s;
}

.p-client-blk {
    position: relative;
    cursor:pointer;
    background:#000;
}


.p-client-blk:hover img {
    filter: grayscale(100%);
    opacity: 0.3 !important;
    transition:all 0.5s ease-in-out;
}

.p-client-blk p {
    font-size:12px;
    padding-left:10px;
    color:#fff;
    opacity:0;
    transition:all 0.5s ease-in-out;
}


.p-client-blk:hover .border-blk-cilent {
    width:80%;
}

.p-client-blk:hover p {
    opacity:1;
}

.p-client-blk:hover h1 {
    opacity:1 !important;
}


.details-blk-client {
    position: absolute;
	width: 100%;
	bottom: 10%;
	z-index: 9999;
}


/* Grid Two */

.grid-two-blk  {
    display: flex;
    flex-direction: column;
    margin-right:3px;
    margin-left:3px;
}

.grid-two-blk div {
   margin-bottom:10px;
}


/* Grid Three */

.grid-three-blk {
    display: flex;
    flex-direction: column;
    margin-left:7px;
}

.grid-three-blk div {
   margin-bottom:10px;
}

#capone-client {
    height:300px;
}

#gms-client {
    height:400px;
}

#mind-client {
    height:350px;
}


#mind-client {
    height:300px;
}

#takwil-client {
    height:400px;
}

#cgif-client {
    height:200px;
}

#atlas-client {
    height:500px;
}

#caa-client {
    height:500px;
}

#udp-client {
    height:300px;
}

#minokaua-two-client {
    height:250px;
}

#minokaua-two-client {
    height:250px;
}

#lawson-client {
    height:300px;
}

#mase-client {
    height:300px;
}

#minokaua-one-client {
    height:300px;
}

#garbagebook-client {
    height:300px;
}

#jaymac-client {
    height:250px;
}

#poid-client {
    height:250px;
}


#winston-client {
    height:300px;
}


#tmm-hubble-client {
    height:300px;
}

#donvictor-client {
    height:250px;
}

#baq-client {
    height:400px;
}

#dmvideo-client {
    height:300px;
}

#interchanges-client {
    height:400px ;
}

#xray-client {
    height:300px;
}


#ppmc-client {
    height:300px;
}

#protista-client {
    height:400px;
}

#shoes-client {
    height:300px;
}



/* Download Btn */

#blk-download {
    padding:20px 0px 30px 0px;
    position:relative;
    width:100%;
}


#blk-download a {
    text-decoration: none;
}

/* Contact Blk Mobile */

#contacts-blk-mobile {
    height:100vh;
}

#contact-text-blk-container {
    position: absolute;
    left:50%;
    transform: translate(-50%);
    width:998px;
    height:100vh;
    padding:20px 30px 0px 30px;
}

#contact-text-blk-container h1 {
    color: #ff5e00;
    text-transform: uppercase;
    text-align: center;
    font-size: 50px;
    font-family: 'Krub', sans-serif;
    font-weight: 200;
    margin-bottom: 10px;
    padding-top:50px;
}


#contacts-blk-mobile input[type="text"]{
    width:100%;
    padding:0px 10px 10px 0px;
    margin-top:10px;
    background:none;
    border:none;
    color:#fff;
    font-weight: 200;
    font-size:20px;
}

#contacts-blk-mobile input[type="email"]{
    width:100%;
    padding:0px 10px 10px 0px;
    margin-top:10px;
    background:none;
    border:none;
    color:#fff;
    font-weight: 200;
    font-size:20px;
}

#contacts-blk-mobile textarea {
    width:100%;
    margin-top:10px;
    background:none;
    border:none;
    color:#fff;
    font-weight: 200;
    font-size:20px;
    resize:none;
    overflow: hidden;
}

#contact-frm-blk {
    margin: 0 auto;
    width:530px;
}

#contacts-blk-mobile input[type="submit"]{
    color:#ff5e00;
    background:none;
    font-size:16px;
    border:none;
    font-weight:300;
    letter-spacing: 1px;
    cursor: pointer;
    font-weight: bold;
}


#contacts-blk-mobile ul {
    list-style: none;
    margin:50px auto 0px auto;
    width:260px;
}

#contacts-blk-mobile img {
    margin:50px auto 50px auto;
    display: block;
    width:120px;
}

#contacts-blk-mobile ul li {
    margin-bottom:20px;
 }

 #contacts-blk-mobile span {
     padding-right:10px;
     color:#ff5e00;
 }
 
 #contacts-blk-mobile ul li:last-child span {
     height: 60px;
     float:left;
 }

 #contacts-blk-mobile a {
    color: #4e008e;
    font-weight: bold;
    text-decoration: none;
 }

 .contact-bg-color-mobile-blk {
    background: rgb(0,0,0); 
    background: -moz-linear-gradient(top,  rgba(0,0,0,1) 30%, rgba(255,255,255,1) 100%); 
    background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 30%,rgba(255,255,255,1) 100%); 
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 30%,rgba(255,255,255,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
    width:100%;
    height:100vh;
    position: absolute;
    opacity:0;
}


/* LG BLK */

.lg-section-blk {
    width:100%;
    height:940px;
    display:block;
    position:relative;
}

.lg-inner-headline-txt {
    color: #ff5e00;
    font-size: 40px;
    letter-spacing: 8px;
    text-align: center;
}

.lg-auth-blk {
    text-align: center;
    font-weight: 200;
    font-size:20px;
    margin-top:20px;
}

/* Leverage Dsktp Scroll */

.dsktp-trigger-levimgout {
    top:50%;
}

.dsktp-trigger-levtextout {
    top:50%;
}

#leveraging-blk-dsktp .dm-inner-lg-blk {
    position:relative;
    margin:0 auto;
    width:998px;
    height:100%;
}

#leveraging-blk-dsktp img {
    width:57%;
    position: absolute;;
    top:5%;
    opacity: 0;
}

#leveraging-blk-dsktp h1 {
    font-size: 50px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 50px;
    font-weight: 200;
    color: #fff;
    position:absolute;
    right:12%;
    top:32%;
    opacity:0;
}

#leveraging-blk-dsktp span {
    color: #ff5e00;
}



/* Story Lg */


.padd-dsktp {
    width:100%;
    height:100px;
    display: block;
}

.dsktp-trigger-storyin {
    top:0%;
}

.dsktp-trigger-storypin {
    top:35%;
}

.dsktp-trigger-storyimg-tween {
    top:30%;
}

.dsktp-trigger-storyimgopacity-tween {
    top:30%;
}

.dsktp-trigger-story-subtext-blk {
    top:20%;
}

.dsktp-trigger-story-subtext-out-blk {
    top:50%;
}


#story-blk-dsktp .dm-inner-lg-blk {
    position:relative;
    margin:0 auto;
    width:998px;
    height:100%;
}

#story-blk-dsktp img {
    position: absolute;
    right:-30%;
}


.lg-container-blk-innerdiv {
    position:absolute;
    width:600px;
}

#story-blk-dsktp h1:nth-child(2) {
    font-size: 44px;
    line-height: 54px;
}

#story-blk-dsktp h1:nth-child(3) {
    font-size: 51px;
    line-height: 71px;
}

#story-blk-dsktp  h1:nth-child(4) {
    font-size: 58px;
    line-height: 68px;
}

#story-blk-dsktp  h1:nth-child(5) {
    font-size: 60px;
    line-height: 70px;
}


.story-blk-dsktp-subtext-blk {
    font-size:20px;
    font-weight:100;
    position: absolute;
    right: -60%;
}

.story-blk-dsktp-subtext-blk span {
    color: #ff5e00;
}




/* Dsktp Design */


.dsktp-trigger-designin {
    top:0%;
}

.dsktp-trigger-designpin {
    top:35%;
}

.dsktp-trigger-designimg-tween {
    top:30%;
}

.dsktp-trigger-designimgopacity-tween {
    top:30%;
}

.dsktp-trigger-design-subtext-blk {
    top:20%;
}

.dsktp-trigger-design-subtext-out-blk {
    top:50%;
}


#design-blk-dsktp .dm-inner-lg-blk {
    position:relative;
    margin:0 auto;
    width:998px;
    height:100%;
}


#design-blk-dsktp img {
    position: absolute;
    left:0%;
}

#design-blk-dsktp .lg-container-blk-innerdiv {
    right:10%;
}

#design-blk-dsktp h1:nth-child(2) {
    font-size: 51px;
    line-height: 71px;
}

#design-blk-dsktp h1:nth-child(3) {
    font-size: 58px;
    line-height: 68px;
}

#design-blk-dsktp h1:nth-child(4) {
    font-size: 60px;
    line-height: 70px;
}


.design-blk-dsktp-subtext-blk {
    font-size:20px;
    font-weight:100;
    position: absolute;
    left: 14%;
    bottom:-80%;
}

.design-blk-dsktp-subtext-blk span {
    color: #ff5e00;
}




/* Tech Dsktp */


.dsktp-trigger-techin {
    top:0%;
}

.dsktp-trigger-techpin {
    top:35%;
}

.dsktp-trigger-techimg-tween {
    top:30%;
}

.dsktp-trigger-techimgopacity-tween {
    top:30%;
}

.dsktp-trigger-tech-subtext-blk {
    top:20%;
}

.dsktp-trigger-tech-subtext-out-blk {
    top:50%;
}


#tech-blk-dsktp .dm-inner-lg-blk {
    position:relative;
    margin:0 auto;
    width:998px;
    height:100%;
}


#tech-blk-dsktp img {
    position: absolute;
    right:0%;
}

#tech-blk-dsktp .lg-container-blk-innerdiv {
    left:0%;
}

#tech-blk-dsktp h1:nth-child(2) {
    font-size: 44px;
    line-height: 54px;
}

#tech-blk-dsktp h1:nth-child(3) {
    font-size: 51px;
    line-height: 71px;
}

#tech-blk-dsktp h1:nth-child(4) {
    font-size: 58px;
    line-height: 68px;
}

#tech-blk-dsktp h1:nth-child(5) {
    font-size: 60px;
    line-height: 70px;
}


.tech-blk-dsktp-subtext-blk {
    font-size:20px;
    font-weight:100;
    position: absolute;
    left: 35%;
    bottom:-65%;
}

.tech-blk-dsktp-subtext-blk span {
    color: #ff5e00;
}






/* Media */

@media(max-width:1070px) {

    #section-client-grid {
        width:900px;
    }    

} 


@media(min-width:998px) {

    #expertise-blk-mobile #dsktp-img-blk-expertise {
        display:block;
        width:auto;
        right:auto;
        transform: none;
        left:15%;
    }

     #expertise-blk-mobile #mble-img-blk-expertise {
        display:none;
     }
     
    
    #services-blk-mobile #mble-img-blk-services {
        display:none;
     }
     

     #services-blk-mobile #dsktp-img-blk-services {
        display:block;
        width:auto;
        right:15%;
        right:auto;
        transform: none;
    }
    
    #leveraging-blk-mobile {
        display:none;
    }

    #story-blk-mobile {
        display:none;
    }

    #design-blk-mobile {
        display:none;
    }

    #technology-blk-mobile {
        display:none;
    }


    
} 



@media(max-width:998px) {

    #section-client-grid {
        display:none;
    }


    

    #section-client-grid-mob {
        display:block;
    }


    #menu-div-dm-mobile-blk {
        display: block;
    }

    .padd-dsktp {
        display:none;
    }

    #sticky-header-dm-mobile-blk {
        display:block;
    }

    #mobile-logo-text-blk {
        display: block;
    }

    .dm-nav-class {
        display:none;
    }

    #leveraging-blk-dsktp {
        display: none;
    }


    #story-blk-dsktp {
        display: none;
    }   


    #design-blk-dsktp {
        display: none;
    }   


    #tech-blk-dsktp {
        display: none;
    }   


    #dsktp-img-blk-expertise {
        display:none;
    }

    #dsktp-img-blk-services {
        display:none;
    }


    #mble-img-blk-expertise {
        display:block;
    }


    body::-webkit-scrollbar {
        width: auto;
      }
       
    body::-webkit-scrollbar-track {
        box-shadow: none;
    }
    

    body::-webkit-scrollbar-thumb {
        background-color:none;
        outline: none;
    }

    .inner-container-img-blk-lb{
        overflow:auto !important;
    }

    .inner-container-img-blk-lb div {
        display:none !important;
    }


    #leveraging-blk-mobile img {
        width: 485px;
    }

    #story-blk-mobile img {
        width: 75%;
    }

    #design-blk-mobile img {
        width: 465px;
    }

    #technology-blk-mobile img {
        width: 427px;
    }

    #expertise-blk-mobile img {
        width: 440px;
    }

    #services-blk-mobile img {
        width: 388px;
    }



    #contact-text-blk-container {
        width: 550px;
    }

    #contact-text-blk-container h1 {
        font-size: 40px;
    }


    #contact-frm-blk {
        width:100%;
    }

    #section-client-grid {
        width:850px;
    }

    .inner-blk-lb {
        width:100%;
    }

    .close-button {
        margin-top: -35px;
    }

    #dmvideo-lb .inner-container-img-blk-lb div {
        display: inline-block !important;
    }

    #clients-header-blk-mobile h1 {
        font-size: 35px;
    }

    #services-text-blk-container h1 {
        font-size: 35px;
    }

    #expertise-blk-mobile h1 {
        font-size: 35px;
    }

    #section-client-grid {
        width:100%;
        padding-left: 12px;
        padding-right: 12px;
        z-index: auto;
    }

    #client-grid-blk {
        flex-direction: column;
    }

    .p-client-blk {
        height:300px !important;
    }

    .grid-one-blk, .grid-two-blk, .grid-three-blk {
        margin-right:0px;
    }


}



@media(max-width:799px) {
    
    #leveraging-blk-mobile {
        display:block;
    }

    #story-blk-mobile {
        display:block;
    }

    #design-blk-mobile {
        display:block;
    }

    #technology-blk-mobile {
        display:block;
    }



}


@media(max-height:799px) {

        #capital-one-lb img {width:1500px;}
        #gmsatlas-lb img {width:1000px;}
        #gms-lb img {width:1000px;}
        #minokaua-one-lb img {width:1000px;}
        #caa-lb img {width:900px;}
        #garagebook-lb img {width:1000px;}
        #minds-lb img {width:1000px;}
        #udp-lb img {width:750px;}
        #cgif-lb img {width:900px;}
        #minokaua-two-lb img {width:1000px;}
        #lawson-lb img {width:500px;}
        #winston-lb img {width:1000px;}
        #poid-lb img {width:500px;}
        #takwil-lb img {width:1000px;}
        #mase-lb img {width:1000px;}
        #jaymac-lb img {width:1000px;}
        #tmm-hubble-lb img {width:1000px;}
        #donvictor-lb img {width:1000px;}
        #baq-lb img {width:700px;}
        #dmvideo-lb img {width:1000px;}
        #interchanges-lb img {width:1000px;}
        #xray-lb img {width:1000px;}
        #ppmc-lb img {width:1000px;}
        #protista-lb img {width:900px;}
        #shoes-lb img {width:900px;}
    

}


@media(max-width:510px) {


    #leveraging-blk-mobile img {
        width: 100%;
    }

    #story-blk-mobile img {
        width: 550px;
    }

    #design-blk-mobile img {
        width: 100%;
    }

    #technology-blk-mobile img {
        width: 100%;
    }

    #expertise-blk-mobile img {
        width: 80%;
    }

    #services-blk-mobile img {
        width: 80%;
    }


    #clients-grid-mobile-container-blk {
        display: block;
        width: 100%;
    }

    #contact-text-blk-container {

        width: 100%;
    }

    #contact-text-blk-container h1 {
        text-align: left;
        font-size: 25px;
        font-weight: 400;
        color: #ff5e00;
    }

    #iframevideo{
        width:300px;
        height:200px;
    }

    #dmvideo-lb img {
        width:400px;
    }

    .close-button-block:before, .close-button-block:after {
        height:20px;
    }

    #dm-video-container-blk-scrll {
        width:750px;
    }

    #contact-text-blk-container h1 {
        font-size:20px;
    }

    #contacts-blk-mobile input[type="text"] {
        font-size: 15px;
    }

    #contacts-blk-mobile input[type="email"] {
        font-size: 15px;
    }

    #contacts-blk-mobile input[type="submit"], textarea {
        font-size: 15px;
    }

    #contacts-blk-mobile textarea {
        font-size: 15px;
    }

    #contacts-blk-mobile img {
        width:100px;
    }

    #contacts-blk-mobile a {
        font-size:14px;
    }

    .details-blk-client {
        background: rgba(0,0,0,0.5);
        padding: 20px 0px;
    }
    
    .p-client-blk .border-blk-cilent {
        width:80% !important;
    }

    .details-blk-client h1 {
        opacity: 1 !important;
        text-shadow: 1px 1px 20px #000;
    }

    .p-client-blk p {
        opacity: 1 !important;
        text-shadow: 1px 1px 20px #000;
    }


}


@media(max-width:370px) {

    #expertise-blk-mobile img {
        width: 60%;
    }

    #services-blk-mobile img {
        width: 60%;
    }


}



