
@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:800,700,400);
@import url(http://fonts.googleapis.com/css?family=Signika:400,600);

/* Reset
---------------------------------*/
ul {
    list-style: none;
}

.figure {
    margin: 0px;
}

img {
    max-width: 100%;
}

a, a:hover, a:active {
    outline: 0px !important;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}


/* Styles
---------------------------------*/
.Color-Pallete {
    --color1: ##040404;
    --color2: ##ea742a;
    --color3: #60dbdf;
    --color4: #58210a;
    --color5: #347c7b;
}

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #888888;
    margin: 0;
}

h2 {
    font-size: 38px;
    color: #222222;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    margin: 0px 0 25px 0;
    text-align: center; 
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #222222;
    font-size: 18px;
    margin: 0 0 5px 0;
}

h6 {
    font-size: 16px;
    color: #888888;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 0 60px 0;
}

p {
    line-height: 24px;
    margin: 0;
}

/* Header Styles
---------------------------------*/

#header_wrapper {
    background: #000;
    padding: 20px 0px;
}

.header_box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    float: left;
    margin-top: 8px;
	position: relative;
	z-index: 2;
    width: 160px;
}

.res-nav_click {
    display: none;
}
	

/* Nav Styles
---------------------------------*/
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    border: 0px solid #fff;
    min-height: 40px;
    margin-bottom: 0px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFF;
}

.navStyle {
    float: right;
}

.navStyle ul {
    list-style: none;
    padding: 0px;
}

.navStyle ul li {
    display: inline-block;
    margin: 0 5px;
}

.navStyle ul li:first-child {
	margin: 0px;
}

.navStyle ul li:last-child {
    margin: 0 0 0 23px;
}

.navStyle ul li a {
    display: block;
    font-size: 14px;
    color: #222222;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.navStyle ul li a:hover {
    color: #ea742a;
}

.navStyle > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #ea742a;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #ea742a;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
	background-color: #ea742a;
	border-radius:5%;
}

.navStyle > li.active > a,
.navStyle > li.active > a:hover {
    text-decoration: none;
    color: #ea742a;
    background-color: transparent;
}

.borderLeft {
    border-left: 1px solid #DADADA;
}

.borderTop {
    margin-top: 30px;
    border-top: 1px solid #DADADA;
}

.mrgTop {
    margin-top: 30px;
}
/* Top_content
---------------------------------*/

#hero_section {
  position: relative;
  background-color: #ea742a;
  overflow: hidden;
  padding: 60px 0;
  /* height: 700px; */
}

.hero_section {
  position: relative;
  height: 700px;
}

.background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}

.background-pattern {
  mix-blend-mode: multiply;
  opacity: 0.3;

    /* Aplica um gradiente como máscara */
  mask-image: radial-gradient(
    farthest-corner at 0% 0%,      /* canto superior esquerdo */
    rgba(0, 0, 0, 1) 0%, 
    rgba(0, 0, 0, 0) 50%
  ),
  radial-gradient(
    farthest-corner at 100% 100%,  /* canto inferior direito */
    rgba(0, 0, 0, 1) 0%, 
    rgba(0, 0, 0, 0) 50%
  );
  mask-composite: add; /* Adiciona as duas máscaras */

  /* Para compatibilidade com navegadores baseados no WebKit (Chrome, Safari) */
  -webkit-mask-image: radial-gradient(
    farthest-corner at 0% 0%,
    rgba(0, 0, 0, 1) 0%, 
    rgba(0, 0, 0, 0) 50%
  ),
  radial-gradient(
    farthest-corner at 100% 100%,
    rgba(0, 0, 0, 1) 0%, 
    rgba(0, 0, 0, 0) 50%
  );
  -webkit-mask-composite: add;
}

#hero_section > .hero_wrapper {
  position: relative;
  z-index: 1; /* acima do background */
}

.white_pad {
    position: relative;
    right: 0px;
    bottom: 0px;
}

.white_pad img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.top_left_cont {
    padding: 70px 0;
}

.top_title {
    font-size: 46px;
    color: #ffffff;
    height: 100%;
    text-align: center;
}

.top_left_cont h2 {
    font-size: 32px;
    color: #FFF;
    line-height: 48px;
    margin: 0 0 26px 0;
    font-family: 'Raleway', sans-serif;
    text-align: left;
}

