/*
Theme Name: Gut Construction
Theme URI: digitalconnection.pt
Author:Digital connection
Author URI: digitalconnection.pt
Description: This is the theme developed for Gut Construction.
Text Domain: Gut Construction
Tags: Education Consultancy
This theme, like WordPress, is licensed under the GPL.
*/
.main-nav{
    position: absolute !important;
    width: 100%;
	    z-index: 99;
}
.banner-text span{
	text-transform: uppercase;
}
.contact-form input,.contact-form textarea {
    width: 100%;
    padding: 5px;
}
.wpcf7-acceptance input{
    width: unset;
}
.wpcf7-acceptance .wpcf7-list-item-label{
    font-size: 16px;
}
.contact-form textarea{
    height: 120px;
}
.wpcf7-not-valid-tip {
    color: #ffffff;

}
.header-top .project-page{
    padding-top: 50px;
}
.blog-single-top{
    height: 100px;
    background: #626A6D
}
.news-detail{
    margin-top: 50px;
}
.recent-news{
    margin: 0 20px;
    display: flex;
    border-left: 1px solid #cccc;
    padding: 20px;
}
.recent-image img{
    width: 100%;
    max-width: 100px;
}
.recent-content{
    margin-left: 20px;
}
.recent-content h4{
    font-size: 19px;
}
.news-detail .main-news h3{
    margin-top: 30px;
	    font-size: 40px;
    letter-spacing: 2px;
    font-weight: bold;
	    color: #f60000;
}
.news-detail .main-news p{
    color: #8f8f8f;
	text-align:justify;
	
}
/* .news-detail .main-news .news-content{
	width:80%;
	margin:auto;
} */
.nav-container{
    background: #ffffff38;
}
.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #626A6D;
}
.sticky .nav-container{
    background: none;
}
.canidelo_sec1 .canidelo-abs h3{
	    color: #f60000;
    font-size: 25px;
    font-weight: 600;

}
.canidelo_sec1 .canidelo-abs a{
	font-size: 18px;
    letter-spacing: 1px;
    color: #f60000;
    font-weight: 600;
    text-decoration: none;
}
.sec-slider .single-project-caption{
	       display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
}
.sec-slider .swiper-slide img{
	display:none;
}
.sec-slider .single-project-caption h5{
	    font-size: 40px;
    font-weight: 600;
    color: #ffff;
	text-align:center;
	margin: 0;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    color: #fff;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    color: #fff;
}
.swiper-pagination-bullet {
	background:#fff;
}
.wpcf7-acceptance span{
	line-height: 1;
    margin: 0;
}
/* .sec-services.single-project .btn-link,.sec-services.single-project .card-header{
	padding:0;
} */
.sec-services.single-project .card .card-header .icon {
    position: absolute;
top: 57px;
    left: 125px;
}
/* .sec-services.single-project .btn-link{
	display: flex;
    justify-content: center;
    align-items: center;
} */
.sec-services.single-project .card-header p{
	    font-size: 22px;
    color: #626A6D;
    line-height: 1.3;
    margin: 0;
    font-weight: 500;
    letter-spacing: 1px
}
/* .sec-services.single-project .card{
	    padding: 10px 0;
} */
.sec-services.single-project .card .content  p{
    margin: 0;
    text-align: justify;
    color: #000;
    padding-left: 110px;
}
.canidelo_sec1 .main  img{
	height:100%;
	object-fit:cover;
}
.news-detail .recent-posts .recent-image{
	width:40%;
}
.news-detail .recent-posts .recent-content{
	width:60%;
}
.sec__one.sec__one_2 .sec__one_abs img{
	    height: 480px;
    object-fit: cover;
}
.sec-services .card-body .icon{
	width:9%;
}
.sec-services .card-body .content{
	width:90%;
}
.abs-popup-slider{
	position: absolute;
    bottom: 8%;
	    width: 100%;
    justify-content: center;
    display: flex;
	    cursor: pointer;
}
.abs-popup-slider p{
	    background: #ffffff33;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 19px;
    letter-spacing: 1px;
    border: none;
	margin:0;
	    display: inline-block;
}