﻿#aws-pic {
    background-image: url("/images/AWS.jpg");
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#plesk-pic {
    background-image: url("/images/plesk.jpg");
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#cpanel-pic {
    background-image: url("/images/cPanel.jpg");
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#azure-pic {
    background-image: url("/images/Azure-Management.jpg");
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.name-serv {
    color: white;
    font-weight: bold;
}
.p-serv{
    font-size:14px;
    margin:20px 0px 50px 0px;
}
.servbox {
    background-color: rgb(246, 246, 246);
    text-align: center;
    padding: 50px 20px;
    position:relative;
    min-height:285px;
}
.row-serv{
    margin-top:80px;
}
.icon {
    border-color: rgba(255,255,255,0);
    border-width: 0px;
    background-color: #333333;
    box-sizing: content-box;
    height: 50px;
    width: 50px;
    line-height: 50px;
    top: -25px;
    margin-left: -25px;
    border-radius: 50%;
    color: #f6f6f6;
    font-size: 25px;
    position: absolute;
}
.row-bottom{
    margin:50px 0px;
}
@media(min-width:1700px) and (max-width:2000px) {
    .servbox {
        min-height: 300px;
    }
}
@media(min-width:1200px) and (max-width:1700px) {
    .servbox {
        min-height: 320px;
    }
}
@media(min-width:992px) and (max-width:1200px) {
    .servbox {
        min-height: 380px;
    }
}
@media(min-width:768px) and (max-width:992px) {
    .servbox {
        min-height: 480px;
    }
} 
@media(min-width:575px) and (max-width:768px) {
    .roww {
        margin-bottom: 50px;
    }
}
@media(max-width:575px){
    .roww{
        margin-bottom:50px;
    }
}