.top_left_cont h2 strong {
    font-weight: 700;
}

.top_left_cont p {
    font-size: 16px;
    color: #DADADA;
    margin: 0 0 30px 0;
    line-height: 26px;
}
.banner-images {
    top: 50px;
}
.banner-text {
    top: 50px;
}
.bannerImg{
    float: right;
    width: 283px;
}
a.read_more2 {
    font-family: 'Raleway', sans-serif;
    display: block;
    font-size: 16px;
    width: 378px;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

a.read_more2:hover {
    background: #fff;
    color: #ea742a;
    border: 1px solid #fff;
}

/* Turnstiles
---------------------------------*/

#Turnstiles {
    /* padding: 60px 0px; */
    background: #fff;
}


/* Services
---------------------------------*/

#service {
    padding: 60px 0px;
    background: #EFEFEF;
}

.service_wrapper {
    padding: 40px 0 40px;
}

/* .service_section {
} */

.service_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.service_icon {
    border: 2px solid #ea742a;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 0px auto 25px;
}

.service_icon.icon2 {
    border: 2px solid #ea742a;
}

.service_icon.icon3 {
    border: 2px solid #ea742a;
}

.service_icon span {
    background: transparent;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

.service_icon i {
    color: #ea742a;
    font-size: 40px;
    margin-top: 0;
    position: relative;
    top: 20px;
    z-index: 20;
}

.service_block h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #111111;
    margin: 18px 0;
}

.service_block p {
    font-size: 16px;
    color: #888888;
    margin: 0px;
}

