/* #### Generated By: http://www.cufonfonts.com #### */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap');

@font-face {
    font-family: 'allerregular';
    src: url('../fonts/aller_rg-webfont.woff2') format('woff2'),
         url('../fonts/aller_rg-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;

}

@font-face {
    font-family: 'allerbold';
    src: url('../fonts/aller-webfont.woff2') format('woff2'),
         url('../fonts/aller-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: 'Gotham Black';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham Black'), url('fonts/Gotham_Black_Regular.woff') format('woff');
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

header {
    position: relative;
    background-color: #262261;
    height: 90vh;
    min-height: 25rem;
    overflow: hidden;
}

header nav img {
    width: 36px
}

header .brand {
    height: 100%;
    padding: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
#inner header .brand {
    width: 115px;
    margin: 35px 0 0 80px;
    float: left;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
    align-items: baseline;
    justify-content: center;
}
#inner header nav {
    float: left;
}

#inner header{
    height: auto;
    min-height: auto
}
header .brand img {
    width: 500px;
    z-index: 9
}
#inner h1 {
    height: 100%;
    padding: 3em 0.5em;
    font-family: 'allerbold', sans-serif;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    letter-spacing: -2px;
    line-height: 50px;
    color: #fff
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .section {
    position: fixed;
    z-index: 10;
    width: 100%;
    max-height: 800px;
}

header .overlay {
    height: 100%;
    width: 100%;
    background: #151038;
    opacity: 0;
    z-index: 1;
    display: inline-block;
}








/* Hamburger button styles. */
.hamburger-button {
    position: fixed;
    transition: .3s ease-in-out;
    width: 45px;
    height: 34px;
    display: block;
    top: 2.5rem;
    left: 2rem;
    z-index: 100;
}
.hamburger-button a.dots{
    background: url(../img/nav-blue-o.svg) no-repeat;
    opacity: 1;
    width: 36px;
    height: 36px;
    display: block;
}
.hamburger-button a.dotsc{
    background: url(../img/nav-blue-close-o.svg) no-repeat;
    opacity: 1;
    width: 36px;
    height: 36px;
    display: block;
}
/* 1. Style the overlay & navigation. */
.overlay {
    position: fixed;
    background: #151038;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s, height .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}


#nav .row{
    width: 100%;
    margin: 0
}

nav {
    font-size: 2rem;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    text-align: left;
    text-transform: uppercase;
}
nav.menu{
    padding: 10rem;
}
    nav ul, nav ol {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    

        nav ul li {
            opacity: 0;
            margin: 0.5rem 0;
            line-height: 34px
        }

        nav ol li {
            opacity: 0;
            margin: 0rem 0;
            line-height: 30px
        }


            nav ul li a {
                color: #27A9E1;
                text-decoration: none;
                transition: opacity .2s ease;
                opacity: 1;
                text-align: left;
                font-family: 'allerbold', sans-serif;
                font-size: 30px;
            }

            nav ol li a{
                    font-size: 16px;
                    color: #fff
                }

                nav ul li a:hover {
                    opacity: 1;
                    text-decoration: none;
                    color: #fff
                }

                nav ol li a:hover {
                    opacity: 1;
                    text-decoration: none;
                    color: #27a9e1
                }

                

/* 2. Add the animation. */
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-25%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* 3. Style the visible overlay. */
.overlay.visible {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

    .overlay.visible li {
        animation: fadeInLeft .3s ease forwards;
    }

        .overlay.visible li:nth-of-type(1) {
            animation-delay: 0.23s;
        }

        .overlay.visible li:nth-of-type(2) {
            animation-delay: 0.26s;
        }

        .overlay.visible li:nth-of-type(3) {
            animation-delay: 0.29s;
        }

        .overlay.visible li:nth-of-type(4) {
            animation-delay: 0.32s;
        }

        .overlay.visible li:nth-of-type(5) {
            animation-delay: 0.35s;
        }





#change-bg{
    height: calc(100vh);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}











/*Masonry*/
.masonry { 
    -webkit-column-count: 4;
  -moz-column-count:4;
  column-count: 4;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
   margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
    display: inline-table;
}
.masonry .item {
    display: inline-block;
    background: #F2F2F2;
    margin: 0 0.5em 1.2em;
    -webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 8px;
    text-align: center;
    padding: 2em
}
.masonry .item img{max-height:180px; padding: 2rem}
.card-body{
    padding: 0 !important
}

@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}
/*Masonry*/


