body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.1;
    color: #212529;
    background-color: #f9f9f9;
}

h2 {
    font-size: 1.5rem;
}

.p2 {
    line-height: 1.5;
}

.hover-link:hover {
    text-decoration: underline;
}


/* NAVBAR */

.bg-dark {
    background-color: #ee3b24!important;
}

.bg-red {
    background-color: #c91d25!important;
}

.bg-grey {
    background-color: #6c7278!important;
}

.bg-agri {
    background-color: #367c2b!important;
}

.bg-mining {
    background-color: #f6ee23!important;
}

.bg-blue {
    background-color: #002b5e!important;
}

.bg-white {
    background-color: #ffffff!important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}

.align-middle {
    vertical-align: middle!important;
    margin-left: 1px;
}

.to-yellow {
    color: #f6ee23!important;
}

.to-yellow:hover {
    color: #ffffff!important;
}

.to-white {
    color: #ffffff!important;
}

.to-white:hover {
    color: rgba(255, 255, 255, .75)!important;
}

.to-danger {
    color: rgb(217, 28, 33)!important;
}

.to-danger:hover {
    color: #ffffff!important;
}


/* BUTTONS */

.btn-primary {
    color: #fff;
    background-color: #002b5e;
    border-color: #002b5e!important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ee3b24;
    border-color: #ee3b24!important;
}

.btn-primary:focus {
    color: #fff;
    background-color: #ee3b24;
    border-color: #ee3b24!important;
}

.btn-success {
    color: #fff;
    background-color: #367c2b;
    border-color: #367c2b!important;
}

.btn-danger {
    color: rgb(255, 255, 255);
    background-color: #ee3b24;
    border-color: #ee3b24;
}

.btn-danger:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(214, 55, 35);
    border-color: rgb(214, 55, 35);
}

.btn-danger:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(214, 55, 35);
    border-color: rgb(214, 55, 35);
}

.btn-warning {
    color: #111;
    background-color: #f6ee23;
    border-color: #f6ee23;
}

.btn-warning:hover {
    color: #212529;
    background-color: #dfd71f;
    border-color: #dfd71f;
}

.btn-warning:focus {
    color: #212529;
    background-color: #dfd71f;
    border-color: #dfd71f;
}

.btn-light {
    color: #111!important;
    background-color: #e9e9e9!important;
    border-color: #e9e9e9!important;
}

.btn-light:hover {
    background-color: #d4d4d4!important;
}

.btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    font-size: 1rem;
    line-height: 1.25;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    padding: 0.5rem 1.5rem;
    border-radius: 0;
    transition: all 0.15s ease-in-out;
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
    outline-color: transparent;
    outline-width: 0;
    outline-style: none;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.btn-nav {
    padding: 0.5rem 0.5rem;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem!important;
    padding-left: .5rem!important;
    margin-top: 5px!important;
}

.jumbotron {
    padding: 1rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9e9e9;
    border-radius: 0;
    box-shadow: #000 1px -140px 90px 120px!important;
}

.display-3 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.1;
    color: #002b5e;
    font-weight: 600;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
}


/* NAVBAR TOGGLER*/

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.4rem;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-dark .navbar-toggler {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}


/* FOOTER */

.bg-dark-light {
    background: #323232 !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.basic-padding {
    padding-top: 15px;
    padding-bottom: 15px;
}

.image-hover {
    background: -webkit-linear-gradient(45deg, #000000 0, #000000 100%);
    background: linear-gradient(45deg, #000000 0, #000000 100%);
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.image-hover .overlay {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px;
    text-align: center;
}

.image-hover .overlay::before {
    content: '';
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 5px solid #e9e9e9;
    opacity: 0;
    transition: opacity .35s, transform .45s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}

.image-hover img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    max-width: none;
    width: calc(108%);
    transition: opacity .35s, transform .45s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

.image-hover h2 {
    color: #ffffff;
    position: relative;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
}

.image-hover .btn-hover {
    display: inline-block;
    color: #fff;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity .35s, transform .45s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.image-hover:hover img {
    opacity: .6;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.image-hover:hover .overlay::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.image-hover:hover .btn-hover {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.bg-theme,
.bg-dark,
.bg-dark-light,
.bg-secondary {
    color: #ffffff;
}

.widgets.footer-widgets .widget-title {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 15px;
}

.widgets.footer-widgets .widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100px;
    background: #ee3b24;
}

.widgets.footer-widgets .widget-quick-links ul {
    margin-top: -4px;
}

.widgets.footer-widgets .single-widget ul {
    padding-left: 0;
    margin-bottom: 0;
}

.widgets.footer-widgets .widget-quick-links ul li {
    display: block;
}

.widgets.footer-widgets .widget-quick-links ul li a {
    display: block;
    font-size: 13px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 9px 0;
}

.widgets.footer-widgets .single-widget ul li {
    list-style: none;
    font-family: "Raleway", sans-serif;
}

.widgets.footer-widgets .widget-contact ul li {
    color: #000;
    font-size: 13px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.widgets.footer-widgets .widget-contact ul li span {
    font-size: 14px;
    color: #ffffff;
    border: 2px solid #cccccc;
    border-radius: 3px;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    margin-right: 20px;
    margin-top: -14px;
}

.widgets.footer-widgets .widget-contact ul li.phone,
.widgets.footer-widgets .widget-contact ul li.fax {
    font-size: 14px;
}

.widgets.footer-widgets .widget-contact ul li+li {
    margin-top: 20px;
}

.a-ft {
    color: #f3f3f3;
}

.a-ft:hover {
    color: #ee3b24;
}

.a-ft:focus {
    color: #ee3b24;
}

.a-ft-read-more {
    color: #ee3b24;
}

.a-ft-read-more:hover {
    color: #f3f3f3;
}

.a-ft-read-more:focus {
    color: #f3f3f3;
}


/* MEDIA QUERY */


/* Extra small devices (portrait phones, less than 576px)*/

@media (min-width: 576px) and (max-width: 767px) {
    .navbar {
        padding: 0.5rem;
    }
    .to-extend-line-height {
        line-height: 2.25;
        width: 80px;
    }
}


/* Small devices (landscape phones, 576px and up)*/

@media (min-width: 768px) and (max-width: 991px) {
    .navbar {
        padding: .1rem 2rem;
    }
    .to-extend-line-height {
        line-height: 4.25;
        padding: 5px;
        width: 75px;
    }
    .display-3 {
        font-size: 3.0rem;
    }
    /* SKEW */
    .skew {
        transform: skew(-35deg);
    }
    .span-unskew {
        display: inline-block;
        transform: skew(35deg);
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar {
        padding: .1rem 3rem;
    }
    .to-extend-line-height {
        line-height: 4.25;
        padding: 8px;
    }
    .display-3 {
        font-size: 3.0rem;
    }
    /* SKEW */
    .skew {
        transform: skew(-35deg);
    }
    .span-unskew {
        display: inline-block;
        transform: skew(35deg);
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .navbar {
        padding: .2rem 3rem;
    }
    /* EXTEND-LINE HEIGHT */
    .to-extend-line-height {
        line-height: 1.25;
        padding: 20px;
    }
    .display-3 {
        font-size: 3.0rem;
    }
    /* SKEW */
    .skew {
        transform: skew(-35deg);
    }
    .span-unskew {
        display: inline-block;
        transform: skew(35deg);
    }
}


/* FORMS */

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ee3b24;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(238, 59, 36, 0.68);
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ee3b24;
    border-radius: 0;
}

.map-container{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    }
    .map-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }