@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i');

body, div,
h4, h5,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Lato', sans-serif;
  color: #484E64;
}
a {
  color: #006AF9;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}


h1{
  font-size: 40px;
  line-height: 48px;
  font-family: 'Playfair Display', serif;
	color: #060F28;
  font-weight: 200;
}

h2{
  font-size: 24px;
	color: #060F28;
  font-family: 'Playfair Display', serif;
  font-weight: 200;
  line-height: 32px;
  margin: 0;
}

h3{
  font-size: 32px;
	line-height: 40px;
  font-weight: 100;
  font-family: 'Playfair Display' , sans-serif;
  margin: 0;
}

h4{
  font-size: 24px;
  font-family: 'Playfair Display' , sans-serif;
	line-height: 32px;
	font-weight: 100;
	font-style: italic;
	color: #060F28;
}

h5{
  font-size: 20px;
  font-weight: 300;
  color: #557187;
  line-height: 32px;
}

h6{
  font-size: 56px;
  font-weight: 100;
  color: #060F28;
  margin: 0em !important;
  font-family: 'Playfair Display' , sans-serif;
  line-height: 64px;
}

p{
  color: #484E64;
  font-family: 'Lato' , sans-serif;
  font-weight: 100;
	font-size: 15px;
	line-height: 28px;
}

ul{
list-style: circle inside;
font-weight: 100;
font-size: 16px;
line-height: 32px;
}

.tick-style {
  font-size: 12px;
  color: #1A77FF;
  line-height: 24px;
}

.tick-style-red{
	font-size: 12px;
	color: #FD6E72;
}

.tick-style.big{
  font-size:56px;
  display: inline-block;
  vertical-align: top;
}

.tick{
  color: #484E64;
  font-family: 'Lato' , sans-serif;
  font-weight: 100;
	font-size: 14px;
	line-height: 24px;
  margin-left:4px;
}

.quote{
  border-left:1px solid #006BFF;
  padding-left:16px;
  font-style:italic;
  font-family: 'Playfair Display' , sans-serif;
}

footer{
  color: #557187;
  font-size: 16px;
  padding: 20px;
}

.footer-social{
  color: #557187;
  font-size: 20px;
  margin-right: 10px;
}

.footer-social:hover{
  color: #087DFF;
  text-decoration: none;
}

.footer-separator{
  width: 52px;
  height: 1px;
  background: #777;
  margin: 5px 0px 5px;
}

.footer-headline{
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #557187;
  margin-bottom: 10px;
}

.footer-style{
  padding-bottom: 20px;
}

.footer-style a{
  color: #557187;
}

.footer-style a:hover{
  color: #087DFF;
  text-decoration: none;
}

.footer-style p{
  margin-bottom: 5px;
}

.visible-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.visible-hidden:focus {
    clip: auto;
    height: auto;
    overflow: auto;
    position: absolute;
    width: auto;
}

/* HOVER COLOR */

a svg:hover #footer{
  fill: #006AF9;
}



a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #37302a;
  background: #fff;
  font: normal 100%/1.4 sans-serif;
}

section {
  border-bottom: 0px solid #999;
  width: 100%;
}


p {
  width: 100%;
  margin: 0;
}

img.center{
  display: block;
  margin: 0 auto;
}

/* ------------------------------------------
  SECTION STYLES
--------------------------------------------- */

.grid-text{
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    box-sizing: border-box;
}

.grid-text p{
  font-size: 16px;
  line-height: 32px;
}

.grid-text .quote{
  margin-left:-16px;
  margin-top:32px;
  margin-bottom:32px;
}

.grid .quote{
  margin-left:-16px;
  margin-top:32px;
  margin-bottom:32px;
}

.header_width{
  margin-right: auto;
  margin-left: auto;
  max-width:1000px;
  height: 68px;
}

.left {
    float: left;
    width: 45%;
    margin: 0px;
}
.right {
    float: right;
    width: 45%;
    margin: 0px;
}

.content_project {
  background-color: #FFFFFF;
  padding-bottom: 80px;
  padding-top: 80px;
  padding-left:20px;
  padding-right: 20px;
}

.projects{
  margin-top:-240px;
}

