@font-face {
    font-family: 'Campton Book';
    src: url('../fonts/Campton-Bold.ttf') format('truetype');
    font-weight:bold;
    font-style: normal;
}
@font-face {
    font-family: 'Campton Medium';
    src: url('../fonts/campton_medium.ttf') format('truetype');
    font-weight:500;
    font-style: normal;
}
@font-face {
    font-family: 'Campton';
    src: url('../fonts/Campton.ttf') format('truetype');
    font-weight:normal;
    font-style: normal;
}
.clear{clear:both; }
body {
  overflow-x: hidden;
  font-family:Arial, Helvetica, sans-serif;
}

p {
  line-height: 1.75;
}

a {
  color: #008dbe;
}

a:hover {
  color: #fec503;
}

.text-primary {
  color: #008dbe !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Campton Book";
}

.page-section {
  padding: 30px 0;
}
.page-section p{ font-size:24px; font-family:Arial, Helvetica, sans-serif; }

#expertise { background:#f3f3f3; }
#newsletter { background:#f3f3f3; }
.opacity-8{ opacity:1; }
#map { padding:0; }

.skills .btn {visibility:hidden;}
.skills:hover .btn {visibility:visible;}
/* Clients
================================================== */
.clients {
  color: #fff;
  padding-bottom: 80px;
}

.clients-content {
  padding: 40px 0;
}

.clients h2.title {
  border-left: 0;
  color: #fff;
}

.client-carousel .item { background:none; }
.client-carousel .item img{ max-width:175px; max-height:50px; }
.client-carousel .item a {
  margin-right: 20px; width:195px; height:72px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  display: inline-block;
  padding: 10px;
  transition: all 350ms;
}

/*#newsletter .container{ background:url(../img/newsletter_bg.png) no-repeat left bottom; }*/
/*#expertise .expertice-box{ height:265px; width:265px; background:#fff; box-shadow:0px 1px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow:0px 1px 5px rgba(0, 0, 0, 0.1); -ms-box-shadow:0px 1px 5px rgba(0, 0, 0, 0.1); -o-box-shadow:0px 1px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow:0px 1px 5px rgba(0, 0, 0, 0.1); padding:60px 10px; margin-bottom:20px;  -webkit-transition: background 0.2s, color 0.2s; -moz-transition: background 0.2s, color 0.2s; transition: background 0.2s, color 0.2s; display:inline-block;}
#expertise .expertice-box:hover {
	background: #008dbe;
	color: #fff;
}
#expertise .expertice-box h4.expertice-heading{ color:#008dbe; font-family: "Campton Book"; font-size:22px; margin-top:10px;}
#expertise .expertice-box:hover h4.expertice-heading{ color:#fff; }
#expertise .expertice-box a{ color:#008dbe; font-family: "Campton Book"; font-size:22px;}
#expertise .expertice-box a:hover{ text-decoration:none;}*/
/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 200px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  height:265px; width:265px; background:#fff; box-shadow:0px 1px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow:0px 1px 5px rgba(0, 0, 0, 0.1); -ms-box-shadow:0px 1px 5px rgba(0, 0, 0, 0.1); -o-box-shadow:0px 1px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow:0px 1px 5px rgba(0, 0, 0, 0.1); padding:60px 10px;  -webkit-transition: background 0.2s, color 0.2s; -moz-transition: background 0.2s, color 0.2s; transition: background 0.2s, color 0.2s; display:inline-block;
}
#expertise .flip-box:hover {
	background: #008dbe;
	color: #fff;
}
#expertise .flip-box btn:hover{ color:#008dbe;}
/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  z-index:100;
}
 .flip-box-back {
  padding:0 5%;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  z-index:1000;
}

