
h3{
  margin: 0px;
}
*, *:before, *:after {
  box-sizing: border-box;
}

#cookie-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #1a1a1a88;
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.cookie-button{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 30px;
  gap: 30px;
  background: #2494c4;
  border-radius: 100px;
  cursor: pointer;
  color: white;
  white-space: nowrap;
  height: 30px;
  font-weight: 600;
}
.cookie-button:hover{
color: #272727;
}
.card-header {
  padding: 18px 18px 18px 18px !important;
  border-bottom: 1px solid rgb(190, 190, 190);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-header img {
  width: 40px;
}
.card-header i {
  font-size: 20px;
  color: #353535;
}
.cookie-text {
  text-align: justify !important;
}
#cookie-container {
  display: none;
  max-width: 550px;
  background-color: #ffffff;
  z-index: 3001;
  position: relative;
  line-height: 22px;
  border-radius: 4px;
  color: #290042;
  font-size: 14.5px;
  margin: 30px
}
#cookie-container div:nth-child(2) {
  padding: 20px;
}
.button-container {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap: 30px;
  padding: 0 20px 20px 20px;
}
.button-container .cookie-button {
  width: calc(100% / 2) !important;
  font-size: 14px;
}

@media screen and (max-width: 514px) { 
  .card-header {
      padding: 10px 10px 10px 10px;
      border-bottom: 1px solid rgb(190, 190, 190);
      display: flex;
      align-items: center;
  }
  .card-header i {
      font-size: 17px;
  }
  #cookie-container div:nth-child(2) {
      padding: 15px;
  }
  .button-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-top: 10px;
      gap: 10px;
      padding: 0 25px 15px 25px;
  }
  .button-container .cookie-button {
      width: calc(100%) !important;
      height: 30px !important; 
      font-size: 14px;
  }
}


.wrap {
  width: 100%;
  padding: 18px;
}

.grey {
  background: #ECF0F1;
  padding: 100px 0 150px;
}


a, img, .overlay, input, textarea{
  -webkit-transition: all .12s linear;
     -moz-transition: all .12s linear;
       -o-transition: all .12s linear;
          transition: all .12s linear;
}

::selection {
  background: #29ABE2;
}


body{
  font-size: 1em;
  line-height: 1.7em;
  color: #777777;
  font-weight: normal;
  overflow-x: hidden;
}

body, input, textarea {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6, .navigation a, .btn{
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  position: relative;
  margin: 1em 0 1.4em;
  color: #484f58;
}

h1,h2 {
  text-transform: uppercase;
}

h1 {
  font-size: 3em;
  line-height: 1.2em;
}

h2 {
  font-size: 2.8em;
  line-height: .9em;
}

h3 {
  font-size: 1.8em;
  line-height: .9em;
}

h4,h5,h6 {
  font-size: 1.125em;
  line-height: .5em;
}

.pleft-25 {
  padding-left: 25px;
}

.pright-25 {
  padding-right: 25px;
}

.curveUpColor, .curveDownColor {
  fill: #fff;
  stroke: #fff;
  position: absolute;
  left: 0;
  z-index: 0;
}

.curveUpColor {
  margin-top: -100px;
}

.curveDownColor {
  margin-bottom: -100px;
}

.curveMapUp {
  margin-top: 52px;
}

.curveMapDown {
  margin-top: -238px;
}

.curveGrey {
  fill: #ECF0F1;
  stroke: #ECF0F1;
  position: absolute;
}

#top-header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  padding: 20px 0px;
  -webkit-transition: all .15s linear;
     -moz-transition: all .15s linear;
       -o-transition: all .15s linear;
          transition: all .15s linear;
}

#top-header .grid {
  overflow: visible;
}

.header-default {
  background: #3b3b3a;
}

.header-home {
  background: transparent;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.header-home .navigation a {
  color: #fff;
}

.top-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 750px;
}

.slider {
  height: 100%;
}

.logo {
  display: block;
  float: left;
  width: 104px;
  height: 46px;
  text-indent: -9999px;
  background: url(images/logo.svg) no-repeat;
  background-size: 104px 46px;
}


