/* your styles go here */
/* Example site test */

.navbar ul.nav > li > a {
    text-decoration: none;
}

.navbar ul.nav > li > a:hover {
    background: #F7F9FA;
}

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}

.box-simple .icon {
    border-width: 4px;
    line-height: 74px;
    font-size: 28px;
}

textarea.form-control {
    min-height: 300px;
}

@media (min-width: 1300px) {
    .carousel-image img {
        max-width: 400px;
        max-height: 400px;
        margin: auto;
    }
}

@media (max-width: 1300px) {
    .carousel-image img {
        max-width: 400px;
        max-height: 400px;
        padding: 3em;
        margin: auto;
    }
  }

#heading-breadcrumbs h1, .navbar ul.nav > li > a {
    letter-spacing: 0;
    color: #1B323E;
}

.home-carousel h1 {
    font-weight: 700;
}

.background-orange {
    background: #F7F9FA;
    padding-top: 60px;
    padding-bottom: 60px;
}

.heading h1, .heading h2, .heading h3, .heading h4, .heading h5 {
    border-bottom: solid 5px #8dc63f;
    letter-spacing: 0;
}

.navbar-default .navbar-nav > .open > a {
    background-color: #404040 !important;
    border-top: solid 5px #FFF !important;
}

.navbar-default .navbar-nav > .active > a {
    background-color: #202020 !important;
    border-top: solid 5px #8dc63f !important;
}

section, div.section {
    margin-bottom: 0;
}

.box-simple .icon {
    border-width: 2px;
    line-height: 74px;
    font-size: 28px;
    color: #1B323E;
    border-color: #1B323E;
}

.box-simple p, .box-simple h3 {
    color: #1B323E;
}

.rounded-circle {
    border-radius: 50% !important;
}

.process-step {
    padding-bottom: 40px;
}

.process-step .process-step-wrapper {
    display: flex;
    align-items: center;
}

@media (max-width: 800px) {
    .process-step .process-step-wrapper {
      flex-direction: column;
    }

    .home-carousel .owl-carousel {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .home-carousel h1 {
        font-size: 1.5em;
    }
}

.process-step img {
    height: 250px;
    width: 250px;
    margin-right: 30px;
}

.process-step li {
    font-size: 1.2em;
}

#footer {
    background: #1B323E;
}

#map {
    margin-top: 40px;
}

.position {
    margin-bottom: 40px;
}

.position .apply-now {
    margin-top: 13px;
    margin-bottom: 13px;
}

.position .container {
    margin-top: 40px;
    background: #F7F9FA;
}

.position .container h3 {
    letter-spacing: 0;
    text-align: left;
    margin-left: 20px;
}

.testimonials .project-item {
    background: #f5f5f5;
    margin-top: 40px;
}

.page-image {
    width: 100%;
    margin-bottom: 25px;    
}

.project-banner {
    width: 100%;
    margin-bottom: 25px;    
}

@media (min-width: 800px) {
    .process-step-wrapper ul { padding-left:20px; list-style:none; }
    .process-step-wrapper li { margin-bottom:10px; }
    .process-step-wrapper li:before {    
        font-family: 'Font Awesome 5 Free';
        font-size: 17px;
        content: '\f2dc';
        margin: 0 8px 0 -15px;
    }

    .project-banner {
        border-bottom-right-radius: 20px;
    }
}
