@font-face {
    font-family: 'Roboto';
    src: url('../Fonts/Roboto-Bold.eot');
    src: url('../Fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../Fonts/Roboto-Bold.woff2') format('woff2'), url('../Fonts/Roboto-Bold.woff') format('woff'), url('../Fonts/Roboto-Bold.ttf') format('truetype'), url('./Fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../Fonts/roboto-regular-kgp.eot');
    src: url('../Fonts/roboto-regular-kgp.eot?#iefix') format('embedded-opentype'), url('../Fonts/roboto-regular-kgp.woff2') format('woff2'), url('../Fonts/roboto-regular-kgp.woff') format('woff'), url('../Fonts/roboto-regular-kgp.ttf') format('truetype'), url('../Fonts/roboto-regular-kgp.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'American Captain';
    src: url('../Fonts/AmericanCaptain.eot');
    src: url('../Fonts/AmericanCaptain.eot?#iefix') format('embedded-opentype'), url('../Fonts/AmericanCaptain.woff2') format('woff2'), url('../Fonts/AmericanCaptain.woff') format('woff'), url('../Fonts/AmericanCaptain.ttf') format('truetype'), url('./Fonts/AmericanCaptain.svg#AmericanCaptain') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #777;
}

h2 {
    font-family: 'American Captain';
    font-size: 50px;
}

h3,
h4 {
    margin: 10px 0 30px 0;
    color: #26272b;
}

ul {
    padding: 0px;
}

p {
    font-family: 'robotoregular';
    font-size: 15pt;
    color: #000;
}

* {
    box-sizing: border-box;
}

label {
    font-family: 'robotoregular';
    font-weight: normal;
    color: #a1a1a1 !important;
    margin-bottom: 0px;
}

input,
textarea {
    margin: 5px 0px 15px 0px;
    background: #f5f5f5 !important;
    border: none !important;
}

.form-control {
    border-radius: 0 !important;
    height: 40px !important;
    padding: 0px 10px !important;
}

textarea#comments {
    resize: none;
    height: 100px !important;
}

.bg-2 {
    background-color: #ebebeb;
}

h4.sub-title {
    padding: 15px 0px 5px 0px;
    margin: 0px;
    color: #5f8a3a;
    font-size: 22px;
}

.person {
    border: 10px solid transparent;
    margin-bottom: 25px;
    width: 80%;
    height: 80%;
    opacity: 0.7;
}

.person:hover {
    border-color: #f1f1f1;
}

.carousel-inner img {
    width: 100%;
    /* Set width to 100% */
    margin: auto;
}

.carousel-caption h3 {
    color: #fff !important;
}

