/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 29 nov 2021, 09:13:16
    Author     : giuliogaravaglia
*/

#header #logo img {

    max-height: 96px;
}

#header.header-scrolled {
    height: 96px;
}

#hero::before {

    background: rgba(0, 0, 0, 0.2);

}

.calltoaction-crl {
    visibility: hidden;
    position: fixed;
    left: 15px;
    z-index: 12;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.calltoaction-crl a {
    position: relative;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
}
.calltoaction-crl a i {
    color: #fff;
    font-size: 25px;
    padding: 15px;
    -webkit-border-radius: 222px;
    -moz-border-radius: 222px;
    border-radius: 222px;
    background-color: #518289;
}
.content-call {
    position: absolute;
    top: 50%;
    width: 0px;
    overflow: hidden;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    left: 20px;
}
.content-call span {
    width: 300px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    padding: 10px;
    background-color: #a2d4c9;
    color: #fff;
    padding-left: 0px;
    font-size: 16px;
    opacity: 0;
}
#services .box {

    height: 138px;
}

#portfolio .portfolio-item img {
    position: relative;
    top: 0;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    object-fit: cover;
    height: 300px;
    width: 100%
}


.portfolio-details .portfolio-details-slider img {
    width: 100%;
    object-fit: cover;
    height: 27rem;
}


.back-to-top {

    bottom: 66px;

}
@media screen and (max-width : 1920px){
    .calltoaction-crl {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    #contact .info {

        margin-left: 7%;
    }
    #footer {

        padding-bottom: 70px;
    }

    .calltoaction-crl {
        visibility:  visible;
        display:block;
        bottom: 0px;
        top: auto;
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        width: 100%;
        background-color: #2dc997;
        left: 0px;
        padding: 5px 0px;
    }



    .calltoaction-crl a {
        float: left;
        width: 33.3%;
        text-align: center;
        margin: 0px;
    }

    .calltoaction-crl a:nth-child(2) {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
    .calltoaction-crl a i {
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.1);
        width: 50px;
    }
    .footer address, .info {
        font-size: 20px;
    }

}