﻿body {
    /*padding-top: 20px; 
    padding-bottom: 20px;*/
    background: #fff;
    color: #666;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    /*background-image: url(../Images/body.png);*/
    font-weight: 500;
    line-height: 1.728571429;
}

h1,
h2,
h3,
h4,
h5,
h5 {
    font-family: 'Poppins', sans-serif;
    /*'Fjalla One', sans-serif;*/
    speak: none;
    /*font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;*/
    font-weight: bold;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

footer {
    margin: 60px 0 30px 0;
    padding: 15px;
    /* background: rgba(27, 54, 71, 0.89); */
    border-top: 1px solid rgb(161, 205, 7);
    font-size: 12px;
    color: #333;
}

footer a {
    color: #333;
}

.contact .fa {
    font-size: 2.9em;
    color: rgb(161, 205, 7);
}

.contact .social .fa {
    font-size: 2.9em;
    color: #999;
}

.contact address p {
    padding-left: 15px;
    padding-top: 10px;
}

.contact .phone span {
    font-size: 2.3em;
}

.phone,
.address {
    padding-left: 50px;
    position: relative;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.phone i,
.address i {
    position: absolute;
    left: 0;
    top: 5px;
}

.umb-grid {
    min-height: calc(100vh - 400px);
}

.green-top,
.blue-top,
.orange-top,
.navy-top,
.dark-top {
    padding-top: 0;
    margin: 0;
    overflow: hidden;
}

.orange-top {
    background-color: rgb(245, 160, 41);
}

.green-top .container h1 {
    border-top: 5px solid rgb(161, 205, 7);
}

.blue-top .container h1 {
    border-top: 5px solid rgb(22, 145, 190);
}

.navy-top .container h1 {
    border-top: 5px solid rgb(22, 107, 162);
}

.dark-top .container h1 {
    border-top: 5px solid rgb(27, 54, 71);
}

.green-top h1,
.blue-top h1,
.orange-top h1,
.navy-top h1,
.dark-top h1 {
    background-color: #fff;
    margin: 0;
    padding: 50px 0 20px 0;
    text-align: center;
    font-weight: normal;
    /* background-color: rgb(22, 145, 190); */
    /* color: white; */
    /* margin-bottom: 25px; */
}


.worker_f1,
.worker_f2,
.worker_m1,
.worker_m2 {
    width: 60px;
    display: block;
    height: 55px;
    left: -9px;
    bottom: 6px;
    position: absolute;
}

.worker_f1 {
    background: url(../Images/workers.png) -140px -20px;

}

.worker_f2 {
    background: url(../Images/workers.png) -430px -20px;
}

.worker_m1 {
    background: url(../Images/workers.png) -240px -20px;
}

.prsn {
    display: block;
    color: rgb(225, 150, 45);
    font-style: normal;
}

h1 {
    color: rgb(22, 145, 190)
}

.o-box {
    background-color: #bce8f1;
    display: block;
    /*text-align:center;*/
    padding: 15px;
    color: white;
}

.o-box:hover,
.o-box:hover h1 {
    color: rgb(8, 73, 165) !important;
    text-decoration: none;
}

.o-box h1 {
    font-size: 18px;
    font-weight: normal;
    font-weight: normal;
}

.services .fa {
    font-size: 4.5em;
    float: left;
}

.services ul {
    margin-left: 100px;
    font-size: 1.2em;
}

.r-box,
.g-box {
    display: block;
    /*text-align:center;*/
    padding: 15px;
    color: #333;
    -webkit-transition: all 6s ease-in-out;
    -moz-transition: all 6s ease-in-out;
    -o-transition: all 6s ease-in-out;
    -ms-transition: all 6s ease-in-out;
    transition: all 6s ease-in-out;
}

.r-box {
    background-color: rgba(254, 148, 1, 0.40);
}

.r-box:hover {
    background-color: rgba(254, 148, 1, 0.7);
}

.r-box .fa {
    color: rgb(202, 126, 20);
}

.g-box {
    background-color: rgb(196, 228, 171);
}

.g-box .fa {
    color: rgb(141, 196, 97)
}

.g-box:hover {
    background-color: rgba(147, 213, 22, 0.71);
}

.g-box ul:after,
.r-box ul:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f101";
    right: 80px;
    font-size: 5.6em;
    position: absolute;
    top: 10px;
    color: rgba(255, 255, 255, 0.3);
    visibility: hidden;
}

.g-box:hover ul:after,
.r-box:hover ul:after {
    visibility: visible;
    right: 15px;
}

.nws-box,
.tm-box {
    color: #898888;
    /*font-size:0.9em;*/
    font-style: italic;
    display: block;
    position: relative;
    padding-left: 50px;
    /*background-color:#eee;*/
}

.nws-box .dt,
.tm-box .dt {
    position: absolute;
    left: 0;
    top: -5px;
    border-right: 1px solid #a4e0ed;
    color: rgba(254, 148, 1, 0.7);
    padding: 5px 10px;
    /*background-color:#bce8f1;border:2px solid #a4e0ed;border-radius:4px;*/
}

.nws-box .dt em,
.nws-box .dt span,
.tm-box .dt em,
.tm-box .dt span {
    display: block;
}

.nws-box .dt span,
.tm-box .dt span {
    font-weight: bold;
    font-size: 1.1em;
}

.nws-box .dt em,
.tm-box .dt em {
    font-size: 0.9em;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default
input,
select,
textarea {
    max-width: 280px;
} */
.navbar {
    margin-bottom: 0;
}

.navbar-right {
    margin-top: 25px;
}

.pg-section {
    margin-top: 60px;
    margin-bottom: 35px;
}

.pg-section-title {
    padding: 5px 15px;
    color: rgb(22, 145, 190);
}

a:hover {
    text-decoration: none;
}

.mnu {
    /*position:absolute;z-index:999;left:0;right:0;*/
    padding-top: 15px;
    background-color: rgb(212, 228, 171);
}

#menu {
    margin-top: 15px;
    border-bottom: 0px solid #fff;
}

.nav ul li a {
    /*display:block; height:70px;
    font-family: 'Fjalla One', sans-serif;*/
    font-weight: 500;
    text-shadow: 1px 1px 5px #000;
}

.carousel {
    max-height: 650px;
    overflow: hidden;
    border-bottom: 0px solid rgb(245, 160, 41);
    /*border-left:15px solid #fff;border-right:15px solid #fff;*/
}

.carousel-inner {
    border-top: 5px solid rgb(245, 160, 41);
}

.carousel-caption {
    font-family: 'Courgette', cursive;
    font-size: 3.2em;
    position: absolute;
    top: 50%;
    bottom: auto !important;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.41);
    border: 0px solid rgba(254, 233, 1, 0.50);

}

