.bgimg{
    background-image: url('backimage.jpg');
    background-size: 100% 100%;
    background-attachment: fixed;   /*Important line */
    width: 100%;
    height: 660px;
}

.headerset{
    padding-top: 250px;
    box-sizing: border-box;
}

.headerset h2{
    font-size: 42px;
}

.headerset h1{
    font-size: 82px;
    font-weight: bold;
}


/*
....................our services.................. */

.ourservices{
    padding: 100px 0px 60px;
    height: 700px;
}

.ourservices h1{
    font-size: 50px;
    font-weight: bold;
}
.rowsetting{
    margin: 80px 0px;
}
.imgsetting{
    border-radius: 100%;
    height: 100px;
    width: 100px;
}

.fa-shopping-cart{
    margin-top: 20px;
}
.fa-desktop{
    margin-top: 20px;
}
.fa-lock{
    margin-top: 20px;
}
.rowsetting h2{
    margin-top: 20px;
    font-weight: bold;
    font-size: 30px;
}
.rowsetting p{
    padding: 10px;
    color: #6c757d;
}

/* .........................PORTFOLIO.................*/

.portfolio{
    height: 1200px;
    width: 100%;
    padding: 100px 0px 50px;
}

.portfolio h1{
    font-size: 50px;
    font-weight: bold;
}

.card{
    margin-top: 40px;
}

.img-fluid{
    height: 300px;
}

/*............................OUR TEAM.........................*/

.ourteam{
    height: 700px;
    padding: 100px 0px 60px;
    width: 100%;
}

.ourteam h1{
    font-size: 50px;
    font-weight: bold;
}

.teamsetting{
    margin-top: 70px;

}


/*............................FOOTER.........................*/

.footer{
    height: 50px;
}
.footer h6{
    line-height: 50px;
}

/*............................RESPONSIVE.........................*/

@media(min-width: 992px){

}

@media(min-width: 768px) and (max-width: 991px){
    .headerset h2{
        font-size: 32px;
    }
    
    .headerset h1{
        font-size: 52px;
        font-weight: bold;
    }
    .ourservices{
        height: 800px;
    }
}

@media(min-width: 575px) and (max-width: 767px){
    .headerset h2{
        font-size: 25px;
    }
    .headerset h1{
        font-size: 45px;
        font-weight: bold;
    }
    .ourservices{
        height: 1000px;
    }
    .portfolio{
        height: 3050px;
    }
    .ourteam{
        height: 1500px;
    }
    .footer h6{
        line-height: 45px;
        font-size: 15px;
    }
}

@media(min-width: 460px) and (max-width: 574px){
    .headerset h2{
        font-size: 20px;
    }
    .headerset h1{
        font-size: 35px;
        font-weight: bold;
    }
    .ourservices{
        height: 1200px;
    }
    .portfolio{
        height: 3050px;
    }
    .ourteam{
        height: 1500px;
    }
    .footer h6{
        line-height: 55px;
        font-size: 15px;
    }
}

@media(max-width: 459px){
    .bgimg{
        height: 500px;
    }
    .img-fluid{
        height: 240px;
    }
    .headerset h2{
        font-size: 22px;
    }
    .headerset h1{
        font-size: 32px;
        font-weight: bold;
    }
    .ourservices{
        height: 1400px;
    }
    .portfolio{
        height: 2750px;
    }
    .ourteam{
        height: 1600px;
    }
    .footer h6{
        line-height: 20px;
        font-size: 10px;
    }
}