a.service_btn {
    background: transparent;
    text-transform: uppercase;
    display: block;
    width: 356px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    font-size: 16px;
    color: #ea742a;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    border: 2px solid #ea742a;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

a.service_btn:hover {
    background: #ea742a;
    color: #EFEFEF;
}

.banner_partner {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 25px;
}
	

/* Latest Work
---------------------------------*/

.inner_wrapper {
    padding: 60px 0;
}

.inner_wrapper h1 {
    font-size: 36px;
    color: #222222;
    text-align: center;
}

.inner_section {
    padding: 60px 0 20px;
}

.inner_section .row {
    display: flex;
    align-items: center;
}

.inner_section .reverse {
    flex-direction: row-reverse;
}

.inner_section h1 {
    font-size: 36px;
}

.inner_section h2 {
    font-size: 36px;
    text-align: left;
}

.inner_section p {
    font-size: 18px;
}

.page_section.alabaster {
    background: #fafafa;
}

.work_bottom {
    padding: 20px 0 0 0px;
}

.work_bottom span {
    font-size: 18px;
    color: #333333;
    display: block;
    margin: 0 0 20px 0;
}

a.contact_btn {
    background: #fff;
    text-transform: uppercase;
    display: block;
    width: 356px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    font-size: 16px;
    color: #ea742a;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    border: 2px solid #ea742a;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

a.contact_btn:hover {
    background: #ea742a;
    color: #fff;
}

/* Portfolio
---------------------------------*/


#Portfolio {
    padding: 60px 0px;
}

.Portfolio-nav {
    padding: 0;
    margin: 0 0 45px 0;
    list-style: none;
    text-align: center;
}

.Portfolio-nav li {
    margin: 0 10px;
    display: inline;
}

.Portfolio-nav li a {
    display: inline-block;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 20px;
    color: #222222;
    border-radius: 4px;
    text-transform: uppercase;
    background: #f7f7f7;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.Portfolio-nav li a:hover {
    background: #ea742a;
    color: #fff;
    text-decoration: none;
}

.portfolioContainer {
    margin: 0 auto;
    padding-left: 15px;
    width: auto !important;
}

.Portfolio-box {
    text-align: center;
    width: 350px;
    overflow: hidden;
    float: left;
    padding: 12px 0px;
}

.Portfolio-box img {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.Portfolio-box img:hover {
    opacity: 0.6;
}

.Portfolio-nav li a.current {
    background: #ea742a;
    color: #fff;
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.page_section.paddind {
    padding-bottom: 60px;
}


/* Clients
---------------------------------*/


.client_logos {
    background: #60dbdf;
    padding: 60px 0;
}

.client_slogan {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 16px;

    h1 {
        font-size: 38px;
        color: #ea742a;
        text-align: center;
        font-weight: 700;
    }

    h2 {
        font-size: 32px;
        color: #222;
        text-align: center;
        font-weight: 400;
    }

    .contact_link {
        display: inline-block;
        padding: 12px 24px;
        color: #222;
        font-size: 24px;
        text-decoration: none;

        &:hover {
            color: #fff;
        }
    }
}

.client_logos ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.client_logos ul li {
    display: inline;
    margin: 0 25px;
}

.client_logos ul a {
    display: inline-block;
    margin: 0 20px;
}

.page_section.team {
    padding: 60px 0;
}

.page_section.team h6 {
    margin-bottom: 40px;
}

/* Team
---------------------------------*/

#aboutUs {
    padding: 60px 0;
}
.img-circle {
border-radius: 0%;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 48px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #60dbdf;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info p {
  color: #ddd;
}

#contact .contact-info p:hover {
  color: #60dbdf;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}


/* Contact
---------------------------------*/
.page_section.contact {
    padding: 90px 0 100px;
}
 
.contact_section {
    margin: 0 0 60px 0;
}

.contact_section h2 {
    font-size: 34px;
    color: #ffffff;
    margin: 0 0 25px 0;
    text-transform: uppercase;
}

/* Footer
---------------------------------*/

.footer_wrapper {
    background: #232323;
}

.footer_bottom {
    border-top: 1px solid #3C3A3A;
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.footer_bottom span {
    display: block;
    font-size: 14px;
    color: #cccccc;
    text-align: center;
}

.footer_bottom span a {
    display: inline-block;
    color: #ea742a;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.footer_bottom span a:hover {
    color: #fff;
}

/* Política de Privacidade
---------------------------------*/
    .private_politic {
        h2 {
            font-size: 16px;
            text-align: justify;
        }
    }

    #cookie-consent {
        display: flex;
        align-items: center;
        flex-direction: column;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #f9f9f9;
        padding: 15px;
        border-top: 1px solid #ccc;
        z-index: 9999;
        font-family: sans-serif;
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    }

    #cookie-buttons {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 10px;
    }

    #cookie-consent p {
        margin: 0 0 10px;
        font-size: 14px;
    }

    #cookie-consent button {
        padding: 8px 12px;
        font-size: 12px;
        cursor: pointer;
        border: 1px solid #ea742a;
        border-radius: 3px;
        color: #ea742a;
        background-color: transparent;
    }

    #cookie-preferences {
        display: none;
        margin-top: 10px;
        background: #fff;
        padding: 10px;
        border: 1px solid #ccc;
    }

    #cookie-preferences label {
        display: block;
        margin: 5px 0;
    }


    .delay-02s {
        animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
    }

    .delay-03s {
        animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
    }

    .delay-04s {
        animation-delay: 0.4s;
        -webkit-animation-delay: 0.4s;
    }

    .delay-05s {
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
    }

    .delay-06s {
        animation-delay: 0.6s;
        -webkit-animation-delay: 0.6s;
    }

    .delay-07s {
        animation-delay: 0.7s;
        -webkit-animation-delay: 0.7s;
    }

    .delay-08s {
        animation-delay: 0.8s;
        -webkit-animation-delay: 0.8s;
    }

    .delay-09s {
        animation-delay: 0.9s;
        -webkit-animation-delay: 0.9s;
    }

    .delay-1s {
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
    }

    .delay-12s {
        animation-delay: 1.2s;
        -webkit-animation-delay: 1.2s;
    }

    /* Top Ponto Web ---------------------------------*/

    .display-title {
        h1 {
            text-align: left;
            font-size: 45px;
            font-weight:600;
            color: #ea742a;
        }

        p {
            text-align: justify;
        }
    }

    li {
        margin-bottom: 16px;
    }

    .benefits {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        
        i {
            font-size: 32px;
            display: inline-block;
            color: #ea742a;
        }

        h3 {
            margin-bottom: 16px;
            font-size: 22px;
            font-weight: 700;
        }

        span {
            margin-bottom: 8px;
            font-size: 18px;
            font-weight: 500;
        }

    }

    .benefits > div {
        margin-top: 10px;

        span {
            font-size: 16px;
            font-weight: 500;
        }
    }

    .read_more3 {
        font-family: 'Raleway', sans-serif;
        display: block;
        font-size: 16px;
        width: 378px;
        height: 46px;
        line-height: 46px;
        border-radius: 3px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        background: #ea742a;
        color: #fff;
        border: 1px solid #ea742a;
        margin-top: 16px;
    }

    .read_more3:hover {
        color: #fff;
        filter: brightness(0.9);
    }

    /* PROPOSTA */

    .proposal-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;

        p {
            font-size: 24px;
            font-weight: 500;
            line-height: 1.5;
        }
    }

    /* DUVIDAS FREQUENTES */

    .panel-title a {
      display: block;
      position: relative;
      padding: 10px;
      color: #333;
      text-decoration: none;
      transition: background-color 0.3s;
    }
    .panel-title a:hover {
      background-color: #f5f5f5;
    }
    .indicator {
      transition: transform 0.3s ease;
      font-size: 18px;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
    }
    /* Rotação baseada no estado collapsed */
    .panel-title a.collapsed .indicator {
      transform: translateY(-50%) rotate(0deg);
    }
    .panel-title a:not(.collapsed) .indicator {
      transform: translateY(-50%) rotate(180deg);
    }

    .panel-body h3 {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 10px;
        color: #2c3e50;
        font-weight: bold;
    }

    .panel-body p,
    .panel-body li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    font-weight: 500;
    color: #222;
    }

    .panel-body strong {
        color: #ea742a;
        font-weight: 600;
    }

    /* RELOGIO DE PONTO */

    .card {
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 15px;
        margin-bottom: 16px;
        background-color: #fff;
        transition: box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
    }

    .card:hover {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .card img {
        width: 100%;
        height: 275px;
        object-fit: contain;
        border-radius: 4px;
        margin-bottom: 15px;
    }

    .card h4 {
        color: #ea742a;
        text-align: center;
        font-weight: bold;
        margin-top: 0;
    }

    .card p {
        color: #666;
        margin-bottom: 0;
        min-height: 75px;
        text-align: center;
    }

    .row.equal-height {
        display: flex;
        flex-wrap: wrap;
    }

    .equal-height > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

    .equal-height > [class*='col-'] .card {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    /* RELOGIO DE PONTO */

    /* CATRACAS */
    .responsive-section {
        padding: 0 !important;
    }

    .image-side {
        height: 100%;
        width: 100%;
        min-height: 650px;
        background-size: cover;
        background-position: center;
    }

    .content-side {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;

        p {
            padding: 0 48px;
            font-size: 16px;
            font-weight: 500;
            text-align: justify;
        }
    }

    .highlight {
        font-weight: bold !important;
        color: #ea742a ;
    }

    /* CATRACAS */

    /* Portfolio */

.container.portfolio_title {
    padding-bottom: 0px;
}

#portfolio {
    padding: 60px 0 40px;
}

/* Portfolio Filters */	

#filters {
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center;
    display: block;
    float: none;
    z-index: 2;
    position: relative;
}