.content_header {
  padding-bottom: 100px;
  padding-top: 100px;
  padding-left:20px;
  padding-right: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 1440px;
  z-index: 10;
  width: 100%;
}




.group {
  max-width: 1100px;
  margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.group:after {
    content:"";
    display: table;
    clear: both;
    background-color: #EFC94C;
}


@media screen and (max-width: 480px) {
    .content_project{
      margin-top: 0px;
    }
     .imagetop {
      max-height: 300px;
    }
    .imagesection{
      max-height: 350px;
    }

    .left,
    .right {
        float: none;
        width: auto;
    }

}

.icon-middle {
  text-align: center;
}

.bottom-benefits {
  text-align: center;
  border: 1px solid #EAEAEA;
  margin: 20px;
  height: 100px;
  padding: 20px;
  background: #fff;
  vertical-align: middle;
  border-radius: 6px;
}



/* ------------------------------------------
  inputs
--------------------------------------------- */


.mc-field-group input {
	padding: 12px 16px;
  border-radius: 3px;
  border: 1px solid #E6E7EB;
  background: #fff;
  color: #41647C;
  margin-bottom: 16px;
  margin-right: 8px;
	line-height: 24px;
}

.mc-field-group input:focus{
  border: 1px solid #006AF9;
  color: #41647C;
	 outline: none;
}

.mc-field-group input:visited{
	color: #060F28;
}

#submit-button{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-decoration: none;
	padding: 12px 16px;
	border-radius: 3px;
	color: #fff;
	background: #006AF9;
	transition: .3s ease-in-out;
	display: inline-block;
	line-height: 24px;
	border:1px solid #006AF9;
}

/* placeholder color */

::-webkit-input-placeholder { /* Chrome */
  color: #A7BDD6;
  font-weight: 400;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #A7BDD6;
  font-weight: 400;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #A7BDD6;
  font-weight: 400;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #A7BDD6;
  opacity: 1;
}



 /* ------------------------------------------
  BUTTON STYLES
--------------------------------------------- */

/* Common button styles */
.button {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 3px;
  color: #fff;
  background: #006AF9;
  transition: .3s ease-in-out;
  display: inline-block;
	line-height: 24px;
	min-width: 140px;
	text-align: center;
  border: 1px solid #006AF9;
}
.button:focus {
  outline: none;
}

.button:hover{
  text-decoration: none;
  background-color: #2180ff;
  border: 1px solid #2180ff;
}

.button.secondary{
  color: #006AF9;
  background: #D9E9FF;
  border: 1px solid #D9E9FF;
}

.button.secondary:hover {
  color: #006AF9;
  background: #edf4ff;
  border: 1px solid #edf4ff;
}

.button.second.small {
  padding: 3px 16px;
	min-width: auto;
  font-size: 16px;
  background: #D9E9FF;
  color: #006BFF;
  border: 1px #D9E9FF;
}

.button.small:hover{
  color: #006BFF !important;
  background: #edf4ff;
}

/* COVER AREA */

.placeholder {
  background-size: cover;
  position: relative;
  overflow: hidden;
  height: 70vh;
  background: transparent;
  margin-top: 70px;
}

.placeholder img{
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  margin-top:-100px;
}

.project-headline {
    background-color: #006AF9;
    border-radius: 3px;
    margin-top: -150px;
    padding: 32px;
    color: #fff;
    margin-left: -32px !important;
    position: relative;
    z-index: 2;
}

.project-headline h1{
  color: #fff;
  margin-bottom: 8px !important;
}

.project-headline p{
  color: #fff;
  margin-top: 8px;
}

.arrow-box{
  margin-top:20%;
  background: green;
}

.link-arrow{
  margin-top: 15px;
  font-weight: 600;
}

.link-arrow a{
  text-decoration: none;
  color: #000 !important;
  transition: .2s ease-in-out;
}


.link-arrow a:hover{
  padding-left: 5px;

}

.headline-separator{
  width: 32px;
  height: 8px;
  background: #006BFF;
  margin: 10px 0px 20px;
}

.headline-separator-center{
  width: 32px;
  height: 8px;
  background: #006BFF;
  margin: 10px 20px;
  margin-left: 50%;
}