@media (pointer: coarse) and (hover: none) {
    header {
        background: #262261 no-repeat center center scroll;
    }

    header video {
        display: none;
    }
}

.blue1 {
    color: #27A9E1
}

.blue2 {
    color: #1B75BB
}

.blue3 {
    color: #2A388F
}

.blue4 {
    color: #262261
}

.bluebg1 {
    background: #27A9E1
}

.bluebg2 {
    background: #1B75BB
}

.bluebg3 {
    background: #2A388F
}

.bluebg4 {
    background: #262261
}

.dark-grey {
    color: #808284
}

section h1 {
    height: 100%;
    padding: 0.5em;
    font-family: 'allerbold', sans-serif;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    letter-spacing: -2px;
    line-height: 50px;
    /*color: #fff*/
}

section#ddmd h1 {
    font-size: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ddmd-card {
    padding: 3rem;
    float: left;
    text-align: center;
}

.ddmd-card img {
    width: 200px;
    padding: 3rem 3rem 0rem 3rem
}

.ddmd-card h5 {
    font-family: 'allerregular', sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    ;
    font-size: 18px;
    padding: 20px 0 0 0
}

.ddmd-card:nth-child(3) {
    background: #27A9E1
}

.ddmd-card:nth-child(4) {
    background: #1B75BB
}

.ddmd-card:nth-child(2) {
    background: #2A388F
}

.ddmd-card:nth-child(1) {
    background: #262261
}

/* Hover Items*/
#design, #develop, #manage, #deliver{
	display: flex;
	align-items: center;
	justify-content: center;
	background:#fff;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	padding: 3rem
}
.ddmd-card:hover .design{
	background: #fff
}
#design p, #develop p, #manage p, #deliver p{
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 18px;
	color: #58585b
}
.bg-white{
	background: #fff
}

#etoe {
    background: #fff;
    padding: 12em 0
}
.slider {
    /*display: none !important;*/
}
#etoe .card {
    border-radius: 0;
    color: #fff;
    -webkit-box-shadow: 4px 3px 18px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 3px 18px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 4px 3px 18px -5px rgba(0, 0, 0, 0.75);
    min-height: 330px;
    width: auto;
    float: left;
    margin-right: 1.5rem;
    padding: 1rem 0.75rem;
}

#etoe .card-footer {
    background-color: rgba(0, 0, 0, 0);
    border-top: 0;
    margin-top: 75px
}

#etoe .card-header {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 0;
}

#etoe .card h5 {
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

#etoe .card a {
    color: #fff
}

#etoe .card.one {
    background: #262261;
}

#etoe .card.two {
    background: #2A388F;
}

#etoe .card.three {
    background: #1B75BB;
}

#etoe .card.four {
    background: #27A9E1;
}

/*#etoe .card:nth-child(1) {
    background: #262261;
}

#etoe .card:nth-child(2) {
    background: #2A388F;
}

#etoe .card:nth-child(3) {
    background: #1B75BB;
}

#etoe .card:nth-child(4) {
    background: #27A9E1;
}*/

#we {
    padding: 3em;
    background: #E6E7E8
}

section#we h1 {
    color: #000
}

#we img {
    width: 96px;
}

#we h5 {
    font-family: 'Gotham', sans-serif;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    color: #1B75BB;
    font-weight: bold;
    margin-top: 20px
}

#we p {
    width: 80%
}

#we .item {
    padding: 2rem 3rem;
    border-right: #000 1px dotted;
    border-bottom: #000 1px dotted;
    text-align: center;
}

#we .item:nth-child(3), #we .item:nth-child(6) {
    border-right: 0;
}
#we .item:nth-child(4), #we .item:nth-child(5), #we .item:nth-child(6) {
    border-bottom: 0;
}

#we .justify-content-md-center {
    padding: 2rem 0
}

#client {
    background: url(../img/quote-end.png) no-repeat 75% 90% #E6E7E8;
    padding: 4em 0 10em 0
}

#team {
    background: #E6E7E8;
    /*padding: 4em 0 5em 0;*/
}

#client p,
#team p {
    line-height: 26px;
    font-size: 14px
}
#client p{
    text-align: left;
    width: 80%
}

#team p{
    width: 60%;
    margin: 0 auto
}

#client img {
    padding: 0 8rem;
    border-right: 1px dotted #000;
}