/* Style the front side */
.flip-box-front { }
.flip-box-front h4.expertice-heading{ color:#008dbe; font-family: "Campton Book"; font-size:22px; margin-top:10px;}
.flip-box-front:hover h4.expertice-heading{ color:#fff; }
.flip-box-front:hover img{ display:none }

/* Style the back side */
.flip-box-back {
  transform: rotateY(180deg);
}
.flip-box-back ul{ padding:0; margin:0; }
.flip-box-back ul li{ list-style:disc inside; font-family: "Campton Medium"; font-size:14px;}
.flip-box-back ul li i{ margin-right:5px;}

.page-section h2.section-heading {
  font-size: 32px; color:#008dbe;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: "Campton Book";
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}

/*::-moz-selection {
  background: #008dbe;
  text-shadow: none;
}

::selection {
  background: #008dbe;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}*/

img::-moz-selection {
  background: transparent;
}

.btn {
  font-family: "Campton Book";
  font-weight: 700;

}

.btn-xl {
  font-size: 16px;
}

.btn-primary {
  background-color: #008dbe;
  border-color: #008dbe;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #0379a2 !important;
  border-color: #0379a2 !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

/* MENU CONF*/

.menu {
  position: fixed;
  right: -300px;
  width: 360px;
  height: 100%;
  top: 0;
  z-index: 10000;
  text-align: left;
}

.menu.menu-open {
  right: 0px;
}

.menu-wrap {
  position: absolute;
  top: 0;
  left: 60px;
  background: #1a1a1a;
  width: 300px;
  height: 100%;
}

.menu h1.logo a {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 20px;
}

.menu h1.logo a:hover {
  color: #f85c37;
}

.menu img.logo {
  margin: 20px 0;
  max-width: 160px;
}

.menu a {
  margin-left: 20px;
  color: #808080;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.menu a:active {
  color: #ffffff;
}

.menu a>i {
  float: left;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 25px;
  font-size: 14px;
  line-height: 40px;
  margin: 25px 2px;
}

.menu-close {
  cursor: pointer;
  display: block;
  position: absolute;
  font-size: 14px;
  color: #808080;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 20px;
  right: 5px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.menu-close:hover {
  color: #ffffff;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */

.body-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.body-push-toright {
  left: 200px;
}

.body-push-toleft {
  left: -200px;
}

.menu, .body-push {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#menuToggle {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 11;
  display: block;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

#menuToggle:hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

#langues {
  position: absolute;
  top: 20px;
  left: -115px;
  z-index: 11;
}
#langues a { float:left; }
#mainNav {
  background-color: #212529;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #008dbe;
  font-family: "Campton Book";
}

#mainNav .navbar-brand {
  color: #008dbe;
  font-family: "Campton Book";
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: "Campton Book";
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #008dbe;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}
.logo_fixed {
    position: fixed;
    z-index: 9999 !important;
    width: 100%;
    top: 0px;
    left: 0px; text-align:left !important; background:rgba(0, 0, 0, 0.25); padding:20px;
}
.logo_fixed img{ max-width:155px; max-height:49px; }

.slider-area{
    position: relative;
    height: 700px;
	padding-top:70px;
}
#bg-slider .item img{
    max-width: 100%;
    max-height: 630px
}
@media (max-width: 480px) {
	.slider-area{ height:170px; }
	.slider-content h2 img{ max-width:55% !important; }
	#bg-slider .item img{ max-width:100% !important; max-height:100%; }
}
@media (max-width: 768px) {
	.slider-area{ height:200px; }
	.client-carousel .item a{ width:auto;}
}
.slider-content{
    position: absolute; z-index:2;
    top: 30%;
    text-align: center;
    color: #FFF;
    width: 100%;
}
.slider-content h2 {
    font-size: 40px;  text-align:center;
    margin-bottom: 20px;
    text-transform: uppercase;color: rgba(255, 165, 0, 0.71);
font-weight: 500;
}
.slider-content h2 img{ max-width:100%; }
.slider-content p {
    font-size: 14px;
    margin-bottom: 60px;
    color: rgb(110, 110, 110); 
}

.slider .owl-theme .owl-controls {
    margin-top: 0px;
    position: relative;
    text-align: center;
}
.slider .owl-pagination {
    bottom: 280px;
    position: absolute;
    right: 10px;
    width: 40px;
    z-index: 9999;
}
.slider .owl-theme .owl-controls .owl-page span{
    background: #ffff
}
.slider .owl-theme .owl-controls .owl-page.active span{
    background: #008dbe
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 20px 0;
  height: 72px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: rgba(243, 243, 243, 1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}
#intro #logo-carousel .logo-scrolled { opacity:0; transition: all 0.5s; }

#header #logo {
  float: left; height: 50px; margin-top:-10px; opacity:1;
}
#header.header-scrolled #logo {opacity:1; }
#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #18d26e;
}

#header #logo img {
  padding: 0; max-height:100%;
  margin: 0;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #212529;
  opacity: 0.8;
  font-family: "Campton Book";
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: #008dbe;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #18d26e;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Campton Book";
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #18d26e;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #18d26e;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}
@media (max-width: 768px) {
 #langue{ margin-top:10px; text-align:center; }
 #langue a{ display:inline !important; padding-left:5px !important; padding-right:5px !important; }
 #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
}

header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: "Campton Book";
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: "Campton Book";
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: "Campton Book";
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: "Campton Book";
  }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}


