.review_part .single_review_part p {
  font-size: 15px;
  font-weight: bold;
    padding: 0 7px 0 7px;
    
}



/* line 90, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_button.scss */
.btn_news {
  color: #00266D;
  text-transform: capitalize;
  font-size: 14px;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 97, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_button.scss */
.btn_news:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background-color: #e8e9eb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 107, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_button.scss */
.btn_news:hover {
  color: #fece00;
}

/* line 109, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_button.scss */
.btn_news:hover:after {
  left: 15px;
  background-color: #fece00;
}


.review_part .owl-nav {
    bottom: 15%;
}


#clientes {
    padding: 50px;
}

.section-title h2 {
    color: #0038a0;
    font-size: 60px;
    margin-bottom: 50px;
    margin-left: 10%;
}

.media-body h3,p{
    line-height: 1.7rem;
}

.card-contato {
    margin: 70px 0 40px 0;
    padding: 30px 65px 30px 65px;
    box-shadow: 0px 0px 40px 0px rgba(0, 27, 94, 0.1);
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
}

.modal-dialog {
    max-width: 100% !important;
    max-height: 100% !important;
}

.modal-body {
    background: #001642;
}

.no-width{
    max-width: none;
    margin
}


.cta {
    background: #002265;
    padding: 20px 10px 20px 10px
}

.cta h2 {
    color: #fece00;
}

.cta p {
    color: #fff;
}


.card-contato-mobile {
    margin: 70px 0 40px 0;
    text-align: center;
}


.card-contato-mobile .contact-title{
    color: #fece00;
}

.card-contato-mobile .form-control {
    color: #1a1a1a;
}

.btn-orca:hover {
display: inline-block;
padding: 13.5px 45px;
background-color: transparent;
border-radius: 60px;
font-size: 16px;
color: #fff;
font-weight: 500;
-webkit-transition: 0.5s;
transition: 0.5s;
text-transform: capitalize;
border: 1px solid #fece00;
}

.btn-orca {
display: inline-block;
padding: 13.5px 45px;
background-color: #fece00;
border-radius: 60px;
font-size: 16px;
color: #001642;
font-weight: 500;
-webkit-transition: 0.5s;
transition: 0.5s;
text-transform: capitalize;
border: 1px solid #fece00;
}


.footer-area {
    padding: 100px 0 0;
    
}

.footer-area .copyright_part_text {
    background: #04122D;
    
}


.modal-footer {
    background: #001642;
    border: 0;
    display: block;
}

.modal-footer button {
    background: #001642;
    border-radius: 0px;
}

.modal-header {
    border: 0;
}

.reg-p {
    padding-top: 40px !important;
}

.section_tittle h2 {
    text-transform: none;
}

.breadcrumb .breadcrumb_tittle h2 {
    text-transform: none;
}


.our_service .single_service h4 {
    color: #0038a0;
}

.our_service .single_service p {
    color: #7f7f7f;
}

.close {
    color: #fff;
    font-size: 3rem;
    font-weight: 100;
    text-shadow: none;
}

.close:hover {
    color: #fff;
    font-size: 3rem;
    font-weight: 100;
    text-shadow: none;
}


.owl-carousel-clientes .owl-stage {
    display: flex;
    align-items: center;
}

.about_part_text h3{
    color: #707070;
}

.our_service .single_service {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 20px 0 20px 0;
}


.square {
      width: 40px;
      height: 40px;
      background: #fece00;
    }
  
.diretor h1 {
    font-size: 30px;
}

.owl-carousel-obras .owl-prev {
    cursor: hand;
    color: white !important;
    font-size: 25px !important;
    left: -25px;
    position: absolute;
    text-align: center;
    top: 45%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.owl-carousel-obras .owl-next {
    cursor: hand;
    color: white !important;
    font-size: 25px !important;
    right: -25px;
    position: absolute;
    text-align: center;
    top: 45%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.owl-theme .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #777;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span {    
    background: white;    
}



    