
.header-area .outer-box{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 15px 0;
}
@media screen and (max-width: 764px) {
    .header-area .outer-box{
        flex-direction: column;
    }
}
.header-area .outer-box .logo{
    float: none;
    padding: 0;
    width: auto;
}
@media screen and (max-width: 764px) {
    .header-area .outer-box .logo img{
        max-width: 200px;
        margin-top: 15px;
    }
}
.main-menu{
    float: none;
    width: 100%;
}
.main-menu .navigation li{
    padding: 0;
    margin-left: 25px;
}
.main-menu .navigation li a{
    font-size: 16px;
    padding: 0;
}
.header-area.stricky-fixed .main-menu .navigation li a{
    padding: 0;
}
.header-area.stricky-fixed .outer-box .logo{
    padding: 0;
}

/* Slide */
@media screen and (max-width: 764px) {
    .slide-content-box{
        margin-left: 15px!important;
    }
    .slide-content-box.no-margin{
        margin-left: 0px!important;
    }
    .slide-content-box .title br,
    .slide-content-box .subtitle br{
        display: none;
    }
    .slide-content-box .title,
    .slide-content-box .title span{
        font-size: 18px!important;
        line-height: normal!important;
        white-space: pre-line!important;
        width: 300px!important;
    }
    .slide-content-box .subtitle,
    .slide-content-box .subtitle span{
        font-size: 16px!important;
        line-height: normal!important;
        white-space: pre-line!important;
        width: 300px!important;
    }
    .slide-content-box .thm-btn{
        font-size: 15px!important;
        line-height: normal!important;
        text-transform: none!important;
    }
    .slide-content-box .btn-1{
        display: block!important;
        margin-top: 20px!important;
    }
    .slide-content-box .btn-2{
        display: block!important;
        margin-top: 20px!important;
        margin-left: 100px!important;
        border: 1px solid #949494!important;
    }
    .slide-content-box .btn-3{
        border: 1px solid #949494!important;
    }
    .slide-content-box .btn-4{
        display: block!important;
        margin-top: 20px!important;
        margin-left: 0!important;
    }
}

.working-area .single-working-item .icon-box .icon img{
    width: 70px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.benefit .single-working-item{
    padding-bottom: 0;
}
.benefit .owl-nav{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%,-50%);
    margin-top: 0;
}
.benefit .owl-nav .owl-prev{
    position: absolute;
    top: 0;
    left: -25px;
    transform: translateY(-100%);
}
@media screen and (max-width: 764px) {
    .benefit .owl-nav .owl-prev{
        left: 15px;
    }
}
.benefit .owl-nav .owl-next{
    position: absolute;
    top: 0;
    right: -25px;
    transform: translateY(-100%);
}
@media screen and (max-width: 764px) {
    .benefit .owl-nav .owl-next{
        right: 15px;
    }
}
.benefit .owl-nav .owl-prev, .benefit .owl-nav .owl-next{
    margin: 0;
    padding: 0;
    font-size: 50px;
    background: transparent;
    color: #d5ac63;
    line-height: normal;
    transition: .5s ease-in-out;
}
.benefit .owl-nav .owl-prev:hover, .benefit .owl-nav .owl-next:hover{
    background: transparent;
    color: #d5ac63;
    opacity: .8;
}

@media screen and (max-width: 764px) {
    .latest-project-area .sec-title,
    .latest-project-area .project-filter{
        margin-left: 0;
    }
}

.footer-bottom-area .flex-row{
    display: flex;
    align-items: center;
}
@media screen and (max-width: 764px) {
    .footer-bottom-area .flex-row{
        flex-direction: column;
    }
}
.footer-bottom-area .footer-menu{
    text-align: center;
    float: none;
}
.footer-bottom-area .cont-logo{
    text-align: right;
}
.footer-bottom-area .cont-logo img{
    width: 145px;
    height: auto;
}
@media screen and (max-width: 764px) {
    .footer-bottom-area .flex-row div[class*="col-"]{
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .footer-bottom-area .copyright-text p{
        margin-bottom: 0;
    }
    .footer-bottom-area .copyright-text p a{
        display: block;
    }
}

.cont-float{
    position: fixed;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 99;
    height: auto;
}
@media screen and (max-width: 764px) {
    .cont-float{
        display: none;
    }
}
.cont-float a{
    text-decoration: none;
}
.cont-float a img{
    width: 60px;
    height: auto;
}

.breadcrumb-area.height-full{
    height: 500px;
    position: relative;
    background-position: center;
}
.height-full:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    z-index: -1;
}
.breadcrumb-area.height-full .contBox{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.breadcrumb-area .contBox h1{
    padding: 0;
}
.splide__slide img {
    width: auto;
    height: auto;
    max-height: 500px;
    /* object-fit: cover; */
}
#thumbnail-carousel .splide__slide img,
#thumbnail-carousel2 .splide__slide img,
#thumbnail-carousel3 .splide__slide img,
#thumbnail-carousel4 .splide__slide img,
#thumbnail-carousel5 .splide__slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.process-layout .contInfo{
    margin-top: 30px;
}
.process-layout .contInfo p{
    font-size: 16px;
}
.process-layout .contInfo p span{
    font-weight: 600;
    color: #000;
}
.process-layout .contInfo blockquote{
    color: #000;
    font-weight: 600;
    border-left: 5px solid #d5ac63;
    font-style: italic;
}

/* Contacto */
.d-none {
    display: none!important;
}
/* Forms Validations */
label.valid {
	display: inline-block;
	text-indent: -9999px;
}
.contact-form .form-control{
    margin-bottom: 5px;
}
.contact-form .formBtn{
    padding: 15px;
    width: 100%;
}

label.error {
	color: #c10000;
	font-size: 0.9em;
	line-height: 18px;
	padding: 5px 0 0;
}

label.error#captcha-error {
	margin-top: 15px;
}

.form-errors-light .form-control.error {
	border-color: #FFF;
}

.form-errors-light label.error {
	color: #FFF;
}