.masonry { /* Masonry container */
    -webkit-column-count: 2;
  -moz-column-count:2;
  column-count: 2;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
   margin: 1.5em; margin-bottom:0px;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}
.item {
    display: inline-block;
    background: #fff;
    padding: 0;
    margin: 0 0 1.5em;
    width: 100%;
	-webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.item img{max-width:100%;}

@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: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

#portfolio .portfolio-item, #portfolio .item {
  right: 0;
  margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link, #portfolio .item .portfolio-link {
  position: relative; text-align:center;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover, #portfolio .item .portfolio-link .portfolio-hover {
  position: absolute; z-index:100;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(0, 141, 190, 0.9);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover, #portfolio .item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content, #portfolio .item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i, #portfolio .item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4,
#portfolio .item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption, #portfolio .item .portfolio-caption {
  max-width: 100%; 
  margin: 0 auto;
  padding: 25px;
  text-align: left;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4, #portfolio .item .portfolio-caption h4 {
  margin: 0; font-size:28px; color:#022632;
  text-transform: none;
}
#portfolio .portfolio-item .portfolio-caption h4 a, #portfolio .item .portfolio-caption h4 a{ color:#022632; opacity:0.8; }
#portfolio .portfolio-item .portfolio-caption h4 a:hover, #portfolio .item .portfolio-caption h4 a:hover{ color:#008dbe; }

#portfolio .portfolio-item .portfolio-caption p, #portfolio .item .portfolio-caption p {
  font-size: 16px; color:#022632;
  margin: 0;
  font-family:Arial, Helvetica, sans-serif;
}


#portfolio .item iframe { /*height:100% !important;*/ width:100% !important; }
#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item,  #portfolio .item {
    margin: 0;
  }
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 { font-size: 3em; opacity:0.8; margin-bottom: 15px; }
.portfolio-modal .modal-content iframe { max-width:100%; }

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: "Campton Book";
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img { margin-bottom: 30px; max-height:1OO%; max-width:100%; }

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  transform: rotate(90deg);
  background-color: #212529;
}
.portfolio-modal .modal-body .carousel .carousel-inner .carousel-item img{ max-height:100%; max-width:100%; }
..carousel-indicators{ bottom:15px; }
.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e9ecef;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: ' ';
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #008dbe;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid rgba(0, 0, 0, 0.1);
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}

.clients_list{ }
.clients_list .logo{ margin-bottom:10px; display:block; }
.clients_list .logo img{ max-height:100px; max-width:100%; } 

section#contact { padding:0; padding-bottom:35px;}
section#contact h3{color:#008dbe; }
section#contact p{}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 10px;
}

section#contact .form-group input.form-control {
  height: auto;
}
section#newsletter .form-group input.form-control { border-radius:0; -moz-border-radius:0; -ms-border-radius:0; -o-border-radius:0; -webkit-border-radius:0; height:50px; }
section#newsletter .btn { border-radius:0; -moz-border-radius:0; -ms-border-radius:0; -o-border-radius:0; -webkit-border-radius:0; width:100%; padding:12px 0; }

section#contact .form-group textarea.form-control { height: 200px; }

section#contact .form-control:focus {
  border-color: #008dbe;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Campton Book";
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Campton Book";
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Campton Book";
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Campton Book";
}

#mapid { height: 570px; }

.footer {
  padding: 80px 0 0 0; background:#1c2c3d;
  text-align: center;
}
.footer p{ color:#fff; font-size:16px; font-family:"Campton Book"; margin-top:70px; }

.footer .copyright { border-top:1px solid #ffffff; padding:20px 0; color:#ffffff; font-size:14px; }
.footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
   font-family:"Campton Book";
}
.footer ul.quicklinks li { }
.footer ul.quicklinks li a{ color:#fff; font-size:18px;  font-family:"Campton Book"; text-decoration:none; padding:0 30px;}
.footer ul.quicklinks li a:hover{ color:#008dbe; text-decoration:none;}
ul.social-buttons {
  margin-bottom: 0; text-align:left;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
}

/* item Wrap */

#itemwrap {
  background: url(../img/item-bg.jpg) no-repeat center top;
  margin-top: 0px;
  padding-top: 70px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 400px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#itemwrap h1 {
  margin-top: 40px;
  color: white;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 3px;
}

#itemwrap h2 {
  color: white;
  font-size: 50px;
  font-weight: 100;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  #itemwrap h1 {
    margin-top: 80px;
    color: white;
    font-size: 60px;
  }
}