.btn {
    border-radius: 2px;
}



.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    margin: 0 auto !important;
    width: 100% !important;
}

@media (max-width: 768px) {
    .carousel-caption {
        font-size: 1.2em;
        position: absolute;
        top: 20%;
    }

    .carousel {
        margin: 0 auto;
    }

    .o-box img {
        /*float:none; height:auto;*/
    }


}

@media (max-width: 425px) {}

@media (max-width: 992px) {

    /*.services ul{
        margin-left:70px;
        font-size:1.2em;
    }
    .o-box img{
       width:20%; display:inline-block;
    }
    .o-box h1{
        float:right;
    }*/
    .o-box img {
        display: none;
    }

    .o-box {
        text-align: center;
    }

    .nws-box .dt {
        position: static;
        left: 0;
        top: -5px;
        border-right: 0px solid #a4e0ed;
        color: rgba(254, 148, 1, 0.7);
        padding: 0;
        /*background-color:#bce8f1;border:2px solid #a4e0ed;border-radius:4px;*/
    }

    .nws-box .dt em,
    .nws-box .dt span {
        display: inline-block;
    }

    .nws-box .dt span {
        font-weight: bold;
        font-size: 1.1em;
    }

    .nws-box .dt em {
        font-size: 0.9em;
    }

    .nws-box {
        min-height: 65px;
        border-bottom: 0px dotted #ccc;
        margin-bottom: 15px;
        padding-left: 5px;
    }

    .tm-box {
        min-height: 65px;
        border-bottom: 1px dotted #ccc;
        margin-bottom: 15px;
        padding-left: 65px;
    }
}

@media (min-width: 768px) {
    .carousel-caption {
        font-size: 1.8em;
        position: absolute;
        top: 30%;
    }

    .carousel {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 750px;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .carousel-caption {
        font-size: 1.8em;
        position: absolute;
        top: 30%;
        bottom: auto !important;
    }

    .carousel {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }

}

@media (max-width: 425px) {
    .pg-section {
        margin-top: 40px;
        margin-bottom: 35px;
    }

}

.nav-content {
    background-color: #fff;
    border: 1px solid #d7d5d5;
    border-bottom: 1px solid #fff;
}

.main-content {
    background-color: #fff;
    /*border:1px solid #d7d5d5;border-top:1px solid #fff;*/
}

/* CAPTCHA Form Styles */
.captcha-container {
    display: flex;
    margin-bottom: 20px;
    gap: 5px;
}

.captcha-box {
    width: 120px;
    display: flex;
    align-items: center;
    /* Intentionally corrected from 'anchor-center' */
    margin-bottom: 20px;
}

.captcha-input {
    width: 50px;
    border: none;
    height: 30px;
    margin-left: 5px;
}

.captcha-btn {
    height: 34px;
}