#filters ul li {
    display: inline-block;
    margin: 0 5px;
}

#filters ul li a {
    display: block;
}

#filters ul li a h5 {
    background: none repeat scroll 0 0 #f7f7f7;
    border-radius: 4px;
    display: inline-block;
    
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
    padding: 10px 22px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    background: #fff;
    border: #C2C2C2 solid 1px;
    color: #7C7C7C;
}

#filters ul li a:hover h5, #filters ul li a.active h5 {
    background: #fff;
    color: #ea742a;
    text-decoration: none;
    border: #ea742a solid 1px;
}

.section-title h2 {
    color: #222222;
    font-family: 'Raleway', sans-serif;
    font-size: 34px;
    letter-spacing: -1px;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
}

.section-title span {
    display: block;
    color: #888888;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 60px;
    text-align: center;
}

/* Portfolio Items */	

#portfolio_wrapper {
    position: relative;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    display: block;
}

#portfolio_wrapper .one-four {
    margin: 0!important;
    line-height: 0;
    width: 25%;
    padding: 0;
    position: relative;
}

.portfolio-item {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.portfolio-item .portfolio_img {
    overflow: hidden;
    display: block;
    position: relative;
}

.portfolio-item .portfolio_img img {
    width: 100%;
    height: auto;
}

.portfolio-item:hover .item_overlay {
    opacity: 1;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.item_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    cursor: pointer;
}

.open-project-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
}

