@charset "utf-8";

@import url("framework.css");


:root {
  --primary: #7EAE5A;
  --primary-light: #f5ffdf;
  --color-text: #333;
}

/* Rows
--------------------------------------------------------------------------------------------------------------- */
.row0, .row0 a {
}

.row1, .row1 a {
}

.row2, .row2 a {
}

.row3, .row3 a {
}

.row4, .row4 a {
}

.row5, .row5 a {
}

/* Content Area
--------------------------------------------------------------------------------------------------------------- */
.container {
    padding: 50px 0;
}

/* Content */
.container .content {
}

.sectiontitle {
    display: block;
    max-width: 55%;
    margin: 0 auto 80px;
    text-align: center;
}

.sectiontitle * {
    margin: 0;
}

.ringcon, .ringcon::before {
    border-radius: 50%;
}

.ringcon {
    display: inline-block;
    position: relative;
}

.ringcon::before {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 120px;
    height: 120px;
    border: 2px solid;
    content: "";
}

.ringcon i {
    display: block;
    position: relative;
    width: 160px;
    height: 160px;
    line-height: 160px;
    font-size: 50px;
}

.overview {
}

.overview > li {
    margin-bottom: 50px;
}

.overview > li:nth-last-child(-n+3) {
    margin-bottom: 0;
}

/* Removes bottom margin from the last three items - margin is restored in the media queries when items stack */
.overview > li:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
}

/* Removes the need to add class="first" */
.overview article {
    display: block;
    position: relative;
    padding: 0 0 0 65px;
}

.overview article * {
    margin: 0;
    padding: 0;
}

.overview article > a > i {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    overflow: hidden;
    line-height: 1;
    font-size: 42px;
}

.overview article .heading, .overview article p {
    margin-bottom: 20px;
}

--------------------------------------------------------------------------------------------------------------- *

/
*, *::before, *::after {
    transition: all .3s ease-in-out;
}

#mainav form * {
    transition: none !important;
}

/* Colours
--------------------------------------------------------------------------------------------------------------- */

.btn, .btn.inverse:hover {
    color: #fff;
    background: transparent;
    border: solid 2px #fff;
    padding: 12px 20px;
    font-size: 22px;
    border-radius: 5px;
    transition: all .2s ease-in-out;
}

.btn:hover, .btn.inverse {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
}

.imgover:hover::before {
    background: rgba(0, 0, 0, .55);
}

.imgover, .imgover:hover::after {
    color: #33CC66;
}

/* Button */
.ringcon {
    color: #FFFFFF;
    background-color: #00CC99;
}

.ringcon::before {
    background-color: #00CC99;
    border-color: rgba(255, 255, 255, .3);
}

.ringcon:hover {
    background-color: #00CC99;
}

.ringcon:hover::before {
    background-color: #EE82EEC;
}

.overview a {
    color: inherit;
}

.overview article:hover a {
    color: #EE82EEC;
}

/*--------------------------------------------------------------------------------------------------------------- *!*/
.navbar-collapse::-webkit-scrollbar {
    display: inline-block;
}

@media screen and (min-width: 1140px) {
    .hoc {
        max-width: 1140px;
    }
}

@media screen and (min-width: 978px) and (max-width: 1140px) {
    .hoc {
        max-width: 95%;
    }
}

/* Mobile Devices
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 978px) {
    .hoc {
        max-width: 90%;
    }

    #header {
    }

    #mainav {
        width: 80%;
        padding: 15px 0 0 0;
    }

    #mainav ul {
        display: none;
    }

    #mainav form {
        display: block;
    }

    #breadcrumb {
    }

    .container {
    }

    #comments input[type="reset"] {
        margin-top: 10px;
    }

    .pagination li {
        display: inline-block;
        margin: 0 5px 5px 0;
    }

    #footer {
    }

    #copyright {
    }

    #copyright p:first-of-type {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 750px) {
    .imgl, .imgr {
        display: inline-block;
        float: none;
        margin: 0 0 10px 0;
    }

    .fl_left, .fl_right {
        display: block;
        float: none;
    }

    .group .group > *:last-child, .clear .clear > *:last-child, .clear .group > *:last-child, .group .clear > *:last-child {
        margin-bottom: 0;
    }

    /* Experimental - Needs more testing in different situations, stops double margin when stacking */
    .one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter {
        display: block;
        float: none;
        width: auto;
        margin: 0 0 30px 0;
        padding: 0;
    }

    #header {
    }

    #mainav {
        float: none;
        width: 100%;
        padding: 15px 0;
    }

    #searchform {
        display: none;
    }

    #pageintro article {
        max-width: none;
    }

    #pageintro .heading {
        font-size: 2rem;
    }

    #pageintro p:first-of-type {
        font-size: 1rem;
    }

    .sectiontitle {
        max-width: none;
    }

    .overview > li:nth-last-child(-n+3) {
        margin-bottom: 30px;
    }

    #latest article {
        max-width: 348px;
    }

    /* Change it to suit your needs - default is the one_third grid width */
    #footer {
        /*padding-bottom:50px;*/
        padding-bottom: 0;
    }

    /* Not required, just looks a little better */
}