#o-client,
#partners {
    background: #fff;
    padding: 4em 0 6em 0
}

#o-client .card-img-top {
    padding: 2rem;
}

#o-client .card,
#partners .card {
    border-radius: 0;
    color: #58585b;
    min-height: 340px;
    width: 22em;
    float: left;
    margin-right: 1.5rem;
    padding: 1rem 0.75rem;
    -webkit-box-shadow: 2px 3px 6px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 3px 6px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 3px 6px -5px rgba(0, 0, 0, 0.75);
}

#team img {
    width: 200px;
    margin: 0 auto
}
#team h5{
    margin-top: 20px
}
.speak img{
    width: 100%
}
#hm_form{
    position: relative;
}
#hm_form form{
    position: absolute;
    right: 100px;
    top: 85px;
    width: 400px;
    background: #fff;
    padding: 20px 30px;
}


.btn-primary {
    color: #fff;
    background-color: #262261;
    border-color: #262261;
    border-radius: 0 !important;
}

.spin {
    position: absolute;
    left: 370px;
    top: 311px;
    z-index: 1;
}

a .spin {
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}

a:hover .spin {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

#in-wrap{

}

#l-stick{
    background: #262261;
    -webkit-box-shadow: 7px 7px 17px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    7px 7px 17px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         7px 7px 17px 0px rgba(50, 50, 50, 0.3);
    position: fixed;
    height: 100%
}
#r-scroll{
    margin-left: 25%;
}

footer {
    background: #000;
    padding: 4em 0 2em 0;
    position: absolute;
    width: 100%;
    left: 0
}

footer ul {
    padding: 0
}

footer li {
    list-style: none;
    line-height: 26px;
    color: #1B75BB;
    font-size: 12px;
}

footer li a {
    color: #fff
}

footer li:first-child {
    font-size: 16px;
    margin-bottom: 12px
}

footer li img {
    width: 30px;
    float: left;
    margin-right: 14px;
}

footer li a:hover {
    color: #27A9E1;
}

footer h6 {
    float: left;
    color: #fff;
    margin-top: 20px;
    font-size: 11px;
    clear: both;
}
.bs, .inn-title{
    display: none;
}
.slick-next::before, .slick-prev::before{
    color: #262261 !important
}
.slick-next {
    right: 25px !important;
}
#about{
    margin-top: 100px;
}
#about h4, #contact h4{
     font-family: 'allerbold', sans-serif;
     font-size: 30px
}
#about h6, #contact h6{
     font-family: 'allerbold', sans-serif;
     font-size: 18px;
     color: #000
}
#contact h6{
    font-size: 14px
}
#about p, #contact p{
    font-size: 16px;
    color: #58595B
}
#about a, #contact a{
    color: #58595B
}
.icon40{
    width: 40px
}
.icon20{
    width: 20px
}
#aboutb{    
    background: url(../img/pablo-bitcoin-mining.png) no-repeat center bottom;
    height: 400px;
    margin: 3em 0
}
#aboutb h6{
    text-transform: uppercase;
    font-size: 12px
}
#aboutb a{
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
#aboutb .row{
    padding: 2rem 0
}
#contact{
    margin-top: 1em;
}
#contact h1 {
    text-align: left;
    padding: 0 0 10px;
    font-size: 36px;
}

#contact input, #contact textarea {
    border-radius: 0;
    padding: 1.5em 1em;
    margin-bottom: 20px;
}
#contact p{
    color: #000;
    margin: 2rem 0
}
.hero__overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.no-background-blend-mode .hero__overlay {
  background: rgba(27, 82, 83, 0.6) !important;
}
.hero__overlay {
  position: fixed;
  z-index: 50;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 300ms linear;
  opacity: 0;
}
.hero__overlay--active {
  opacity: 1;
}
.hero__modal {
  width: 90%;
  margin: 30px auto 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero__close {
  position: absolute;
  z-index: 15;
  right: 0;
  bottom: 100%;
  width: 50px;
  height: 50px;
  text-indent: -9999em;
}
.hero__close:before, .hero__close:after {
  content: '';
  position: absolute;
  width: 30px;
  top: 50%;
  left: 50%;
  height: 2px;
  margin-left: -15px;
  background: #fff;
  transform: rotate(45deg);
}
.hero__close:after {
  transform: rotate(-45deg);
}
.hero a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  color: black;
}
.slick-slide img {
    display: block;
    width: 48px !important;
}
/* carousel 
.center .slick-active{
    opacity: .5;    
}
.center .slick-active img{
    width: 200px
}
.center .slick-center{
    opacity: 1
}
.slick-next:before,
.slick-prev:before {
    font-size: 36px;
    line-height: 1;
    opacity: .5;
    color: #adaaaa;
}
.slick-initialized .slick-slide{
    display: inline-block;
    text-align: center;
}
.slick-slide img {
    display: inline-block;
}
.etoe h5{
    font-size: 18px;
    font-weight: 400;
    margin-top: 40px;
}
.slick-prev {
    left: -40px;
}
.slick-next, .slick-prev{
    top: 35%
}
.etoe .slick-active {
    opacity: .3
}
.etoe .slick-center{
    opacity: 1
}
End carousel */



