body,
html {
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 0px;
}

.navbar-default {
    background-color: #689f38;
    radius: 0px;
    border: none;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(104, 159, 56);
    /* RGBa with 0.6 opacity */
    background-color: rgba(104, 159, 56, 0.5);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#689f38, endColorstr=#689f38);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#689f38, endColorstr=#689f38)";
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #efbd10;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}

.navbar {
    border-radius: 0px !important;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar .navbar-collapse {
    text-align: center;
}
@keyframes moving {
    from {
        transform: translateY(-20px);
    }
    
    to {
        transform: translateY(0);
    }
}
@-webkit-keyframes moving {
    from {
        -webkit-transform: translateY(-20px);
    }
    
    to {
        -webkit-transform: translateY(0);
    }
}
.arrow {
    position: fixed;
    bottom: 30px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
}
.abd-button {
    background-color: #ffc107;
    font-weight: bold;
    color: #ffffff;
    padding: 20px 20px 25px 25px;
    border-radius: 0px;
    font-size: 20px;
    margin-top: 25px;
}
.abd-button:hover {
    background-color: #1f931f;
    font-weight: bold;
    color: #ffffff;
    padding: 20px 20px 25px 25px;
    border-radius: 0px;
    font-size: 20px;
}
.table-bg {
    background-color: #ffffff !important;
    opacity: 0.5;
}
.mission-big {
    padding-top: 150px;
}
.abd-button-send {
    background-color: #545454;
    font-weight: bold;
    color: #ffffff;
    width: 155px;
    height: 57px;
    border: 1px solid #ffc107;
    border-radius: 0px;
    font-size: 20px;
}
.nostyle {
    text-decoration: none !important;
}
.abd-button-send:hover {
    background-color: #ffc107;
    font-weight: bold;
    color: #000000;
    width: 155px;
    height: 57px;
    border-radius: 0px;
    font-size: 20px;
}
.moving {
    @include animation(moving 2s infinite);
}
.active-link {
    color: #ffc107 !important;
    font-weight: bold;
}
.love-to-help-container {
    padding-top: 220px;
    padding-bottom: 220px;
    padding-left: 40px;
    padding-right: 40px;
}
.inner-container {
    padding-top: 100px;
    padding-bottom: 0px;
    padding-left: 40px;
    padding-right: 40px;
}
.company-focus {
    padding-top: 105px;
    padding-left: 103px;
    padding-right: 103px;
    background-image: url('../images/home_left.gif');
    height: 904px;
}
.about-focus {
    padding-top: 105px;
    padding-left: 103px;
    padding-right: 103px;
    background-image: url('../images/about.jpg');
    height: 904px;
}
.history-focus {
    padding-top: 105px;
    padding-left: 103px;
    padding-right: 103px;
    background-image: url('../images/history.jpg');
    height: 904px;
}
.mission-focus {
    padding-top: 105px;
    padding-left: 103px;
    padding-right: 103px;
    background-image: url('../images/mission.jpg');
    height: 904px;
}
.vision-focus {
    padding-top: 105px;
    padding-left: 103px;
    padding-right: 103px;
    background-image: url('../images/vision.jpg');
    height: 904px;
}
.philo-focus {
    padding-top: 105px;
    padding-left: 103px;
    padding-right: 103px;
    background-image: url('../images/philo.jpg');
    height: 904px;
}
.licenses-focus {
    padding-top: 105px;
    padding-left: 103px;
    padding-right: 103px;
    background-image: url('../images/licenses.jpg');
    height: 904px;
}
.user-box,
.job-box {
    background: #ffc107;
    padding: 30px;
    margin-top: 50px;
    font-size: 35px;
    color: #fff;
}
.margin-top-50 {
    margin-top: 50px;
}
.news-title {
    color: #ff8207;
    font-weight: bold;
    font-size: 24px;
}
.news-container {
    padding-top: 60px;
    padding-bottom: 60px;
    height: 450px;
}
.news-date {
    font-size: 18px;
    color: #000000;
}
.glyphicon-lg {
    font-size: 70px;
}
.mission-right-container {
    margin-bottom: 25px
}
.contact-container {}
.emph {
    color: #ffc107;
    font-size: 48px;
    font-weight: bold;
}
.emph-bold {
    color: #000000;
    font-weight: bold;
    font-size: 38px;
}
.emph-bold-white {
    color: #ffffff;
    font-weight: bold;
    font-size: 38px;
}
p {
    text-align: justify;
    font-size: 18px;
    line-height: 24px
}
.circle-blue {
    background-color: #1b93e1;
    border: 15px solid #1e9359;
}
.circle-green {
    background-color: #1e9359;
    border: 15px solid #f6bf10;
}
.circle {
    border-radius: 50%;
    width: 365px;
    height: 365px;
    color: #ffffff;
    /* width and height can be anything, as long as they're equal */
}
.circle-blue {
    background-color: #1b93e1;
    transition-property: background, border-radius;
    transition-duration: 1s;
    transition-timing-function: linear;
}
.circle-blue:hover {
    border-radius: 50%;
    width: 365px;
    height: 365px;
    background-image: url('../images/circle-blue-bg.png');
    border: 15px solid #1e9359;
    /* width and height can be anything, as long as they're equal */
}
.circle-green:hover {
    border-radius: 50%;
    width: 365px;
    height: 365px;
    background-image: url('../images/circle-green-bg.png');
    border: 15px solid #1e9359;
}
.circle-title {
    font-size: 36px;
    color: #ffffff;
}
.circle-inner {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 115px;
}
.circle-title-small {
    font-size: 22px;
    color: #ffffff;
}
.job-openings-container {
    background-color: #689f38;
    background-image: url('../images/jo-bg-container.jpg');
    height: 400px;
}
.circle-container {
    height: 770px;
}
.navbar {
    font-size: 18px !important;
}
.sub-title {
    font-size: 16px;
}
.mission-container {
    background-image: url('../images/mission-bg-container.jpg');
    min-height: 904px;
}
.contact-container {
    background-color: #2d2d2d;
    min-height: 630px;
}
.headline {
    background-color: #ffffff;
    opacity: 0.5;
    font-size: 28px;
    color: #000000 !important;
}
.numbers {
    background-color: #ffffff;
    margin: 0px padding0px;
    width: 50px;
}
.mission-title {
    color: #ffffff;
    font-size: 36px;
}
.mission-sub,
.white {
    color: #ffffff;
    font-size: 18px;
}
.textboxstyle {
    background-color: #545454;
    border: 1px solid #969696;
    border-radius: 0px;
    height: 65px;
    color: #ffffff;
}
.bigtextboxstyle {
    background-color: #545454;
    border: 1px solid #969696;
    border-radius: 0px;
    height: 185px !important;
    color: #ffffff;
}
.copy {
    color: #1f931f;
}
.slider-caption {
    font-size: 35px !important;
    padding-bottom: 300px;
    text-transform: capitalize;
}
.emph-slider {
    color: #ffc107;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: #ffc107 !important;
}
dropdown-menu>li>a:hover {
    background-color: #ffc107 !important;
}
.table-bg>tr>td {
    font-weight: bold;
    font-size: 18px !important;
}
.table-bg>tr>td>a {
    font-weight: bold;
    font-size: 18px !important;
}
.fancybox-wrap {
    z-index: 1500 !important
}
