/* Smart Phones And Tablets */

@media (max-width: 767px) {
    
    /* Start Services */
    /* Start About Us */
    
    .services aside,  /* Services */
    .about aside {
        padding-left: 5px;
        padding-right: 5px
    }
    
    .services article, /* Services */
    .about article {
        margin-top: 4px;
        margin-bottom: 4px
    }

    .services article h2, /* Services */
    .about article h2 {
        font-size: 130%;
        margin-top: 7.5px;
        margin-bottom: 7.5px
    }
    
    .services article h2 img, /* Services */
    .about article h2 img {
        width: 40px;
        margin-bottom: 3.5px
    }

    .services article .lead, /* Services */
    .about article .lead {
        font-size: 35%;
        margin-bottom: 7.5px;
        margin-left: 0px
    }

    .services article .lead span, /* Services */
    .about article .lead span {
        font-size: 110%
    }

    .services article .panel-group .panel-title .lead, /* Services */
    .about article .panel-group .panel-title .lead {
        font-size: 35%
    }

    .services article .panel-group .panel-body ul li .lead, /* Services */
    .about article .panel-group .panel-body ul li .lead {
        font-size: 30%
    }

    .about article a {
        font-size: 9px
    }

    .about article a .fa {
        font-size: 11px
    }

    .about article > a:hover {
        font-size: 10px
    }
    
    /* End About Us */
    
    .services article ul {
        padding-left: 15px;
        list-style: none
    }
    
    .services article ul li .lead {
        font-size: 35%
    }
    
    /* End Services */
    
    /* Start Contact Us */

    .contact-us {
        padding-top: 7px;
        padding-bottom: 7px
    }

    .contact-us aside {
        margin-top: 20px;
        padding: 0 0 2px
    }

    .contact-us aside h3 {
        margin: 0;
        font-size: 10px;
        padding: 3px
    }

    .contact-us aside .lead {
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 0 4px;
        margin-left: 5px;
        font-size: 6px
    }

    .contact-us aside .lead span {
        font-size:  6.5px
    }
    
    .contact-us .frist {
        padding-left: 10px
    }

    .contact-us form label {
        margin-bottom: 0
    }
    
    .contact-us form input {
        height: 20px
    }
    
    .contact-us form label,
    .contact-us form input,
    .contact-us form textarea {
        font-size: 8.5px
    }
    
    .contact-us form .form-group {
        margin-bottom: 1.5px
    }
    
    .contact-us form button {
        margin-top: 4px;
        width: 70px;
        padding: 5px 12px;
        font-size: 70%
    }
    
    .contact-us form button i {
        margin-left: 4px
    }

    /* End Contact Us */
    
}

/* Small Screen */

@media (min-width: 768px) and (max-width: 991px) {
    
    /* Start About Us */
    /* Start Services */
    
    .services article, /* Services */
    .about article {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .services article h2, /* Services */
    .about article h2 {
        font-size: 190%
    }
    
    .services article h2 img, /* Services */
    .about article h2 img {
        width: 57.5px;
        margin-bottom: 3.3px
    }

    .services article .lead, /* Services */
    .about article .lead {
        font-size: 80%;
        margin-bottom: 5px;
        margin-left: 12px
    }

    .services article .lead span, /* Services */
    .about article .lead span {
        font-size: 105%
    }

    .about article .panel-group .panel-title .lead {
        font-size: 95%
    }

    .about article .panel-group .panel-body ul li .lead {
        font-size: 90%
    }

    .about article a {
        font-size: 11px
    }

    .about article a .fa {
        font-size: 13px
    }

    .about article > a:hover {
        font-size: 13px
    }
    
    /* End About Us */
    
    .services article ul li .lead {
        margin: -5px 0
    }
    
    /* End Services */
    
    /* Start Contact Us */

    .contact-us {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .contact-us aside {
        padding: 0 0 3px
    }

    .contact-us aside h3 {
        margin: 0;
        font-size: 20px;
        padding: 6.5px
    }

    .contact-us aside .lead {
        margin-top: 6px;
        margin-bottom: 5px;
        padding: 0 10px;
        font-size: 10.5px
    }

    .contact-us aside .lead span {
        font-size: 11px
    }
    
    .contact-us .frist {
        padding-left: 30px
    }

    .contact-us form input {
        height: 30.5px
    }
    
    .contact-us form label,
    .contact-us form input,
    .contact-us form textarea {
        font-size: 12px
    }
    
    .contact-us form .form-group {
        margin-bottom: 5px
    }
    
    .contact-us form button {
        margin-top: 10px;
        width: 48%;
        padding: 7px 12px;
        font-size: 100%
    }
    
    .contact-us form button i {
        margin-left: 7.5px
    }

    /* End Contact Us */

}

/* Medium Screen */

@media (min-width: 992px) and (max-width: 1199px) {
    
    /* Start About Us */
    /* Start Services */
    
    .services article, /* Services */
    .about article {
        margin-top: 7.5px;
        margin-bottom: 7.5px
    }

    .services article h2, /* Services */
    .about article h2 {
        font-size: 215%
    }
    
    .services article h2 img, /* Services */
    .about article h2 img {
        width: 60px;
        margin-bottom: 4px
    }

    .services article .lead, /* Services */
    .about article .lead {
        font-size: 95%;
        margin-left: 15px
    }

    .services article .lead span, /* Services */
    .about article .lead span {
        font-size: 110%
    }

    .about article .panel-group .panel-title .lead {
        font-size: 97.5%
    }

    .about article .panel-group .panel-body ul li .lead {
        font-size: 92.5%
    }

    .about article a {
        font-size: 12.5px
    }

    .about article a .fa {
        font-size: 15px
    }

    .about article > a:hover {
        font-size: 14px
    }
    
    /* End About Us */
    /* End Services */
    
    /* Start Contact Us */

    .contact-us {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .contact-us aside {
        margin-top: 25px;
        padding: 0 0 4px
    }

    .contact-us aside h3 {
        margin: 0;
        font-size: 23px;
        padding: 8px
    }

    .contact-us aside .lead {
        margin-top: 7px;
        margin-bottom: 6px;
        padding: 0 15px;
        font-size: 12px
    }

    .contact-us aside .lead span {
        font-size: 13.5px
    }
    
    .contact-us .frist {
        padding-left: 30px
    }

    .contact-us form label,
    .contact-us form input,
    .contact-us form textarea {
        font-size: 13px
    }
    
    .contact-us form .form-group {
        margin-bottom: 10px
    }
    
    .contact-us form button {
        margin-top: 10px;
        padding: 7px 12px;
        font-size: 100%
    }
    
    .contact-us form button i {
        margin-left: 11px
    }

    /* End Contact Us */

}

/* Large Screen */

@media (min-width: 1200px) {
    
}