/*Media Queries*/

@media (max-width: 575.98px) {

    section h1, section#ddmd h1,section#we h1, #team h1 {
        text-align: center;
        font-size: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;

    }
    .slick-slide img {
        display: block;
        width: 48px !important;
    }
    .spin {
        display: none;
    }

    header video {
        display: block;
    }

    #we,
    #etoe, #client, #team {
        padding: 2em 0;

    }

    .ddmd-card {
        padding: 0rem;
    }

    .ddmd-card h5 {
        font-size: 12px;
        padding: 10px 0 10px 0;
    }

    header .brand img {
        width: 220px;
    }

    #we p {
        display: none;
    }

    #we h5 {
        font-size: 16px;
        line-height: 21px;
        text-align: center;
    }

    #we .item {
        border-bottom: #000 1px dotted;

    }
    #we .item:nth-child(3), #we .item:nth-child(6) {
    	border-right: #000 1px dotted;
	}
	#we .item:nth-child(4), #we .item:nth-child(5), #we .item:nth-child(6) {
    	border-bottom: #000 1px dotted;
	}
	.ddmd-card img {
        width: 170px;
        padding: 4rem 3rem 2rem 3rem;
	}
	section h1, section#ddmd h1, section#we h1{
		line-height: 34px;
        margin: 0 auto
	}
	#client p, #team p{
		font-size: 12px;
		line-height: 18px;
		text-align: center;
	}
	#client img{
		float: none;
		margin-bottom: 30px;
		width: 300px;
	}
	#client h5{
		text-align: center;
	}
	#client{
		background: url(../img/quote-end-s.png) no-repeat 90% 93% #E6E7E8;
	}
	#contact h1{
		padding: 20px 0 10px;
	}
    #design, #develop{
        display: block;
        padding: 1.5rem;
    }
    #manage, #deliver{
        display: block;
        padding: 1.5rem 1.5rem 1.5rem 2.5rem;
    }
    #design p, #develop p, #manage p, #deliver p{
        font-size: 14px;
        line-height: 18px;
    }
    #we h5{
        font-size: 14px
    }
    #o-client h1, #partners h1, #team h1, #client h1{
        margin: 0 auto
    }
    #client p {
        width: 100%;
        margin: 0 auto;
        padding: 0 15%;
    }
    #client img {
        padding: 0 4rem;
        border: 0;
    }
    #we .item:nth-child(even){
        border-right: 0
    }
    #we .item:nth-child(5), #we .item:nth-child(6){
        border-bottom: 0
    }
    nav.menu{
        padding: 5rem 1rem;
    }
    #change-bg{
        display: none;
    }
    #l-stick{
        display: none;
    }
    #r-scroll {
        margin-left: 0;
        margin-top: 5.7rem;
    }
    .bs-white, .inn-title{
        display: none;
    }
    .bs, .inn-title{
        display: block;
        padding-bottom: 15px;
    }
    .masonry img.item{
        width: 99%
    }
    #hm_form form{
        right: 0;
    }
    #aboutb{
        background-size: contain;
        height: 200px;
        margin: 2em 0;
    }
    #hm_form form{
        margin-top: 80px;
        right: 20px
    }
    footer h6{
        float: left;
        margin-top: 12px;
    }
    #contact{
        margin-top: 0px;
    }
    #o-client, #partners {
        background: #fff;
        padding: 2em 0 2em 0;
    }
    video{
        height: 200px;
    }
}

@media (max-width: 767.98px) {
    ...
}

@media (max-width: 991.98px) {
    
}

@media (max-width: 1199.98px) {

}