@media (max-width: 600px) {
    .carousel-caption {
        display: none;
        /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
}

.bg-1 {
    background: #222222;
    color: #bdbdbd;
}

.bg-1 h3 {
    color: #fff;
}

.bg-1 p {
    font-style: italic;
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail p {
    margin-top: 15px;
    color: #555;
}

.btn {
    padding: 10px 30px;
    background-color: #207fdd;
    color: #fff;
    border-radius: 0;
    transition: .2s;
    font-family: 'robotoregular';
}

.btn:hover,
.btn:focus {
    border: 1px solid #333;
    background-color: #fff;
    color: #000;
}

.modal-header,
h4,
.close {
    /*background-color: #333;
    color: #fff !important;
    text-align: center;
    font-size: 30px;*/
}

.modal-header,
.modal-body {
    padding: 40px 50px;
}

.nav-tabs li a {
    color: #777;
}

#googleMap {
    width: 100%;
    height: 400px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.navbar {
    font-family: 'Roboto';
    margin-bottom: 0;
    background-color: #fff;
    border: 0;
    font-size: 15px;
    border-radius: 0px;
    min-height: 125px;
}

.navbar li a,
.navbar .navbar-brand {
    color: #4b4b4b !important;
    margin-left: 0px !important;
    padding: 20px 0px 0px 0px;
}

.nav > li {
    color: #5b8a3c;
}

.navbar-nav li a:hover {
    color: #5b8a3c !important;
    background-color: #fff;
}


/*
.navbar-nav li.active a {
    color: #fff !important;
    background-color: #335e30 !important;
}*/

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #fff !important;
    color: #335e30 !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.open .dropdown-toggle {
    color: #fff;
    background-color: #555 !important;
}

.dropdown-menu li a {
    color: #000 !important;
}

.dropdown-menu li a:hover {
    background-color: red !important;
}

footer {
    background-color: #2d2d30;
    color: #f5f5f5;
    padding: 32px;
}

footer a {
    color: #f5f5f5;
}

footer a:hover {
    color: #777;
    text-decoration: none;
}

.kgp-layout,
.kgp-testimonial,
.kgp-content,
.kgp-contact {
    padding-top: 70px;
}

.tag-line {
    font-size: 15px;
    color: #555;
    padding: 30px 0px;
}

.kgp-contact {
    padding-bottom: 60px;
}

.kgp-content h2 {
    color: #5f8a3a;
    font-size: 80px;
}

.kgp-rightside img {
    float: right;
}

.kgp-contact .row {
    background: #fff;
    padding: 15px;
}

.kgp-contact h3 {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    color: #26272b;
}

span.contact-dash {
    display: block;
    border-bottom: 1px solid #26272b;
    width: 4%;
    height: 0px;
    text-align: center;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
}

footer li {
    list-style: none;
}

footer h4 {
    padding: 0px;
    margin: 0px;
    color: #fff
}

.footer-dash {
    display: inline-block;
    border-bottom: 3px solid #b5c435;
    width: 8%;
    height: 10px;
}

footer {
    background-color: #2d2d30;
    color: #f5f5f5;
    padding: 85px 0px 53px;
}

.our-client {
    padding-top: 10px;
}

.our-client p {
    color: #b5c435;
    font-size: 16px;
}

.our-client h2 {
    color: #fff;
    background: #5c8b3d;
    padding: 10px 0px 10px 45px;
}

.our-client img:first-child {
    padding-left: 0px;
}

.our-client img {
    padding: 10px 0px 0px 0px;
}

.kgp-layout {
    padding-bottom: 70px;
}

.kgp-social li {
    display: inline-block;
}

#testimonial {
    padding-bottom: 100px;
    color: #fff;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 35px;
    height: 5px;
    border-radius: 1px;
    color: #325f2e;
    border: 1px solid #325f2e;
    background: #325f2e;
}

.kgp-content2 {
    padding-bottom: 70px;
}

.locate_us {
    padding: 30px;
    color: #fff;
    background: #2c5825;
    float: left;
    width: 100%;
}

.locate_us h2 {
    margin: 0px;
    padding: 0px;
}

.locate_us p {
    color: #fff;
    font-size: 15px;
    padding: 15px 0px 0px 0px;
    margin: 0px;
    font-size: 19px;
}


/* Slideshow container */

.slideshow-container {
    position: relative;
}


/* Slides */

.mySlides {
    display: none;
    padding: 80px;
    text-align: center;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


/* Position the "next button" to the right */

.prev {
    left: 0;
}

.next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}


/* The dot/bullet/indicator container */

.dot-container {
    text-align: center;
    padding: 20px;
}


/* The dots/bullets/indicators */

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}


/* Add a background color to the active dot/circle */

.active,
.dot:hover {
    background-color: #717171;
}


/* Add an italic font style to all quotes */

q {
    font-style: italic;
}


/* Add a blue color to the author */

.author {
    color: cornflowerblue;
}

@media only screen and (min-width: 1200px) {

    .kgp-layout .container,
    .kgp-testimonial .container,
    .kgp-menu .container,
    footer .container,
        {
        width: 1100px;
        padding: 0px;
    }

    .kgp-content .container {
        width: 850px;
        padding: 0px;
    }

    .kgp-content2 .container {
        width: 1100px;
        padding: 0px;
    }

    .kgp-contact .container {
        width: 750px;
        padding: 0px;
    }
}

@media only screen and (min-width: 768px) {
    .navbar-nav > li > a {
        padding: 0px 0px 0px 45px;
    }

    #myNavbar {
        float: left;
    }

    .kgp-rightside img {
        float: right;
        padding-top: 10px;
        padding-right: 5px;
    }

    .navbar-nav {
        padding-top: 75px;
    }

    .green-bar {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .kgp-rightside {
        display: none;
    }

    .navbar-nav {
        text-align: center;
        margin: 5px 0px 20px 0px;
    }

    .navbar li a,
    .navbar .navbar-brand {
        padding: 15px 0px 15px 0px;
    }

    .navbar-toggle {
        float: right;
        padding: 50px 20px 0px 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-color:
    }

    .navbar-brand > img {
        padding: 5px 0px 0px 30px;
    }

    .locate_us span {
        display: none;
    }

    .locate_us h2 {
        text-align: center;
        padding-bottom: 20px
    }
}

Fonts
