.header{
    position: relative !important;
    width: 100% !important;
}
p{
    padding: 3px !important;
    margin: 3px !important;
    color: black;
}
#fff{
    position: relative;
    margin-top: 90px !important;

}
#ourservices{
    background: rgba(255, 90, 73, 0.11);
}
#sec1{
    background: white;
}
#sec2{
    background: white;
}
#design{
    height: 2px !important;
}
#footer{
    background: rgba(0, 0, 0, 0.75);
}
#zoom{
    width: 200px;
    height: 200px;
    border-radius: 150px 150px;
    transition: 0.5s all ease-in-out;
}
#zoom:hover{
    transform: scale(1.07);
}
.media {
    border-radius: 5px;
    transition: 0.5s all ease-in-out;
}
.media:hover{
    transform: scale(1.07);
}
#package {
    transition: 0.4s all ease-in-out;
}
#package:hover{
    transform: scale(1.08);
}
.at-fancy-title-v1{
    color:red;
}
hr{
    margin: 0px;
}

#home_link{
    text-decoration: none;
    color: #1a1c1c;
}
.fa-square {
    font-size: 13px !important;
    padding: 0 !important;
    margin: 0 !important;
}
.fa, .fas{
    color:red !important;
}
#margin{
    margin-left:2% !important;
}
@media only screen and (max-width: 600px) {
    #design {
        display: block;
        background: #ff0000;
        height: 1px !important;
    }
}
@media only screen and (max-width: 400px) {
    #design {
        display: block;
        height: 1px !important;
        background: #d90000;
    }
}