.item_overlay:hover {
    background: rgba(0, 93, 150, 0.7);
}

.item_info {
    position: absolute;
    height: 100px;
    width: 100%;
    top: 50%;
    margin-top: -50px;
    text-align: center;
}

.project_name {
    color: #fff;
    text-transform: uppercase;
    margin-top: 25px;
    
    opacity: 0;
    font-size: 18px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    position: relative;
    z-index: 10;
}

.portfolio-item:hover .project_name {
    opacity: 1;
    -webkit-transition: opacity .1s .2s;
    -moz-transition: opacity .1s .2s;
    -ms-transition: opacity .1s .2s;
    -o-transition: opacity .1s .2s;
    transition: opacity .1s .2s;
}

.project_catg {
    font-size: 14px;
    color: #fff;
    opacity: 0;
    margin-top: 0px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.portfolio-item:hover .project_catg {
    opacity: 0.8;
    -webkit-transition: opacity .1s .2s;
    -moz-transition: opacity .1s .2s;
    -ms-transition: opacity .1s .2s;
    -o-transition: opacity .1s .2s;
    transition: opacity .1s .2s;
}

.zoom-icon {
    left: 50%;
    margin-left: -20px;
    position: inherit;
    width: 40px;
    height: 40px;
    margin-top: 40px;
    opacity: 0;
    background: url(images/zoom.png);
    background-size: 40px 40px;
    transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.2s;
    -webkit-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
}

.portfolio-item:hover .zoom-icon {
    opacity: 1;
    margin-top: 0px;
    -webkit-transition: opacity .3s .2s, margin-top .3s .2s;
    -moz-transition: opacity .3s .2s, margin-top .3s .2s;
    -ms-transition: opacity .3s .2s, margin-top .3s .2s;
    -o-transition: opacity .3s .2s, margin-top .3s .2s;
    transition: opacity .3s .2s, margin-top .3s .2s;
}
	
/* Portfolio Isotope Transitions */	

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* Portfolio Expander */	

#project_container {
    display: none;
    background-color: #FFF;
}

#project-page-button-fullscreen {
    height: auto;
    z-index: 100;
    position: absolute;
    right: 30px;
    top: 30px;
}

#project-page-button-fullscreen li {
    display: inline-block;
    font-size: 30px;
}

#project-page-button-fullscreen li a {
    background: url(images/close.png) no-repeat #fff;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
    opacity: 0.5;
}

#project-page-button-fullscreen li a:hover {
    opacity: 1;
}

#project-page-button {
    text-align: center;
    margin-bottom: 20px;
    height: auto;
    position: relative;
    z-index: 100;
}

#project-page-button li {
    display: inline-block;
    margin: 60px 10px 0px 10px;
    font-size: 30px;
}

#project_data {
    margin-bottom: 0px;
}

.project-section-title {
    text-align: center;
    margin-bottom: 40px;
}

.project-section-title h1 {
    margin-bottom: 5px!important;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}

.project-page {
    background-color: #FFF;
    width: 100%;
    height: auto;
    left: 0;
    padding-bottom: 40px;
}

	
/* Portfolio*/	
	
.project-image-slider .bx-wrapper .bx-next {
    background: url("images/project_slider_right.png") no-repeat;
    background-size: 35px 65px;
    opacity: 0.3;
    right: -90px;
}

.project-image-slider .bx-wrapper .bx-prev {
    background: url("images/project_slider_left.png") no-repeat;
    background-size: 35px 65px;
    opacity: 0.3;
    left: -90px;
}

.project-image-slider .bx-wrapper .bx-next:hover, .project-image-slider .bx-wrapper .bx-prev:hover {
    opacity: 1;
    background-position: 0;
}

.project-image-slider .bx-wrapper .bx-controls-direction a {
    height: 65px;
    margin-top: -33px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 35px;
    z-index: 100;
}
	
