/*

Template: Sofbox - Responsive Software Landing Page
Author: iqonicthemes.in
Version: 3.0
Design and Developed by: iqonicthemes.in

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template. Please do not change anything here! write in a custom.css file if required!

*/
.contact{
    color: #cc4c57;
    
}
.img-round{
    position: absolute;
    width: 525px;
    border-radius: 75%;
    height: 525px;
    top: 0;
    left: 0;
    right: 0;
}
@media(max-width:1399px){
    .img-round{
        width: 410px;
        height: 410px;
    }
}
@media(max-width:1199px){
    .img-round{
        width: 310px;
        height: 310px;

    }
}