﻿

@font-face {
    font-family: 'latobold';
    src: url('lato-bold-webfont.eot');
    src: url('lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('lato-bold-webfont.woff2') format('woff2'), url('lato-bold-webfont.woff') format('woff'), url('lato-bold-webfont.ttf') format('truetype'), url('lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'latolight';
    src: url('lato-light-webfont.eot');
    src: url('lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('lato-light-webfont.woff2') format('woff2'), url('lato-light-webfont.woff') format('woff'), url('lato-light-webfont.ttf') format('truetype'), url('lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'latomedium';
    src: url('lato-medium-webfont.eot');
    src: url('lato-medium-webfont.eot?#iefix') format('embedded-opentype'), url('lato-medium-webfont.woff2') format('woff2'), url('lato-medium-webfont.woff') format('woff'), url('lato-medium-webfont.ttf') format('truetype'), url('lato-medium-webfont.svg#latomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('lato-regular-webfont.eot');
    src: url('lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('lato-regular-webfont.woff2') format('woff2'), url('lato-regular-webfont.woff') format('woff'), url('lato-regular-webfont.ttf') format('truetype'), url('lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}


#logo {
    padding: 15px 0px 15px 0px;
    margin: 0px;
    float: left;
}

.navbar-inverse {
    border-radius: 0px;
}

item,
.active,
.carousel-inner {
    height: 100%;
}

.navbar {
    margin-bottom: 0px;
    background-color: #339966;
    border-radius: 0px;
    border: none;
}

    .navbar a {
        color: #464646 !important;
    }

        .navbar a:hover {
            color: #000 !important;
        }


.intro-header {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url('../images/main.png') no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 5%;
    padding-bottom: 10%;
}

    .intro-message > h1 {
        margin: 0;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
        font-size: 5em;
        color: #CC0000;
        font-family: latobold, 'Helvetica Neue', Helvetica, Arial, 'sans-serif !important';
        font-weight: bold;
    }


    .intro-message > h2 {
        margin: 0;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
        font-size: 4em;
        color: #000000;
        font-family: latobold, 'Helvetica Neue', Helvetica, Arial, 'sans-serif !important';
        font-weight: bold;
    }

.intro-divider {
    width: 90%;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    border-top-color: #000000;
}

.intro-message > h3 {
    color: #A40000;
}

.modal-content {
    border-style: none;
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
}

.modal-header {
    border-style: none;
    background-color: #FF9933;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.carousel {
    /*border-style: ridge none none none;*/
    border-style: none none none none;
    border-width: 1px;
    border-color: #669999;
}




.section-title {
    padding-bottom: 70px;
    padding-top: 30px;
}

    .section-title h1 {
        position: relative;
        font-size: 36px;
        margin-bottom: 24px;
        padding-bottom: 22px;
        text-transform: capitalize;
        color: #009900;
    }

        .section-title h1 span {
            font-weight: 300;
        }

        .section-title h1:before, .section-title h1:after {
            content: "";
            position: absolute;
            left: 50%;
        }

        .section-title h1:before {
            background-color: #e2e2e2;
            bottom: 0;
            height: 1px;
            margin-left: -51px;
            width: 102px;
        }

        .section-title h1:after {
            width: 5px;
            height: 5px;
            bottom: -2px;
            border-radius: 50%;
        }




#our-services .col-sm-6.col-md-3 {
    border-right: 1px solid #e2e2e2;
    position: relative;
}

    #our-services .col-sm-6.col-md-3:nth-of-type(4n) {
        border-right: none;
    }

    #our-services .col-sm-6.col-md-3:nth-of-type(1), #our-services .col-sm-6.col-md-3:nth-of-type(2), #our-services .col-sm-6.col-md-3:nth-of-type(3), #our-services .col-sm-6.col-md-3:nth-of-type(4) {
        border-bottom: 1px solid #e2e2e2;
    }

        #our-services .col-sm-6.col-md-3:nth-of-type(1):before, #our-services .col-sm-6.col-md-3:nth-of-type(2):before, #our-services .col-sm-6.col-md-3:nth-of-type(3):before {
            position: absolute;
            content: "";
            right: -3px;
            bottom: -3px;
            width: 5px;
            height: 5px;
            z-index: 99;
            border-radius: 50%;
        }

.service-content {
    padding: 45px 0 30px;
}


    .service-content i {
        font-size: 36px;
        color: #009933;
    }

    .service-content h2 {
        font-size: 18px;
        font-weight: 500;
        margin: 34px 0 18px;
    }

.height {
    height: 40px;
}


.our-clients {
    border: 1px solid #339966;
    padding: 45px 0;
    margin-bottom: 25px;
}

    .our-clients ul li {
        display: inline-block;
        width: 17.5%;
    }

        .our-clients ul li a img {
            filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
            filter: gray;
            -webkit-filter: grayscale(100%);
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            display: inline-block;
            opacity: 0.6;
        }

            .our-clients ul li a img:hover {
                filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
                -webkit-filter: grayscale(0%);
                opacity: 1;
            }



#contact {
    padding-bottom: 62px;
}

#gmap {
    height: 458px;
    margin-bottom: 67px;
}

.contact-info i {
    font-size: 36px;
}

.contact-info h2 {
    font-size: 14px;
    color: #838383;
    font-weight: 700;
}

.contact-info a,
.contact-info span {
    color: #838383;
    font-size: 16px;
    font-weight: 300;
}

.contact-info span {
}

