/*

Template: The Corps — Responsive Multi-purpose HTML5 Template
Author: potenzaglobalsolutions.com
Version:  2.0
Design and Developed by: potenzaglobalsolutions.com

Note: This is the file where you can add your custom styles to change the look of the
theme. But don't modify "style.css" file.

*/

/* Your custom css codes start from here: */
@media screen and (max-width: 992px) {
    #network-information .container .text-center{
        margin-bottom: 50px;
    } 
    #network-information .container .text-center .counter-value p font{
        font-family: sans-serif;
    } 
    .why-custom.custom-content img{
        display: block;
        margin-top: 50px;
    }
    .contact .feature-8-info{
        text-align: left;
        display: -webkit-box;
    }
    .custom-content-3.hello-content .custom-content-3-image img{
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    #raindrops{
        display: none;
    }
    .fa-map-marker{
        display: none;
    }
    .no-mt{
        margin-top: 0px !important;
    }
    .no-pb{
        padding-bottom: 0px !important;
    }
    .custom-content li{
        display: flex;
    }
    button.right{
        float: none;
        margin: 30px 0px 30px 0px;
    }
    .g-recaptcha{
        display: inline-block;
    }
}

 