.top-slider .content-header {
  position: absolute;
  z-index: 999;
  top: 10%;
  left: 50%;
  width: 80%;
  height: 80%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.navigation input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.navigation label {
  display: none;
  cursor: pointer;
}

.navigation {
  position: relative;
  float: right;
  margin: 10px 0 0 0;
}

.navigation ul li {
  position: relative;
  display: inline;
  float: left;
}

.navigation a {
  font-size: .8em;
  display: block;
  margin-left: 30px;
  padding-bottom: 3px;
  color: #fff;
}

.navigation .current a, .navigation ul li a:hover, .navigation ul li a:focus {
  color: #29ABE2;
}

.navigation li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.header-carousel {
  overflow: hidden;
}

.parallax-section {
  clear: both;
  background-image: url('images/contact-bg-desktop.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  background-size: cover; 
  display: block;
  height: 490px;
  border-bottom: solid 1px #222;
}

a{
	color: #29ABE2;
}
a:active{
	color: #29ABE2;
}

.parallax-section .content, .top-slider .content-header, .home-slider {
  margin: 0 auto;
  text-align: center;
}

.parallax-section .content-header, .home-slider .content-header {
  padding: 100px 0 0px;
}


.top-slider .content-header {
  padding: 130px 0;
}

.parallax-section .content h2,
.content-header h2,
.parallax-section .content h3,
.content-header h3 {
  color: #fff;
}

.parallax-section h2 > span,
.parallax-section h3 > span,
.content-header h2 > span,
.content-header h3 > span {
  background: #fff;
}

.parallax-section .content h2, .content-header h2 {
  font-size: 2.5em;
}

.parallax-section .content p, .top-slider .content-header p, .home-slider .content p {
  width: 70%;
  margin: 0 auto 30px auto;
  color: #fff;
}

.services, .service-box {
  text-align: center;
}

.service-icon {
  margin-top: 20px;
  padding-top: 1em;
}

.circle-icon {
  display: inline-block;
  font-size: 0em;
  padding: 1.6em 1.65em;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: transparent;

  -webkit-transition: all .15s linear;
     -moz-transition: all .15s linear;
       -o-transition: all .15s linear;
          transition: all .15s linear;
          
}

.service-box:hover .circle-icon {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.service-entry {
  margin-top: 70px;
  padding: 0 .5em;
}

.service-entry p {
  margin-bottom: 10px;
}

.recent-wrap {
  text-align: center;
}

.recent-work {
  background: #6578bc;
  background: -moz-linear-gradient(left,  #474545 0%, #409ae4 100%);
  background: -webkit-linear-gradient(left,  #474545 0%,#409ae4 100%);
  background: -o-linear-gradient(left,  #474545 0%,#409ae4 100%);
  background: -ms-linear-gradient(left,  #474545 0%,#409ae4 100%);
  background: linear-gradient(to right,  #474545 0%,#409ae4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6578bc', endColorstr='#1abc9c',GradientType=1 );

  position: relative;
  margin-bottom: 1em;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}


.portfolio-items .mix {
  display: none;
}


.recent-work a {
  position: relative;
  display: block;
}

.recent-work img {
  width: 100%;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.recent-work:hover img {
  opacity: .35;
}

.overlay {
  position: absolute;
  left: 20px;
  bottom: 20px;
  text-align: left;
  opacity: 0;
  transform: scale(1.3);
}

.overlay h2 a, .overlay span {
  color: #fff;
}

.overlay h2 {
  margin: 10px 0;
  font-size: 1.2em;
}

.recent-work:hover .overlay {
  opacity: 1;
  transform: scale(1);
}

.recent-work .work-info {
  margin-top: 23px;
}

.work-info h4 {
  margin-bottom: .8em;
}



#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 60px;
  background-color: #2C2D31;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("images/cd-icon-controller.svg");
}



.contact h2 {
  text-align: center;
  margin-top: 0;
}

.contact .address h3 {
  margin-top: 0;
}

address {
  margin-top: 3em;
}

address div {
  position: relative;
  margin-top: 20px;
}

address i {
  position: absolute;
  top: 2px;
  left: 0;
}

.address span {
  line-height: 1.1;
  margin-bottom: 3px;
  color: #484f58;
  font-size: 1.125em;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
} 

.phone {
  line-height: 30px;
}

.box-icon {
  border-right: 2px solid #ebebeb;
  float: left;
  font-size: 1.4em;
  height: 45px;
  line-height: 40px;
  margin: 0 20px 0 0;
  width: 40px;
}

.box-icon i {
  line-height: 45px;
  color: #333333;
}

input:not([type=submit]):not([type=file]), textarea {
  width: 100% !important;
  height: 50px;
  margin-bottom: 25px;
  padding: 0 15px 2px;
  border: 2px solid #ebebeb;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  background: white;
  box-shadow: 0px 0px 0px 2px transparent;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

input:not([type=submit]):not([type=file]):focus, textarea:focus {
  border-color:#1abc9c;
  outline: none;
}

footer {
  background:#333333;
}

footer .grid {
  padding-top: 6em;
}

footer h3 {
  color: #fff;
}

footer p, footer a {
  color: #f4f4f4;
}

.footer-widget li {
  position: relative;
  padding: .6em 0;
  color: #1abc9c;
  list-style-type: disc;
}

.footer-widget li:first-child {
  padding-top: 0;
  border-top: 0;
}

.footer-widget ul {
  margin-left: 20px;
}


@-webkit-keyframes subtleIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*@media only screen and (min-width: 933px) {
  .service-entry {
    font-size: 1px;
}
*/
@media handheld, only screen and (max-width: 1200px) {
  #top-header {
    padding: 0px 0px;
  }
}

.logo{
  position: absolute;
  width: 20px;
  left: 400px;
}

  .footer-l p:hover{
    color: #29ABE2;
  }

@media handheld, only screen and (max-width: 767px) {
  #top-header {
    position: relative;
    padding: 0px 0;
    background-color: #222;
  }

element .style{
  margin: 0;
}
  #top-header .col-1-1 {
    margin: 0;
  }

  .navigation ul {
    display: none;
    height: 100%;
  }

  .navigation {
    float: none;
    margin: 0;
  }

  .navigation li {
    width: 100%;
    margin: 0;
  }

  .navigation a {
    margin: 0;
    width: 100% !important;
    display: block;
    text-align: center;
  }
  .for{
    display: none;
  }



  .navigation label {
    position: relative;
    display: block;
    right: 0;
    top: 7px;
    color: #fff;
    min-height: 2.25em;
    padding: .45em;
    font-size: 1.5em;
    margin: 0;
    z-index: 30000;
  }

  .navigation label:after {
    position: absolute;
    right: .25em;
    top: 0;
    content: "\2261";
    font-size: 1.8em;
  }

  .navigation input[type=checkbox]:checked ~ label:after {
    color: #fff;
  }

  .navigation input[type=checkbox]:checked ~ ul {
    display: block;
  }

  .navigation input[type=checkbox]:checked ~ ul > li {
    width: 100%;
    text-align: left;
    padding: .8em 0;
  }

  .service-entry {
    margin-bottom: 2.5em;
  }
  .overlay i {
    padding: 145px 0;
  }

  .parallax-section .content h2, .content-header h2  {
    font-size: 2em;
  }


  @media handheld, only screen and (max-width: 680px){
    .content-pop {
      width: 330px !important;
      height: inherit !important;
      margin-right: 20px;
    }
  }


@media handheld, only screen and (max-width: 480px){
  
  .header-carousel {
    height: 620px;
  }

  .post-meta li a {
    margin: 0;
    width: 100%;
    padding: 6px;
  }

  .parallax-section .content p, .top-slider .content-header p {
    width: 100%;
  }

  .parallax-section .wrap {
    padding: 0;
  }

  .parallax-section .content h2, .content-header h2 {
    font-size: 1.2em;
  }

  .parallax-section .content p, .top-slider .content-header p, .home-slider .content p {
    font-size: 0.8em;
    margin: 0 auto 10px auto;
    line-height: 18px;
  }
}}

.popup .overlay-pop{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 99;
  display: none;
}
.popup .content-pop{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #fff;
  width: 630px;
  height: 325px;
  z-index: 99;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
}

.popup.large .content-pop {
  width: 930px;
  height: 525px;
}

.popup .close-btn{
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  color: rgb(0, 0, 0);
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.popup.active .overlay-pop{
  display: block;
}
.popup.active .content-pop{
  transition: all 300ms ease-in-out;
  transform: translate(-50%, -50%) scale(1);
}
.content-pop h4{
  font-size: 22px;
}
.content-pop p{
  font-size: 17px;
}

.slick-slide {
  margin: 0px 10px;
} 
.slick-slide img {
  width: 100%;
}

.footer-l{
	border-top: 1px solid #868585;
	height: 40px;
	width: 100%;
	background-color: #333333;
	text-align: center;
}
.footer-l p{
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}