/* Other
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 650px) {
    .scrollable {
        display: block;
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0 0 15px 0;
        overflow: auto;
        overflow-x: scroll;
    }

    .scrollable table {
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }

    .inline li {
        display: block;
        margin-bottom: 10px;
    }

    .pushright li {
        margin-right: 0;
    }

    .font-x2 {
        font-size: 1.4rem;
    }

    .font-x3 {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 576px) {

    .container.navbar-padding {
        padding: 0 15px !important;
        margin-right: auto;
        margin-left: auto;
    }
    .main-home {
        height: 450px;
    }
    .btn,
    .btn.inverse:hover {
        padding: 10px 20px;
        font-size: 16px;
    }
    #main-home-carousel .intro-title {
        font-size: 50px;
    }

}

@media screen and (max-width: 768px) {

    .navbar-custom .navbar-nav>li>a {
        color: #fff;
        margin: 0;
    }
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus {
        color: var(--primary);
    }
	.container {
        padding: 0 !important;
    }
    .title-big {
        padding: 15px 0 0 !important;
        font-size: 24px;
        letter-spacing: 1px;
    }
    #services .py-5 {
        padding-bottom: 0 !important;
    }
    .footer-socials {
        margin-top: 20px !important;
    }
}

.container.navbar-padding {
    background: var(--primary-light);
    padding: 10px !important;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

@media (width: 767px) {
    .navbar-custom .navbar-brand, .navbar-custom .navbar-brand:hover {
        color: black;
        padding: 0;
    }

    .navbar-custom {
        background: white;
    }

    .container.navbar-padding {
        padding: 0 15px !important;
        margin-right: auto;
        margin-left: auto;
    }

    .navbar-header {
        float: none;
        margin: 0 !important;
    }

    .navbar-nav {
        /*display: inline-block;*/
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-right {
        margin-right: 0;
    }

    .navbar-default .navbar-collapse {
        display: none !important;
        visibility: hidden !important;
    }

    .collapse.in {
        display: block !important;
        visibility: visible !important;
        overflow: hidden;
    }

    .collapse.in::-webkit-scrollbar {
        display: none;
    / / Safari and Chrome
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }
}



@media (width: 769px) {
    .navbar-custom .navbar-brand, .navbar-custom .navbar-brand:hover {
        color: black;
        padding: 15px;
    }

    .navbar-custom {
        background: white;
    }

    .container.navbar-padding {
        padding: 0 15px !important;
        margin-right: auto;
        margin-left: auto;
    }

    .navbar-header {
        float: none;
    }

    .navbar-nav {
        /*display: inline-block;*/
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-right {
        margin-right: 0;
    }

    .navbar-default .navbar-collapse {
        display: none !important;
        visibility: hidden !important;
    }

    .collapse.in {
        display: block !important;
        visibility: visible !important;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }
}

@media (min-width: 1024px) {
	.navbar-custom .navbar-nav>li>a {
	    color: #fff;
	}
	
}

@media (min-width: 1200px) {
	.navbar-custom .navbar-nav>li>a {
	    color: #fff;
	}
	
}


@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        margin: 0 5px;
    }

    .navbar-custom .navbar-nav > .active > a, .navbar-custom .navbar-nav > .active > a:hover, .navbar-custom .navbar-nav > .active > a:focus,
    .navbar-custom .navbar-nav > .open > a, .navbar-custom .navbar-nav > .open > a:hover, .navbar-custom .navbar-nav > .open > a:focus,
    .navbar-custom .navbar-nav > li > a:hover, .navbar-custom .navbar-nav > li > a:focus {
        border-radius: 5px;
        color: var(--primary) !important;
    }
    .navbar-custom .navbar-brand, .navbar-custom .navbar-brand:hover {
        color: var(--primary);
    }
}


@media (max-width: 992px) {

    
    /*.navbar-custom .navbar-brand, .navbar-custom .navbar-brand:hover {*/
        /*color: black;*/
        /*padding: 15px;*/
    /*}*/
    .col-3.pl-0,
    .bg-row-5 .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .container.navbar-padding {
        width: 100%;
        padding: 0 !important;
        margin-right: auto;
        margin-left: auto;
        position: static;
        justify-content: normal;
    }

    .navbar-header,
    nav.small .navbar-header {
        float: none;
    }
    .navbar-nav {
        /*display: inline-block;*/
    }
    .navbar-custom {
        background: rgb(0 0 0 / 70%);
    }
    .navbar-toggle,
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        display: block;
        height: 40px;
        background: var(--primary);
        border-color: var(--primary) !important;
        color: #fff;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-right {
        margin-right: 0;
    }

    .navbar-default .navbar-collapse {
        display: none;
        visibility: hidden !important;
    }

    .collapse.in {
        position: absolute;
        width: 100%;
        visibility: visible !important;
        background: var(--dark);
        left: 15px;
        top: 110%;
        border: none;
        padding: 0;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background: var(--primary-light);
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        margin: 0;
    }
    .navbar-custom .nav {
        padding: 10px;
    }

    .navbar-custom .navbar-nav>.active>a {
        background: transparent;
        color: var(--primary) !important;
    }
    .intro-text {
        width: 100%;
    }
    .hr {
        padding-left: 0;
    }

}


@media (max-width: 567px) {
    .navbar-brand {
        width: 20%;
    }
}