/* media query */
@media (max-width: 575.98px) { 
    h3 {
        font-size: 30px !important;
    }
    .banner-heading h3{
        font-size: 50px !important;
    }
    
    .navbar-brand img{
        width: 65%;
    }
    div#navbarSupportedContent {
        background-color: white;
        z-index: 1;
        border-radius: 9px;
        padding-left: 28px;
        padding-top: 15px;
    }
    /* .banner {
        padding-top: 100px;

    } */
    .project {
        top: 60%;
        right: 0;

    }

    .about-img img{
        width: 100%;
    }
    .half-width p{
        width: 100%;
    }
    .service-color-2 img {
        left: -40%;
    }
    .sucess {
        left: 0px;
        top: 45%;
    }
    .projects {
        right: 0px;
        bottom: 0px;
     
    }
    .productivity {
        margin-top: 60px;
    }
    .about {
        margin: 50px 0px;
    }

    .portfolio{
        margin-top: 60px;
        margin-bottom: 0px
    }
    .design-life-content {
        margin-right: 0px;
    }
    .design-life-img img {
        width: 100%;
        margin-left: 0px;
        
    }
    .service-color-1 img {
        top: -5%;
        height: 118px;
    }
    .design-life {
        margin: 60px 0px;
    }
    .service {
        margin-top: 70px;
    }
    
    .fullwidth {
        width: 100%;
    }
    section.contact {
        margin-bottom: 50px;
    }
    .contact-left i {
        font-size: 22px;
        padding: 15px;
        height: 50px;
        width: 50px;
    }
    .address-name p {
        padding-right: 0px;
    }
    .copyright.text-center.border-top.pt-3 p {
        font-size: 12px;
    }
    .all-img{
        width: 100%;
    }
    .skills-img img{
        height: 60px;
    }
 }


 @media (min-width: 576px) and (max-width: 767.98px) { 
    div#navbarSupportedContent {
        background-color: white;
        z-index: 1;
        border-radius: 9px;
        padding-left: 28px;
        padding-top: 15px;
    }
    .half-width p {
        width: 100%;
    }

    .all-img{
        width: 100%;
    }
    .fullwidth{
        width: 100%;
    }
    .design-life-content{
        margin-right: 0;
    }
    .design-life-img img {
        width: 100%;
        margin-left: 0px;
    }

    .skills-img img {
        height: 63px;
    }
    
 
 }
 @media (min-width: 768px) and (max-width: 991.98px){
    div#navbarSupportedContent {
        background-color: white;
        z-index: 1;
        border-radius: 9px;
        padding-left: 28px;
        padding-top: 15px;
    }
    .project {
        top: 50%;
        right: -20px;
    }
    .projects {
        right: 20px;
        bottom: 0px;
    }
    .service-color-1 img {
        height: 220px;
    }
    .fullwidth{
        width: 100%;
    }
    .design-life-content {
        margin-right: 0px;
    }
    .design-life-img img{
        width: 100%;
        margin-left: 0px;
    }
    .half-width p {
        width: 100%;
    }
    .skills-img img {
        height: 66px;
    }

 }

 @media (min-width: 992px) and (max-width: 1199.98px){
    .project {
        top: 52%;
        right: -6px;
    }
    .fullwidth {
        width: 100%;
    }
 }