.headline-separator-center-white{
  width: 40px;
  height: 1px;
  background: #fff;
  margin: 0px 20px;
  margin-left: 50%;
}

/* END COVER AREA */


/* TABS AREA */

* {box-sizing: border-box}
body {font-family: "Lato", sans-serif;}

/* Style the tab */
.tab {
    float: left;
    border-radius: 40px 0 40px 0;
    /*background: url("src/how-back.jpg");*/
    background-color: #060E27;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 40px rgba(26, 119, 255, 0.5);
    background-size: cover;
		padding: 24px;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.5);
    padding: 10px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 20px;
		line-height: 32px;
}

.tab button i{
  font-size: 12px;
  vertical-align: middle;
  padding-right: 5px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    color: #fff;
}

/* Create an active/current "tab button" class */
.tab button.active {
    color: #fff;
		text-decoration: line-through;
}

.tab p{
  padding-top: 40px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.tab-separator{
  width: 40px;
  height: 1px;
  background: #fff;
  margin: 0px 20px;
  margin-left: 46%;
}

/* Style the tab content */
.tabcontent {
    float: left;
    box-shadow: 0 0 40px rgba(26, 119, 255, 0.5);
    width: 100%;
    border-left: none;
    min-height: 300px;
    height: auto;
    border-radius: 40px 0 40px 0;
    overflow: hidden;
}

.tabcontent h2{
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.tabtext{
	padding: 24px;
}

.card-margin{
  margin-right: -40px;
	margin-top:-60px;
}

.tabplace{
  z-index: 20;
  position: relative;
}

.chip{
	color: #fff;
	background-color: #006AF9;
	font-weight: 400;
	line-height: 16px;
	border-radius: 12px;
	padding: 0 8px;
	width: auto;
	display: inline-block;
	margin-left: 8px;
  font-size: 11px !important;
}

.chip.white{
  background-color: #fff;
  color: #62798D;
}

.chip.grey{
  background-color: #E4EBF0;
  color: #62798D;
}

/* END OF TABS AREA */


/* NAVIGATION */

header {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99;
  position: fixed;
  width: 100%;
  top: 0;
  backdrop-filter: blur(4px);
}

.header-border-bottom{
    border-bottom:1px solid rgba(0,0,0,0.05);
}

header a, header label {
  display: block;
  padding: 16px;
  color: #000;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 15px;
  font-size: 13px;
}

.menu-width {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

header a:hover, header label:hover { color: #aaa; }

header label {
  float: right;
  padding: 23px 20px;
  cursor: pointer;
  font-size: 16px;
}

header label:after {
  content: "\2261";
  font-size: 2em;
}

/* Hide on scroll header */

.nav-up {
  top: -68px;
  transition: .3s ease-in-out;
}

.nav-down {
  transition: .2s ease-in-out;
}

/* The progress bar container (grey background) */
.progress-container {
  width: 100%;
  height: 2px;
  background: rgba(0,0,0,0.05);
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 2px;
  background: #006BFF;
  width: 0%;
}

/* End of header animation */

.logo {
  float: left;
  color:#fff;
}

.logo-text{
  opacity: 1;
  margin-top: 10px;
  letter-spacing: 6px;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
}
nav {
  float: right;
  max-height: 0;
  width: 100%;
  -webkit-transition: max-height 0.3s;
     -moz-transition: max-height 0.3s;
       -o-transition: max-height 0.3s;
          transition: max-height 0.3s;
}

nav ul {
  margin: 0;
  padding: 0;
   padding-bottom: 10px;
}

nav li {
  display: block;
  text-align: center;
}

nav a {
  padding: 12px;
  width: 100%;
}

#nav { display: none; }

#nav:checked ~ nav {
  max-height: 230px; /* This can be anything bigger than your nav height. The transition duration works with this */
  display: block;
}

@media only screen and (min-width: 768px) {

  header label { display: none; }

  nav {
    width: auto;
    max-height: none;
  }

  nav ul {
    padding: 0;
    padding-right: 10px;
  }

  nav li {
    display: inline-block;
    text-align: left;
  }

  header nav a {
    display: inline-block;
    padding: 20px 15px;
    width: auto;
    font-size: 16px;
    margin-bottom: 0px;
		line-height: 24px;
  }


}


.menu__list a{
  text-decoration: none;
}

.menu__list a:hover{

  color:#000;
}

.menu__list a:hover.button{
  color: #fff;
}

.menu-item a{
  color:#62798D;
}

.menu-item.active a{
  color:#006AF9;
  text-decoration: none;
}

.img-responsive{
  width: 100%;
  height: auto;
}

.img-with-text{
  float: left;
}

.copy-with-image{
  display: inline-block;
  margin-left: 8px;
  width:auto;
  margin-top: -4px;
}

.copy-with-image a{
  color: #484E64;
}

.hidden{
  display: none;
}

.map-about{
  margin-top: -96px;
}


.roll-icon-list .icon {
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 75px;
    float: left;
    margin-right: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

}

.roll-icon-list .icon p{
  color: #000;
}

.roll-icon-list .content {
    margin-right: 30px;
}

.roll-icon-list .content h4{
  margin-bottom: 10px;
}

.grid .roll-icon-list{
  margin-bottom:40px;
}

.fa {
    transform: translateY(8%);
    padding-left: 4px;
}

.faq h5{
  padding-bottom: 8px;
}

/* project bg */

.projects-bg{
  padding-bottom:0px; background: linear-gradient(to bottom, #e1e6eb 0%,#ffffff 100%);
}

/* project bg end */

/* header home */

.header-home{
  overflow: hidden;
  padding-top: 110px;
}

.grid-max {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
}

/* common margins */

.margin-t-16{
	margin-top: 16px;
}

.margin-b-16{
  margin-bottom:16px;
}

.margin-b-8{
  margin-bottom:8px;
}

.margin-l-16{
	margin-left: 16px;
}

.margin-t-32{
	margin-top: 32px;
}

.margin-b-32{
  margin-bottom:32px;
}

.margin-t-64{
	margin-top: 64px;
}

.margin-b-64{
  margin-bottom:64px;
}

/* cards */

.card{
	background:#fff;
	border-radius:3px;
	overflow: hidden;
	margin-bottom: 32px;
	transition: .3s ease-in-out;
	box-shadow: 0px 0px 0px rgba(0, 101, 221, 0.0);
}

.card.link{
  box-shadow: 0px 1px 4px rgba(0, 101, 221, 0.1);
  border: 1px solid #E8E8F0;
}

.no-line:hover{
  text-decoration: none !important;
}

.card-pad{
  padding:16px;
}

.links a:hover{
  text-decoration: underline !important;
}

.links a{
  display: inline-block;
}

.card:hover{
	box-shadow: 0px 10px 24px -8px rgba(0, 101, 221, 0.2);
}

.card h3{
  color: #fff;
  padding-bottom: 8px;
}

.card a{
  text-decoration: none;
}

.cardcontent{
  padding:16px;
  position: relative;
  min-height: 268px;
  background: #006bff00;
  transition: .3s ease-in-out;
}

.card-container{
  position: relative;
  min-height: 400px;
}

.card-absolute{
  position: absolute;
  z-index: 0;
  top:-280px;
}

.card70{
  margin-top:-180px;
  margin-left:30%;
  min-height:400px;
  margin-bottom:100px;
}

.content70{
  height:400px;
}

.card100{
  margin-left:20%;
  min-height:320px;
}

.content100{
  height:320px;
}

.cardcontent:hover{
  background: #006bff82;
    backdrop-filter: blur(4px);
}

.cardcontent:hover .seeproject{
  display: block;
}

.seeproject{
  bottom: 16px;
  position: absolute;
  display: none;
}

.seeproject p{
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Playfair Display', serif;
  font-weight: 100;
}

.seeproject i{
  margin-left: 8px;
}

hr{
	border-bottom: 1px solid #e7f2ff;
}


.footnote{
	font-size: 12px;
	padding-top: 16px;
	color: #a7bdd6;
}

.addons{
	width: 100%;
	margin: 24px 0;
}
.addons td{
	padding: 16px 16px;
}

.addons tr{
	border-bottom: 1px solid #e7f2ff;
}

.addons tr:last-child{
	border-bottom: none;
}

.addons td:first-child{
	border-right: 1px solid #e7f2ff;
	padding: 16px 0px;
	font-weight: 600;
}

.dribbble{
  margin-top: -200px;
}



/* Start of medium style */



.fm-post-wrapper{
  display: inline-block;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 16px;
  text-align: left;
  height: auto;
	border-radius:3px;
	overflow: hidden;
	transition: .3s ease-in-out;
}


.fm-post-title{
  font-size: 16px;
  height: auto;
  line-height: 32px;
  white-space: nowrap;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #060F28;
}

.fm-post-read-more{
  text-decoration: none;
  font-size: 14px;
  font-weight: 200;
}

.fm-post-read-more:hover{
  text-decoration: underline;
}

.blog-element img{
  display: none;
}

.blog-post .post-meta{
  display: none;
}

.blog-post h4 a{
  font-size: 14px;
  height: auto;
  line-height: 24px;
  color: #060F28;
}

.blog-post h4{
  font-size:20px;
  margin-bottom: 8px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-post figure{
  display: none;
}

.blog-post p{
  height: auto;
  font-size: 14px;
  line-height: 20px;
  color: #484E64;
  margin-bottom: 8px;
}

.blog-post header{
  display: none;
}

.blog-post h3{
  display: none;
}


/* end of medium style */


@media handheld, only screen and (max-width: 767px){

  h1{
    font-size: 32px;
    line-height: 40px;
  }

  h2{
    font-size: 24px;
    line-height: 32px;
  }

  h3{
    font-size: 24px;
  	line-height: 32px;
  }

  .box-headline{
    margin-top: -90px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
    padding: 40px !important;
  }

  .box-hero{
    margin-top: 20% !important;
    margin-left: 20px !important;
  }

  .tab{
    margin-top: -20px;
    margin-left: 16px;
  }

  .tab button{
    font-size: 24px;
    padding: 8px 16px;
  }

  .content_project{
    padding-top: 40px;
    padding-bottom: 40px;
  }


  .card-container{
    display: none;
  }

  .projects{
    margin-top:0px;
  }


  .header-home{
    margin-top: 0px;
  }

  .card70{
    margin-top:70px;
    margin-left:0;
    min-height:268px;
    margin-bottom:40px;
  }

  .margin-card{
    margin-top:100px;
  }

  .content70{
    height:268px;
  }

  .card100{
    margin-left:0;
    min-height:268px;
    margin-top:100px;
    margin-bottom: 100px;
  }

  .margin-card{
    margin-top: 150px !important;
  }

  .content100{
    height:268px;
  }

  .dribbble{
    margin-top: -400px;
  }

  .content_card100{
    padding-top:0px;
    padding-bottom: 0px;
  }

  .project-headline{
    margin-top: -120px !important;
    padding: 24px !important;
    margin-left: -24px !important;
  }

  .map-about{
    margin-top: 0px;
  }

}

@media (prefers-color-scheme: dark) {
  body {
    color: #fff;
    background: #030013;
  }

  .content_project{
    background: #030013;
  }

  p{
    color: #fff !important;
  }

  h2{
    color: #fff;
  }

  h4{
    color: #fff;
  }

  h1{
    color: #fff;
  }

  h5{
    color: #fff;
  }

  header{
    background: #030013a8;
  }

  .header-border-bottom {
    border-bottom: 1px solid #ffffff1a;
  }

  h6{
    color: #fff;
  }

  .menu__list a:hover {
    color: #ffffff;
  }

  .card{
    background: #131029;
    border: 1px solid #131029;
  }

  .card.link{
    background: #131029;
    border: 1px solid #131029;
  }

  .card.link:hover{
    box-shadow: 0px 10px 24px -8px rgba(0, 0, 0, 1);
    background: #1b1831;
  }

  .projects-bg{
    padding-bottom:0px; background: linear-gradient(to bottom, #131029 0%,#030013 100%);
  }

  .copy-with-image a{
    color: #fff;
  }

  header a, header label {
    color: #fff;
  }

}
