﻿*{
            font-family: Verdana;
        }
        h1, h2, h3, h4, h5, h6 {
            font-family: segoe ui;
            color: #3b5d44;
        }
        body{
            padding-top: 50px;
        }
        .top-nav-bar {
            background: #fff;
            border-bottom: 1px solid #dedede;
        }

        .btn-ify {
            background: #fff;
            color: #27744c;
            border: 2px solid #27744c;
            transition: ease all 0.5s;
            cursor: pointer;
            border-radius: 0;
            margin: 10px 0;
        }
        .btn-ify:hover
        {
            background: #27744c;
            color: #fff;
        }
        p {
            font-size: 16px;
            line-height: 25px;
        }
        .menu-btn {
            color: #27744c;
            border: 1px solid #27744c;
            font-size: 20px;
            overflow: hidden;
            height: 35px;
            width: 35px;
            /* line-height: 13px; */
            padding: 3px 8px;
            border-radius: 2px;
        }
        a.menulink {
            color: #497755;
        }
            a.menulink.active {
                font-weight: bold;
                background: #efefef;
            }
            .logo-iso
            {
                font-size:11px;
            }
            @media(max-width:520px)
            {
                .logo-iso
            {
                display: block;
            }
            }
            .banner
    {
        background:url(/content/images/banner.jpg) fixed;
        min-height: 350px;
        /*opacity: 0.5;*/
        position: relative;
    }
    .banner-overlay {
        background: #424040;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .banner-text-container, .banner-text-container h1, .banner-text-container h2 {
        color: #fff;
    }
    .banner-text {
        font-size: 17px;
        margin: 12px 0;
        display: block;
        color: #efe9e9;
    }
    .banner-btn {
        border-radius: 0;
        background: #fff;
        color: #555;
        font-size: 22px;
        line-height: 22px;
        padding: 6px 12px;
        border: none;
        height: 60px;
    }
    .divider-border {
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
    }
    .h1
    {
        margin-bottom: 20px;
        color: #497755;
        font-size: 30px;
        text-align: center;
    }
        .h1 span {
            font-size: 25px;
        } #about-section {
            background-color: #efefef;
            padding: 20px 0px 30px 0;
        }
            #about-section ul.about-ul, .service-checks-ul {
                list-style: none;
                font-size: 15px;
            }
                #about-section ul.about-ul li:before, .service-checks-ul li:before {
                    content: '\f00c';
                    font-family: 'FontAwesome';
                    display: inline-block;
                    margin-right: 10px;
                    vertical-align: middle;
                    color: #497755;
                }

    #call-section {
        padding: 20px 0;
        color: #497755;
    }
    .icon-container {
        background: #497755;
        width: auto;
        height: 60px;
        width: 60px;
        margin: 10px auto;
        padding: 10px;
        color: #fff;
        font-size: 25px;
        border-radius: 50%;
        line-height: 40px;
        transition: ease all 0.5s;
        display:block;
        cursor:pointer;
    }
        .icon-container:hover, .call-box:hover .icon-container {
            transform: rotate(360deg);
        } #call-section label {
            font-size: 18px;
        }
    #call-section span {
        font-size: 17px;
        display: block;
    }
    .call-box {
        border-right: 1px solid #f3f3f3;
    }
    .call-box.noborder {
        border:none;
    }

    #services-section {
        background-color: #f9f9f9;
        padding: 20px 0px 30px 0;
    }
    .service-checks-ul {
        margin: 15px 0;
    }
    .service-box h3 {
        font-size: 18px;
        color: #c3893f;
        border-bottom: 2px solid #c3893f;
        padding: 0 0 5px 0px;
    }

    #careers-section {
        background: url(/content/images/career-iinspectify.jpg) fixed;
        min-height: 320px;
        /*opacity: 0.5;*/
        position: relative;
        padding-top: 35px;
        background-size: cover;
    }

    .banner-overlay {
        background: #424040;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .banner-text-container {
        color: #fff;
    }

    #contact-section
    {
        padding: 15px 0;
    }
        #contact-section h2 {
            margin-left: 15px;
        }

    .contact-ul {
        list-style-type: none;
        font-size: 17px;
        margin-top: 15px;
    }

    .company-name {
        display: block;
        font-size: 20px;
        color: #497755;
    }

    .contact-ul li {
        margin: 0 0 10px 0;
    }

        .contact-ul li a {
            color: #555;
        }

    .contact-ul i {
        color: #497755;
    }
    .contact-form  {
        margin-top:30px;
    }
    .contact-form .form-group  {
        margin-bottom:20px;
    }

    .contact-form .btn-ify {
        background: #96d8b6;
        border: 2px solid #96d8b6;
        color: #000;
        margin-top: -5px;
    }

        .contact-form .btn-ify:hover {
            background: #27744c;
            border: 2px solid #27744c;
            color: #fff;
        }

    .contact-form input {
        border-radius: 0;
    }

    footer
    {
        background: #333;
        color: #fff;
        padding: 15px 0 0 0;
        border-top:2px solid #000;
    }
    footer a
    {
        color: #fff;
    }
    .footer-links
    {
        list-style-type: none;
        background: #333;
        margin-bottom: 5px;
    }
    .footer-links li a
    {
        color:#fff;
    }
        .footer-links li a:hover {
            color: #7d9681;
            text-decoration: none;
        }
    .copyright {
        font-size: 15px;
        margin-top: 5px;
    }
    .modal-img
    {
        display: none;
        width: 100%;
    }