html, body{
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

header {
    background: rgba(208, 52, 127, 0.5);
    position: relative;
    z-index: 100000000;
}

.small-header {
    height: 40px;
    padding: 10px 80px 10px 80px;
}

header a {
    color: #064780;
    font-weight: 400;
}

header a:hover,
a:active,
a:focus{
    outline: none;
    text-decoration: none;
    color: #1FAAE3;
}

.text-blue {
    color: #064780 !important;
}
.title-small {
    padding-top: 200px !important;
}

.section-title h1 {
    font-size: 3.3rem;
}

.description {
    margin: 15px 0 15px 0;
}

/* header changing color and size*/

.navbar-default {
    padding: 20px 90px 20px 90px;
    transition: all .3s ease;
    position: fixed;
    width: 100%;
    z-index: 100;
    
    background-color: white;
    transition: background-color 0.6s ease;
    box-shadow: 2px 8px 8px #84848468;
    
}

.navbar-nav {
    padding: 10px;
    text-align: center;
}

/* not active */

.navbar-nav .scrolled {
    background-color: white;
    transition: background-color 0.6s ease;
    box-shadow: 2px 8px 8px #84848468;
}

header .navbar-default .navbar-nav > li > a {
    color: #064780;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 10px;
    white-space: nowrap;
}

header .navbar-default .navbar-nav  > li:hover > a:hover,
.navbar-default .navbar-nav  > li:focus > a:focus {
    color: #1FAAE3;
    background: transparent !important;
}


.navbar-toggler:focus {
    outline: unset;
}


/* Login Page */
.login {
    background-color: #FFFFFF;
    width: 400px;
    height: 400px;
    margin: 7em auto;
    border-radius: 1.5em;
    box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
}

.sign {
    padding-top: 40px;
    color: #064780;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 23px;
}

.user {
width: 76%;
color: rgb(38, 50, 56);
font-weight: 700;
font-size: 14px;
letter-spacing: 1px;
background: rgba(136, 126, 126, 0.04);
padding: 10px 20px;
border: none;
border-radius: 20px;
outline: none;
box-sizing: border-box;
border: 2px solid rgba(0, 0, 0, 0.02);
margin-bottom: 50px;
margin-left: 46px;
text-align: center;
margin-bottom: 27px;
font-family: 'Ubuntu', sans-serif;
}

form.form1 {
    padding-top: 40px;
}

.pass {
    width: 76%;
    color: rgb(38, 50, 56);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgba(136, 126, 126, 0.04);
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    outline: none;
    box-sizing: border-box;
    border: 2px solid rgba(0, 0, 0, 0.02);
    margin-bottom: 50px;
    margin-left: 46px;
    text-align: center;
    margin-bottom: 27px;
    font-family: 'Ubuntu', sans-serif;
}

.user:focus, .pass:focus {
    border: 2px solid rgba(0, 0, 0, 0.18) !important;

}

.submit {
  cursor: pointer;
    border-radius: 5em;

    background: linear-gradient(to right, #064780, #E040FB);
    border: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: 'Ubuntu', sans-serif;
    margin-left: 35%;
    font-size: 13px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
    font-weight: bolder;
}

.forgot {
    text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
    color: #064780;
    padding-top: 15px;
    margin-top: 20px;
}

.forgot :hover {
    text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
    color: #064780;
    padding-top: 15px;
}

a {
    text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
    color: #064780;
    text-decoration: none;
}

@media (max-width: 600px) {
    .login {
        border-radius: 0px;
    }

}
/*----------------------------------------------------*/
.tm-navbar {
    padding: 0;
    font-weight: bolder;
    position: relative;
}


.tm-navbar li :hover {
    padding: 0;
    font-weight: bolder;
    color: white;
    text-decoration: none;
}

.tm-navbar li {
    padding: 5px 0;
    margin-left: 30px;
    position: relative;
    height: auto;

}

/* this is header place */
/* this is the navbar*/
.btn-prime{
    color: #333;
    border: 2px solid #333;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-prime-inverse{
    color: #fff;
    border: 2px solid #777;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-prime:hover,
.btn-prime:active,
.btn-prime:focus {
    background: rgba(0,0,0,0.1);
}

.header-logo-bg {
    position: absolute;
    height: auto;
    width: 80%;
    top: 0;
    left: -52%;
}

.navbar-brand {
    margin-right: 3%;
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
}

.active>a:before{
    content: " ";
    position: absolute;
    background-size: 100%;
    width: 50px;
    height: 15px;
    left: 23%;
    bottom: -19px;
    margin-left: -2px;
}

.dropdown-toggle
{
    color: black;
    text-decoration: none;
}


#dropdownMenuButton
{
    background-color: #064780;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

#dropdownMenuButton .show
{
    background-color: transparent;
    border: none;
    
}

.collapse .show  {
    height: 300px;
}
.dropdown-menu-right
{
    color: white;
}

.navbar-toggler-icon
{
    text-align: left;
}

.list-menu {
    font-weight: bold;
}
/* this is the top bar css */

.btn-cliente button,
.btn-cliente button:active,
.btn-cliente button:focus {
    color: #333;
    border: none;
    box-shadow: none;
}

.btn-cliente
{
    background-color: #064780;
    white-space: nowrap;
    color: white !important;
    padding: 0.5rem 1rem;   
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    font-size: 80%;
    font-weight: bolder;
    box-shadow: none;
    border-radius: 10px;
    margin-left: 22px;
}

.btn-cliente:hover
{
    background-color: #1FAAE3 !important;
    color: #fff;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    text-decoration: none;
    border: transparent;
    cursor: pointer;
    font-size: 80%;
    font-weight: bolder;
    box-shadow: none;
}

.btn-lang
{
    color: black;
}

.btn-lang :hover
{
    color: #064780;
}

/* css footer */

.container-footer {
    padding: 5px;
    justify-content: center;
}

#button-addon1 {
    color: #064780;
  }

  i {
    color: white;
  }

  footer
  {
    background-color: white;
    width: 100%;
    height: auto;
  }

  footer a {
    color: white;
  }




footer h6
{
    color: white;
}
.form-control::placeholder
{
    font-size: 0.95rem;
    color: #aaa;
    font-style: italic;
}



  .form-control.shadow-0:focus
{
    box-shadow: none;
}

  #copy
{
      background-color: #333;
      width: 100%;
      align-self: center;
      display: flex;
      font-size: 14px;
}

.foot-link {
    color: white;
}

.foot-link :hover
{
    color: #1FAAE3;
    text-decoration: none;
}
/*---------------------*/
/* css da home page*/
/*css do slider das imagens*/

.h1-services{
    color:#333;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom:30px;
    text-align: center;
}

.h1-services span{
    color:#064780;
}

.container {
    padding-top: 3%;
    padding-bottom: 3%;
    max-width: -webkit-fill-available;
    margin: 0 7%;
    justify-content: center;
}

.container h1{
    color:#064780;
    
}

.container-carousel
{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: -100px;
    padding: 0 !important;
}

.container-carousel img
{
    vertical-align: middle;
    border-style: none;
    width: 100%;
    height: auto;
}

/* css barra de pesquisa da home page*/
.research
{
    width: 100%;
    background-color: #064780;
    overflow: hidden;
}

.research button
{
    height: 100%;
}

.fa-location-arrow {
    fill: #064780;
}

.research h2{
    color:white;
    font-weight: bold;
    padding: 10px 0px;
}

.research h5{
    color:white;
    padding: 5px 0px 20px 0px;
}

.research button{
    color: #064780;
    outline: none;
    box-shadow: none;
    border: 1px solid white;
    background: white;
    border: none;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.research button:hover
.research button:active
.research button:focus
{
    background-color: transparent !important;
    border: 1px solid white;
    color: white;
}

.research i{
    color: #064780;
}
.research button:hover i{
    color: white;
}


.research input{
    color: #333;
    outline: none;
    box-shadow: none;
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

.btn-primary:hover{
    background-color: transparent;
    border-color: white;
}

.form-control:focus{
    color:#333 !important;
    box-shadow: none;
 
}
.research input:hover
.research input:active
.research input:focus{
    background-color: transparent !important;
    border-bottom: transparent;
    color: transparent;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.research .input-group{
    padding:0px 0px 15px 0px;
}

form
{
    display: block;
}

.input-group
{
    width: 100%;
}

.input-group-btn
{
    align-items: center;
    display: inline-block;
    font-weight: 200;
    text-align: center;
    vertical-align: middle;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 12px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:hover, .form-control:focus {
    border-color: #1FAAE3;
}

/*Caixa com texto e imagem*/
.text-img p
{
    color: black;
    font-size: 20px;
    align-content: center;
    margin-top: 5px;
}

.text-img
{
    width: 100%;
    margin-top: 5px;
}

.text-img h1{
    color: #064780;
    font-weight: bolder;
    text-align: left;
    margin:30px 0;
}

.text-img strong{
    color: #333;
}

.text-img p
{
    font-size: 16px;
    font-weight: 1.8rem;
    line-height: 1.9;
    margin-top: 5px;
}

.text-img img
{
    width: 85%;
    float: right;
    height: auto;
}

.text-img-about img
{
    width: 95%;
    height: auto;
}

.text-img-about p
{
    color: black;
    font-size: 20px;
    align-content: center;
    margin-top: 5px;
}

.text-img-about
{
    width: 100%;
    margin-top: 5px;
}

.text-img-about h1{
    color: #064780;
    font-weight: bolder;
    text-align: left;
    margin:30px 0;
}

.text-img-about strong{
    color: #333;
}

.text-img-about p
{
    font-size: 16px;
    font-weight: 1.8rem;
    line-height: 1.9;
    margin-top: 5px;
}


/* cards*/

.card h3
{
    color: #064780;
    font-weight: bolder;
    font-size: 20px;
}


.card
{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    border: none;
}

.card .icon
{
    font-size: 500%;
    color: rgba(208, 52, 127, 0.5);

}

.card:first-child
{
    margin-left: 0px;
}

.card span {
    text-align: center;
}

.card button
{
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 14px;
    border-width: 1px;
}

.card button:hover {
    background-color: transparent;
    border: 1px solid #064780;
}

.card h3 {
    margin: 20px;
}
.card button a
{
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    font-size: 80%;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 8px;
    color: black;
    font-weight: bolder;
}

.card button a:hover
{
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    font-size: 80%;
    font-weight: bolder;
    margin-bottom: 10px;
    margin-top: 8px;
    color: #064780;
    text-decoration: none;
}
/*Formulário*/
#back-form
{
    background-color: lightgrey;
    text-align: center;
    width: 100%;
    height: 15%;
    margin-bottom: 5px;
}

#back-form h1
{
    font-size: 35px;
    text-align: center;
    padding: 20px;
    font-weight: bolder;
    text-transform: uppercase;
    color: #064780;
    margin-top: 20px;
}

.form-control
{
    width: 100%;
    font-size: 15px;
}

.form-group
{
    padding-top: 30px;
    width: 100%;
}
.btn-form:hover,
.btn-form:active,
.btn-form:focus {
    background: transparent;
}
.btn-form
{
    background-color: transparent;
    color: #fff;
    font-weight: bolder;
    border: 1px solid white;
    border-radius: 0 !important;
    margin-bottom: 20px;
}

.btn-form:hover
{
    color: #064780;
    cursor: pointer;
    font-weight: bolder;
    border: 1px solid #064780;
    border-radius: 0 !important;
    margin-bottom: 20px;
}
/*----------------------*/

/* css da da pagina about*/


.stepwizard-step p {
    margin-top: 10px;    
}

.process-row {
    display: table-row;
}

@media (max-width: 576px)
{
    .process-row
    {
        display: flex;
    }
    .process-row:before {
        background-color: transparent !important;
        
    }
}


.process {
    display: table;     
    width: 100%;
    position: relative;
    margin-bottom:35px;
}

.process-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.process-row:before {
    top: 50px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #064780;
    
}

.process-step {    
    display: table-cell;
    text-align: center;
    position: relative;
}

.process-step p {
    margin-top:10px;
    
}

.btn-circle {
  width: 100px;
  height: 100px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  background: white;
  border:1px solid #064780;
}

.card-header{
    background-color: transparent;
    border-bottom: transparent;
}

.card-body {
    padding: 0;
}

.card-text {
    padding: 0;
}

.footer-about{
    color:white;
    padding: 50px 0px;
}

.footer-about a{
    margin-bottom:50px;
}

.btn-page{
    border:1px solid #064780;
    color:#064780;
}

.btn-page:hover{
    border:1px solid #064780;
    background-color:#064780;
    color: white;
}


.container-title {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.section-title-about{
    min-height: 330px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.section-title{
    min-height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 7%;
    padding-top: 100px;
}


.stats{
    padding:50px;
    width: auto;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.text p
{
    color: #333;
    font-size: 18px;

}

.banner
{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: -100px;
    padding: 0 !important;
}

.banner img
{
    vertical-align: middle;
    border-style: none;
    width: 100%;
    height: auto;
}

.text
{
    font-size: 20px;
    text-align: center;
    color: black;
    margin-top: 10px;
    margin-bottom: 15px;
}

.text h1
{
    color: #064780;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
}

.about-text
{
    text-align: justify;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 4%;
}

.counter {
    border:2px solid #064780;
    padding: 15px 0;
    border-radius: 5px;
    width: 100%;
    height: auto;
    min-height: 50px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 15px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

#t5, #t6, #t7, #t8 {
    margin: 0 auto;
    float: none;
    font-size: 30px;
    color: #064780;
}
/*---------------------------------------------*/
/* css quotation */

.quotation-select{
    width: 100%;
    font-size: 15px;
    display: block;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0 !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: calc(2.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    overflow: visible;
    margin: 0;  
    font-family: inherit;
}

.container-quotation {
    padding-top: 10px;
    padding-bottom: 25px;
}

.quotation {
    padding-top: 4%;
    padding-bottom: 4%;
}

.quotation hr{
    border-top:2px solid #064780;
}

.quotation .col-sm-12 {
    padding: 0;
}

.radio-inline {
    margin-right: 15px;
}

.quotation h4{
 color:#064780;
 font-weight: 600;
}

.quotation button:active,
.quotation button:focus,
.quotation button:hover{
    background-color: white;
    color: #064780;
    border: 1px solid #064780;
    border-radius: 12px;
    width: 20%;
    padding:12px;
}

.quotation button {
    background-color:#064780;
    color:white;
    border: 1px solid white;
    border-radius: 12px;
    width: 20%;
    padding:12px;
}

.services i{
    font-size:100px;
}


main.services
{
    margin: 20px 25px 55px 25px;
}

main.services section.service
{
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: white;
    margin-bottom: 5px;
    width: 100%;
}

.service-img {
    position: relative;
}

.service-img img {
    width: 100%;
    height: 100%;
}

.title h1
{
    color: #064780;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
    font-size: 30px;
}

.title hr{
    border-top: m1px solid #064780;
}

.row-services {
    margin-top: 20px;
}

main.services section.service h5
{
    font-size: 28px;
    color: #064780;
    margin-top: 15px;
    text-align: center;
    font-weight: bolder;
    width: 100%;
}

main.services section.service p
{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    justify-content: left;
    text-align: left;
    width: 100%;
}

main.services section.service img
{
    width: 100%;
}

main.services section.service .icon1, .icon2, .icon3
{
    font-size: 900%;
    color: rgba(208, 52, 127, 0.5);
    text-align: center;
    padding: 20px;
    width: 100%;
}

/*----------------------*/

 /* Contacts  */
    /*Lado Direito*/

    .form_main {
        width: 100%;
        background-color: #064780;
        padding: 30px;
        margin-top: 20px;
        margin-bottom: 15px;
        margin-left: 10px;
        border-radius: 15px; 
    }
    .form_main h4 {
        font-family: sans-serif;
        font-size: 35px;
        font-weight: 300;
        margin-bottom: 15px;
        margin-top: 15px;
        text-transform: uppercase;
        text-align: center;
        color: whitesmoke;
    }


    .heading {
        padding-bottom: 9px;
        position: relative;
    }
    .heading span {
        bottom: -2px;
        height: 3px;
        left: 0;
        position: absolute;
        width: 75px;
    }
    .txt ::placeholder{
        color:White;
    }
    .txt[type="text"] {
        color:white;
        border: 1px solid transparent;
        margin: 10px 0;
        padding: 10px 0 10px 5px;
        width: 100%;
        background: transparent;
        outline:none;
        border-bottom: 1px solid white;
    }

    .txt[type="text"]::placeholder{
        color:white;
    }
    .txt_3[type="text"] {
        margin: 10px 0 0;
        padding: 10px 0 10px 5px;
        width: 100%;
        border: none;
        background: transparent;
        outline:none;
        color: white;
        border-bottom: 1px solid white;
    }

    .txt_3[type="text"]::placeholder{
        color:white;
    }


    /* button */ 

    .txt2[type="submit"] {
        background: #064780 none repeat scroll 0 0;
        border: 1px solid white;
        color: #fff;    
        font-size: 16px;
        font-style: normal;
        line-height: 35px;
        margin: 10px 0;
        padding: 5px 10px 5px 10px;
        text-transform: uppercase;
        border-radius: 10px;

    }
    .txt2:hover {
        background: white none repeat scroll 0 0;
        color: #064780;
        transition: all 0.5s ease 0s;
        cursor: pointer;
    }

    /*lado esquerdo*/

.left
{
    padding: 25px;
}

.left h1
{
    text-align: center;
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 4%;
}

.left strong
{
    color: #064780;
}

.left p
{
    margin-top: 7%;
    font-size: 1rem;

}

footer a {
    color: white;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/* Aqui ficam todos os media do website*/

@media (max-width: 760px)
{

.navbar-nav li
{
    margin: 10px 10px;
}

.list
{
    display: none;
    margin-top: 5px;
}

.left-bottom .contact
{
    display: list-item;
}

.left-bottom .contact
{
    display: list-item;
    padding: 5px;
}

.left h1
{
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 4%;
}

.left p
{
    margin-top: 7%;
    font-size: 15px;

}

footer a
{
    color: white;
    font-size: 0.8rem;
}


footer .credits {
    margin-top: 55px;
    padding: 10px 0;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

footer strong
{
    color: #b5dcff;
    font-size: 0.8rem;
}

footer h6
{
    color: #b5dcff;
    font-size: 0.8rem;
}
footer li
{
    font-size: 0.8rem;
    color: white;
}

footer li:hover
{
    font-size: 0.8rem;
    color: #1FAAE3;
}

}
@media (max-width: 640px)
{

.navbar-nav li
{
    margin: 10px 10px;
}

.list
{
    display: none;
    margin-top: 5px;
}

.left-bottom .contact
{
    display: list-item;
}

.left h1
{
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 4%;
}

.left p
{
    margin-top: 7%;
    font-size: 18px;

}

footer a
{
    color: white;
    font-size: 0.8rem;
}

footer strong
{
    color:#b5dcff;
    font-size: 0.8rem;
}

footer h6
{
    color: #b5dcff;
    font-size: 0.8rem;
}
footer li
{
    color: white;
    font-size: 0.8rem;
}

}

@media (min-width: 481px) and (max-width: 576px)
{

    .navbar-nav li
{
    margin: 10px 10px;
}

.list
{
    display: none;
    margin-top: 5px;
}

.left-bottom .contact
{
    display: list-item;
}

.left h1
{
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 4%;
}

.left p
{
    margin-top: 7%;
    font-size: 0.5rem;

}

footer a
{
    color: white;
    font-size: 0.8rem;
}

footer strong
{
    color:#b5dcff;
    font-size: 0.8rem;
}

footer h6
{
    color: #b5dcff;
    font-size: 0.8rem;
}
footer li
{
    color: white;
    font-size: 0.8rem;
}

}

@media (min-width: 320px) and (max-width: 480px)
{

.navbar-nav li
{
    margin: 10px 10px;
}

.list
{
    display: none;
    margin-top: 5px;
}

.left-bottom .contact
{
    display: list-item;
}

.left h1
{
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 4%;
}

.left p
{
    margin-top: 7%;
    font-size: 0.5rem;

}

footer a
{
    color: white;
    font-size: 0.8rem;
}

footer strong
{
    color:#b5dcff;
    font-size: 0.8rem;
}

footer h6
{
    color: #b5dcff;
    font-size: 0.8rem;
}
footer li
{
    color: white;
    font-size: 0.8rem;
}

}

@media (max-width: 320px)
{

.navbar-nav li
{
    margin: 10px 10px;
}

.list
{
    display: none;
    margin-top: 5px;
}

.left-bottom .contact
{
    display: list-item;
}

.left h1
{
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 4%;
}

.left p
{
    margin-top: 7%;
    font-size: 0.5rem;

}

footer a
{
    color: white;
    font-size: 0.8rem;
}

footer strong
{
    color:#b5dcff;
    font-size: 0.8rem;
}

footer h6
{
    color: #b5dcff;
    font-size: 0.8rem;
}
footer li
{
    color: white;
    font-size: 0.8rem;
}

}

@media (max-width: 280px)
{

.navbar-nav li
{
    margin: 10px 10px;
}

.list
{
    display: none;
    margin-top: 5px;
}

.left-bottom .contact
{
    display: list-item;
}

.left h1
{
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 4%;
}

.left p
{
    margin-top: 7%;
    font-size: 0.7rem;

}

footer a
{
    color: white;
    font-size: 0.8rem;
}

footer strong
{
    color: #b5dcff;
    font-size: 0.8rem;
}

footer h6
{
    color: #b5dcff;
    font-size: 0.8rem;
}
footer li
{
    color: white;
    font-size: 0.8rem;
}
}



@media (max-width: 700px) {
    

    .navbar-default {
        padding: 20px;
    }

    .quotation button {
        width: 150px;
    }

    .footer-about {
        padding: 40px;
    }

    .small {
        font-size: 100% !important;
    }

    .text-center {
        justify-content: center;
        margin-bottom: 20px;
        padding-top: 10px;
    }

    .services .card {
        margin-bottom: 20px;
    }

    .services .card h3 {
        margin: 20px 0 5px 0;
    }

    footer li {
        font-size: 18px;
    }

    footer a {
        font-size: 18px;
    }

    .foot-link {
        font-size: 18px;
    }

    footer h6 {
        font-size:15px;
    }

    footer .bold {
        font-size:15px;
    }

    
    .modal-dialog {
        margin: 50% 5%;
    }
}


.btn-login {
    background-color: #064780;
    border: none;
    color: white !important;
}

.btn-login:hover{
    background-color: #022f56;
}


.modal-backdrop {
    background-color: #0000008f;
}

.modal-dialog {
    margin-top: 15%;
}





.show-neighbors {
  overflow: hidden;
}

.item_third:first-child  .item_third:last-child {
    display: none;
  }

.carousel-indicators {
	 margin-right: 25%;
	 margin-left: 25%;
}

    .carousel-control-prev, .carousel-control-next {
	 background: rgba(255, 255, 255, 0.3);
	 width: 25%;
	 z-index: 11;
	/* .carousel-caption has z-index 10 */
}

   .carousel-inner {
	 width: 150%;
	 left: -25%;
	 max-height: 420px;
}

    .carousel-item-next:not(.carousel-item-left),
    .carousel-item-right.active {
      -webkit-transform: translate3d(33%, 0, 0);
      transform: translate3d(33%, 0, 0);
    }

    .carousel-item-prev:not(.carousel-item-right),
    .carousel-item-left.active {
      -webkit-transform: translate3d(-33%, 0, 0);
      transform: translate3d(-33%, 0, 0);
    }

    .item_third {
      display: block !important;
      float: left;
      position: relative;  /* captions can now be added */
      width: 33.33333333%;
    }