/* Portfolio Normal Expander */		
	
.project-description {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

.small-border {
    height: 2px;
    width: 50px;
    background-color: #ddd;
    margin-bottom: 15px;
}

.visit-project {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding: 55px 0 20px 0;
}

.project-description h5 {
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 5px;
}
	
/*
   Media Queries
--------------------------- */
@media (min-width: 768px) {
    #contact .contact-address, #contact .contact-phone, #contact .contact-email {
        padding: 20px 0;
    }
    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}
@media (max-width: 768px) {
    .top_title {
        display:none;
    }
    .banner-images {
        display: flex;
        align-items: center;
        justify-content: center;
        top:0;
    }
    .bannerImg{
        width: auto;
        height: 200px;
    }
    .banner-text {
        top:0;
    }
    p {
        font-size:14px;
    }
    .hero_section {
        position: relative;
        padding-top: 10px;
    }
    .top_cont_outer {
        padding: 20px 0;
    }
    .top_left_cont {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        padding: 38px 0;
    }
    .top_left_cont h2 {
        font-size: 32px;
        color: #FFF;
        line-height: 39px;
        margin: 0 0 9px 0;
        text-align: center;
    }
    .top_left_cont p { 
        text-align: center;
    }
    .client_slogan {
        h1 {
            font-size: 32px;
        }
        h2 {
            font-size: 20px !important;
        }
        .contact_link {
            font-size: 14px;
            color: #fff;
        }
    }
    .display-title {
        h1 {
            display:block !important;
            text-align: center;
        }
    }
    .inner_wrapper {
        h1 {
            display:none;
        }
        h2 {
            font-size: 32px;
            text-align: center;
        }
    }
    .inner_section {
        padding: 20px 0 20px;
        .row, .reverse {
            flex-direction: column-reverse;
        }
    }

    p {
        text-align: justify;
        font-size: 16px;
    }

    .inner_left_cont {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .img-circle {
        width: auto;
        height: 200px;
        margin: 32px 0 0;
    }
    .banner_partner {
        img {
            width: 50%;
            height: auto;
        }

        h2 {
            font-size: 16px;
            font-weight: 600;
        }
    }
    #Turnstiles {
        padding: 0;
    }

    .container h2 {
        font-size: 32px;
    }

    .contact_section h2 {
        font-size: 22px;
    }

    .service_block {
        margin-bottom:20px;
    }
    .service_block h3 { 
        font-size: 16px;
    }
    service_block p {
        font-size: 14px; 
        margin: 0px;
        margin-bottom: 20px;
    }
    #filters ul {
        padding-left:0px;  
    }

    #clients {
        padding: 40px 0;
    }
    .client_logos ul li {
        display: inline;
        margin: 0 25px;
        padding: 11px 0;
        display: inline-block;
    }

    .contact_section{
        margin:0;
    }

    .page_section.contact {
        padding: 60px 0 50px;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background: #ea742a;
    }
    .navbar-inverse .navbar-toggle {
        border-color: transparent;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
        background:none;
        outline: none;
    }
    .navStyle ul li {
        display: block;
    }
    .navStyle {
        float: right;
        width: auto;
        text-align:center;
    }
    .navStyle ul li {
        display: block;
        margin: 0px;
    }
    .navStyle ul li a {
        font-size: 12px;
        padding: 15px 12px;
    }
    .navStyle ul li:last-child {
        margin: 0px;
    }

    .proposal-wrapper p {
        font-size: 16px;
    }

    .image-col {
        order: -1;
    }

    .content-side {
        padding: 32px 0;

        p {
            padding: 0;
        }
    }
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}

@media (max-width: 480px){
    .navStyle {
        float: right;
        width: 100%;
        text-align:center;
    }
    a.read_more2 {
        font-size: 14px;
        width: 348px;
    }
    a.contact_btn {
        font-size: 14px;
        width: 300px;
    }
    .client_logos ul li {
        margin: 0 15px;
    }
    .banner_partner {
        column-gap: 8px;
        h2 {
            font-size: 14px;
        }
    }
    a.service_btn {
        font-size: 14px;
        width: 300px;
    }
    #cookie-consent button {
        padding: 8px;
    }
    #cookie-consent p {
        font-size: 12px;
    }
}