@media only screen and (max-width: 768px) {
/*=====HEADER======*/
.header{background-color:#fff;position:absolute;width:100%;z-index:10;box-shadow:0 2px 10px rgba(0,0,0,0.1);position: fixed; }
.header .inner{text-align: center;  }
.header .logo{float:none;margin:auto;display:block;width:150px;position: absolute;left:0;right:0;  }
.header .navbar{display: none;}
.header a.toggle{display:inline-block; }

/*=====BANNER======*/
.banner video{display: none;}
.banner{background:url(/wp-content/uploads/images/header-background-mobile.jpg) center;background-size:cover;}
.banner .inner{padding-top:40vh;}
.banner .filter{background-color:rgba(0,114,188,0.9)}
.banner .inner h2{font-size:20px;line-height:30px;margin-bottom: 20px; }
.banner .inner .uk-button-contact{font-size:12px;margin:20px 5px;  }

/*=====QUOTE======*/
section.quote h2{font-style: italic;font-size:25px;color:#0072bc;text-align: center;font-weight:700; }

/*=====ABOUT======*/
section.about h2{color:#fff; text-align: center;font-size: 30px;margin-bottom: 50px;}
section.about p{font-size:14px;line-height:25px;margin:20px;text-align: center; }

/*=====VIDEOS======*/
section.videos h2{text-align: center;font-weight:300;font-size: 30px; }


/* FOOTER */
section.footer .address span{width:90%;margin: auto;display: block;text-align: center;font-size:10px; }
section.footer .address span.dot{display:none; }

/*=====IN THE NUMBERS======*/

section.numbers h2{text-align: center;font-weight:300;font-size: 30px;}
section.numbers .indicator{border:5px solid #f5f5f5;box-sizing: border-box;text-align: center;transition:all 0.5s;  }
section.numbers .indicator.blue{background-color:#0072bc }
section.numbers .indicator.blue:hover{opacity:0.7; }
section.numbers .indicator.green{background-color:#2bb673;height: 100%;}
section.numbers .indicator.green:hover{opacity:0.7 }

/*=====CLIENTS======*/
section.clients h2{font-size: 30px;}

/*=====CONTACT======*/
section.contact h2{font-size: 30px; }

.title .inner{padding:100px 0 50px;position: relative;z-index: 2}
.title h1{font-size:30px;}
.title h2{font-size:14px;line-height:18px }


/*====ABOUT PAGE===== */
section.about-page blockquote{font-size:30px; }

/*=====VIDEOS PAGE======*/
section.featured .col{text-align: center;margin-top: 10px; }

}