#contact-form {
    margin-top: 86px;
}

    #contact-form h2 {
        font-size: 22px;
        color: #323232;
        margin-bottom: 32px;
    }

        #contact-form h2 span {
            font-weight: 300;
        }

    #contact-form input,
    #contact-form textarea {
        border: 1px solid #e0e0e0;
        box-shadow: none;
        margin-bottom: 25px;
        height: 38px;
        font-size: 16px;
    }

    #contact-form textarea {
        height: 196px;
    }

    #contact-form button {
        height: 40px;
        width: 145px;
        line-height: 40px;
        padding: 0;
    }

    .form-control:focus,
    #contact-form input:focus,
    #contact-form textarea:focus {
        border-color: #9d5468;
        box-shadow: none;
    }



.footer-widget-wrapper {
    padding: 57px 0 20px;
    border-top: 1px solid #dfdfdf;
    position: relative;
    background-size: cover;
}

    .footer-widget-wrapper:before {
        position: absolute;
        top: -4.5px;
        left: 50%;
        margin-left: -4.5px;
        content: "";
        width: 9px;
        height: 9px;
        border-radius: 50%;
        box-shadow: 0 0 0 6px #f0f0f0;
    }

.footer-widget {
    margin-bottom: 30px;
}

    .footer-widget h1 {
        font-size: 18px;
        position: relative;
        margin-bottom: 30px;
        margin: 3px 0 30px;
        color: #009900;
    }

        .footer-widget h1:before,
        .footer-widget h1:after {
            position: absolute;
            content: "";
        }

        .footer-widget h1:before {
            top: 9px;
            right: 0;
            width: 40%;
            height: 1px;
            background: #009900;
        }

        .footer-widget h1:after {
            width: 5px;
            height: 5px;
            right: 40%;
            top: 6.5px;
            margin-right: -2.5px;
            border-radius: 50%;
        }

        .footer-widget h1 span {
            font-weight: 300;
        }

.contact-widget i, .twitter-widget i {
    font-size: 24px;
    margin-right: 12px;
}

.footer-logo {
    margin-bottom: 25px;
    display: block;
    background-repeat: no-repeat;
    background-position: left top;
    height: 30px;
    width: 130px;
}

.text-widget p {
    margin-bottom: 22px;
}

.social {
}

    .social li {
        margin: 0 10px;
    }

        .social li:first-child {
            margin-left: 0;
        }

        .social li:last-child {
            margin-right: 0;
        }

        .social li a {
            color: #949494;
            font-size: 20px;
        }

            .social li a:hover {
                color: #339966;
            }

.twitter-widget p:first-child {
    margin-bottom: 15px;
}

.instagram-widget i {
    font-size: 24px;
    margin-right: 12px;
}

.instagram-widget p:first-child {
    margin-bottom: 15px;
}

.instagram {
    margin: 0 -8px;
}

    .instagram li {
        display: inline-block;
        margin: 0 7.5px 20px;
    }

        .instagram li a {
            display: block;
        }

            .instagram li a img {
                width: 75px;
                height: 75px;
                border-radius: 50%;
            }

        .instagram li a {
            position: relative;
        }

            .instagram li a:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "";
                z-index: 99;
                width: 100%;
                height: 100%;
                border-radius: 50%;
                -webkit-transform: scale(0);
                -moz-transform: scale(0);
                -ms-transform: scale(0);
                -o-transform: scale(0);
                transform: scale(0);
                -webkit-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                transition: all 300ms ease;
            }

            .instagram li a:hover:before {
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1);
            }

.footer-bottom {
    padding: 25px 0 15px;
    background-color: #339933;
}

    .footer-bottom a, .footer-bottom p {
        color: #fff;
    }

        .footer-bottom a:hover {
            color: #000;
        }

.footer-menu li {
    padding: 0 20px;
}

    .footer-menu li:first-child {
        padding-left: 0;
    }

    .footer-menu li:last-child {
        padding-right: 0;
    }

    .footer-menu li a {
        font-size: 14px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .footer-menu li a:hover {
        }

.copy-right p strong {
    font-weight: 500;
}

.copy-right a {
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .copy-right a:hover {
        color: #fff;
    }

@media only screen and (max-width: 768px) {
    .intro-message {
        padding-bottom: 15%;
    }

        .intro-message > h1 {
            font-size: 3em;
        }

        .intro-message > h2 {
            font-size: 3em;
        }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

        ul.intro-social-buttons > li:last-child {
            margin-bottom: 0;
        }

    .intro-divider {
        width: 100%;
    }

    #logo {
        text-align: center;
    }
}


/* User Css */

hr.dashed {
    border-top: 1px dashed #8c8b8b;
}

#carousel {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    animation: rotation 20s infinite linear;
}

.user {
    float: right;
    moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #c2d6d6;
    padding: 8px;
    height: auto;
    margin-top: 5px;
    width: 300px;
}

.userwtxt {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial;
    line-height: 20px;
    text-align: center;
    float: left;
}

.uname {
    color: #065bb1;
    font-style: italic;
}

.datetxt {
    font-family: Arial;
    font-size: 12px;
    color: #999;
    font-style: italic;
}

.logdiv {
    float: right;
    margin: 8px;
}

.logoutxt:link, .logoutxt:visited {
    text-decoration: none;
    moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #fff;
    -moz-box-shadow: 0 0 2px 2px #ccc;
    -webkit-box-shadow: 0 0 2px 2px #ccc;
    box-shadow: 0 0 2px 2px #ccc;
    background-color: #ff0000;
    color: #fff;
    padding: 3px 8px 3px 8px;
    font-weight: bold;
}

.logoutxt:hover {
    color: #000;
}

.clear {
    clear: both;
}

.space3 {
    height: 3px;
}

.space10 {
    margin-top: 10px;
}

.space20 {
    margin-top: 20px;
}

.space30 {
    margin-top: 30px;
}

hr.dashed {
    border-top: 1px dashed #8c8b8b;
}
